| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-09 | 1 | -4/+22 |
| * | Revert "[PGO][PGSO] Instrument the code gen / target passes." | Hiroshi Yamauchi | 2019-12-06 | 1 | -22/+4 |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-06 | 1 | -4/+22 |
| * | [MBP] Avoid tail duplication if it can't bring benefit | Guozhi Wei | 2019-12-06 | 1 | -4/+53 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Revert [CodeGen] Do the Simple Early Return in block-placement pass to optimi... | Reid Kleckner | 2019-10-04 | 1 | -46/+0 |
| * | [NewPM] Port MachineModuleInfo to the new pass manager. | Yuanfang Chen | 2019-09-30 | 1 | -1/+2 |
| * | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -3/+3 |
| * | [Alignment][NFC] Remove LogAlignment functions | Guillaume Chatelet | 2019-09-18 | 1 | -4/+4 |
| * | [Alignment][NFC] Use llvm::Align for TargetLowering::getPrefLoopAlignment | Guillaume Chatelet | 2019-09-10 | 1 | -4/+4 |
| * | [CodeGen] Do the Simple Early Return in block-placement pass to optimize the ... | Kang Zhang | 2019-09-06 | 1 | -0/+46 |
| * | [LLVM][Alignment] Make functions using log of alignment explicit | Guillaume Chatelet | 2019-09-05 | 1 | -13/+14 |
| * | Revert [MBP] Disable aggressive loop rotate in plain mode | Jordan Rupprecht | 2019-08-29 | 1 | -80/+36 |
| * | Revert "[CodeGen] Do the Simple Early Return in block-placement pass to optim... | Jinsong Ji | 2019-08-27 | 1 | -40/+0 |
| * | [MBP] Disable aggressive loop rotate in plain mode | Guozhi Wei | 2019-08-22 | 1 | -36/+80 |
| * | [CodeGen] Do the Simple Early Return in block-placement pass to optimize the ... | Kang Zhang | 2019-08-17 | 1 | -0/+40 |
| * | Revert [CodeGen] Do the Simple Early Return in block-placement pass to optimi... | Florian Hahn | 2019-08-16 | 1 | -37/+0 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | [CodeGen] Do the Simple Early Return in block-placement pass to optimize the ... | Kang Zhang | 2019-08-15 | 1 | -0/+37 |
| * | Revert r368339 "[MBP] Disable aggressive loop rotate in plain mode" | Hans Wennborg | 2019-08-12 | 1 | -80/+36 |
| * | Revert r368565: [CodeGen] Do the Simple Early Return in block-placement pass ... | Kang Zhang | 2019-08-12 | 1 | -37/+0 |
| * | [CodeGen] Do the Simple Early Return in block-placement pass to optimize the ... | Kang Zhang | 2019-08-12 | 1 | -0/+37 |
| * | Revert r368509 "[CodeGen] Do the Simple Early Return in block-placement pass ... | Hans Wennborg | 2019-08-12 | 1 | -37/+0 |
| * | [NFC][CodeGen] Use while loop instead for loop in MachineBlockPlacement::opti... | Kang Zhang | 2019-08-11 | 1 | -3/+4 |
| * | [NFC][CodeGen] Modify the PI++ to ++PI in MachineBlockPlacement::optimizeBran... | Kang Zhang | 2019-08-10 | 1 | -1/+1 |
| * | [CodeGen] Do the Simple Early Return in block-placement pass to optimize the ... | Kang Zhang | 2019-08-10 | 1 | -0/+36 |
| * | [MBP] Disable aggressive loop rotate in plain mode | Guozhi Wei | 2019-08-08 | 1 | -36/+80 |
| * | Some case eror for: detected memory leaks | Kang Zhang | 2019-07-26 | 1 | -25/+0 |
| * | [PowerPC] Do the Simple Early Return in block-placement pass to optimize the ... | Kang Zhang | 2019-07-26 | 1 | -0/+25 |
| * | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -1/+1 |
| * | [MBP] Move a latch block with conditional exit and multi predecessors to top ... | Guozhi Wei | 2019-06-14 | 1 | -50/+233 |
| * | Use llvm::stable_sort | Fangrui Song | 2019-04-23 | 1 | -11/+8 |
| * | [IR] Refactor attribute methods in Function class (NFC) | Evandro Menezes | 2019-04-04 | 1 | -4/+4 |
| * | [MBP] Factor out function hasViableTopFallthrough and enhancement | Guozhi Wei | 2019-02-22 | 1 | -9/+36 |
| * | [MBP] Don't move bottom block before header if it can't reduce taken branches | Guozhi Wei | 2019-01-25 | 1 | -0/+38 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [NFC] fix trivial typos in comments | Hiroshi Inoue | 2019-01-09 | 1 | -1/+1 |
| * | ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4. | Tim Northover | 2018-09-13 | 1 | -1/+2 |
| * | [CodeGen] Fix inconsistent declaration parameter name | Fangrui Song | 2018-07-16 | 1 | -2/+2 |
| * | [NFC] fix trivial typos in comments | Hiroshi Inoue | 2018-06-20 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -77/+84 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -40/+40 |
| * | [BlockPlacement] Disable block placement tail duplciation in structured CFG. | Tim Shen | 2018-03-30 | 1 | -6/+11 |
| * | Add hasProfileData() to check if a function has profile data. NFC. | Easwaran Raman | 2017-12-22 | 1 | -3/+3 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -8/+8 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -1/+1 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [MBP] Remove an invalid assert. | Xin Tong | 2017-10-05 | 1 | -6/+0 |
| * | [MachineBlockPlacement] Make sure PreferredLoopExit is cleared everytime new ... | Xin Tong | 2017-10-04 | 1 | -0/+10 |