Remove another unused argument.
[oota-llvm.git] / lib / Target / ARM /
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Stepan DyatkovskiyRejected r204899 and r204900 due to remaining test...
2014-03-27 Stepan DyatkovskiyFix for pr18931: Crash using integrated assembler with...
2014-03-27 Jiangning LiuARM: raise error message when complex SO expressions...
2014-03-26 Kevin EnderbyFix a problem with the ARM assembler incorrectly matching a
2014-03-26 Kevin EnderbyFix the ARM VST4 (single 4-element structure from one...
2014-03-26 Tim NorthoverARM: add intrinsics for the v8 ldaex/stlex
2014-03-26 Renato GolinChange @llvm.clear_cache default to call rt-lib
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-25 Kevin EnderbyFix crashes when assembler directives are used that...
2014-03-23 Arnaud A. de Grand... ARM: no need to update SplatBits as it is not used
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-22 Craig TopperPrune includes in ARM target.
2014-03-22 Saleem AbdulrasoolARM IAS: properly handle function entries in .thumb
2014-03-21 Jiangning LiuThis reverts commit r203762, "ARM: support emission...
2014-03-20 Weiming ZhaoFix PR19136: [ARM] Fix Folding SP Update into vpush...
2014-03-20 Saleem AbdulrasoolReapply 'ARM IAS: support .thumb_set'
2014-03-20 Hao Liu[ARM]Fix an assertion failure in A15SDOptimizer about...
2014-03-20 Rafael EspindolaLook through variables when computing relocations.
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
2014-03-18 Rafael EspindolaAdd back r203962, r204028 and r204059.
2014-03-18 Alexander KornienkoRevert r203962 and two revisions depending on it: r2040...
2014-03-18 Craig Topper[C++11] Mark the target fast isel classes as 'final...
2014-03-18 Saleem AbdulrasoolARM: add an assertion
2014-03-17 Saleem AbdulrasoolARM IAS: support .thumb_set
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-13 Hans Wennborg[ARM] Use symbolic register names in .cfi directives...
2014-03-13 Saleem AbdulrasoolARM: ignore unused variable to fix -Wunused-variable...
2014-03-13 Saleem AbdulrasoolARM: support emission of complex SO expressions
2014-03-12 Hans WennborgAdd comment pointing to the binutils bugzilla entry
2014-03-12 Tim NorthoverARM: correct Dwarf output for non-contiguous VFP saves.
2014-03-12 Hans Wennborg[ARM] Use DWARF register numbers for CFI directives...
2014-03-11 Owen AndersonRange-ify a loop.
2014-03-11 Saleem AbdulrasoolARM: honour -f{no-,}optimize-sibling-calls
2014-03-11 Saleem AbdulrasoolARM: remove ancient -arm-tail-calls option
2014-03-11 Saleem AbdulrasoolARM: enable tail call optimisation on Thumb 2
2014-03-11 Tim NorthoverARM: simplify EmitAtomicBinary64
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-10 Craig TopperDe-virtualize a method since it doesn't override anythi...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-10 Chandler Carruth[TTI] There is actually no realistic way to pop TTI...
2014-03-10 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Duncan P. N. Exon... Change else if => if after return, after r203265
2014-03-07 Owen AndersonRange-ify some for loops.
2014-03-07 Ted KremenekRemove dead 'break' (dominated by 'return').
2014-03-07 Ted KremenekRemove dead 'return'.
2014-03-07 Duncan P. N. Exon... ARM: Make .unreq directives case-insensitive
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Rafael EspindolaSimplify. No functionality change.
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 David BlaikieFix clang -Werror build break due to mismatched sign...
2014-03-05 Oliver StannardARM: Correctly align arguments after a byval struct...
2014-03-04 Evan ChengRemove a special character in comment that accidentiall...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Yaron KerenCleaning up a bunch of pre-Visual C++ 2012 build hacks.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-27 Andrew TrickProvide a target override for the latest regalloc heuri...
2014-02-27 Adrian PrantlDebug info: Remove ARMAsmPrinter::EmitDwarfRegOp()...
2014-02-26 Artyom SkrobovARMv8 IfConversion must skip narrow instructions that...
2014-02-23 Saleem AbdulrasoolARMAsmParser: whitespace
2014-02-23 Saleem AbdulrasoolARM IAS: support .align without parameters
2014-02-23 Saleem AbdulrasoolARM IAS: support .short and .hword
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-20 Benjamin KramerRemove unnecessary copy of array_lengthof.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2014-02-18 Tim NorthoverGlobalMerge: move "-global-merge" option to the pass...
2014-02-17 Kevin EnderbyFix the arm assembler so that this malformed instruction:
2014-02-16 Mark SeabornUse 16 byte stack alignment for NaCl on ARM
2014-02-16 Saleem AbdulrasoolARM IAS: (partially) support .arch_extension directive
2014-02-14 Artyom SkrobovGenerate the DWARF stack frame decode operations in...
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 Tim NorthoverARM: remove floating-point patterns for @llvm.arm.neon...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-11 Evan ChengTweak ARM fastcc by adopting these two AAPCS rules:
2014-02-11 Jim GrosbachARM: Thumb2 LDR(literal) can target SP.
2014-02-10 Tim NorthoverARM: use natural LLVM IR for vshll instructions
2014-02-10 Oliver StannardARM: r12 is callee-saved for interrupt handlers
2014-02-10 Tim NorthoverARM: use LLVM IR to represent the vshrn operation
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-08 Rafael EspindolaAdd LLVM_OVERRIDE to a few declarations.
2014-02-07 Rafael EspindolaRemove dead code.
2014-02-07 Renato GolinRemove -arm-disable-ehabi option
2014-02-07 Oliver StannardLLVM-1163: AAPCS-VFP violation when CPRC allocated...
2014-02-06 Evan ChengRevert r200095 and r200152. It turns out when compiling...
2014-02-06 David PeixottoRemove const_cast for STI when parsing inline asm
next