ADT/PointerIntPairTest.cpp: Appease msc17.
[oota-llvm.git] / lib / Target / ARM /
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
2014-02-06 Rafael EspindolaJust returning false is the default.
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-05 Logan ChienARM: Resolve thumb_bl fixup in same MCFragment.
2014-02-05 Kai NackeARM: Enable use of relocation type tlsldo in debug...
2014-02-04 Rafael EspindolaUse the default values.
2014-02-04 David PeixottoFix PR18345: ldr= pseudo instruction produces incorrect...
2014-02-04 Tim NorthoverARM & AArch64: merge NEON absolute compare intrinsics
2014-02-04 Tim NorthoverARM: fix fast-isel assertion failure
2014-02-04 Kai NackeRevert: ARM: Enable use of relocation type tlsldo in...
2014-02-04 Kai NackeARM: Enable use of relocation type tlsldo in debug...
2014-02-03 Tim NorthoverAArch64 & ARM: refactor crypto intrinsics to take scalars
2014-02-02 Joerg SonnenbergerUnaligned access is supported on ARMv6 and ARMv7 for...
2014-02-01 Arnold SchwaighoferARMTTI: We don't have 16 allocatable scalar registers
2014-01-30 Evgeniy StepanovReenable ARM EHABI on Android.
2014-01-30 Saleem AbdulrasoolARM IAS: support .object_arch
2014-01-30 Saleem AbdulrasoolARM IAS: support .movsp
2014-01-30 Saleem AbdulrasoolARM: suuport .tlsdescseq directive
2014-01-30 Saleem AbdulrasoolARM: support TLS descriptor relocations
2014-01-30 Saleem AbdulrasoolARM: support tlscall relocations
2014-01-29 Oliver StannardTest commit
2014-01-29 Renato GolinEnable EHABI by default
2014-01-28 David WoodhouseDelete MCSubtargetInfo data members from target MCCodeE...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-27 Mark SeabornARM MC: Fix the initial DWARF CFI unwind info at the...
2014-01-27 David PeixottoFix unsupported addressing mode assertion for pld
2014-01-27 Rafael EspindolaRemove dead code.
2014-01-26 Saleem AbdulrasoolARM: improve diagnostics for .word directive
2014-01-26 Saleem AbdulrasoolMC: whitespace
2014-01-26 Evan ChengFollow up of r200095. Code clean up.
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-25 Evan ChengClean up hack which is no longer needed after r198617...
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-24 Juergen RibutzkaAdd final and owerride keywords to TargetTransformInfo...
2014-01-24 Alp TokerFix known typos
2014-01-24 Rafael EspindolaMove emitInlineAsmEnd to the AsmPrinter interface.
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
2014-01-23 Weiming Zhao[Thumbv8] Fix the value of BLXOperandIndex of isV8Eligi...
2014-01-23 Tim NorthoverARM: use litpools for normal i32 imms when compiling...
next