summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
Commit message (Expand)AuthorAgeFilesLines
...
* Comment change. NFCRenato Golin2015-05-301-3/+2
* [ARMTargetParser] Move IAS arch ext parser. NFCRenato Golin2015-05-301-20/+22
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-3010-76/+76
* Remove getData.Rafael Espindola2015-05-293-18/+12
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-293-6/+6
* Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola2015-05-291-1/+2
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-291-4/+4
* Pass a MCSymbol to needsRelocateWithSymbol.Rafael Espindola2015-05-291-2/+2
* CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperandsMatthias Braun2015-05-292-7/+7
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-282-5/+5
* Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM.Peter Collingbourne2015-05-286-33/+129
* ARMTargetParser: Normalising build attributesRenato Golin2015-05-271-3/+3
* 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
OpenPOWER on IntegriCloud