| Commit message (Expand) | Author | Age | Files | Lines |
* | 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. | Torok Edwin | 2009-07-12 | 1 | -0/+2 |
* | Add CCIfSRet calling convention predicate. | Jakob Stoklund Olesen | 2009-07-12 | 1 | -0/+4 |
* | Make this clearer for the mathematically inclined. Thanks to Duncan Sands for | Nick Lewycky | 2009-07-12 | 1 | -0/+4 |
* | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky | 2009-07-11 | 2 | -59/+9 |
* | Fix comment. | Torok Edwin | 2009-07-11 | 1 | -3/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 7 | -16/+16 |
* | Clarify and simplify. | Nick Lewycky | 2009-07-11 | 1 | -3/+3 |
* | Move a method that creates constant ranges relative to another constant range | Nick Lewycky | 2009-07-11 | 1 | -0/+10 |
* | Add new vector types for 192-bit, 348-bit and 512-bit sizes. | Bob Wilson | 2009-07-10 | 2 | -55/+153 |
* | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner | 2009-07-10 | 1 | -0/+11 |
* | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene | 2009-07-10 | 4 | -195/+171 |
* | Regenerate configure after r75279. | Jeffrey Yasskin | 2009-07-10 | 1 | -0/+3 |
* | Add a --with-oprofile flag to configure, which uses OProfile's agent | Jeffrey Yasskin | 2009-07-10 | 1 | -0/+2 |
* | Remove ScalarEvolution::hasSCEV, which isn't being used, and which | Dan Gohman | 2009-07-10 | 1 | -8/+0 |
* | Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd... | Evan Cheng | 2009-07-10 | 1 | -9/+7 |
* | Fix unit tests. | Owen Anderson | 2009-07-10 | 1 | -1/+2 |
* | add missing *, patch by Peter O'Gorman! | Chris Lattner | 2009-07-10 | 1 | -1/+1 |
* | Push LLVMContext through the TypeBuilder API. There are no users for this in... | Owen Anderson | 2009-07-10 | 1 | -96/+106 |
* | Push LLVMContext through the PatternMatch API. | Owen Anderson | 2009-07-10 | 2 | -53/+59 |
* | Generalize ScalarEvolution's cast-folding code to support more kinds | Dan Gohman | 2009-07-10 | 2 | -9/+59 |
* | 80 col violation. | Evan Cheng | 2009-07-10 | 1 | -2/+2 |
* | Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. | Owen Anderson | 2009-07-10 | 4 | -82/+98 |
* | Fix #include specification. | David Greene | 2009-07-10 | 1 | -1/+1 |