| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some spelling mistakes | David Majnemer | 2016-04-22 | 1 | -2/+2 |
* | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 2016-04-04 | 1 | -0/+5 |
* | Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43... | Aaron Ballman | 2016-03-30 | 1 | -1/+1 |
* | Fix PR25339: ARM Constant Island | Weiming Zhao | 2016-02-23 | 1 | -9/+39 |
* | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 2016-02-23 | 1 | -4/+4 |
* | ADT: Remove == and != comparisons between ilist iterators and pointers | Duncan P. N. Exon Smith | 2016-02-21 | 1 | -1/+1 |
* | [ARM] Add B.W and CBZ instructions to ARMv8-M Baseline | Bradley Smith | 2016-01-15 | 1 | -3/+9 |
* | Use std::is_sorted and std::none_of instead of manual loops. NFC | Craig Topper | 2016-01-03 | 1 | -6/+6 |
* | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 1 | -2/+1 |
* | Revert r254348: "Replace all weight-based interfaces in MBB with probability-... | Hans Wennborg | 2015-12-01 | 1 | -1/+2 |
* | Replace all weight-based interfaces in MBB with probability-based interfaces,... | Cong Hou | 2015-12-01 | 1 | -2/+1 |
* | [ARM] Prevent use of a value pointed by end() iterator when placing a jump table | Petr Pavlu | 2015-11-16 | 1 | -0/+2 |
* | ARM: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-19 | 1 | -18/+17 |
* | Fix some comment typos. | Benjamin Kramer | 2015-08-08 | 1 | -1/+1 |
* | Move most user of TargetMachine::getDataLayout to the Module one | Mehdi Amini | 2015-07-16 | 1 | -1/+1 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | ARMConstantIslandPass.cpp: Prune an empty \brief. [-Wdocumentation] | NAKAMURA Takumi | 2015-05-31 | 1 | -1/+0 |
* | ARM: recommit r237590: allow jump tables to be placed as constant islands. | Tim Northover | 2015-05-31 | 1 | -118/+312 |
* | Revert r237590, "ARM: allow jump tables to be placed as constant islands." | Peter Collingbourne | 2015-05-21 | 1 | -206/+50 |
* | MachineInstr: Change return value of getOpcode() to unsigned. | Matthias Braun | 2015-05-18 | 1 | -3/+3 |
* | ARM: allow jump tables to be placed as constant islands. | Tim Northover | 2015-05-18 | 1 | -50/+206 |
* | ARM: remove custom jump table UID | Tim Northover | 2015-05-13 | 1 | -4/+3 |
* | ARM: refactor optimizeThumb2JumpTables. | Tim Northover | 2015-05-13 | 1 | -59/+79 |
* | ARM: Align functions containing Thumb-2 jump tables to 4 bytes. | Peter Collingbourne | 2015-05-01 | 1 | -0/+4 |
* | Thumb2: When applying branch optimizations, visit branches in reverse order. | Peter Collingbourne | 2015-04-23 | 1 | -2/+7 |
* | ARM: Only enforce 4-byte alignment on Thumb-2 functions with constant pools. | Peter Collingbourne | 2015-04-23 | 1 | -18/+1 |
* | Migrate ARM except for TTI, AsmPrinter, and frame lowering | Eric Christopher | 2015-01-29 | 1 | -4/+2 |
* | Move DataLayout back to the TargetMachine from TargetSubtargetInfo | Eric Christopher | 2015-01-26 | 1 | -1/+1 |
* | [ARM] Fix a bug in constant island pass that was triggering an assertion. | Akira Hatanaka | 2015-01-08 | 1 | -1/+1 |
* | [ARMConstantIsland] Insert tbb/tbh optimization where previous jump table res... | Chad Rosier | 2014-12-12 | 1 | -1/+3 |
* | ARM: allow constpool entry to be moved to the user's block in all cases. | Tim Northover | 2014-11-13 | 1 | -1/+7 |
* | ARM: avoid duplicating branches during constant islands. | Tim Northover | 2014-11-13 | 1 | -6/+10 |
* | ARM: Fix a bug which was causing convergence failure in constant-island pass. | Akira Hatanaka | 2014-10-17 | 1 | -1/+6 |
* | Eliminate some deep std::vector copies. NFC. | Benjamin Kramer | 2014-10-03 | 1 | -3/+1 |
* | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -1/+1 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+4 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -9/+9 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-10 | 1 | -2/+2 |
* | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -13/+12 |
* | ARM: Fix crash in ARM backend inside of ARMConstantIslandPass | David Majnemer | 2013-06-04 | 1 | -0/+1 |
* | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 2013-05-24 | 1 | -1/+1 |
* | Radar numbers don't belong in source code. | Evan Cheng | 2013-02-21 | 1 | -1/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -7/+7 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -2/+2 |
* | Reduce duplicated hash map lookups. | Benjamin Kramer | 2012-08-22 | 1 | -3/+2 |
* | Fix the naming of ensureAlignment. Per the coding standard function names | Chad Rosier | 2012-07-06 | 1 | -3/+3 |
* | Fix address calculation error from r155744. | Jakob Stoklund Olesen | 2012-04-30 | 1 | -1/+6 |