| Commit message (Expand) | Author | Age | Files | Lines |
| * | Debug info can now properly represent functions inside classes inside other f... | Stuart Hastings | 2010-03-31 | 2 | -10/+26 |
| * | Reduce string trashing. | Benjamin Kramer | 2010-03-31 | 1 | -2/+2 |
| * | DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are | Benjamin Kramer | 2010-03-31 | 4 | -32/+30 |
| * | reduce indentation | Chris Lattner | 2010-03-31 | 1 | -20/+21 |
| * | tidy up | Chris Lattner | 2010-03-31 | 1 | -7/+8 |
| * | MI != 0 is checked in the assert right above this. | Chris Lattner | 2010-03-31 | 1 | -1/+1 |
| * | use the isDebugValue() predicate and pop_back_val() | Chris Lattner | 2010-03-31 | 1 | -7/+7 |
| * | assert is a function-like macro, not a control flow operator. | Chris Lattner | 2010-03-31 | 1 | -14/+14 |
| * | reduce indentation, fit in 80 cols and various other cosmetic cleanups. | Chris Lattner | 2010-03-31 | 1 | -284/+300 |
| * | use the optimized debug info apis in sdisel. | Chris Lattner | 2010-03-31 | 1 | -19/+16 |
| * | add new apis for getting/setting !dbg metadata on | Chris Lattner | 2010-03-31 | 3 | -7/+7 |
| * | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 2 | -54/+27 |
| * | Ignore invalid metadata. | Devang Patel | 2010-03-30 | 1 | -0/+2 |
| * | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 2 | -27/+54 |
| * | Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows | Benjamin Kramer | 2010-03-30 | 4 | -11/+6 |
| * | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner | 2010-03-30 | 5 | -17/+13 |
| * | Funky indentation. | Evan Cheng | 2010-03-30 | 1 | -5/+5 |
| * | There is no need to fall through after processing DBG_VALUE machine instruction. | Devang Patel | 2010-03-30 | 1 | -0/+1 |
| * | Fix -Asserts warning. | Daniel Dunbar | 2010-03-30 | 1 | -4/+0 |
| * | Reapply r99881 with some fixes: only call destructor in releaseMemory! | Torok Edwin | 2010-03-30 | 2 | -6/+6 |
| * | Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9. | Torok Edwin | 2010-03-30 | 1 | -6/+1 |
| * | Introduce another Reset() method in BumpPtrAllocator that calls a destructor | Torok Edwin | 2010-03-30 | 1 | -1/+6 |
| * | Avoid being influenced by the presence of dbg_value instructions. | Evan Cheng | 2010-03-30 | 2 | -8/+28 |
| * | Re-add back in the slow way of determining of a clean-up should become a | Bill Wendling | 2010-03-29 | 1 | -0/+135 |
| * | A more general (and simpler!) implementation of r99671. It performs a similar | Bill Wendling | 2010-03-29 | 1 | -122/+59 |
| * | Encode start location of debug value, communicated through DBG_VALUE machine ... | Devang Patel | 2010-03-29 | 2 | -15/+43 |
| * | Fix PR4975. Avoid referencing empty vector. | Evan Cheng | 2010-03-29 | 1 | -2/+4 |
| * | Pool allocate SDDbgValue nodes. | Evan Cheng | 2010-03-29 | 2 | -11/+29 |
| * | use RAII for ExceptionTimer too | Chris Lattner | 2010-03-29 | 1 | -17/+3 |
| * | fix a variety of issues were we'd start DebugTimer but | Chris Lattner | 2010-03-29 | 1 | -40/+11 |
| * | Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte... | Devang Patel | 2010-03-29 | 4 | -37/+54 |
| * | Revert 99772. | Devang Patel | 2010-03-28 | 4 | -45/+37 |
| * | add a statistic for the # times isel has to backtrack. | Chris Lattner | 2010-03-28 | 1 | -1/+3 |
| * | Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. | Devang Patel | 2010-03-28 | 4 | -37/+45 |
| * | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner | 2010-03-28 | 1 | -1/+1 |
| * | comply with the wishes of a fixme. | Chris Lattner | 2010-03-28 | 1 | -3/+0 |
| * | now that (parallel) is gone and a variety of bugs in targets | Chris Lattner | 2010-03-28 | 1 | -8/+4 |
| * | add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and | Chris Lattner | 2010-03-28 | 1 | -0/+29 |
| * | don't add nodes to the now-dead nodes list multiple times, this | Chris Lattner | 2010-03-28 | 1 | -2/+3 |
| * | don't add flag nodes with chain results to the NowDeadNodes | Chris Lattner | 2010-03-28 | 1 | -2/+3 |
| * | improve -debug-only=isel comments for cases when we don't enter a | Chris Lattner | 2010-03-27 | 1 | -4/+8 |
| * | Forgot the part where we handle the ".llvm.eh.catch.all.value". | Bill Wendling | 2010-03-27 | 1 | -2/+11 |
| * | Return if we changed anything or not. | Bill Wendling | 2010-03-27 | 1 | -11/+9 |
| * | If a selector has a call to ".llvm.eh.catch.all.value" that we haven't | Bill Wendling | 2010-03-27 | 1 | -8/+38 |
| * | If we mark clean-ups as clean-ups, then it could break when inlining through an | Bill Wendling | 2010-03-26 | 1 | -7/+215 |
| * | Add few missed libcalls and correct names for others. | Anton Korobeynikov | 2010-03-26 | 1 | -4/+16 |
| * | Debug info shouldn't affect kills. | Dale Johannesen | 2010-03-26 | 1 | -0/+3 |
| * | LiveVariables should clear kill / dead markers first. This allows us to remov... | Evan Cheng | 2010-03-26 | 2 | -6/+8 |
| * | Try trivial remat before the coalescer gives up on a vr / physreg coalescing ... | Evan Cheng | 2010-03-26 | 1 | -1/+7 |
| * | Handle DEBUG_VALUE in this pass. | Dale Johannesen | 2010-03-26 | 1 | -11/+14 |