| Commit message (Expand) | Author | Age | Files | Lines |
* | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -1/+2 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [GC][NFC] Simplify code now that we only have one safepoint kind | Philip Reames | 2018-11-12 | 1 | -9/+1 |
* | [GC] Remove so called PreCall safepoints | Philip Reames | 2018-11-12 | 1 | -2/+0 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -4/+4 |
* | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-06-07 | 1 | -5/+11 |
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -2/+2 |
* | 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 |
* | Make the message associated with a fatal error slightly more helpful | Philip Reames | 2015-04-26 | 1 | -2/+10 |
* | [gcroot] Remove unused items from an enum | Philip Reames | 2015-04-02 | 1 | -4/+0 |
* | Re-sort #include lines using my handy dandy ./utils/sort_includes.py | Chandler Carruth | 2015-02-13 | 1 | -1/+1 |
* | Revert GCStrategy ownership changes | Philip Reames | 2015-01-26 | 1 | -11/+23 |
* | clang-format all the GC related files (NFC) | Philip Reames | 2015-01-16 | 1 | -37/+40 |
* | Move ownership of GCStrategy objects to LLVMContext | Philip Reames | 2015-01-16 | 1 | -24/+10 |
* | GCStrategy should not own GCFunctionInfo | Philip Reames | 2014-12-11 | 1 | -1/+3 |
* | Remove the Module pointer from GCStrategy and GCMetadataPrinter | Philip Reames | 2014-12-09 | 1 | -1/+0 |
* | Remove StringMap::GetOrCreateValue in favor of StringMap::insert | David Blaikie | 2014-11-19 | 1 | -1/+1 |
* | Use unique_ptr for the result of Registry entries. | David Blaikie | 2014-04-15 | 1 | -1/+1 |
* | Use unique_ptr to manage ownership of GCStrategy objects in GCMetadata | David Blaikie | 2014-04-15 | 1 | -11/+4 |
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-14 | 1 | -1/+1 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-07 | 1 | -6/+6 |
* | Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris. | Benjamin Kramer | 2013-02-19 | 1 | -38/+3 |
* | 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 | -1/+1 |
* | Add 'llvm_unreachable' to passify GCC's understanding of the constraints | Chandler Carruth | 2012-01-10 | 1 | -0/+1 |
* | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie | 2012-01-10 | 1 | -1/+0 |
* | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer | 2011-11-15 | 1 | -2/+2 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | zap dead code. | Chris Lattner | 2010-09-04 | 1 | -1/+0 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -4/+4 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -4/+4 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -4/+4 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+2 |
* | switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. | Chris Lattner | 2010-03-14 | 1 | -21/+23 |
* | Change errs() to dbgs(). | David Greene | 2010-01-04 | 1 | -1/+2 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -2/+2 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner | 2009-08-23 | 1 | -6/+6 |
* | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -2/+2 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 1 | -6/+3 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -1/+1 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -2/+3 |
* | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 2009-02-18 | 1 | -2/+2 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -1/+1 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |