Age | Commit message (Expand) | Author | Files | Lines |
2016-08-25 | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 1 | -1/+1 |
2016-08-17 | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 1 | -1/+1 |
2016-08-12 | Use the range variant of find/find_if instead of unpacking begin/end | David Majnemer | 1 | -1/+1 |
2016-08-12 | Use the range variant of find_if instead of unpacking begin/end | David Majnemer | 1 | -3/+2 |
2016-08-11 | Use the range variant of find instead of unpacking begin/end | David Majnemer | 1 | -1/+1 |
2016-07-30 | [ARMConstantIslandPass] Remove dead code. | Davide Italiano | 1 | -20/+0 |
2016-07-28 | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 1 | -10/+10 |
2016-07-22 | This refactoring of ARM machine block size computation creates two utility | Sjoerd Meijer | 1 | -123/+5 |
2016-07-15 | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 1 | -3/+3 |
2016-07-08 | ARM: Remove implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -34/+25 |
2016-06-30 | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 1 | -11/+11 |
2016-04-22 | Fix some spelling mistakes | David Majnemer | 1 | -2/+2 |
2016-04-04 | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 1 | -0/+5 |
2016-03-30 | Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43... | Aaron Ballman | 1 | -1/+1 |
2016-02-23 | Fix PR25339: ARM Constant Island | Weiming Zhao | 1 | -9/+39 |
2016-02-23 | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 1 | -4/+4 |
2016-02-21 | ADT: Remove == and != comparisons between ilist iterators and pointers | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-01-15 | [ARM] Add B.W and CBZ instructions to ARMv8-M Baseline | Bradley Smith | 1 | -3/+9 |
2016-01-03 | Use std::is_sorted and std::none_of instead of manual loops. NFC | Craig Topper | 1 | -6/+6 |
2015-12-01 | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 1 | -2/+1 |
2015-12-01 | Revert r254348: "Replace all weight-based interfaces in MBB with probability-... | Hans Wennborg | 1 | -1/+2 |
2015-12-01 | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 1 | -2/+1 |
2015-11-16 | [ARM] Prevent use of a value pointed by end() iterator when placing a jump table | Petr Pavlu | 1 | -0/+2 |
2015-10-19 | ARM: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -18/+17 |
2015-08-08 | Fix some comment typos. | Benjamin Kramer | 1 | -1/+1 |
2015-07-16 | Move most user of TargetMachine::getDataLayout to the Module one | Mehdi Amini | 1 | -1/+1 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -1/+1 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-05-31 | ARMConstantIslandPass.cpp: Prune an empty \brief. [-Wdocumentation] | NAKAMURA Takumi | 1 | -1/+0 |
2015-05-31 | ARM: recommit r237590: allow jump tables to be placed as constant islands. | Tim Northover | 1 | -118/+312 |
2015-05-21 | Revert r237590, "ARM: allow jump tables to be placed as constant islands." | Peter Collingbourne | 1 | -206/+50 |
2015-05-18 | MachineInstr: Change return value of getOpcode() to unsigned. | Matthias Braun | 1 | -3/+3 |
2015-05-18 | ARM: allow jump tables to be placed as constant islands. | Tim Northover | 1 | -50/+206 |
2015-05-13 | ARM: remove custom jump table UID | Tim Northover | 1 | -4/+3 |
2015-05-13 | ARM: refactor optimizeThumb2JumpTables. | Tim Northover | 1 | -59/+79 |
2015-05-01 | ARM: Align functions containing Thumb-2 jump tables to 4 bytes. | Peter Collingbourne | 1 | -0/+4 |
2015-04-23 | Thumb2: When applying branch optimizations, visit branches in reverse order. | Peter Collingbourne | 1 | -2/+7 |
2015-04-23 | ARM: Only enforce 4-byte alignment on Thumb-2 functions with constant pools. | Peter Collingbourne | 1 | -18/+1 |
2015-01-29 | Migrate ARM except for TTI, AsmPrinter, and frame lowering | Eric Christopher | 1 | -4/+2 |
2015-01-26 | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 1 | -1/+1 |
2015-01-08 | [ARM] Fix a bug in constant island pass that was triggering an assertion. | Akira Hatanaka | 1 | -1/+1 |
2014-12-12 | [ARMConstantIsland] Insert tbb/tbh optimization where previous jump table res... | Chad Rosier | 1 | -1/+3 |
2014-11-13 | ARM: allow constpool entry to be moved to the user's block in all cases. | Tim Northover | 1 | -1/+7 |
2014-11-13 | ARM: avoid duplicating branches during constant islands. | Tim Northover | 1 | -6/+10 |
2014-10-17 | ARM: Fix a bug which was causing convergence failure in constant-island pass. | Akira Hatanaka | 1 | -1/+6 |
2014-10-03 | Eliminate some deep std::vector copies. NFC. | Benjamin Kramer | 1 | -3/+1 |
2014-08-05 | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 1 | -1/+1 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -2/+4 |
2014-04-25 | [C++] Use 'nullptr'. Target edition. | Craig Topper | 1 | -9/+9 |
2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |