- 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 20c24f1 Make the message associated with a fatal error slightly more helpful by Philip Reames · 11 years ago
- 4692f36 [gcroot] Remove unused items from an enum by Philip Reames · 11 years ago
- 71f308a Re-sort #include lines using my handy dandy ./utils/sort_includes.py by Chandler Carruth · 11 years ago
- 56a0393 Revert GCStrategy ownership changes by Philip Reames · 11 years ago
- 3631953 clang-format all the GC related files (NFC) by Philip Reames · 11 years ago
- 2b45395 Move ownership of GCStrategy objects to LLVMContext by Philip Reames · 11 years ago
- 1e30897 GCStrategy should not own GCFunctionInfo by Philip Reames · 11 years ago
- de22605 Remove the Module pointer from GCStrategy and GCMetadataPrinter by Philip Reames · 11 years ago
- 5106ce7 Remove StringMap::GetOrCreateValue in favor of StringMap::insert by David Blaikie · 11 years ago
- ec528ee Use unique_ptr for the result of Registry entries. by David Blaikie · 12 years ago
- 88368ba Use unique_ptr to manage ownership of GCStrategy objects in GCMetadata by David Blaikie · 12 years ago
- c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
- 4584cd5 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
- b3aa2b8 Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris. by Benjamin Kramer · 13 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- f3e8502 Add 'llvm_unreachable' to passify GCC's understanding of the constraints by Chandler Carruth · 14 years ago
- edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
- 1f97a5a Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 14 years ago
- 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
- df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
- 65b48b5 zap dead code. by Chris Lattner · 15 years ago
- a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
- bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
- 1065f49 switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. by Chris Lattner · 16 years ago
- 821e67e by David Greene · 16 years ago
- 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
- 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
- 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
- 565449d remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
- 6115b39 Remove Value::getName{Start,End}, the last of the old Name APIs. by Daniel Dunbar · 16 years ago
- 5bf72e2 Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 16 years ago
- fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
- 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
- ccb29cd Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
- 38a9631 Eliminate several more unnecessary intptr_t casts. by Dan Gohman · 17 years ago
- 5a913d6 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
- a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- d930f91 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
- e431adb Don't instantiate GC metadata for declarations. by Gordon Henriksen · 17 years ago
- bcef14d Factor GC metadata table assembly generation out of Collector in preparation for splitting AsmPrinter into its own library. by Gordon Henriksen · 17 years ago[Renamed (97%) from llvm/lib/CodeGen/CollectorMetadata.cpp]
- bedd1b2 Add a new (simple) StringMap::clear method, patch by Pratik Solanki! by Chris Lattner · 17 years ago
- d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 8a332b2 Add explicit keywords, and fix a minor typo that they uncovered. by Dan Gohman · 18 years ago
- 7843c16 CollectorMetadata and Collector are rejiggered to get along with by Gordon Henriksen · 18 years ago
- 613afce CollectorMetadata abstractly describes stack maps for a function. It includes: by Gordon Henriksen · 18 years ago