Drop lli, revise test.
[oota-llvm.git] / lib / Target /
2011-05-17 Eli FriedmanBack out r131444 and r131438; they're breaking nightly...
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-16 Jim GrosbachKill some dead code.
2011-05-16 Eli FriedmanRemove dead code. Fix associated test to use FileCheck.
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-16 Rafael Espindolasets bit 0 of the function address of thumb function...
2011-05-14 Eli FriedmanFix a FIXME by moving the fast-isel implementation...
2011-05-14 Rafael EspindolaDon't produce a vmovntdq if we don't have AVX support.
2011-05-14 Eli FriedmanZap useless code; this hasn't done anything useful...
2011-05-13 Julien LerougeFix a source of non determinism in FindUsedTypes, use...
2011-05-12 Akira HatanakaFix setting of isCommutable flag.
2011-05-11 Eric ChristopherTurn this into a table, this will make more sense shortly.
2011-05-11 Owen AndersonFix encoding of Thumb BLX register instructions. Patch...
2011-05-11 Nadav RotemAdd custom lowering of X86 vector SRA/SRL/SHL when...
2011-05-11 Bill WendlingGive the 'eh.sjlj.dispatchsetup' intrinsic call the...
2011-05-10 Eric ChristopherOptimize atomic lock or that doesn't use the result...
2011-05-10 Eric ChristopherRefactor lock versions of binary operators to be a...
2011-05-10 Jason W KimFirst cut at getting debugging support for ARM/MC/ELF/.o
2011-05-10 Justin HolewinskiPTX: add PTX 2.3 setting in PTX sub-target.
2011-05-09 Eric ChristopherFix td file comments for Mips.
2011-05-09 Mon P WangFixed MC encoding for index_align for VLD1/VST1 (single...
2011-05-08 Benjamin KramerX86: Add a bunch of peeps for add and sub of SETB.
2011-05-07 Jakob Stoklund OlesenEliminate the ARM sub-register indexes that are not...
2011-05-07 Eric ChristopherFix the non-MC encoding of pkhbt and pkhtb.
2011-05-06 Akira Hatanaka1. Keep lines in 80 columns.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-06 Justin HolewinskiPTX: add PTX 2.3 language target
2011-05-05 Rafael EspindolaMove PPC Linux to CFI.
2011-05-05 Eli FriedmanPR9848: pandn is not commutative.
2011-05-05 Bill WendlingRemove a flag that would set the ".eh" symbol as .globl...
2011-05-04 Jakob Stoklund OlesenFix X86RegisterInfo::getMatchingSuperRegClass for sub_8...
2011-05-04 Jakob Stoklund OlesenImplement SystemZRegisterInfo::getMatchingSuperRegClass...
2011-05-04 Devang PatelDo not emit location expression size twice.
2011-05-04 Rafael EspindolaFix cmake build.
2011-05-04 Akira HatanakaPrevent instructions using $gp from being placed betwee...
2011-05-04 Jakob Stoklund OlesenImplement MSP430RegisterInfo::getMatchingSuperRegClass...
2011-05-03 Jakob Stoklund OlesenMark ultra-super-registers QQQQ as call-clobbered inste...
2011-05-03 Bill WendlingReplace the "movnt" intrinsics with a native store...
2011-05-03 Akira HatanakaFix function MipsRegisterInfo::getRegisterNumbering.
2011-05-03 Bob WilsonTemporarily disable use of divmod compiler-rt functions...
2011-05-03 Bruno Cardoso LopesFold ARM coprocessor intrinsics patterns into the instr...
2011-05-03 Bruno Cardoso LopesAdd a few ARM coprocessor intrinsics. Testcases included
2011-05-03 Benjamin KramerRemove unused variables caught by GCC's -Wunused-but...
2011-05-03 Michael J. SpencerAdd pentium{3,4}m cpus. Patch by Alexander Best!
2011-05-03 Eric Christopherxmm0 is an implicit parameter in this and so shouldn...
2011-05-03 Dan GohmanAdd an unfolded offset field to LSR's Formula record...
2011-05-02 Eric ChristopherApparently the check for direct calls is unnecessary.
2011-05-02 Rafael EspindolaAdd 130690 back.
2011-05-02 Rafael EspindolaRevert while I debug the tests that use march but not...
2011-05-02 Rafael EspindolaMove ppc OS X to cfi too. I am building it on an old...
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
2011-05-01 Chandler CarruthRemove an unused variable from this function introduced...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-05-01 Rafael EspindolaI forgot these files in the previous commit.
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Jakob Stoklund OlesenX86AsmPrinter doesn't know how to handle the X86II...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-29 Eric Christopher80-col.
2011-04-29 Eli FriedmanZap a couple now-unused functions.
2011-04-29 Eli FriedmanSwitch to ImmLeaf (which can be used by FastISel) for...
2011-04-29 Eric ChristopherAdd FastEmitInst_ii for the arm fast isel generator...
2011-04-29 Eric ChristopherSome cleanup and optimize fallthrough more.
2011-04-29 Eli FriedmanRe-committing r130454, which does not in fact break...
2011-04-29 Eric ChristopherAdd trunc->branch support, this won't help with clang...
2011-04-29 Daniel DunbarMCExpr: Add FindAssociatedSection, which attempts to...
2011-04-29 Andrew TrickTeach Thumb2 isel to fold and->rotr ==> ROR.
2011-04-29 Benjamin KramerThis is done.
2011-04-29 Chris Lattnerclean up after Sean's r127646 patch.
2011-04-29 Chris Lattneruse the MachineInstrBuilder operator-> to simplify...
2011-04-29 Eric ChristopherUpdate comments and checks to match reality.
2011-04-29 Eric ChristopherWhitespace.
2011-04-28 Eli FriedmanRevert r130454; apparently this doesn't actually work.
2011-04-28 Eli FriedmanFix a rather obscure crash caused by ARM fast-isel...
2011-04-28 Daniel DunbarTarget/X86/MC: Add an option for disabling arith relaxa...
2011-04-28 Eli Friedmanfast-isel sret calls, try 2. We actually do need to...
2011-04-28 Eli FriedmanRevert r130348; causing buildbot issues on x86-32.
2011-04-28 Eric ChristopherBe more layout aware here and swap the successor and...
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-04-28 Eric ChristopherLet the immediate leaf pattern take transforms and...
2011-04-28 Chris Lattnermove PR9803 to this readme.
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-28 Justin HolewinskiPTX: support for select_cc and fixes for setcc
2011-04-28 Justin HolewinskiPTX: support for select
2011-04-28 Justin HolewinskiPTX: mov fix and rounding correction for cvt
2011-04-28 Justin HolewinskiPTX: support for fneg
2011-04-28 Justin HolewinskiPTX: support for zext loads and trunc stores
2011-04-28 Justin HolewinskiPTX: support for bitwise operations on predicates
2011-04-28 Justin HolewinskiPTX: patch to AsmPrinter
2011-04-27 Eli Friedmanfast-isel sret. We actually don't need to do anything...
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-27 Eli FriedmanMake the fast-isel code for literal 0.0 a bit shorter...
2011-04-27 Kevin EnderbyFix a bug in the case that there is no add or subtract...
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-27 Eli FriedmanRefactor out code to fast-isel a memcpy operation with...
2011-04-27 Eli FriedmanFix an edge case involving branches in fast-isel on...
2011-04-26 Chris LattnerTransform: "icmp eq (trunc (lshr(X, cst1)), cst" to...
next