First try of the post-inc operands handling... Not fully worked, though :(
[oota-llvm.git] / lib / Target /
2009-11-07 Anton KorobeynikovFirst try of the post-inc operands handling... Not...
2009-11-07 Anton KorobeynikovAdd some dummy support for post-incremented loads
2009-11-07 Anton KorobeynikovAdd 8 bit libcalls and make use of them for msp430
2009-11-07 Anton KorobeynikovAdd few pseudo-source-values
2009-11-07 Anton KorobeynikovInitial support for addrmode handling. Tests by Brian...
2009-11-07 Anton KorobeynikovSome preliminary variable asmprinting
2009-11-07 Anton KorobeynikovUse '.L' for global private prefix (as mspgcc)
2009-11-07 Anton KorobeynikovDrop old asmprinter stuff
2009-11-07 Anton KorobeynikovIt turns out that the testcase in question uncovered...
2009-11-07 Chris Lattneradd the ability for TargetData to return information...
2009-11-07 Chris Lattnermore cleanup.
2009-11-07 Chris Lattneradd some missing #includes
2009-11-07 Chris Lattnerrewrite TargetData to use StringRef/raw_ostream instead...
2009-11-07 Jeffrey YasskinMake the need-stub variables accurate and consistent...
2009-11-07 Eric ChristopherFix a couple of shuffle patterns to use movhlps instead
2009-11-07 Mon P WangFixed Overload table bug noticed by Jakob
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
2009-11-07 Ted KremenekUpdate CMake file.
2009-11-07 Kenneth UildriksAdd code to check at SelectionDAGISel::LowerArguments...
2009-11-07 Johnny ChenMy previous patch (r84124) for setting the encoding...
2009-11-07 Jim Grosbach80-columns
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-11-06 Anton KorobeynikovHonour subreg machine operands during asmprinting
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-05 Dan GohmanUse SUBREG_TO_REG instead of INSERT_SUBREG to model...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-11-05 Chris Lattneradd a note from PR5313
2009-11-05 Mon P WangReintroduce support for overloading target intrinsics
2009-11-04 Jim GrosbachGrammar.
2009-11-04 Jim GrosbachNow that the memory leak from McCat/08-main has been...
2009-11-04 Jim GrosbachIf a function has no stack frame at all, dynamic realig...
2009-11-04 Jim Grosbachdynamic stack realignment necessitates scanning the...
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-11-04 Evan ChengThe .n suffix must go after the predicate.
2009-11-04 Evan ChengUse ldr.n to workaround a darwin assembler bug.
2009-11-03 Evan ChengFix t2Int_eh_sjlj_setjmp. Immediate form of orr is...
2009-11-03 Evan Chengfconsts / fconstd immediate should be proceeded with #.
2009-11-03 Anton KorobeynikovMove subtarget check upper for NEON reg-reg fixup pass.
2009-11-03 Evan ChengTrim unnecessary include.
2009-11-03 Bob WilsonFor Thumb indirect branches, use "mov pc, reg" which...
2009-11-03 Evan ChengFix PR5367. QPR_8 is the super regclass of DPR_8 and...
2009-11-03 Evan ChengClean up copyRegToReg.
2009-11-03 Evan ChengAdd QPR_8 as a superreg class of SPR_8 and DPR_8.
2009-11-03 Ted KremenekUpdate CMake file.
2009-11-03 Anton KorobeynikovTurn neon reg-reg moves fixup code into separate pass...
2009-11-03 Anton KorobeynikovRevert r85049, it is causing PR5367
2009-11-03 Bob WilsonRevert previous change to a comment. The BlockAddresse...
2009-11-02 Bob WilsonPut BlockAddresses into ARM constant pools.
2009-11-02 Kevin EnderbyFix ARMAsmParser::ParseMemoryOffsetReg() where the...
2009-11-02 David GoodwinFix schedule model for BFC.
2009-11-02 Bob WilsonHyphenate some comments.
2009-11-02 Bob WilsonAdd support for BlockAddress values in ARM constant...
2009-11-02 Bob WilsonPrune unnecessary include.
2009-11-02 Evan ChengThese are done / no longer care.
2009-11-02 Evan ChengAdd an entry.
2009-11-02 Evan ChengUnbreak ARMBaseRegisterInfo::copyRegToReg.
2009-11-02 Anton KorobeynikovHandle splats of undefs properly. This includes the...
2009-11-02 Anton KorobeynikovDo not infer the target type for COPY_TO_REGCLASS from...
2009-11-02 Anton Korobeynikov64-bit FP loads & stores operate on both NEON and VFP...
2009-11-02 Anton KorobeynikovUse NEON reg-reg moves, where profitable. This reduces...
2009-11-01 Evan ChengFix a couple more places where we are creating ld ...
2009-11-01 Evan ChengMake use of imm12 version of Thumb2 ldr / str instructi...
2009-11-01 Chris Lattnerimprove x86 codegen support for blockaddress. We now...
2009-10-31 Evan ChengUse cbz and cbnz instructions.
2009-10-31 Jim Grosbachvml[as].f32 cause stalls in following advanced SIMD...
2009-10-31 Jim GrosbachExpand 64-bit logical shift right inline
2009-10-31 Jim GrosbachExpand 64-bit arithmetic shift right inline
2009-10-31 Jim GrosbachExpand 64 bit left shift inline rather than using the...
2009-10-31 Evan ChengIt's safe to remat t2LDRpci; Add PseudoSourceValue...
2009-10-30 Kevin EnderbyUpdates to the ARM target assembler for llvm-mc per...
2009-10-30 Bob WilsonAdd a note about Robert Muth's alternate jump table...
2009-10-30 Dan GohmanFix MachineLICM to use the correct virtual register...
2009-10-30 Bob WilsonFix a comment.
2009-10-30 Rafael EspindolaThis fixes functions like
2009-10-30 Bob WilsonAdd ARM codegen for indirect branches.
2009-10-30 Dan GohmanInitial x86 support for BlockAddresses.
2009-10-30 Jim GrosbachDial back the realignment a bit.
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-29 Jim GrosbachTo get more thorough testing from llc-beta nightly...
2009-10-28 Bob WilsonRevert r85346 change to control tail merging by CodeGen...
2009-10-28 Bob WilsonAdd a Thumb BRIND pattern. Change the ARM BRIND assemb...
2009-10-28 Evan Chengfconsts and fconstd are obviously re-materializable.
2009-10-28 Jim GrosbachCleanup now that frame index scavenging via post-pass...
2009-10-28 Evan ChengGive ARMISD::EH_SJLJ_LONGJMP and EH_SJLJ_SETJMP names.
2009-10-28 Evan ChengX86 palignr intrinsics immediate field is in bits....
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-28 Dan GohmanUpdate SystemZ to use PSW following the way x86 uses...
2009-10-28 Bob WilsonAdd an indirect branch pattern for ARM. Testcase will...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Bob WilsonRecord CodeGen optimization level in the BranchFolding...
2009-10-27 Bill WendlingAdd new note.
2009-10-27 Jim GrosbachEnable virtual register based frame index scavenging...
2009-10-27 Bill WendlingMove and clarify note.
next