[CodeGen] Add print and verify pass after each MachineFunctionPass by default
[oota-llvm.git] / lib / Target / AArch64 / AArch64TargetMachine.cpp
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-11-20 Reid KlecknerAdd out of line virtual destructors to all LLVMTargetMa...
2014-11-19 Hao Liu[AArch64] Enable SeparateConstOffsetFromGEP, EarlyCSE...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-10-28 Tim NorthoverAArch64: enable Cortex-A57 FP balancing on Cortex-A53.
2014-10-21 Arnaud A. de Grand... [PBQP] Teach PassConfig to tell if the default register...
2014-10-13 Bradley Smith[AArch64] Add workaround for Cortex-A53 erratum (835769)
2014-10-09 Lang Hames[PBQP] Replace PBQPBuilder with composable constraints...
2014-10-06 Eric ChristopherAdd subtarget caches to aarch64, arm, ppc, and x86.
2014-09-12 Chad Rosier[AArch64] Don't enable the post-RA MI scheduler at...
2014-09-12 Chad Rosier[AArch64] Enable post-RA MI scheduler.
2014-09-10 Arnaud A. de Grand... [AArch64] Add experimental PBQP support
2014-09-05 Jiangning Liu[AArch64] Add pass to enable additional comparison...
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-21 Quentin Colombet[AArch64] Run a peephole pass right after AdvSIMD pass.
2014-08-08 James Molloy[AArch64] Add an FP load balancing pass for Cortex-A57
2014-08-07 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction...
2014-08-06 James Molloy[AArch64] Add a testcase for r214957.
2014-08-05 Kevin QinRevert "r214832 - MachineCombiner Pass for selecting...
2014-08-05 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-04 Kevin QinRevert "r214669 - MachineCombiner Pass for selecting...
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
2014-07-23 Tim NorthoverAArch64: remove "arm64_be" support in favour of "aarch6...
2014-07-02 Duncan P. N. Exon... AArch64: Re-enable AArch64AddressTypePromotion
2014-07-02 Duncan P. N. Exon... AArch64: Temporarily disable AArch64AddressTypePromotion
2014-06-10 Eric ChristopherMove AArch64TargetLowering to AArch64Subtarget.
2014-06-10 Eric ChristopherMove AArch64InstrInfo to AArch64Subtarget.
2014-06-10 Eric ChristopherMove AArch64SelectionDAGInfo down to the subtarget.
2014-06-10 Eric ChristopherHave AArch64SelectionDAGInfo take a DataLayout paramete...
2014-06-10 Eric ChristopherMove DataLayout onto the AArch64 subtarget.
2014-06-10 Eric ChristopherMove AArch64FrameLowering into the subtarget.
2014-06-10 Eric ChristopherRemove the uses of AArch64TargetMachine and AArch64Subt...
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Jiangning Liu[AArch64] Enable global merge pass.
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-02-20 Chad Rosier[AArch64] Add support for TargetTransformInfo Analysis.
2014-02-19 Christian PirkerTest commit - remove the new line to lib/Target/AArch64...
2014-02-19 Christian PirkerTest commit - added a new line to lib/Target/AArch64...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the abi alignment...
2013-12-16 Rafael EspindolaOn DataLayout, omit the default of p:64:64:64.
2013-12-12 Rafael EspindolaSimplify the datalayout string of ARM and AArch64.
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-02-15 Tim NorthoverAArch64: add branch fixup pass.
2013-02-15 Tim NorthoverAArch64: remove ConstantIsland pass & put literals...
2013-02-14 Tim NorthoverAArch64: add block comments where missing
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.