| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing includes needed to prune LLVMContext.h include, NFC | Reid Kleckner | 2019-11-14 | 1 | -0/+1 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -1/+2 |
| * | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -2/+2 |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -3/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [TI removal] Make variables declared as `TerminatorInst` and initialized | Chandler Carruth | 2018-10-15 | 1 | -2/+2 |
| * | [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. | Chandler Carruth | 2018-08-26 | 1 | -3/+2 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
| * | Move Analysis/Utils/Local.h back to Transforms | David Blaikie | 2018-06-04 | 1 | -1/+1 |
| * | [WebAssembly] Add Wasm exception handling prepare pass | Heejin Ahn | 2018-05-31 | 1 | -5/+19 |
| * | [WebAssembly] Add Wasm personality and isScopedEHPersonality() | Heejin Ahn | 2018-05-17 | 1 | -3/+3 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -15/+16 |
| * | Fix a couple of layering violations in Transforms | David Blaikie | 2018-03-21 | 1 | -1/+1 |
| * | Use phi ranges to simplify code. No functionality change intended. | Benjamin Kramer | 2017-12-30 | 1 | -18/+8 |
| * | Guard print() functions only used by dump() functions. | Florian Hahn | 2017-07-31 | 1 | -0/+2 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -1/+1 |
| * | [LegacyPassManager] Remove TargetMachine constructors | Francis Visoiu Mistrih | 2017-05-18 | 1 | -6/+4 |
| * | Allow DataLayout to specify addrspace for allocas. | Matt Arsenault | 2017-04-10 | 1 | -2/+4 |
| * | [WinEH] Avoid holding references to BlockColor (DenseMap) entries while inser... | Andrew Kaylor | 2016-12-14 | 1 | -1/+5 |
| * | Fix comment typos. NFC. | Simon Pilgrim | 2016-11-20 | 1 | -2/+2 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | Revert "Don't invoke getName() from Function::isIntrinsic().", rL276942. | Justin Lebar | 2016-07-28 | 1 | -6/+2 |
| * | Don't invoke getName() from Function::isIntrinsic(). | Justin Lebar | 2016-07-27 | 1 | -2/+6 |
| * | revert http://reviews.llvm.org/D21101 | Etienne Bergeron | 2016-06-30 | 1 | -39/+0 |
| * | [exceptions] Upgrade exception handlers when stack protector is used | Etienne Bergeron | 2016-06-30 | 1 | -0/+39 |
| * | Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB" | David Majnemer | 2016-06-25 | 1 | -3/+3 |
| * | [SimplifyCFG] Stop inserting calls to llvm.trap for UB | David Majnemer | 2016-06-25 | 1 | -3/+3 |
| * | IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC | Duncan P. N. Exon Smith | 2016-04-07 | 1 | -1/+1 |
| * | [WinEH] Don't remove unannotated inline-asm calls | David Majnemer | 2016-02-26 | 1 | -2/+3 |
| * | [WinEH] Visit 'unwind to caller' catchswitches nested in catchswitches | David Majnemer | 2016-02-23 | 1 | -4/+8 |
| * | [WinEH] Prevent EH state numbering from skipping nested cleanup pads that nev... | Andrew Kaylor | 2016-02-12 | 1 | -6/+14 |
| * | Revert r258580 and r258581. | David Majnemer | 2016-02-01 | 1 | -113/+0 |
| * | [WinEH] Don't miscompile cleanups which conditionally unwind to caller | David Majnemer | 2016-01-23 | 1 | -1/+2 |
| * | [WinEH] Let cleanups post-dominated by unreachable get executed | David Majnemer | 2016-01-22 | 1 | -0/+112 |
| * | [WinEH] Rename CatchReturnInst::getParentPad, NFC | Joseph Tremoulet | 2016-01-15 | 1 | -2/+2 |
| * | [WinEH] Update WinEHFuncInfo if StackColoring merges allocas | David Majnemer | 2016-01-08 | 1 | -3/+4 |
| * | [WinEH] Remove calculateCatchReturnSuccessorColors | David Majnemer | 2016-01-06 | 1 | -18/+0 |
| * | [WinEH] Update CoreCLR EH state numbering | Joseph Tremoulet | 2016-01-04 | 1 | -61/+181 |
| * | WinEHPrepare.cpp: Suppress a warning for -Asserts. [-Wunused-variable] | NAKAMURA Takumi | 2016-01-03 | 1 | -4/+2 |
| * | [WinEH] Update catchrets with cloned successors | Joseph Tremoulet | 2016-01-02 | 1 | -4/+38 |
| * | [WinEH] Add additional verification | David Majnemer | 2016-01-02 | 1 | -4/+7 |
| * | [ptr-traits] Sink a constructor definition to the .cpp file and add | Chandler Carruth | 2015-12-29 | 1 | -0/+4 |
| * | [WinEH] Don't visit the same catchswitch twice | David Majnemer | 2015-12-23 | 1 | -7/+15 |
| * | [WinEH] Use operand bundles to describe call sites | David Majnemer | 2015-12-15 | 1 | -18/+50 |
| * | [IR] Remove terminatepad | David Majnemer | 2015-12-14 | 1 | -42/+0 |
| * | [IR] Reformulate LLVM's EH funclet IR | David Majnemer | 2015-12-12 | 1 | -1350/+335 |
| * | Move EH-specific helper functions to a more appropriate place | David Majnemer | 2015-12-02 | 1 | -1/+1 |
| * | [WinEH] Disable most forms of demotion | Reid Kleckner | 2015-11-19 | 1 | -117/+5 |
| * | [WinEH] Fix problem with removing an element from a SetVector while iterating. | Andrew Kaylor | 2015-11-12 | 1 | -11/+5 |