| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some dead functions, patch by Ryan Flynn! | Chris Lattner | 2009-07-14 | 2 | -4/+0 |
* | Fix a typo that Edwin spotted. | Dan Gohman | 2009-07-14 | 1 | -1/+1 |
* | Add a comment clarifying the role of getPrimitiveTypeSizeInBits. | Dan Gohman | 2009-07-14 | 1 | -0/+5 |
* | Introduce a pointertracking pass. | Edwin Török | 2009-07-14 | 2 | -0/+134 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -3/+6 |
* | Added llvm-mc support for parsing the .desc directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+6 |
* | LLVM doesn't use libelf. Remove libelf configurey. | Dan Gohman | 2009-07-14 | 2 | -6/+0 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 6 | -15/+16 |
* | Revert r75610 (and r75620, which was blocking the revert), in the hopes of | Daniel Dunbar | 2009-07-14 | 1 | -6/+3 |
* | After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. | Edwin Török | 2009-07-14 | 2 | -3/+7 |
* | ProfileInfo interface tweaks. | Daniel Dunbar | 2009-07-14 | 1 | -4/+12 |
* | remove renamed method. | Chris Lattner | 2009-07-14 | 1 | -4/+0 |
* | Remove some tabs and fix other whitespace. No functional changes. | Bob Wilson | 2009-07-14 | 1 | -7/+7 |
* | Fix a comment. | Bob Wilson | 2009-07-14 | 1 | -1/+1 |
* | Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz... | Chris Lattner | 2009-07-14 | 1 | -3/+10 |
* | New VNInfo alignment patch by Ryan Flynn. | Lang Hames | 2009-07-14 | 1 | -14/+3 |
* | Change the internal interface to makeNameProper to take a bool that | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | Unbroke LiveInterval. | Lang Hames | 2009-07-14 | 1 | -4/+7 |
* | Tidy up VNInfo alignment code. Patch contributed by Ryan Flynn. | Lang Hames | 2009-07-14 | 1 | -22/+21 |
* | Introduce a new LoopInfo utility function makeLoopInvariant, which | Dan Gohman | 2009-07-14 | 1 | -0/+27 |
* | Do not use Mangler to remove '1' from linkage name. | Devang Patel | 2009-07-14 | 1 | -4/+0 |
* | Revert 75308. | Bob Wilson | 2009-07-14 | 2 | -153/+55 |
* | Fix obvious typo. | Eli Friedman | 2009-07-14 | 1 | -1/+1 |
* | rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more | Chris Lattner | 2009-07-14 | 1 | -4/+6 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -18/+0 |
* | remove Mangler::getTypeID and related data, it was only used for mangling | Chris Lattner | 2009-07-13 | 1 | -10/+0 |
* | remove mangler support for mangling local names. Mangler should only be | Chris Lattner | 2009-07-13 | 1 | -1/+0 |
* | Move a bit more functionality to LLVMContext, which apparently wasn't being u... | Owen Anderson | 2009-07-13 | 2 | -6/+5 |
* | Added llvm-mc support for parsing the .abort directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+7 |
* | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman | 2009-07-13 | 5 | -9/+11 |
* | These don't really need contexts either. | Owen Anderson | 2009-07-13 | 3 | -2/+12 |
* | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman | 2009-07-13 | 2 | -222/+51 |
* | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman | 2009-07-13 | 3 | -90/+118 |
* | Use AsmPrinter's Mangler to remove leading '1' from linkage names. | Devang Patel | 2009-07-13 | 1 | -1/+5 |
* | Reapply 75252, with a fix to avoid the infinite recursion case. The | Dan Gohman | 2009-07-13 | 1 | -9/+53 |
* | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | add llvm-mc support for parsing the .subsections_via_symbols directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+5 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 5 | -23/+11 |
* | Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates | Dan Gohman | 2009-07-13 | 2 | -43/+45 |
* | Delete a spurious const. | Dan Gohman | 2009-07-13 | 1 | -1/+1 |
* | Add infrastructure to allow post instruction printing action triggers. | David Greene | 2009-07-13 | 2 | -2/+29 |
* | Add NetBSD to the Triple class, patch by Krister Walfridsson! | Chris Lattner | 2009-07-13 | 1 | -0/+1 |
* | Add an optional optimization to FoldingSet to allow ID values to be | Dan Gohman | 2009-07-13 | 1 | -0/+14 |
* | Make some more changes suggested by Chris. Manipulators go away. | David Greene | 2009-07-13 | 2 | -104/+10 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 6 | -35/+31 |
* | Match declaration to definition. | Daniel Dunbar | 2009-07-12 | 4 | -4/+4 |
* | Match declaration to definition. | Daniel Dunbar | 2009-07-12 | 1 | -1/+1 |
* | remove llvm.part.set.* and llvm.part.select.*. They have never been | Chris Lattner | 2009-07-12 | 1 | -5/+0 |
* | Mention that llvm_report_error() does not return. | Edwin Török | 2009-07-12 | 1 | -0/+2 |
* | Add CCIfSRet calling convention predicate. | Jakob Stoklund Olesen | 2009-07-12 | 1 | -0/+4 |