1. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  2. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  3. c8925b1 unittests: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  4. 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  5. 30d69c2 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 11 years ago
  6. 4f8f307 [PM] Split the LoopInfo object apart from the legacy pass, creating by Chandler Carruth · 11 years ago
  7. c435adc Add doInitialization/doFinalization to DataLayoutPass. by Rafael Espindola · 11 years ago
  8. d8bd91c Replace a few virtual with override. by Rafael Espindola · 11 years ago
  9. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  10. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  11. 9351251 Make DataLayout a plain object, not a pass. by Rafael Espindola · 12 years ago
  12. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  13. b8ddc70 [PM] Rename the IR printing pass header to a more generic and correct by Chandler Carruth · 12 years ago
  14. 9aca918 Move the LLVM IR asm writer header files into the IR directory, as they by Chandler Carruth · 12 years ago
  15. c675162 Use a: and s: instead of a0: and s0: in the DataLayout strings. by Rafael Espindola · 12 years ago
  16. 6378cf5 [PM] Split the CallGraph out from the ModulePass which creates the CallGraph. by Chandler Carruth · 12 years ago
  17. 7caea41 Move the old pass manager infrastructure into a legacy namespace and by Chandler Carruth · 12 years ago[Renamed (97%) from llvm/unittests/IR/PassManagerTest.cpp]
  18. 6554e5a Merge CallGraph and BasicCallGraph. by Rafael Espindola · 12 years ago
  19. 74b6a77 Rename the VMCore unittest tree to IR. Somehow was missed when doing the by Chandler Carruth · 13 years ago[Renamed (99%) from llvm/unittests/VMCore/PassManagerTest.cpp]
  20. 839a98e Move CallGraphSCCPass.h into the Analysis tree; that's where the by Chandler Carruth · 13 years ago
  21. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  22. b034cb7 Sort a few more #include lines in tools/... unittests/... and utils/... by Chandler Carruth · 13 years ago
  23. e94d843 s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 13 years ago
  24. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  25. 0e9acc9 VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in class template. by NAKAMURA Takumi · 13 years ago
  26. abfc446 Add 'using' declarations to suppress -Woverloaded-virtual warnings. by Matt Beaumont-Gay · 13 years ago
  27. 9cfc13d Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  28. bde9176 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 13 years ago
  29. b804a2b Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 14 years ago
  30. a78cd22 Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 14 years ago
  31. 56cc153 De-constify Types in FunctionType::get(). by Jay Foad · 14 years ago
  32. 6ae9863 Strip trailing whitespace. by Duncan Sands · 15 years ago
  33. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  34. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  35. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  36. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  37. bc3e8a7 Switch from EXPECT_EQ({true,false, ...) to the more canonical by Chandler Carruth · 15 years ago
  38. 4422d31 introduce a new CallGraphSCC class, and pass it around by Chris Lattner · 15 years ago
  39. 61e710c Remove the last memory leak from the VMCore unit tests. by Jeffrey Yasskin · 16 years ago
  40. 6d7deae Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't by Jeffrey Yasskin · 16 years ago
  41. 9c71bb0 Revert 94484. Re-disable unittests that need RTTI. by Bob Wilson · 16 years ago
  42. 9f4d96c Re-enable unit tests disabled in r94164 by telling GTest about the lack of RTTI. by Jeffrey Yasskin · 16 years ago
  43. 7ba0661 Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 16 years ago
  44. b1c3df2 update unit test for previous change. by Chris Lattner · 16 years ago
  45. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  46. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  47. 8bc174a Fix unit tests for LLVMContext+Module. by Owen Anderson · 16 years ago
  48. 24c7835 Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly passes as well. by Torok Edwin · 16 years ago