summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64A53Fix835769.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-12/+13
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* [AArch64] Register passes so they can be run by llcDiana Picus2016-08-011-1/+6
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-151-2/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff2016-04-041-0/+5
* AArch64: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-2/+2
* Fix some comment typos.Benjamin Kramer2015-08-081-2/+2
* Use make_range(rbegin(), rend()) to allow foreach loops. NFC.Pete Cooper2015-07-241-4/+3
* Use new MachineInstr mayLoadOrStore() API.Chad Rosier2015-05-211-1/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* Clean up some uses of getSubtarget in AArch64.Eric Christopher2015-01-301-9/+4
* [AArch64] Fix crash with empty/pseudo-only blocks in A53 erratum (835769) wor...Bradley Smith2014-10-141-15/+26
* [AArch64] Add workaround for Cortex-A53 erratum (835769)Bradley Smith2014-10-131-0/+229
OpenPOWER on IntegriCloud