2010-04-01 |
Chris Lattner | eliminate a temporary smallvector |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | add a method to decode a DILocation into a NewDebugLoc. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Eric Christopher | Add aeskeygenassist intrinsic and rename all of the... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Erick Tryzelaar | There are no known O'Caml problems at the moment. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | update cmakefile. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | Add a new "NewDebugLoc" class which will eventually... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Jim Grosbach | vml[as] are slow on 1136jf-s also. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Bill Wendling | Reapply r100056. It doesn't look like it's the one... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Mikhail Glushenkov | Pass -m32/-m64 to assembler. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bill Wendling | Revert r100056. It was causing a failure on MSVC. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Stuart Hastings | Reverting 100048; it broke two Frontend debug info... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bill Wendling | Rewrite CorrectExtraCFGEdges() to make it more understa... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bob Wilson | Add a redundant PHI testcase for SSAUpdater to go with... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Stuart Hastings | Debug info can now properly represent functions inside... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bob Wilson | Rewrite part of the SSAUpdater to be more careful about... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Dale Johannesen | Fix a nasty dangling-pointer heisenbug that could |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Gabor Greif | testcase for r99914, provided by baldrick! |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | reduce indentation, minor cleanups. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Benjamin Kramer | Reduce string trashing. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jakob Stoklund... | Use spaces, not tabs |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Benjamin Kramer | DwarfDebug: Allocate DIEValues with a BumpPtrAllocator... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Daniel Dunbar | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bill Wendling | Comment the changes for r98218 and friends inside the... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Daniel Dunbar | lit: Make sure to close any files we open as part of... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Bill Wendling | Comment the changes for r98218 and friends inside the... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jakob Stoklund... | Fix PR6750. Don't try to merge a DomainValue with itself. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Benjamin Kramer | s/getNameStr/getName/ |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Benjamin Kramer | Bump SmallString size a bit to avoid malloc trashing. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Torok Edwin | AddSignalHandler was not releasing the critical section... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Nick Lewycky | Small fixes to this documentation. Remove mention of... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | reduce indentation |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | microoptimize this hot method, also making it more |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | MI != 0 is checked in the assert right above this. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | use the isDebugValue() predicate and pop_back_val() |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | assert is a function-like macro, not a control flow... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Duncan Sands | Correct comment. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | reduce indentation, fit in 80 cols and various other... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | fix file header. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | use the optimized debug info apis in sdisel. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | make irbuilder use the new optimized debug info accessors. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | add new apis for getting/setting !dbg metadata on |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jakob Stoklund... | Replace V_SET0 with variants for each SSE execution... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jakob Stoklund... | Fix typo. Thank you, valgrind. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Not all platforms start symbols with _ |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | Fix a major source of compile-time slowness at -O0... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Enable -sse-domain-fix by default. Now with tests! |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | V_SETALLONES is an integer instruction. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Renumber SSE execution domains for better code size. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Bob Wilson | Revert Mon Ping's change 99928, since it broke all... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Devang Patel | Ignore invalid metadata. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Revert "Enable -sse-domain-fix by default. What could... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Enable -sse-domain-fix by default. What could possibly... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Mon P Wang | Added support for address spaces and added a isVolatile... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | move some method definitions to files that make sense. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Benjamin Kramer | Introduce SpecificBumpPtrAllocator, a wrapper for BumpP... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Typo noticed by Duncan. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Dan Gohman | Fix a grammaro. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Add cross-block inference to SSEDomainFix. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Dan Gohman | Fix llvm-ld to clean up its output files in case of... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Gabor Greif | fix two cases where the arguments were extracted from... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Eric Christopher | Remove the pmulld intrinsic and autoupdate it as a... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | Rip out the 'is temporary' nonsense from the MCContext... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Evan Cheng | Funky indentation. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Devang Patel | There is no need to fall through after processing DBG_V... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Douglas Gregor | Switch isa_impl from a function template to a class... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Douglas Gregor | Introduce namespace-scope functions to enable LLVM... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Ted Kremenek | Change PointerUnionX::getFromOpaqueValue() to be declar... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Benjamin Kramer | XFAIL some PIC16 tests when running under valgrind... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Benjamin Kramer | PIC16: Plug a leak in PIC16Section by allocating name... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Don't overwrite previous value, if it succeeded. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Honour addGlobalMapping() in the interpreter, if it... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Reapply r99881 with some fixes: only call destructor... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Torok Edwin | Introduce another Reset() method in BumpPtrAllocator... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Evan Cheng | Avoid being influenced by the presence of dbg_value... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | stringref'ize Timer apis |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | finally, maintain a global list of timer groups, allowi... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | add a new TimerGroup::print method, and refactor away... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | rename GetLibSupportInfoOutputFile -> CreateInfoOutputF... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | if a timergroup is destroyed before its timers, print... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | change TimerGroup to keep a linked list of active timers |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | reapply my timer rewrite with a change for PassManager... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | revert r99862 which is causing FNT failures. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | fairly major rewrite of various timing related stuff. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Eric Christopher | Add FIXME for operand promotion. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Be gentle to MSVC. C++ is hard, after all. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Daniel Dunbar | MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Bill Wendling | Re-add back in the slow way of determining of a clean... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Jakob Stoklund... | Basic implementation of SSEDomainFix pass. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Bill Wendling | A more general (and simpler!) implementation of r99671... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Devang Patel | Encode start location of debug value, communicated... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | move a function into a more logical place in the file |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | remove support for per-time peak memory tracking, this |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Evan Cheng | Fix PR4975. Avoid referencing empty vector. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | various timer fixes: move operator= out of line, |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Benjamin Kramer | Make isInt?? and isUint?? template specializations... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Evan Cheng | Pool allocate SDDbgValue nodes. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Eric Christopher | We'll never match these as instructions, just as intrin... |
commit | commitdiff | tree | snapshot |
next |