OSDN Git Service

Revert CMake: Make most target symbols hidden by default
[android-x86/external-llvm.git] / lib / Target / AArch64 / AArch64TargetMachine.cpp
2019-06-11 Tom StellardRevert CMake: Make most target symbols hidden by default
2019-06-10 Tom StellardCMake: Make most target symbols hidden by default
2019-05-14 Richard Trieu[AArch64] Create a TargetInfo header. NFC
2019-04-15 Amara Emerson[GlobalISel] Introduce a CSEConfigBase class to allow...
2019-01-29 Martin Storsjo[COFF, ARM64] Don't put jump table into a separate...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-18 Kristof BeylsIntroduce control flow speculation tracking pass for...
2018-12-17 Alexandros Lamprineas[AArch64] Re-run load/store optimizer after aggressive...
2018-12-07 David Green[Targets] Add errors for tiny and kernel codemodel...
2018-11-29 Petr Pavlu[GlobalISel] Make EnableGlobalISel always set when...
2018-11-19 Martin ElshuberSubject: [PATCH] [CodeGen] Add pass to combine interlea...
2018-11-07 Eli Friedman[AArch64] [Windows] Address post-commit review comment...
2018-11-07 Eli Friedman[AArch64] [Windows] Trap after noreturn calls.
2018-10-24 Tim NorthoverAArch64: add a pass to compress jump-table entries...
2018-10-08 Oliver Stannard[AArch64][v8.5A] Branch Target Identification code...
2018-10-03 Daniel SandersRe-commit: [globalisel] Add a combiner helpers for...
2018-10-01 Daniel SandersRevert: r343521 and r343541: [globalisel] Add a combine...
2018-10-01 Daniel Sanders[globalisel] Add a combiner helpers for extending loads...
2018-08-22 David Green[AArch64] Add Tiny Code Model for AArch64
2018-07-27 Jessica PaquetteRecommit "Enable MachineOutliner by default under ...
2018-07-27 Jessica PaquetteRevert "Enable MachineOutliner by default under -Oz...
2018-07-27 Jessica PaquetteEnable MachineOutliner by default under -Oz for AArch64
2018-06-28 Jessica Paquette[MachineOutliner] Define MachineOutliner support in...
2018-06-28 Matthias BraunSelectionDAGBuilder, mach-o: Skip trap after noreturn...
2018-05-09 Daniel SandersRevert r331816 and r331820 - [globalisel] Add a combine...
2018-05-08 Daniel Sanders[globalisel] Add a combiner helpers for extending loads...
2018-04-13 Tim NorthoverMachO: trap unreachable instructions
2018-03-28 David BlaikiePlumb useAA through TargetTransformInfo to remove Trans...
2018-03-23 David BlaikieMove TargetLoweringObjectFile from CodeGen to Target...
2018-01-17 Volkan KelesAdd a TargetOption to enable/disable GlobalISel
2018-01-02 Amara Emerson[AArch64][GlobalISel] Enable GlobalISel at -O0 by default
2017-12-22 Sanjoy Das(Re-landing) Expose a TargetMachine::getTargetTransform...
2017-12-21 Sanjoy DasRevert "Expose a TargetMachine::getTargetTransformInfo...
2017-12-21 Sanjoy DasExpose a TargetMachine::getTargetTransformInfo function
2017-12-14 Sanjay Patel[SimplifyCFG] don't sink common insts too soon (PR34603)
2017-12-08 Abderrazek Zaafrani[AArch64] Avoid SIMD interleaved store instruction...
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-10-28 Sanjay Patel[SimplifyCFG] use pass options and remove the latesimpl...
2017-10-12 Matthias BraunRevert "TargetMachine: Merge TargetMachine and LLVMTarg...
2017-10-12 Matthias BraunTargetMachine: Merge TargetMachine and LLVMTargetMachine
2017-10-03 Balaram Makam[AArch64] Use LateSimplifyCFG after expanding atomic...
2017-08-03 Quentin Colombet[GlobalISel] Make GlobalISel a non-optional library.
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-07-27 Ahmed Bougacha[AArch64] Remove outdated comment. NFC.
2017-07-18 Geoff Berry[AArch64][Falkor] Avoid HW prefetcher tag collisions...
2017-07-17 Mandeep Singh Grang[COFF, ARM64] Correct the data layout string for COFF...
2017-07-14 Geoff Berry[AArch64][Falkor] Avoid HW prefetcher tag collisions...
2017-07-12 Florian Hahn[AArch64] Only run macro fusion for CPUs with any fusio...
2017-07-12 Florian Hahn[AArch64] Add AArch64Subtarget::isFusion function.
2017-06-27 Mandeep Singh Grang[COFF, ARM64] Add support for Windows ARM64 COFF format
2017-06-23 Chad Rosier[AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV...
2017-05-30 Matthias BraunTargetPassConfig: Keep a reference to an LLVMTargetMach...
2017-05-27 Quentin Colombet[AArch64][GlobalISel] Add the Localizer pass for the...
2017-05-23 Florian Hahn[AArch64] Make instruction fusion more aggressive.
2017-05-19 Daniel Sanders[globalisel][tablegen] Demote OptForSize/OptForMinSize...
2017-05-18 Francis Visoiu Mistrih[LegacyPassManager] Remove TargetMachine constructors
2017-05-05 Jun Bum Lim[AArch64] Remove AArch64AddressTypePromotion pass
2017-05-01 Quentin Colombet[AArch64] Move GISel accessor initialization from Targe...
2017-04-29 Daniel Sanders[globalisel][tablegen] Compute available feature bits...
2017-04-06 Daniel Sanders[globalisel][tablegen] Move <Target>InstructionSelector...
2017-04-03 Jun Bum Lim[CodeGenPrep] move aarch64-type-promotion to CGP
2017-03-01 Ahmed Bougacha[GlobalISel] Add a way for targets to enable GISel.
2017-02-01 Evandro Menezes[AArch64] Add new target feature to fuse literal generation
2017-02-01 Evandro Menezes[CodeGen] Move MacroFusion to the target
2017-01-19 Daniel SandersRe-commit: [globalisel] Tablegen-erate current Register...
2017-01-06 Eugene Zelenko[AArch64, Lanai] Fix some Clang-tidy modernize and...
2016-12-15 Ahmed Bougacha[GlobalISel] Drop workaround for Legalizer member/class...
2016-11-28 Matthias BraunMachineScheduler: Export function to construct "default...
2016-11-16 Matthias BraunAArch64: Use DeadRegisterDefinitionsPass before regalloc.
2016-11-14 Diana PicusGlobalISel: Fix indentation. NFC
2016-10-24 Joel JonesAArch64 ILP32 relocations for assembly and ELF
2016-10-14 Tim NorthoverGlobalISel: rename legalizer components to match others.
2016-10-10 Tim NorthoverGlobalISel: select G_GLOBAL_VALUE uses on AArch64.
2016-10-09 Mehdi AminiMove the global variables representing each Target...
2016-10-08 Sebastian Pop[AArch64] Avoid generating indexed vector instructions...
2016-10-06 Matt ArsenaultMove AArch64BranchRelaxation to generic code
2016-09-20 Evandro MenezesRevert "[AArch64] Use the reciprocal estimation machinery"
2016-08-01 Diana Picus[AArch64] Register passes so they can be run by llc
2016-07-27 Ahmed Bougacha[GlobalISel] Introduce an instruction selector.
2016-07-23 Chandler CarruthFix a GCC error due to this member name also being...
2016-07-22 Tim NorthoverGlobalISel: implement legalization pass, with just...
2016-07-20 Geoff Berry[AArch64] Register AArch64LoadStoreOptimizer so it...
2016-07-07 Chad Rosier[AArch64] Change the preferred alignment for char and...
2016-07-07 Chad RosierRevert "[AArch64] Change the preferred alignment for...
2016-07-06 Junmo Parkfix documentation comment. NFC.
2016-06-21 Evandro Menezes[AArch64] Change the preferred alignment for char and...
2016-06-02 Matthias BraunAArch64: Do not test for CPUs, use SubtargetFeatures
2016-05-18 Rafael EspindolaDelete Reloc::Default.
2016-05-18 Rafael EspindolaTrivial cleanups.
2016-05-10 Matthias BraunCodeGen: Move TargetPassConfig from Passes.h to an...
2016-05-04 Evandro Menezes[AArch64] Use the reciprocal estimation machinery
2016-04-14 Tom Stellard[GlobalISel] Move GISelAccessor class into public headers
2016-04-07 Quentin Colombet[AArch64] Get rid of some GlobalISel ifdefs.
2016-04-07 Quentin Colombet[GlobalISel] Add RegBankSelect hooks into the pass...
2016-04-06 Quentin Colombet[AArch64] Teach the subtarget how to get to the Registe...
2016-04-01 Tim NorthoverAArch64: avoid clobbering SP for dead MOVimm pseudos.
2016-03-30 Adam Nemet[Aarch64] Turn on the LoopDataPrefetch pass for Cyclone
2016-03-18 Adam Nemet[Aarch64] Add pass LoopDataPrefetch for Cyclone
2016-03-08 Quentin Colombet[AArch64] Initialize GlobalISel as part of the target...
2016-02-16 Jun Bum Lim[AArch64] Add pass to remove redundant copy after RA
next