| Commit message (Expand) | Author | Age | Files | Lines |
| * | CMake: Make most target symbols hidden by default | Tom Stellard | 2020-01-14 | 1 | -1/+1 |
| * | [ARM][MVE] Enable masked gathers from vector of pointers | Anna Welker | 2020-01-08 | 1 | -0/+3 |
| * | [CodeGen] Move ARMCodegenPrepare to TypePromotion | Sam Parker | 2019-12-03 | 1 | -2/+1 |
| * | [Scheduling][ARM] Consistently enable PostRA Machine scheduling | David Green | 2019-11-05 | 1 | -8/+8 |
| * | Add Windows Control Flow Guard checks (/guard:cf). | Andrew Paverd | 2019-10-28 | 1 | -0/+9 |
| * | [ARM] MVE Tail Predication | Sam Parker | 2019-09-06 | 1 | -1/+4 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -4/+4 |
| * | [ARM] DLS/LE low-overhead loop code generation | Sam Parker | 2019-06-25 | 1 | -0/+5 |
| * | [ARM] MVE VPT Block Pass | Sjoerd Meijer | 2019-06-14 | 1 | -0/+2 |
| * | Revert CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-11 | 1 | -1/+1 |
| * | CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-10 | 1 | -1/+1 |
| * | [ARM] Create a TargetInfo header. NFC | Richard Trieu | 2019-05-14 | 1 | -0/+1 |
| * | [GlobalISel] Introduce a CSEConfigBase class to allow targets to define their... | Amara Emerson | 2019-04-15 | 1 | -0/+6 |
| * | [IR] Refactor attribute methods in Function class (NFC) | Evandro Menezes | 2019-04-04 | 1 | -2/+2 |
| * | [ARM] Remove EarlyCSE from backend | Sam Parker | 2019-03-15 | 1 | -4/+2 |
| * | [ARM] Run ARMParallelDSP in the IRPasses phase | Sam Parker | 2019-03-14 | 1 | -3/+6 |
| * | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-08 | 1 | -0/+4 |
| * | Rollback of rL355585. | Mitch Phillips | 2019-03-07 | 1 | -4/+0 |
| * | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-07 | 1 | -0/+4 |
| * | Revert "[IR][ARM] Add function pointer alignment to datalayout" | Mitch Phillips | 2019-03-06 | 1 | -4/+0 |
| * | [IR][ARM] Add function pointer alignment to datalayout | Michael Platings | 2019-03-06 | 1 | -0/+4 |
| * | [ARM] Add OptMinSize to ARMSubtarget | Sam Parker | 2019-02-08 | 1 | -2/+9 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Targets] Add errors for tiny and kernel codemodel on targets that don't supp... | David Green | 2018-12-07 | 1 | -7/+1 |
| * | [ARM] ARMCodeGenPrepare backend pass | Sam Parker | 2018-07-23 | 1 | -0/+8 |
| * | ARM: deduplicate hard-float detection code. NFC. | Tim Northover | 2018-07-18 | 1 | -5/+1 |
| * | SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O) | Matthias Braun | 2018-06-28 | 1 | -1/+3 |
| * | [ARM] Parallel DSP Pass | Sjoerd Meijer | 2018-06-28 | 1 | -0/+4 |
| * | MachO: trap unreachable instructions | Tim Northover | 2018-04-13 | 1 | -0/+3 |
| * | Move TargetLoweringObjectFile from CodeGen to Target to fix layering | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own... | Marina Yatsina | 2018-01-22 | 1 | -1/+1 |
| * | Rename ExecutionDepsFix files to ExecutionDomainFix | Marina Yatsina | 2018-01-22 | 1 | -1/+1 |
| * | Separate ExecutionDepsFix into 4 parts: | Marina Yatsina | 2018-01-22 | 1 | -9/+13 |
| * | (Re-landing) Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-22 | 1 | -4/+3 |
| * | Revert "Expose a TargetMachine::getTargetTransformInfo function" | Sanjoy Das | 2017-12-21 | 1 | -3/+4 |
| * | Expose a TargetMachine::getTargetTransformInfo function | Sanjoy Das | 2017-12-21 | 1 | -4/+3 |
| * | [ARM] Register the Thumb2SizeReducePass. NFC | David Green | 2017-12-19 | 1 | -0/+1 |
| * | [SimplifyCFG] don't sink common insts too soon (PR34603) | Sanjay Patel | 2017-12-14 | 1 | -1/+1 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | [SimplifyCFG] use pass options and remove the latesimplifycfg pass | Sanjay Patel | 2017-10-28 | 1 | -4/+5 |
| * | [ARM] Use post-RA MI scheduler when +use-misched is set | Eugene Leviant | 2017-10-20 | 1 | -1/+8 |
| * | Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" | Matthias Braun | 2017-10-12 | 1 | -3/+3 |
| * | TargetMachine: Merge TargetMachine and LLVMTargetMachine | Matthias Braun | 2017-10-12 | 1 | -3/+3 |
| * | [ARM] Register ARMExpandPseudo pass. | Eli Friedman | 2017-09-05 | 1 | -0/+1 |
| * | Untabify. | NAKAMURA Takumi | 2017-08-28 | 1 | -4/+4 |
| * | [ARM] Emit error when ARM exec mode is not available. | Florian Hahn | 2017-08-09 | 1 | -0/+5 |
| * | [GlobalISel] Make GlobalISel a non-optional library. | Quentin Colombet | 2017-08-03 | 1 | -4/+0 |
| * | Delete Default and JITDefault code models | Rafael Espindola | 2017-08-03 | 1 | -8/+13 |
| * | Remove the default ARMSubtarget from the ARM TargetMachine. | Eric Christopher | 2017-07-01 | 1 | -9/+16 |
| * | [ARM] Move GISel accessor initialization from TargetMachine to Subtarget. | Quentin Colombet | 2017-07-01 | 1 | -53/+0 |