summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
AgeCommit message (Expand)Author
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-08-05[AArch64] LSE Atomics reorg - part 1Joel Jones
2017-07-28[AArch64] Standardize suffixes for LSE Atomics mnemonics (NFCI)Joel Jones
2017-07-13[AArch64] Add preliminary support for ARMv8.1 SUB/AND atomicsMatthew Simpson
2017-06-21[AARCH64][LSE] Preliminary support for ARMv8.1 LSE Atomics.Christof Douma
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-11-16AArch64: Use DeadRegisterDefinitionsPass before regalloc.Matthias Braun
2016-11-08AArch64DeadRegisterDefinitionsPass: Fix Changed flagMatthias Braun
2016-10-29AArch64DeadRegisterDefinitionsPass: Cleanup; NFCMatthias Braun
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-01[AArch64] Register passes so they can be run by llcDiana Picus
2016-04-25Add optimization bisect opt-in calls for AArch64 passesAndrew Kaylor
2016-04-13AArch64: don't create instructions that write to xzr/wzr twice.Tim Northover
2016-04-04Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff
2016-04-01[AArch64] Fix a typo. NFC.Chad Rosier
2015-08-05[AArch64] Register AArch64DeadRegisterDefinition pass with LLVM pass manager.Chad Rosier
2014-08-30Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-07-25Run sort_includes.py on the AArch64 backend.Benjamin Kramer
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover