AMDPGU/SI: Use AssertZext node to mask high bit for scratch offsets
[oota-llvm.git] / lib / Target / ARM /
2015-07-16 Pete CooperRevert "Add missing load/store flags to thumb2 instruct...
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-16 Akira Hatanaka[ARM] Define a subtarget feature that is used to avoid...
2015-07-16 Pete CooperClear kill flags in ARMLoadStoreOptimizer.
2015-07-15 Matthias BraunTargetRegisterInfo: Provide a way to check assigned...
2015-07-15 Pete CooperAdd missing load/store flags to thumb2 instructions.
2015-07-14 JF BastienWebAssembly: fix build breakage.
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-14 Hans WennborgARMAsmParser: Take MCInst param by const-ref
2015-07-14 Yaron KerenGenerate correct asm info for mingw and cygwin ARM...
2015-07-13 Logan ChienARM: Fix cttz expansion on vector types.
2015-07-13 Scott Douglass[ARM] Handle commutativity when converting to tADDhirr...
2015-07-13 Scott Douglass[ARM] Add Thumb2 ADD with SP narrowing from 3 operand...
2015-07-13 Scott Douglass[ARM] Small refactor of tryConvertingToTwoOperandForm...
2015-07-13 Aaron BallmanRemoving several -Wunused-but-set-variable warnings...
2015-07-12 Renato Golin[ARM] Add support for nest attribute using r12
2015-07-10 Duncan P. N. Exon... MC: Only allow changing feature bits in MCSubtargetInfo
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo::InitCPUSched()
2015-07-10 Matthias BraunARM: Use SpecificBumpPtrAllocator to fix leak introduce...
2015-07-10 Matthias BraunARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor...
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Scott Douglass[ARM] Thumb1 3 to 2 operand convertion for commutative...
2015-07-09 Scott Douglass[ARM] Don't be overzealous converting Thumb1 3 to 2...
2015-07-09 Scott Douglass[ARM] Add Thumb2 ADD with PC narrowing from 3 operand...
2015-07-09 Scott Douglass[ARM] Refactor converting Thumb1 from 3 to 2 operand...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetLowering
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-08 Duncan P. N. Exon... MC: Constify MCSubtargetInfo in getDeprecationInfo...
2015-07-08 Mehdi AminiRemove IsLittleEndian from TargetLowering and redirect...
2015-07-07 Akira Hatanaka[ARM] Define a subtarget feature and use it to decide...
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-06 Daniel SandersWhere Triple has a suitable predicate, use it rather...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-29 Tim NorthoverARM: add correct kill flags when combining stm instructions
2015-06-29 Javed Absar[ARM]: Extend -mfpu options for half-precision and...
2015-06-26 Javed Absar[ARM] Cortex-R5 is not VFPOnlySP
2015-06-26 Javed Absar[ARM] Cortex-R4F is not VFPOnlySP
2015-06-26 Rafael EspindolaOptimize the creation of mapping symbols.
2015-06-26 Hao Liu[ARM] Lower interleaved memory accesses to vldN/vstN...
2015-06-25 Benjamin KramerReplace copy-pasted debug value skipping with MBB:...
2015-06-24 Matthias BraunARMLoadStoreOptimizer: Fix errata 602117 handling and...
2015-06-23 John Brawn[ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Pete CooperChange .thumb_set to have the same error checks as...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Ahmed Bougacha[ARM] Look through concat when lowering in-place shuffl...
2015-06-19 Ahmed Bougacha[ARM] Factor out two-result shuffle matching. NFCI.
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-13 Matthias BraunMachineLICM: Use TargetSchedModel instead of just itine...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in compute...
2015-06-11 Reid KlecknerRevert "Move dllimport name mangling to IR mangler."
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-09 Peter CollingbourneMove dllimport name mangling to IR mangler.
2015-06-09 Akira HatanakaRemove DisableTailCalls from TargetOptions and the...
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-08 Akira Hatanaka[ARM] Pass a callback to FunctionPass constructors...
2015-06-08 Pete CooperRemove includes of MCMachOSymbolFlags.h after it was...
2015-06-05 Peter CollingbourneRevert r238473, "Thumb2: Modify codegen for memcpy...
2015-06-05 Benjamin Kramer[ARM] Make helper function static.
2015-06-05 John Brawn[ARM] Add support for -sp- FPUs and FPU none to TargetP...
2015-06-05 John Brawn[ARM] Add knowledge of FPU subtarget features to Target...
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-04 Ahmed Bougacha[GlobalMerge] Take into account minsize on Global users...
2015-06-04 Jim GrosbachMC: Remove obsolete MachO UseAggressiveSymbolFolding.
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-04 Rafael EspindolaRemove MCELFSymbolFlags.h. It is now internal to MCSymb...
2015-06-03 Rafael EspindolaRemove getOrCreateSymbolData. There is no MCSymbolData...
2015-06-03 Matthias BraunARM: Thumb2 LDRD/STRD supports independent input/output...
2015-06-03 Daniel Sanders[arm] Fix r238921. We must handle Constraint_i too.
2015-06-03 Daniel Sanders[arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and ...
2015-06-02 Rafael EspindolaPass a MCSymbolELF to a few ELF only functions. NFC.
2015-06-02 Rafael EspindolaMerge MCELF.h into MCSymbolELF.h.
2015-06-02 Renato GolinRevert "ARM: Thumb2 LDRD/STRD supports independent...
2015-06-01 Matthias BraunARM: Thumb2 LDRD/STRD supports independent input/output...
2015-06-01 Matthias BraunARMLoadStoreOptimizer: Fix doxygen comments; NFC
2015-06-01 Luke CheesemanRe-commit of r238201 with fix for building with shared...
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-05-31 NAKAMURA TakumiARMConstantIslandPass.cpp: Prune an empty \brief. ...
2015-05-31 Tim NorthoverARM: recommit r237590: allow jump tables to be placed...
2015-05-30 Renato GolinComment change. NFC
2015-05-30 Renato Golin[ARMTargetParser] Move IAS arch ext parser. NFC
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
next