| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach frame lowering to ignore debug values after the terminators. | Jakob Stoklund Olesen | 2011-01-13 | 12 | -24/+26 |
* | Tidy comments, indentation, and 80-column violations. | Bob Wilson | 2011-01-13 | 1 | -37/+39 |
* | Fix ARMAsmParser::ParseOperand() to allow it to parse . as a branch target and | Kevin Enderby | 2011-01-13 | 1 | -2/+4 |
* | When updating a tSpill/tRestore instruction to be a tSTRr/tLDRr, correctly | Jim Grosbach | 2011-01-13 | 1 | -4/+7 |
* | Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step | Evan Cheng | 2011-01-13 | 9 | -75/+219 |
* | Experiment with changing the default 32-bit linux stack alignment to | Eric Christopher | 2011-01-13 | 1 | -3/+3 |
* | Add a FIXME and two asserts for now in the ARMAsmParser when it sees .code 16 or | Kevin Enderby | 2011-01-13 | 1 | -2/+12 |
* | Change call to Error() to assert() | Jason W Kim | 2011-01-13 | 1 | -4/+1 |
* | Added clarifying comment | Jason W Kim | 2011-01-12 | 1 | -0/+2 |
* | JimG sez: "The value-kinds look like masks, but they're not consistently used | Jason W Kim | 2011-01-12 | 1 | -2/+2 |
* | Sort the register list based on the *actual* register numbers rather than the | Bill Wendling | 2011-01-12 | 1 | -5/+5 |
* | Mostly undo r123297, but move the default case in EvaluateAsPCRel to the top | Matt Beaumont-Gay | 2011-01-12 | 1 | -3/+3 |
* | Add another note taken from the gcc bugzilla. | Nick Lewycky | 2011-01-12 | 1 | -1/+20 |
* | Implement RETURNADDR and FRAMEADDR lowering in SPARC backend. | Venkatraman Govindaraju | 2011-01-12 | 3 | -4/+85 |
* | Remove SPARC backend getpcx instruction's Uses. Also, insert an assert to | Venkatraman Govindaraju | 2011-01-12 | 2 | -3/+5 |
* | Fix SPARC backend call instruction so that arguments passed through registers | Venkatraman Govindaraju | 2011-01-12 | 2 | -11/+24 |
* | Prefer llvm_unreachable to assert(0) | Matt Beaumont-Gay | 2011-01-12 | 1 | -3/+3 |
* | 1. Support ELF pcrel relocations for movw/movt: | Jason W Kim | 2011-01-12 | 4 | -5/+49 |
* | Workaround for bug 8721. | Jason W Kim | 2011-01-11 | 1 | -0/+106 |
* | SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC | Venkatraman Govindaraju | 2011-01-11 | 1 | -15/+19 |
* | Clean up ARM subtarget code by using Triple ADT. | Evan Cheng | 2011-01-11 | 6 | -13/+15 |
* | McARM: Fill in GetMnemonicAcceptInfo(). | Daniel Dunbar | 2011-01-11 | 1 | -2/+17 |
* | Fix a comment: We now have intrinsics for vcvtr. | Bob Wilson | 2011-01-11 | 1 | -1/+0 |
* | Fix PR8946, a missing reg/reg form of movdqu. | Chris Lattner | 2011-01-11 | 1 | -0/+4 |
* | McARM: Sketch some logic for determining when to add carry set and predicatio... | Daniel Dunbar | 2011-01-11 | 1 | -4/+48 |
* | McARM: Add more hard coded logic to SplitMnemonicAndCC to also split out the | Daniel Dunbar | 2011-01-11 | 1 | -11/+32 |
* | Fix a thinko in 123226 that caused test failures on "other" platforms. | Kalle Raiskila | 2011-01-11 | 1 | -1/+1 |
* | Add a "nop filler" pass to SPU. | Kalle Raiskila | 2011-01-11 | 6 | -1/+166 |
* | Teach constant folding to perform conversions from constant floating | Chandler Carruth | 2011-01-11 | 1 | -55/+0 |
* | Fix a random missed optimization by making InstCombine more aggressive when d... | Owen Anderson | 2011-01-11 | 1 | -15/+0 |
* | Even if we don't have 7 bytes of stack space we may need to save and | Eric Christopher | 2011-01-11 | 1 | -1/+8 |
* | Expand on the safeness of restoring the sp from the fp a bit more. | Eric Christopher | 2011-01-10 | 1 | -1/+2 |
* | +0.0 vs -0.0 differences can be handled by looking at the user of the | Chris Lattner | 2011-01-10 | 1 | -3/+19 |
* | McARM: Flush out hard coded known non-predicated mnemonic list. | Daniel Dunbar | 2011-01-10 | 1 | -3/+12 |
* | McARM: Mark some T2 ...s instructions as codegen only, they aren't real | Daniel Dunbar | 2011-01-10 | 1 | -4/+4 |
* | ARM/MC: Mark several '...S' instructions as codegen only, they aren't real | Daniel Dunbar | 2011-01-10 | 1 | -4/+6 |
* | MC/ARM/AsmParser: Minor nitty fixes. | Daniel Dunbar | 2011-01-10 | 1 | -3/+3 |
* | Fix merge fallout | Anton Korobeynikov | 2011-01-10 | 1 | -2/+2 |
* | Update CMake stuff | Anton Korobeynikov | 2011-01-10 | 14 | -16/+15 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 89 | -476/+500 |
* | MC/ARM/AsmParser: Split out SplitMnemonicAndCC(). | Daniel Dunbar | 2011-01-10 | 1 | -17/+29 |
* | Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic. | Jakob Stoklund Olesen | 2011-01-10 | 4 | -5/+4 |
* | expand on a note | Chris Lattner | 2011-01-10 | 1 | -4/+9 |
* | typo | Chris Lattner | 2011-01-09 | 1 | -1/+1 |
* | xref a PR # | Chris Lattner | 2011-01-09 | 1 | -22/+2 |
* | Add a note about the inability to model FP -> int conversions which | Chandler Carruth | 2011-01-09 | 1 | -0/+55 |
* | Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and | Jakob Stoklund Olesen | 2011-01-09 | 1 | -1/+3 |
* | Add a note about a missed FP optimization. | Chandler Carruth | 2011-01-09 | 1 | -0/+24 |
* | Another missed memset in std::vector initialization. | Chandler Carruth | 2011-01-09 | 1 | -0/+19 |
* | Fix a cut-paste-o so that the sample code is correct for my last note. | Chandler Carruth | 2011-01-09 | 1 | -2/+6 |