| Commit message (Expand) | Author | Age | Files | Lines |
* | GVRequiresExtraLoad is now never used for calls, simplify it based on this. | Chris Lattner | 2009-07-10 | 6 | -17/+10 |
* | actually, just eliminate PCRelGVRequiresExtraLoad. It makes the code | Chris Lattner | 2009-07-10 | 4 | -22/+2 |
* | There is only one case where GVRequiresExtraLoad returns true for calls: | Chris Lattner | 2009-07-10 | 4 | -80/+37 |
* | the "isDirectCall" operand of GVRequiresRegister is always false, eliminate it. | Chris Lattner | 2009-07-10 | 3 | -11/+9 |
* | split call handling out of X86SelectAddress into X86SelectCallAddress | Chris Lattner | 2009-07-10 | 1 | -18/+164 |
* | convert a helper method to be a static function instead of a | Chris Lattner | 2009-07-10 | 1 | -11/+14 |
* | 80 col violation. | Evan Cheng | 2009-07-10 | 1 | -2/+2 |
* | More info about Thumb1 predication support. | Evan Cheng | 2009-07-10 | 1 | -1/+2 |
* | We don't need separate thumb1 instructions tADDSi3 etc. for addc and subc. Th... | Evan Cheng | 2009-07-10 | 1 | -36/+28 |
* | Add a thumb2 pass to insert IT blocks. | Evan Cheng | 2009-07-10 | 8 | -10/+132 |
* | Move isPredicated from .cpp to .h | Evan Cheng | 2009-07-10 | 2 | -6/+4 |
* | Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. | Owen Anderson | 2009-07-10 | 4 | -82/+98 |
* | 80 col violation. | Evan Cheng | 2009-07-10 | 1 | -1/+2 |
* | 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 |
* | Remove a bogus assertion. | Evan Cheng | 2009-07-10 | 2 | -2/+1 |
* | Replace TM.getRegisterInfo() calls by TRI instance variable. | Bob Wilson | 2009-07-10 | 1 | -25/+24 |
* | Redesign this to avoid standard stream classes. This stream class | David Greene | 2009-07-09 | 2 | -0/+200 |
* | Handle 'a' modifier on inline assembly operands. | Bob Wilson | 2009-07-09 | 2 | -2/+14 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 37 | -332/+481 |
* | Add some hooks that a redesigned AsmStream needs to do its job. These | David Greene | 2009-07-09 | 2 | -0/+17 |
* | Added Thumb IT instruction. | Evan Cheng | 2009-07-09 | 2 | -0/+25 |
* | Fix an apparent copy-and-paste problem in an error message. | Bob Wilson | 2009-07-09 | 1 | -1/+1 |
* | Another todo entry. | Evan Cheng | 2009-07-09 | 1 | -0/+5 |
* | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman | 2009-07-09 | 3 | -1002/+91 |
* | Initial support for load / store multiple opt pass Thumb2 support (post-alloc... | Evan Cheng | 2009-07-09 | 1 | -55/+158 |
* | Fix ldm / stm unified syntax; add t2LDM_RET. | Evan Cheng | 2009-07-09 | 1 | -2/+12 |
* | LDM_RET should be marked mayLoad. | Evan Cheng | 2009-07-09 | 1 | -1/+1 |
* | If -fomit-frame-pointer is used, we still need to record when the %esp register | Bill Wendling | 2009-07-09 | 1 | -1/+20 |
* | Fix ldrd / strd address mode matching code. It allows for +/- 8 bit offset. A... | Evan Cheng | 2009-07-09 | 3 | -3/+22 |
* | 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 | 3 | -56/+1369 |
* | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman | 2009-07-09 | 7 | -56/+46 |
* | Add a Thumb readme entry. | Evan Cheng | 2009-07-09 | 1 | -0/+6 |
* | Correct comment. | Evan Cheng | 2009-07-09 | 1 | -1/+1 |
* | bug 4524: Add MSP430 to the cmake build. | Richard Pennington | 2009-07-09 | 2 | -4/+6 |
* | Handle 'A' modifier in inline asms. | Dale Johannesen | 2009-07-09 | 1 | -0/+9 |
* | Regenerate. | Mikhail Glushenkov | 2009-07-09 | 1 | -0/+2 |
* | Documentation update. | Mikhail Glushenkov | 2009-07-09 | 2 | -0/+8 |
* | We don't need to set SaveTemps here. | Mikhail Glushenkov | 2009-07-09 | 1 | -1/+0 |
* | Adjust comment. | Mikhail Glushenkov | 2009-07-09 | 1 | -2/+2 |
* | Remove some duplication. | Mikhail Glushenkov | 2009-07-09 | 1 | -17/+17 |
* | Rename -t to --temp-dir. | Mikhail Glushenkov | 2009-07-09 | 1 | -2/+2 |
* | As Chris pointed out, we don't actually need to pass the context around here. | Owen Anderson | 2009-07-09 | 3 | -5/+4 |
* | back out r75156 for now. | Chris Lattner | 2009-07-09 | 2 | -489/+0 |
* | A little bit more LLVMContextification. | Owen Anderson | 2009-07-09 | 2 | -5/+11 |
* | Handle Thumb-2 addressing modes during FP elimination. | David Goodwin | 2009-07-09 | 1 | -0/+13 |
* | 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 | 2 | -0/+489 |
* | By default -t is always on for mcc16 and it uses ./tmp-objs as the temp direc... | Sanjiv Gupta | 2009-07-09 | 1 | -1/+2 |