summaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Move PPC Linux to CFI.Rafael Espindola2011-05-051-1/+1
* PR9848: pandn is not commutative.Eli Friedman2011-05-051-1/+1
* Remove a flag that would set the ".eh" symbol as .globl. MachO was the only oneBill Wendling2011-05-051-1/+0
* Fix X86RegisterInfo::getMatchingSuperRegClass for sub_8bit_hi.Jakob Stoklund Olesen2011-05-041-13/+8
* Implement SystemZRegisterInfo::getMatchingSuperRegClass to enable cross-class...Jakob Stoklund Olesen2011-05-042-0/+18
* Do not emit location expression size twice.Devang Patel2011-05-041-12/+0
* Fix cmake build.Rafael Espindola2011-05-041-0/+1
* Prevent instructions using $gp from being placed between a jalr and the instr...Akira Hatanaka2011-05-045-11/+89
* Implement MSP430RegisterInfo::getMatchingSuperRegClass to enable cross-classJakob Stoklund Olesen2011-05-041-0/+7
* Mark ultra-super-registers QQQQ as call-clobbered instead of the D sub-regist...Jakob Stoklund Olesen2011-05-033-32/+11
* Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.Bill Wendling2011-05-031-38/+12
* Fix function MipsRegisterInfo::getRegisterNumbering.Akira Hatanaka2011-05-031-10/+10
* Temporarily disable use of divmod compiler-rt functions for iOS.Bob Wilson2011-05-031-6/+0
* Fold ARM coprocessor intrinsics patterns into the instructions defs wheneverBruno Cardoso Lopes2011-05-033-96/+73
* Add a few ARM coprocessor intrinsics. Testcases includedBruno Cardoso Lopes2011-05-034-0/+71
* Remove unused variables caught by GCC's -Wunused-but-set-variable.Benjamin Kramer2011-05-031-2/+0
* Add pentium{3,4}m cpus. Patch by Alexander Best!Michael J. Spencer2011-05-031-0/+2
* xmm0 is an implicit parameter in this and so shouldn't be in theEric Christopher2011-05-031-2/+2
* Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman2011-05-032-0/+14
* Apparently the check for direct calls is unnecessary.Eric Christopher2011-05-021-2/+2
* Add 130690 back.Rafael Espindola2011-05-021-1/+1
* Revert while I debug the tests that use march but not mtriple.Rafael Espindola2011-05-021-1/+1
* Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...Rafael Espindola2011-05-021-1/+1
* Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola2011-05-011-1/+1
* Remove an unused variable from this function introduced in r130637,Chandler Carruth2011-05-011-1/+0
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-013-6/+13
* I forgot these files in the previous commit.Rafael Espindola2011-05-012-0/+2
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-3/+2
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-301-1/+1
* X86AsmPrinter doesn't know how to handle the X86II::MO_GOT_ABSOLUTE_ADDRESS flagJakob Stoklund Olesen2011-04-301-0/+12
* Enable CFI on OS X.Rafael Espindola2011-04-301-1/+1
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-303-2/+4
* 80-col.Eric Christopher2011-04-291-8/+9
* Zap a couple now-unused functions.Eli Friedman2011-04-291-10/+0
* Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...Eli Friedman2011-04-293-2/+7
* Add FastEmitInst_ii for the arm fast isel generator. It doesn't use it, butEric Christopher2011-04-291-0/+23
* Some cleanup and optimize fallthrough more.Eric Christopher2011-04-291-8/+13
* Re-committing r130454, which does not in fact break anything.Eli Friedman2011-04-291-19/+2
* Add trunc->branch support, this won't help with clang's i8->i1 truncationsEric Christopher2011-04-291-1/+24
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-291-0/+3
* Teach Thumb2 isel to fold and->rotr ==> ROR.Andrew Trick2011-04-291-0/+9
* This is done.Benjamin Kramer2011-04-291-20/+0
* clean up after Sean's r127646 patch.Chris Lattner2011-04-291-429/+330
* use the MachineInstrBuilder operator-> to simplify some code.Chris Lattner2011-04-294-21/+18
* Update comments and checks to match reality.Eric Christopher2011-04-291-9/+2
* Whitespace.Eric Christopher2011-04-291-11/+11
* Revert r130454; apparently this doesn't actually work.Eli Friedman2011-04-281-2/+19
* Fix a rather obscure crash caused by ARM fast-isel generating code which rede...Eli Friedman2011-04-281-19/+2
* Target/X86/MC: Add an option for disabling arith relaxation, for my own testingDaniel Dunbar2011-04-281-0/+11
* fast-isel sret calls, try 2. We actually do need to do something on x86-32. ...Eli Friedman2011-04-281-2/+4