aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Refactor lock versions of binary operators to be a little lessEric Christopher2011-05-101-73/+83
* First cut at getting debugging support for ARM/MC/ELF/.oJason W Kim2011-05-101-1/+0
* PTX: add PTX 2.3 setting in PTX sub-target.Justin Holewinski2011-05-102-0/+4
* Fix td file comments for Mips.Eric Christopher2011-05-093-3/+7
* Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane...Mon P Wang2011-05-094-2/+60
* X86: Add a bunch of peeps for add and sub of SETB.Benjamin Kramer2011-05-081-0/+24
* Eliminate the ARM sub-register indexes that are not needed by the sources.Jakob Stoklund Olesen2011-05-071-33/+6
* Fix the non-MC encoding of pkhbt and pkhtb.Eric Christopher2011-05-071-0/+6
* 1. Keep lines in 80 columns.Akira Hatanaka2011-05-062-6/+6
* Make the logic for determining function alignment more explicit. No function...Eli Friedman2011-05-0626-97/+30
* Dead code elimination.Rafael Espindola2011-05-062-4/+0
* PTX: add PTX 2.3 language targetJustin Holewinski2011-05-063-1/+7
* 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