Improve varags handling, with testcases. Patch by Sasa Stankovic
[oota-llvm.git] / lib / Target / ARM /
2011-03-09 Bill Wendling* Correct encoding for VSRI.
2011-03-09 Bill WendlingCorrect the encoding for VRSRA and VSRA instructions.
2011-03-08 Bill Wendling* Fix VRSHR and VSHR to have the correct encoding for...
2011-03-08 Bob WilsonFix a compiler crash where a Glue value had multiple...
2011-03-08 Bob WilsonFix comment typos.
2011-03-07 Bill WendlingRename the narrow shift right immediate operands to...
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-03-05 Anton KorobeynikovARM assembler stuff is crazy: for .setfp positive value...
2011-03-05 Anton KorobeynikovIn Thumb1 mode the constant might be materialized via...
2011-03-05 Anton KorobeynikovImplement frame unwinding information emission for...
2011-03-05 Anton KorobeynikovAdd unwind information emission for thumb stuff
2011-03-05 Anton KorobeynikovHandle MI flags inside Thumb2SizeReduction pass.
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-03-05 Bob WilsonRemove unused conditional negate operations.
2011-03-04 Devang PatelDisable ARMGlobalMerge on darwin. The debugger is not...
2011-03-03 Bob WilsonPR8053: Fix encoding of S bit in some ARM instructions.
2011-03-03 Bob WilsonAdd a readme entry for the redundant movw issue for...
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-02 Kevin EnderbyFixes an assertion failure while disassembling ARM...
2011-03-02 Renato GolinFixing a bug when printing fpu text to object file...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-02-28 Renato GolinFix .fpu printing in ARM assembly, regarding bug llvm...
2011-02-28 Kevin EnderbyAdd missing whitespace in the formatting.
2011-02-28 Kevin EnderbyFix the arm's disassembler for blx that was building...
2011-02-28 Evan ChengFix a typo which cause dag combine crash. rdar://9059537.
2011-02-28 Stuart HastingsSupport for byval parameters on ARM. Will be enabled...
2011-02-25 Bob WilsonAdd patterns to use post-increment addressing for Neon...
2011-02-25 Evan ChengFix typo.
2011-02-25 Evan ChengEach prologue may have multiple vpush instructions...
2011-02-23 Evan ChengChange VFPNeonA8 definition to make the code easier...
2011-02-23 Evan ChengMore fcopysign correctness and performance fix.
2011-02-22 Evan ChengVFP single precision arith instructions can go down...
2011-02-22 Evan ChengGuard against de-referencing MBB.end().
2011-02-22 Evan Chengavailable_externally (hidden or not) GVs are always...
2011-02-22 Eric ChristopherOnly use blx for external function calls on thumb,...
2011-02-21 Evan ChengSkipping over debugvalue instructions to determine...
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
next