| Commit message (Expand) | Author | Age | Files | Lines |
| * | [multiversion] Switch all of the targets over to use the | Chandler Carruth | 2015-02-01 | 1 | -2/+4 |
| * | [PM] Switch the TargetMachine interface from accepting a pass manager | Chandler Carruth | 2015-01-31 | 1 | -2/+3 |
| * | [PM] Change the core design of the TTI analysis to use a polymorphic | Chandler Carruth | 2015-01-31 | 1 | -4/+0 |
| * | Remove a few getSubtarget calls in AArch64 pass manager initialization. | Eric Christopher | 2015-01-30 | 1 | -2/+2 |
| * | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 2015-01-26 | 1 | -0/+7 |
| * | Enable MachineVerifier in debug mode for X86, ARM, AArch64, Mips. | Matthias Braun | 2014-12-11 | 1 | -5/+5 |
| * | [CodeGen] Add print and verify pass after each MachineFunctionPass by default | Matthias Braun | 2014-12-11 | 1 | -17/+13 |
| * | This reverts commit r224043 and r224042. | Rafael Espindola | 2014-12-11 | 1 | -8/+12 |
| * | Enable machineverifier in debug mode for X86, ARM, AArch64, Mips | Matthias Braun | 2014-12-11 | 1 | -5/+5 |
| * | [CodeGen] Add print and verify pass after each MachineFunctionPass by default | Matthias Braun | 2014-12-11 | 1 | -17/+13 |
| * | Add out of line virtual destructors to all LLVMTargetMachine subclasses | Reid Kleckner | 2014-11-20 | 1 | -0/+2 |
| * | [AArch64] Enable SeparateConstOffsetFromGEP, EarlyCSE and LICM passes on AArc... | Hao Liu | 2014-11-19 | 1 | -0/+18 |
| * | This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac... | Aditya Nandakumar | 2014-11-13 | 1 | -0/+12 |
| * | AArch64: enable Cortex-A57 FP balancing on Cortex-A53. | Tim Northover | 2014-10-28 | 1 | -1/+2 |
| * | [PBQP] Teach PassConfig to tell if the default register allocator is used. | Arnaud A. de Grandmaison | 2014-10-21 | 1 | -13/+2 |
| * | [AArch64] Add workaround for Cortex-A53 erratum (835769) | Bradley Smith | 2014-10-13 | 1 | -0/+7 |
| * | [PBQP] Replace PBQPBuilder with composable constraints (PBQPRAConstraint). | Lang Hames | 2014-10-09 | 1 | -1/+1 |
| * | Add subtarget caches to aarch64, arm, ppc, and x86. | Eric Christopher | 2014-10-06 | 1 | -1/+28 |
| * | [AArch64] Don't enable the post-RA MI scheduler at OptNone. | Chad Rosier | 2014-09-12 | 1 | -1/+2 |
| * | [AArch64] Enable post-RA MI scheduler. | Chad Rosier | 2014-09-12 | 1 | -1/+3 |
| * | [AArch64] Add experimental PBQP support | Arnaud A. de Grandmaison | 2014-09-10 | 1 | -2/+14 |
| * | [AArch64] Add pass to enable additional comparison optimizations by CSE. | Jiangning Liu | 2014-09-05 | 1 | -0/+7 |
| * | Rename AtomicExpandLoadLinked into AtomicExpand | Robin Morisset | 2014-08-21 | 1 | -1/+1 |
| * | [AArch64] Run a peephole pass right after AdvSIMD pass. | Quentin Colombet | 2014-08-21 | 1 | -1/+5 |
| * | [AArch64] Add an FP load balancing pass for Cortex-A57 | James Molloy | 2014-08-08 | 1 | -0/+4 |
| * | MachineCombiner Pass for selecting faster instruction sequence on AArch64 | Gerolf Hoflehner | 2014-08-07 | 1 | -0/+6 |
| * | [AArch64] Add a testcase for r214957. | James Molloy | 2014-08-06 | 1 | -1/+8 |
| * | Revert "r214832 - MachineCombiner Pass for selecting faster instruction" | Kevin Qin | 2014-08-05 | 1 | -6/+0 |
| * | MachineCombiner Pass for selecting faster instruction | Gerolf Hoflehner | 2014-08-05 | 1 | -0/+6 |
| * | Revert "r214669 - MachineCombiner Pass for selecting faster instruction" | Kevin Qin | 2014-08-04 | 1 | -6/+0 |
| * | MachineCombiner Pass for selecting faster instruction | Gerolf Hoflehner | 2014-08-03 | 1 | -0/+6 |
| * | Run sort_includes.py on the AArch64 backend. | Benjamin Kramer | 2014-07-25 | 1 | -1/+1 |
| * | AArch64: remove "arm64_be" support in favour of "aarch64_be". | Tim Northover | 2014-07-23 | 1 | -3/+1 |
| * | AArch64: Re-enable AArch64AddressTypePromotion | Duncan P. N. Exon Smith | 2014-07-02 | 1 | -0/+2 |
| * | AArch64: Temporarily disable AArch64AddressTypePromotion | Duncan P. N. Exon Smith | 2014-07-02 | 1 | -2/+0 |
| * | Move AArch64TargetLowering to AArch64Subtarget. | Eric Christopher | 2014-06-10 | 1 | -1/+1 |
| * | Move AArch64InstrInfo to AArch64Subtarget. | Eric Christopher | 2014-06-10 | 1 | -2/+1 |
| * | Move AArch64SelectionDAGInfo down to the subtarget. | Eric Christopher | 2014-06-10 | 1 | -1/+1 |
| * | Have AArch64SelectionDAGInfo take a DataLayout parameter rather | Eric Christopher | 2014-06-10 | 1 | -1/+1 |
| * | Move DataLayout onto the AArch64 subtarget. | Eric Christopher | 2014-06-10 | 1 | -7/+0 |
| * | Move AArch64FrameLowering into the subtarget. | Eric Christopher | 2014-06-10 | 1 | -1/+1 |
| * | Remove the uses of AArch64TargetMachine and AArch64Subtarget from | Eric Christopher | 2014-06-10 | 1 | -2/+1 |
| * | ARM & AArch64: make use of common cmpxchg idioms after expansion | Tim Northover | 2014-05-30 | 1 | -4/+21 |
| * | AArch64/ARM64: move ARM64 into AArch64's place | Tim Northover | 2014-05-24 | 1 | -0/+208 |
| * | AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64. | Tim Northover | 2014-05-24 | 1 | -121/+0 |
| * | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -2/+2 |
| * | [AArch64] Enable global merge pass. | Jiangning Liu | 2014-04-22 | 1 | -0/+9 |
| * | Add AArch64 big endian Target (aarch64_be) | Christian Pirker | 2014-02-24 | 1 | -4/+26 |
| * | [AArch64] Add support for TargetTransformInfo Analysis. | Chad Rosier | 2014-02-20 | 1 | -0/+8 |
| * | Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine.... | Christian Pirker | 2014-02-19 | 1 | -1/+0 |