Reformat.
[oota-llvm.git] / lib / Target / ARM /
2015-05-23 Benjamin Kramer[AArch64] Clean up the ELF streamer a bit.
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-22 Chad RosierUse new MachineInstr mayLoadOrStore() API. NFC.
2015-05-22 John Brawn[ARM] Fix typo in subtarget feature list for 7em triple
2015-05-21 Peter CollingbourneRevert r237590, "ARM: allow jump tables to be placed...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-20 Davide Italiano[Target/ARM] Only enable OptimizeBarrierPass at -O1...
2015-05-20 Matthias BraunARM: Fix comment and make it slightly more readable
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MachObjectWriter, NFC
2015-05-20 Duncan P. N. Exon... MC: Take MCSymbol in MachObjectWriter::getSymbolAddress...
2015-05-19 Duncan P. N. Exon... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-19 Matthias BraunMachineInstr: Remove unused parameter.
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-18 Tim NorthoverARM: allow jump tables to be placed as constant islands.
2015-05-18 Oliver StannardRevert r237579, as it broke windows buildbots
2015-05-18 Oliver Stannard[LLVM - ARM/AArch64] Add ACLE special register intrinsics
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in RelAndSymbol, NFC
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-14 Artyom SkrobovRe-apply r237247 - [AArch64] Codegen VMAX/VMIN for...
2015-05-13 Tim NorthoverARM: remove possible vestiges of the legacy JIT???
2015-05-13 Tim NorthoverARM: remove custom jump table UID
2015-05-13 Tim NorthoverARM: refactor optimizeThumb2JumpTables.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Silviu BarangaRevert r237247 - [AArch64] Codegen VMAX/VMIN.. as it...
2015-05-13 Artyom Skrobov[AArch64] Codegen VMAX/VMIN for safe math cases
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-12 Matthias BraunRevert "ARM: Remove Itineraries for swift CPU"
2015-05-12 Matthias BraunARM: Remove Itineraries for swift CPU
2015-05-12 Douglas KatzmanStrip trailing whitespace. NFC
2015-05-12 John Brawn[ARM] Use AEABI aligned function variants
2015-05-12 Renato GolinChange TargetParser enum names to avoid macro conflicts...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-08 Davide Italiano[Target/ARM] Remove unused 'private' from class.
2015-05-08 Arnold SchwaighoferScheduleDAGInstrs: In functions with tail calls PseudoS...
2015-05-08 Renato GolinTargetParser: FPU/ARCH/EXT parsing refactory - NFC
2015-05-07 Matthias BraunFix typo.
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-05-06 Wei Mi[X86] Disable loop unrolling in loop vectorization...
2015-05-06 Pete Cooper[ARM] Fast-Isel was incorrectly selecting <2 x double...
2015-05-06 Artyom Skrobov[ARM] generate VMAXNM/VMINNM for a compare followed...
2015-05-06 Ahmed Bougacha[ARM][FastISel] Use TST #1 instead of CMP #0 for select.
2015-05-05 Peter CollingbourneThumb2SizeReduction: Check the correct set of registers...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-05-04 Pete Cooper[ARM] IT block insertion needs to update kill flags
2015-05-01 Pete Cooper[ARM] Transfer the internal flag in thumb2 size reduction.
2015-05-01 Peter CollingbourneARM: Align functions containing Thumb-2 jump tables...
2015-04-30 Pete Cooper[ARM] optimizeSelect should clear kill flags.
2015-04-30 Pete CooperDon't always apply kill flag in thumb2 ABS pseudo expan...
2015-04-30 Quentin Colombet[ARM] Do not generate invalid encoding for stack adjust...
2015-04-29 Tim NorthoverARM: mark branch-like instructions with correct flags.
2015-04-28 Tim NorthoverARM: fix peephole optimisation of TST
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-28 Matthias BraunCleanup, remove unused return value
2015-04-25 Benjamin Kramer[ARM] Simplify code. NFC.
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-04-23 Peter CollingbourneThumb2: When applying branch optimizations, visit branc...
2015-04-23 Peter CollingbourneARM: When re-creating a branch via InsertBranch, preser...
2015-04-23 Peter CollingbourneThumb2: When optimizing for size, do not if-convert...
2015-04-23 Peter CollingbourneARM: When spilling extra registers for alignment, prefe...
2015-04-23 Peter CollingbourneARM: Only enforce 4-byte alignment on Thumb-2 functions...
2015-04-16 Vladimir Sukharev[ARM] Add v8.1a "Privileged Access Never" extension
2015-04-15 Charlie TurnerFix BXJ is undefined in AArch32.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Alexander KornienkoRefactor: Simplify boolean expressions in ARM target
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Ahmed Bougacha[CodeGen] Split -enable-global-merge into ARM and AArch...
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-04-09 Javed Absar[ARM] support for Cortex-R4/R4F
2015-04-08 Scott Douglass[ARM] make vminnm/vmaxnm work with ?le, ?ge and no...
2015-04-08 Sergey Dmitrouk[ARM][Debug Info] Restore emitting of .cfi_def_cfa_offs...
2015-04-07 Ahmed Bougacha[ARM] Mark a bunch of .td Operands with type _MEMORY.
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-04-07 Aaron BallmanSilencing several "enumeral and non-enumeral type in...
2015-04-06 Tim NorthoverARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is...
2015-04-06 Rafael EspindolaRemove unnecessary uses of AliasedSymbol.
2015-04-06 Rafael EspindolaStore the sh_link of ARM_EXIDX directly in MCSectionELF.
2015-04-03 Matthias BraunARM: Handle physreg targets in RegPair hints gracefully
2015-04-01 Vladimir Sukharev[ARM] Rename v8.1a from "extension" to "architecture"
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the ARM...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-27 Akira Hatanaka[ARM] Enable changing instprinter's behavior based...
2015-03-27 Akira Hatanakaclang-format ARMInstPrinter.{h,cpp} before I make chang...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-26 Derek SchuffUse movw/movt instead of constant pool loads to lower...
2015-03-26 Renato GolinAdds an option to disable ARM ld/st optim pass
2015-03-26 Vladimir Sukharev[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract...
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-25 Andrew KaylorFix remaining MSVC warning
2015-03-25 Benjamin Kramer[ARM] Rewrite .save/.vsave emission with bit math
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
next