| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix documentation comment. NFC. | Junmo Park | 2016-07-06 | 1 | -2/+1 |
* | [AArch64] Change the preferred alignment for char and short to word alignment | Evandro Menezes | 2016-06-21 | 1 | -2/+2 |
* | AArch64: Do not test for CPUs, use SubtargetFeatures | Matthias Braun | 2016-06-02 | 1 | -2/+1 |
* | Delete Reloc::Default. | Rafael Espindola | 2016-05-18 | 1 | -11/+22 |
* | Trivial cleanups. | Rafael Espindola | 2016-05-18 | 1 | -1/+1 |
* | CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC | Matthias Braun | 2016-05-10 | 1 | -0/+1 |
* | [AArch64] Use the reciprocal estimation machinery | Evandro Menezes | 2016-05-04 | 1 | -2/+27 |
* | [GlobalISel] Move GISelAccessor class into public headers | Tom Stellard | 2016-04-14 | 1 | -6/+6 |
* | [AArch64] Get rid of some GlobalISel ifdefs. | Quentin Colombet | 2016-04-07 | 1 | -3/+1 |
* | [GlobalISel] Add RegBankSelect hooks into the pass pipeline. | Quentin Colombet | 2016-04-07 | 1 | -0/+6 |
* | [AArch64] Teach the subtarget how to get to the RegisterBankInfo. | Quentin Colombet | 2016-04-06 | 1 | -0/+28 |
* | AArch64: avoid clobbering SP for dead MOVimm pseudos. | Tim Northover | 2016-04-01 | 1 | -1/+3 |
* | [Aarch64] Turn on the LoopDataPrefetch pass for Cyclone | Adam Nemet | 2016-03-30 | 1 | -1/+1 |
* | [Aarch64] Add pass LoopDataPrefetch for Cyclone | Adam Nemet | 2016-03-18 | 1 | -0/+13 |
* | [AArch64] Initialize GlobalISel as part of the target initialization. | Quentin Colombet | 2016-03-08 | 1 | -0/+2 |
* | [AArch64] Add pass to remove redundant copy after RA | Jun Bum Lim | 2016-02-16 | 1 | -0/+9 |
* | [AArch64] Plug the beginning of the GlobalISel pipeline. | Quentin Colombet | 2016-02-11 | 1 | -0/+13 |
* | constify the Function parameter to the TTI creation callback and | Eric Christopher | 2015-09-16 | 1 | -1/+1 |
* | [AArch64] Lower interleaved memory accesses to ldN/stN intrinsics. This patch... | Hao Liu | 2015-06-26 | 1 | -0/+4 |
* | Clean up redundant copies of Triple objects. NFC | Daniel Sanders | 2015-06-16 | 1 | -7/+7 |
* | [AArch64] Revert r239711 again. We need to discuss how to share code between ... | Hao Liu | 2015-06-15 | 1 | -8/+0 |
* | [AArch64] Match interleaved memory accesses into ldN/stN instructions. | Hao Liu | 2015-06-15 | 1 | -0/+8 |
* | Replace string GNU Triples with llvm::Triple in TargetMachine. NFC. | Daniel Sanders | 2015-06-11 | 1 | -13/+11 |
* | This reverts commit r239529 and r239514. | Rafael Espindola | 2015-06-11 | 1 | -8/+0 |
* | Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC. | Daniel Sanders | 2015-06-11 | 1 | -5/+4 |
* | [AArch64] Match interleaved memory accesses into ldN/stN instructions. | Hao Liu | 2015-06-11 | 1 | -0/+8 |
* | Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC... | Daniel Sanders | 2015-06-10 | 1 | -1/+2 |
* | [GlobalMerge] Take into account minsize on Global users' parents. | Ahmed Bougacha | 2015-06-04 | 1 | -3/+7 |
* | [AArch64] Disable complex GEP optimization by default. | James Molloy | 2015-04-22 | 1 | -1/+1 |
* | [CodeGen] Split -enable-global-merge into ARM and AArch64 options. | Ahmed Bougacha | 2015-04-11 | 1 | -1/+8 |
* | [AArch64, ARM] Enable GlobalMerge with -O3 rather than -O1. | Ahmed Bougacha | 2015-03-23 | 1 | -1/+1 |
* | Remove the bare getSubtargetImpl call from the AArch64 port. As part | Eric Christopher | 2015-03-21 | 1 | -1/+0 |
* | Revert "Migrate the AArch64 TargetRegisterInfo to its TargetMachine" | Eric Christopher | 2015-03-18 | 1 | -1/+0 |
* | Migrate the AArch64 TargetRegisterInfo to its TargetMachine | Eric Christopher | 2015-03-12 | 1 | -0/+1 |
* | Fix comment formatting. | Eric Christopher | 2015-03-12 | 1 | -2/+1 |
* | Move the DataLayout to the generic TargetMachine, making it mandatory. | Mehdi Amini | 2015-03-12 | 1 | -9/+17 |
* | Remove subtarget dependence in pass pipeline setup for AArch64. | Eric Christopher | 2015-03-03 | 1 | -4/+1 |
* | Rewrite the global merge pass to be subprogram agnostic for now. | Eric Christopher | 2015-02-23 | 1 | -1/+4 |
* | AArch64: Canonicalize access to function attributes, NFC | Duncan P. N. Exon Smith | 2015-02-14 | 1 | -5/+2 |
* | [PM] Remove the old 'PassManager.h' header file at the top level of | Chandler Carruth | 2015-02-13 | 1 | -1/+1 |
* | [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 |