| Commit message (Expand) | Author | Age | Files | Lines |
* | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner | 2010-04-01 | 1 | -7/+8 |
* | add comments, don't require inlined-at to be specified. | Chris Lattner | 2010-04-01 | 1 | -1/+3 |
* | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 1 | -3/+3 |
* | Switch the representation of the location in instruction from | Chris Lattner | 2010-04-01 | 1 | -4/+26 |
* | add a method to decode a DILocation into a NewDebugLoc. | Chris Lattner | 2010-04-01 | 1 | -1/+4 |
* | Add aeskeygenassist intrinsic and rename all of the aes intrinsics to | Eric Christopher | 2010-04-01 | 1 | -5/+9 |
* | Add a new "NewDebugLoc" class which will eventually replace DebugLoc, | Chris Lattner | 2010-04-01 | 1 | -0/+55 |
* | Rewrite part of the SSAUpdater to be more careful about inserting redundant | Bob Wilson | 2010-03-31 | 1 | -9/+23 |
* | Correct comment. | Duncan Sands | 2010-03-31 | 1 | -1/+1 |
* | fix file header. | Chris Lattner | 2010-03-31 | 1 | -2/+1 |
* | make irbuilder use the new optimized debug info accessors. | Chris Lattner | 2010-03-31 | 1 | -4/+11 |
* | add new apis for getting/setting !dbg metadata on | Chris Lattner | 2010-03-31 | 2 | -2/+11 |
* | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner | 2010-03-30 | 3 | -3/+17 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 6 | -35/+19 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 6 | -19/+35 |
* | Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows | Benjamin Kramer | 2010-03-30 | 4 | -23/+52 |
* | Fix llvm-ld to clean up its output files in case of an error. | Dan Gohman | 2010-03-30 | 1 | -0/+11 |
* | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher | 2010-03-30 | 1 | -3/+0 |
* | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 2 | -18/+2 |
* | Switch isa_impl from a function template to a class template with a | Douglas Gregor | 2010-03-30 | 3 | -44/+78 |
* | Introduce namespace-scope functions to enable LLVM statistics without | Douglas Gregor | 2010-03-30 | 1 | -0/+10 |
* | Change PointerUnionX::getFromOpaqueValue() to be declared 'static inline' ins... | Ted Kremenek | 2010-03-30 | 1 | -3/+3 |
* | Reapply r99881 with some fixes: only call destructor in releaseMemory! | Torok Edwin | 2010-03-30 | 2 | -6/+7 |
* | Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9. | Torok Edwin | 2010-03-30 | 1 | -6/+0 |
* | Introduce another Reset() method in BumpPtrAllocator that calls a destructor | Torok Edwin | 2010-03-30 | 1 | -0/+6 |
* | stringref'ize Timer apis | Chris Lattner | 2010-03-30 | 1 | -9/+9 |
* | finally, maintain a global list of timer groups, allowing us to | Chris Lattner | 2010-03-30 | 1 | -3/+6 |
* | add a new TimerGroup::print method, and refactor away the bogus | Chris Lattner | 2010-03-30 | 1 | -14/+8 |
* | if a timergroup is destroyed before its timers, print times. | Chris Lattner | 2010-03-30 | 1 | -5/+1 |
* | change TimerGroup to keep a linked list of active timers | Chris Lattner | 2010-03-30 | 1 | -11/+23 |
* | reapply my timer rewrite with a change for PassManager to store | Chris Lattner | 2010-03-30 | 2 | -39/+72 |
* | revert r99862 which is causing FNT failures. | Chris Lattner | 2010-03-30 | 2 | -72/+39 |
* | fairly major rewrite of various timing related stuff. | Chris Lattner | 2010-03-30 | 2 | -39/+72 |
* | remove support for per-time peak memory tracking, this | Chris Lattner | 2010-03-29 | 1 | -10/+0 |
* | various timer fixes: move operator= out of line, | Chris Lattner | 2010-03-29 | 1 | -34/+7 |
* | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer | 2010-03-29 | 1 | -21/+29 |
* | Pool allocate SDDbgValue nodes. | Evan Cheng | 2010-03-29 | 1 | -0/+10 |
* | Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte... | Devang Patel | 2010-03-29 | 2 | -13/+1 |
* | Revert 99772. | Devang Patel | 2010-03-28 | 2 | -1/+13 |
* | Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. | Devang Patel | 2010-03-28 | 2 | -13/+1 |
* | Fix use-of-uninitialized value when RWX memory can't be allocated (PR6701). | Torok Edwin | 2010-03-28 | 1 | -1/+1 |
* | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner | 2010-03-28 | 1 | -7/+0 |
* | add some node definitions. | Chris Lattner | 2010-03-28 | 1 | -0/+8 |
* | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner | 2010-03-28 | 1 | -0/+2 |
* | Give FileRemover a default constructor to allow FileRemovers to be created | Dan Gohman | 2010-03-27 | 1 | -0/+2 |
* | Add a comment. | Dan Gohman | 2010-03-27 | 1 | -0/+1 |
* | remove parallel support. | Chris Lattner | 2010-03-27 | 1 | -1/+0 |
* | bump FIRST_TARGET_MEMORY_OPCODE back up, there is no reason to make it a tigh... | Chris Lattner | 2010-03-27 | 1 | -1/+1 |
* | Add few missed libcalls and correct names for others. | Anton Korobeynikov | 2010-03-26 | 1 | -0/+4 |
* | Fix SmallVector's insert to handle non-random-access iterators. | Dan Gohman | 2010-03-26 | 1 | -6/+18 |