Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns."
[oota-llvm.git] / lib / Target / ARM /
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2011-02-19 Joerg SonnenbergerAvoid dangling else warnings.
2011-02-18 Bruno Cardoso LopesFix style and a typo
2011-02-18 Bruno Cardoso LopesAdd assembly parsing support for "msr" and also fix...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-16 Evan ChengSome single precision VFP instructions may be executed...
2011-02-15 Jakob Stoklund OlesenTeach ARMLoadStoreOptimizer to remove kill flags from...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-14 Bob WilsonRemove unused bitvectors that record ARM callee-saved...
2011-02-14 Bruno Cardoso LopesA fail to match coprocessor number and register number...
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2011-02-12 Jim GrosbachAsmMatcher custom operand parser failure enhancements.
2011-02-11 Nate BegemanImplement sdiv & udiv for <4 x i16> and <8 x i8> NEON...
2011-02-11 Evan ChengFix buggy fcopysign lowering.
2011-02-08 Owen AndersonRevert both r121082 (which broke a bunch of constant...
2011-02-08 Evan ChengTemporary workaround for a bad bug introduced by r12108...
2011-02-07 Bruno Cardoso LopesAdd support for parsing dmb/dsb instructions
2011-02-07 Bruno Cardoso LopesRemove the MCR asm parser hack and start using the...
2011-02-07 Jason W KimARM/MC/ELF Lowercase .cpu attributes in .s, but make...
2011-02-07 Evan ChengFix an obvious typo which caused an isel assertion...
2011-02-07 Bob WilsonAdd codegen support for using post-increment NEON load...
2011-02-07 Bob WilsonChange VLD3/4 and VST3/4 for quad registers to not...
2011-02-07 Bob WilsonFix some NEON instruction itineraries.
2011-02-07 Bob WilsonFix a comment: addrmode6 no longer includes the optiona...
2011-02-07 Bob WilsonRemove inaccurate comments: so_imm and t2_so_imm operan...
2011-02-07 Bob WilsonMove code for OffsetCompare struct closer to where...
2011-02-07 Jason W KimRework some .ARM.attribute work for improved gcc compat...
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-03 Bob WilsonFix 80-column violations and whitespace.
2011-02-02 Bob WilsonUpdate comment to match my recent change.
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-02-01 Bob WilsonPR9081: Split up LDM instruction with deprecated use...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-30 Anton KorobeynikovSave a mapping between original and cloned constpool...
2011-01-28 Bob WilsonPR9030: Fix disassembly of ARM "mov pc, lr" instruction.
2011-01-27 Evan ChengFix PLD encoding.
2011-01-27 Kevin EnderbyChanged llvm-mc arm target to give an error if .syntax...
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2011-01-27 Eric ChristopherUse the incoming VT not the VT of where we're trying...
2011-01-26 Bill WendlingAdd support for printing out floating point values...
2011-01-26 Bruno Cardoso Lopesfix the encoding and add testcases for ARM nop, yield...
2011-01-26 Bill WendlingAdd needed braces.
2011-01-25 Bill WendlingRevert 124230. It was causing test failures.
2011-01-25 Bill WendlingThe floating point value is encoded in its binary form...
2011-01-25 Evan ChengDon't merge restore with tail call instruction.
2011-01-24 Anton KorobeynikovProvide correct registers for EH stuff on ARM
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Rafael EspindolaRemove duplicated code.
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2011-01-21 Bruno Cardoso LopesFix the encoding of QADD/SUB, QDADD/SUB. While qadd16...
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2011-01-20 Evan ChengDon't be overly aggressive with CSE of "ldr constantpoo...
2011-01-20 Bruno Cardoso LopesFix the encoding and parsing of clrex instruction
2011-01-20 Bruno Cardoso LopesChange instruction names for consistency
2011-01-20 Bruno Cardoso LopesAdd cdp/cdp2 instructions for thumb/thumb2
2011-01-20 Bruno Cardoso Lopes- Use a more appropriate name for Owen's ARM Parser...
2011-01-20 Bruno Cardoso LopesAdd mcr*2 and mr*c2 support to thumb2 targets
2011-01-20 Bruno Cardoso LopesAdd mcr* and mr*c support to thumb targets
2011-01-20 Bruno Cardoso LopesRefactor mcr* and mr*c instructions into classes with...
2011-01-20 Evan ChengCorrect itinerary entry for t2MOV_pic_ga_add_pc.
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-19 Bruno Cardoso LopesFix the encoding of mrrc and mcrr family of instruction...
2011-01-19 Daniel DunbarARM/ISel: Factor out isScaledConstantInRange() helper.
2011-01-19 Andrew TrickFor ARM subtargets with useNEONForSinglePrecisionFP...
2011-01-19 Andrew Trickwhitespace
2011-01-19 Evan ChengDon't forget to emit the load from indirect symbol...
2011-01-18 Bruno Cardoso LopesCreate two new generic classes to represent the followi...
2011-01-18 Bruno Cardoso LopesFix MRS encoding for arm and thumb.
2011-01-18 Bruno Cardoso LopesFix the encoding of t2ISB by using the right class...
2011-01-18 Bruno Cardoso LopesFollow the current hack set and enable the correct...
2011-01-18 Bruno Cardoso LopesAdd support for parsing and encoding ARM's official...
2011-01-18 Jim GrosbachAdd a FIXME.
2011-01-18 Daniel DunbarMcARM: Use accessors where appropriate.
2011-01-18 Daniel DunbarMcARM: Fill in ASMOperand::dump() for memory operands.
2011-01-18 Daniel DunbarMcARM: Make ARMOperand use a union where appropriate.
2011-01-18 Daniel DunbarMcARM: Unify ParseMemory() successfull return.
2011-01-18 Daniel DunbarMcARM: Early exit on failure (NEFC).
2011-01-18 Daniel DunbarMcARM: Always keep an offset expression, if used (inste...
2011-01-18 Daniel DunbarMcARM: Add a variety of asserts on the sanity of memory...
2011-01-18 Daniel DunbarMcARM: Use a consistent marker for not-set OffsetRegNum.
2011-01-18 Daniel DunbarMcARM: Start marking T2 address operands as such, for...
2011-01-18 Jeffrey YasskinRemove unused variables found by gcc-4.6's -Wunused...
2011-01-17 Evan ChengMaterialize GA addresses with movw + movt pairs for...
2011-01-16 Anton KorobeynikovProvide instruction sizes for ARMv5 variants of MUL...
2011-01-16 Evan ChengSpill R4 if it's going to be used to restore SP from FP.
2011-01-15 Eric Christopher80-col.
2011-01-15 Bob WilsonFix a comment.
2011-01-14 Eric ChristopherFix 80-cols.
2011-01-14 Evan ChengCompleted :lower16: / :upper16: support for movw /...
2011-01-13 Owen AndersonRecognize alternative register names like ip -> r12.
2011-01-13 Jakob Stoklund OlesenFix a few more places that should use MBB::getLastNonDe...
2011-01-13 Owen AndersonAdd support to the ARM MC infrastructure to support...
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2011-01-13 Bob WilsonTidy comments, indentation, and 80-column violations.
2011-01-13 Kevin EnderbyFix ARMAsmParser::ParseOperand() to allow it to parse...
next