summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
Commit message (Expand)AuthorAgeFilesLines
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-271-1/+1
* ARMLoadStoreOptimizer: Code cleanup; NFCMatthias Braun2015-05-271-15/+12
* Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."Diego Novillo2015-05-264-499/+16
* Re-commit changes in r237579 with fix for bug breaking windows builds.Luke Cheeseman2015-05-264-16/+499
* Test CommitLuke Cheeseman2015-05-261-1/+0
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-2610-131/+141
* Stop using MCSectionData in MCMachObjectWriter.h.Rafael Espindola2015-05-261-10/+6
* Stop using MCSectionData in MCExpr.h.Rafael Espindola2015-05-261-15/+10
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-261-13/+21
* Stop forwarding getOrdinal and setOrdinal.Rafael Espindola2015-05-251-2/+4
* [AArch64] Clean up the ELF streamer a bit.Benjamin Kramer2015-05-231-2/+2
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-235-16/+21
* Use new MachineInstr mayLoadOrStore() API. NFC.Chad Rosier2015-05-222-3/+2
* [ARM] Fix typo in subtarget feature list for 7em tripleJohn Brawn2015-05-221-1/+1
* Revert r237590, "ARM: allow jump tables to be placed as constant islands."Peter Collingbourne2015-05-217-312/+170
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-212-6/+5
* [Target/ARM] Only enable OptimizeBarrierPass at -O1 and above.Davide Italiano2015-05-201-1/+4
* ARM: Fix comment and make it slightly more readableMatthias Braun2015-05-201-7/+7
* MC: Use MCSymbol in MachObjectWriter, NFCDuncan P. N. Exon Smith2015-05-201-19/+16
* MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFCDuncan P. N. Exon Smith2015-05-201-4/+4
* MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFCDuncan P. N. Exon Smith2015-05-191-1/+1
* MachineInstr: Remove unused parameter.Matthias Braun2015-05-191-2/+1
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-5/+5
* MachineInstr: Change return value of getOpcode() to unsigned.Matthias Braun2015-05-184-21/+21
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-185-25/+25
* ARM: allow jump tables to be placed as constant islands.Tim Northover2015-05-187-170/+312
* Revert r237579, as it broke windows buildbotsOliver Stannard2015-05-184-487/+17
* [LLVM - ARM/AArch64] Add ACLE special register intrinsicsOliver Stannard2015-05-184-17/+487
* MC: Use MCSymbol in RelAndSymbol, NFCDuncan P. N. Exon Smith2015-05-161-2/+2
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-2/+2
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-152-10/+10
* Re-apply r237247 - [AArch64] Codegen VMAX/VMIN for safe math casesArtyom Skrobov2015-05-141-3/+0
* ARM: remove possible vestiges of the legacy JIT???Tim Northover2015-05-132-11/+6
* ARM: remove custom jump table UIDTim Northover2015-05-1310-82/+53
* ARM: refactor optimizeThumb2JumpTables.Tim Northover2015-05-131-59/+79
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-139-469/+469
* Revert r237247 - [AArch64] Codegen VMAX/VMIN.. as it is causing failures in S...Silviu Baranga2015-05-131-0/+3
* [AArch64] Codegen VMAX/VMIN for safe math casesArtyom Skrobov2015-05-131-3/+0
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-1310-141/+131
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-1310-131/+141
* Revert "ARM: Remove Itineraries for swift CPU"Matthias Braun2015-05-121-0/+1046
* ARM: Remove Itineraries for swift CPUMatthias Braun2015-05-121-1046/+0
* Strip trailing whitespace. NFCDouglas Katzman2015-05-121-1/+1
* [ARM] Use AEABI aligned function variantsJohn Brawn2015-05-122-51/+141
* Change TargetParser enum names to avoid macro conflicts (llvm)Renato Golin2015-05-123-68/+68
* Migrate existing backends that care about software floating pointEric Christopher2015-05-126-13/+28
* [Target/ARM] Remove unused 'private' from class.Davide Italiano2015-05-081-2/+0
* ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not no...Arnold Schwaighofer2015-05-081-1/+3
* TargetParser: FPU/ARCH/EXT parsing refactory - NFCRenato Golin2015-05-089-293/+20
OpenPOWER on IntegriCloud