1. 7cde7d9 [llc] Fix sanitizer failure. by Jonas Devlieghere · 7 years ago
  2. 3042921 [llc] Use WithColor for printing errors/warnings by Jonas Devlieghere · 7 years ago
  3. 9ffe073 CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up to dwo output. by Peter Collingbourne · 7 years ago
  4. db69401 llc: don't call llvm_shutdown twice by JF Bastien · 7 years ago
  5. 0b9d56a Define InitLLVM to do common initialization all at once. by Rui Ueyama · 7 years ago
  6. 461bf52 Rename *CommandFlags.def to *CommandFlags.inc by David Blaikie · 7 years ago
  7. 22b7724 Pass a module reference to CloneModule. by Rafael Espindola · 8 years ago
  8. 7c2d049 LLParser: add an argument for overriding data layout and do not check alloca addr space by Yaxun Liu · 8 years ago
  9. d7eaf51 Rename CommandFlags.h -> CommandFlags.def by David Blaikie · 8 years ago
  10. e3a9b4c Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  11. 5765d84 Rename CountingFunctionInserter and use for both mcount and cygprofile calls, before and after inlining by Hans Wennborg · 8 years ago
  12. 9385cf1 Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" by Matthias Braun · 8 years ago
  13. a063107 TargetMachine: Merge TargetMachine and LLVMTargetMachine by Matthias Braun · 8 years ago
  14. 97ca964 [Support] Rename tool_output_file to ToolOutputFile, NFC by Reid Kleckner · 8 years ago
  15. 18b4c37 This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 by Vivek Pandya · 8 years ago
  16. 4abccff This reverts r313381 by Vivek Pandya · 8 years ago
  17. bb8204f This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 by Vivek Pandya · 8 years ago
  18. 9aafb85 Delete Default and JITDefault code models by Rafael Espindola · 8 years ago
  19. f514aa4 [llc][NFC] Update message in assert. by Quentin Colombet · 8 years ago
  20. 6131fb5 [TargetPassConfig] Feature generic options to setup start/stop-after/before by Quentin Colombet · 8 years ago
  21. e330528 [ORE] Add diagnostics hotness threshold by Brian Gesiak · 8 years ago
  22. 8e8ec78 [ORE] Unify spelling as "diagnostics hotness" by Brian Gesiak · 8 years ago
  23. f632627 llc: Add ability to parse mir from stdin by Matthias Braun · 8 years ago
  24. 2144c52 CodeGen: Refactor MIR parsing by Matthias Braun · 8 years ago
  25. e6c9b7e llc: Create custom pass pipeline for .mir files; NFCI by Matthias Braun · 8 years ago
  26. 3310b59 RegisterScavenging: Add ScavengerTest pass by Matthias Braun · 8 years ago
  27. ae1c853 [LegacyPassManager] Remove TargetMachine constructors by Francis Visoiu Mistrih · 8 years ago
  28. eadb58f [X86] Relocate code of replacement of subtarget unsupported masked memory intrinsics to run also on -O0 option. by Ayman Musa · 8 years ago
  29. 0dd30f8 Add a late IR expansion pass for the experimental reduction intrinsics. by Amara Emerson · 8 years ago
  30. 9c1b0af Move Split DWARF handling to an MC option/command line argument rather than using metadata by David Blaikie · 8 years ago
  31. 2a400a7 Revert "Feature generic option to setup start/stop-after/before" by Quentin Colombet · 8 years ago
  32. 79114cd Feature generic option to setup start/stop-after/before by Quentin Colombet · 8 years ago
  33. ff6c8c5 [Assembler] Add test for !srcloc references in assembler diags by Sanne Wouda · 9 years ago
  34. 5f9d8e2 [LLC] Add an inline assembly diagnostics handler. by Sanne Wouda · 9 years ago
  35. c8168e7 [llc] Add -pass-remarks-output by Adam Nemet · 9 years ago
  36. 3e42698 [llc] Add -pass-remarks-with-hotness by Adam Nemet · 9 years ago
  37. 19925fc New OptimizationRemarkEmitter pass for MIR by Adam Nemet · 9 years ago
  38. 878b099 llc: Initialize more passes by Matt Arsenault · 9 years ago
  39. 50116a2 MC: support passing search paths to the IAS by Saleem Abdulrasool · 9 years ago
  40. 1e15122 [llc] Fix -stop-after=consthoist initializing the pass. by Davide Italiano · 9 years ago
  41. 102077e Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)" by Mehdi Amini · 9 years ago
  42. 876fe65 Use StringRef instead of raw pointer in TargetRegistry API (NFC) by Mehdi Amini · 9 years ago
  43. a92ff23 llc: Add -start-before/-stop-before options by Matthias Braun · 9 years ago
  44. f73c9c1 Add a counter-function insertion pass by Hal Finkel · 9 years ago
  45. fa5c5c7 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  46. 43f89c5 MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASS by Matthias Braun · 9 years ago
  47. 5a65f77 Revert r279564. It introduces undefined behavior (binding a reference to a by Richard Smith · 9 years ago
  48. 1bb228f CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  49. eb3b739 Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses" by Matthias Braun · 9 years ago
  50. ded269b CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses by Matthias Braun · 9 years ago
  51. b1f5b4a CommandFlags.h/llc: Move StopAfter/StartBefore options to llc. by Matthias Braun · 9 years ago
  52. 3346c15 llc: Add support for -run-pass none by Matthias Braun · 9 years ago
  53. 4bd6d7f llc: Move pass query/add code into an own function; NFC by Matthias Braun · 9 years ago
  54. 3d35f0d [MIR] Print on the given output instead of stderr. by Quentin Colombet · 9 years ago
  55. dcf0053 Rename llc's -fpreserve-as-comments flag -preserve-as-comments. by Nirav Dave · 9 years ago
  56. 72d33ec [MC] Flip llc's assembly comment preservation flag to have consistent by Nirav Dave · 9 years ago
  57. aee0f14 Provide support for preserving assembly comments by Nirav Dave · 9 years ago
  58. 302c35d [PM] Port UnreachableBlockElim to the new Pass Manager by Wei Mi · 9 years ago
  59. c412e39 [llc] Remove exit-on-error flag (PR27759) by Diana Picus · 9 years ago
  60. 7f8e1c6 [llc] Do not create the pass config several times for run-pass. by Quentin Colombet · 9 years ago
  61. aef5f64 [llc] Add support for several run-pass options. by Quentin Colombet · 9 years ago
  62. 1063f93 [llc] Remove exit-on-error flag from MIR tests (PR27770) by Diana Picus · 9 years ago
  63. 0eeb3d4 Search for llvm-symbolizer binary in the same directory as argv[0], before by Richard Smith · 9 years ago
  64. ac8db59 Delete Reloc::Default. by Rafael Espindola · 9 years ago
  65. 3b0d377 [llc] New diagnostic handler by Renato Golin · 9 years ago
  66. 7e38263 Revert "[llc] New diagnostic handler" by Renato Golin · 9 years ago
  67. 2c05d88 [llc] New diagnostic handler by Renato Golin · 9 years ago
  68. 865778e Revert "[llc] New diagnostic handler" by Renato Golin · 9 years ago
  69. 89ca6c0 [llc] New diagnostic handler by Renato Golin · 9 years ago
  70. 0f8d2d6 llc: Print+Verify machine function after loading it by Matthias Braun · 9 years ago
  71. 6a6190d CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC by Matthias Braun · 9 years ago
  72. 3c559a0 Try to appease clang-x64-ninja-win7 bot. by Matthias Braun · 9 years ago
  73. bbeb3ea llc: Rework -run-pass option by Matthias Braun · 9 years ago
  74. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  75. 2de9927 Add a flag to the LLVMContext to disable name for Value other than GlobalValue by Mehdi Amini · 10 years ago
  76. 322ee9e fix 'the the '; NFC by Sanjay Patel · 10 years ago
  77. 6f41c13 [llc/opt] Add an option to run all passes twice by Keno Fischer · 10 years ago
  78. 15e1e7f Remove access to the DataLayout in the TargetMachine by Mehdi Amini · 10 years ago
  79. 26be214 Revert "Remove access to the DataLayout in the TargetMachine" by Mehdi Amini · 10 years ago
  80. 0f720d9 Remove access to the DataLayout in the TargetMachine by Mehdi Amini · 10 years ago
  81. edfa571 llc: Add a 'run-pass' option. by Alex Lorenz · 10 years ago
  82. a15d888 MIR Serialization: Connect the machine function analysis pass to the MIR parser. by Alex Lorenz · 10 years ago
  83. 61aecc8 Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format). by Alex Lorenz · 10 years ago
  84. 6f49135 Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and by Akira Hatanaka · 10 years ago
  85. 0146120 Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions. by Akira Hatanaka · 10 years ago
  86. c17da71 Simplify and rename function overrideFunctionAttributes. NFC. by Akira Hatanaka · 10 years ago
  87. b6b98c1 Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format)." by NAKAMURA Takumi · 10 years ago
  88. 3e5034d Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format). by Alex Lorenz · 10 years ago
  89. e5a7236 Revert r237708 (MIR serialization) - incremental buildbots became unstable. by Alex Lorenz · 10 years ago
  90. 328f462 MIR Serialization: print and parse LLVM IR using MIR format. by Alex Lorenz · 10 years ago
  91. 0552d51 Migrate existing backends that care about software floating point by Eric Christopher · 10 years ago
  92. e6f0494 Let llc and opt override "-target-cpu" and "-target-features" via command line by Akira Hatanaka · 10 years ago
  93. 4f28a76 Factor out a function which determines the cpu and feature strings based on by Akira Hatanaka · 10 years ago
  94. c98092e Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 10 years ago
  95. 427c073 Simplify use of formatted_raw_ostream. by Rafael Espindola · 10 years ago
  96. 9a7c003 Make llc use getHostCPUFeatures when 'native' is specified for cpu. by Craig Topper · 10 years ago
  97. 4e5fdbf tools: Unify how verifyModule() is called by Duncan P. N. Exon Smith · 10 years ago
  98. de89228 Verifier: Call verifyModule() from llc and opt by Duncan P. N. Exon Smith · 10 years ago
  99. c94da20 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  100. d59c5f9 Add missing includes. make_unique proliferated everywhere. by Benjamin Kramer · 11 years ago