| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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. | Edwin Török | 2009-07-11 | 1 | -3/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 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 |
* | ImmutableMap/ImmutableSet: Allow caching of ImutAVLTree digests while the tree | Ted Kremenek | 2009-07-10 | 1 | -21/+12 |
* | Redesign this to avoid standard stream classes. This stream class | David Greene | 2009-07-09 | 1 | -0/+179 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 5 | -67/+110 |
* | Add some hooks that a redesigned AsmStream needs to do its job. These | David Greene | 2009-07-09 | 1 | -0/+16 |
* | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman | 2009-07-09 | 1 | -191/+42 |
* | Fix typo, trailing whitespace. | Andreas Bolka | 2009-07-09 | 1 | -2/+2 |
* | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman | 2009-07-09 | 1 | -37/+215 |
* | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman | 2009-07-09 | 1 | -1/+3 |
* | As Chris pointed out, we don't actually need to pass the context around here. | Owen Anderson | 2009-07-09 | 1 | -2/+1 |
* | back out r75156 for now. | Chris Lattner | 2009-07-09 | 1 | -442/+0 |
* | A little bit more LLVMContextification. | Owen Anderson | 2009-07-09 | 1 | -3/+7 |
* | ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a ... | Ted Kremenek | 2009-07-09 | 1 | -37/+45 |
* | Add some classes to produce pretty-printed asm. We'll use these | David Greene | 2009-07-09 | 1 | -0/+442 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 3 | -3/+9 |
* | Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l... | Alisdair Meredith | 2009-07-09 | 1 | -8/+10 |
* | add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! | Chris Lattner | 2009-07-09 | 1 | -3/+4 |
* | Add support for other GraphViz display tools. This can help | David Greene | 2009-07-09 | 2 | -3/+38 |
* | Forgot a couple files when adding the -ssi-everything pass. | Nick Lewycky | 2009-07-09 | 2 | -1/+10 |
* | Add a -t="dir" option to the driver. This can be used to specify the director... | Sanjiv Gupta | 2009-07-09 | 1 | -0/+1 |
* | Targets sometimes assign fixed stack object to spill certain callee-saved | Evan Cheng | 2009-07-09 | 1 | -8/+19 |
* | add default ctor. | Chris Lattner | 2009-07-09 | 1 | -0/+1 |
* | add missing predicate. | Chris Lattner | 2009-07-09 | 1 | -0/+1 |