1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 7882b28 [LLVM-C] Expand LLVMRelocMode by Robert Widmann · 7 years ago
  3. 7c4a074 [LLVM-C] Add target triple normalization to the C API. by whitequark · 7 years ago
  4. 9a45114 CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up to dwo output. by Peter Collingbourne · 7 years ago
  5. 1ae61a6 [LLVM-C] Add LLVMGetHostCPU{Name,Features}. by whitequark · 8 years ago
  6. bf121cf Fix layering by moving Support/CodeGenCWrappers.h to Target by David Blaikie · 8 years ago
  7. eb905c7 Remove redundant includes from lib/Target/*.cpp. by Michael Zolotukhin · 8 years ago
  8. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  9. bb8507e Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" by Matthias Braun · 8 years ago[Renamed from llvm/lib/CodeGen/TargetMachineC.cpp]
  10. 3a9c114 TargetMachine: Merge TargetMachine and LLVMTargetMachine by Matthias Braun · 8 years ago[Renamed from llvm/lib/Target/TargetMachineC.cpp]
  11. 79e238a Delete Default and JITDefault code models by Rafael Espindola · 8 years ago
  12. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  13. 7d6285f Some formatting in TargetMachineC. NFC by Amaury Sechet · 9 years ago
  14. 9af9a9d Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)" by Mehdi Amini · 9 years ago
  15. cd354a6 Use StringRef instead of raw pointer in TargetRegistry API (NFC) by Mehdi Amini · 9 years ago
  16. 4253126 Use the range variant of find/find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  17. 8c34dd8 Delete Reloc::Default. by Rafael Espindola · 9 years ago
  18. 5590967 Restore the capability to manipulate datalayout from the C API by Amaury Sechet · 10 years ago
  19. 3f7f883 Support: Fix incremental build when re-configuring targets by Duncan P. N. Exon Smith · 10 years ago
  20. f71d653 C API: Remove LLVMGetDataLayout that was deprecated in 3.7 by Mehdi Amini · 10 years ago
  21. 0ab4b5b Fix LLVM C API for DataLayout by Mehdi Amini · 10 years ago
  22. 31ebf03c Revert "Fix LLVM C API for DataLayout" by Mehdi Amini · 10 years ago
  23. 9d692b6 Fix LLVM C API for DataLayout by Mehdi Amini · 10 years ago
  24. 8b3dda3 Revert "Fix LLVM C API for DataLayout" by Mehdi Amini · 10 years ago
  25. b5d8b27 Fix LLVM C API for DataLayout by Mehdi Amini · 10 years ago
  26. f83b865 Revert "Fix LLVM C API for DataLayout" by Mehdi Amini · 10 years ago
  27. 84b2e32 Fix LLVM C API for DataLayout by Mehdi Amini · 10 years ago
  28. 556b21a Remove and forbid raw_svector_ostream::flush() calls. by Yaron Keren · 10 years ago
  29. cd973c4 Fix ODR violation. NFC. by Diego Novillo · 10 years ago
  30. 26d4813 Remove access to the DataLayout in the TargetMachine by Mehdi Amini · 10 years ago
  31. 5d8e569 Revert "Remove access to the DataLayout in the TargetMachine" by Mehdi Amini · 10 years ago
  32. b4bc424 Remove access to the DataLayout in the TargetMachine by Mehdi Amini · 10 years ago
  33. 335487a Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTriple(). NFC. by Daniel Sanders · 10 years ago
  34. 46c561c Readdress r236990, use of static members on a non-static variable. by David Blaikie · 10 years ago
  35. 5560a4c Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 11 years ago
  36. 5682ce2 Simplify use of formatted_raw_ostream. by Rafael Espindola · 11 years ago
  37. f546d0f Use a raw_svector_ostream instead of a raw_string_ostream. by Rafael Espindola · 11 years ago
  38. ee0dd4d This reverts commit r234460 and r234461. by Rafael Espindola · 11 years ago
  39. 132381f Use the cast machinery to remove dummy uses of formatted_raw_ostream. by Rafael Espindola · 11 years ago
  40. 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  41. 30d69c2 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 11 years ago
  42. 3105fd8 Remove mostly unused setters. by Rafael Espindola · 11 years ago
  43. 5ec2b1d [multiversion] Implement the old pass manager's TTI wrapper pass in by Chandler Carruth · 11 years ago
  44. 93dcdc4 [PM] Switch the TargetMachine interface from accepting a pass manager by Chandler Carruth · 11 years ago
  45. 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
  46. c435adc Add doInitialization/doFinalization to DataLayoutPass. by Rafael Espindola · 11 years ago
  47. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  48. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  49. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  50. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  51. 6298b34 [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/ExecutionEngineBindings.cpp into include/llvm/IR/DataLayout.h by Artyom Skrobov · 11 years ago
  52. d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 12 years ago
  53. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  54. 339430f Use DataLayout from the module when easily available. by Rafael Espindola · 12 years ago
  55. 9351251 Make DataLayout a plain object, not a pass. by Rafael Espindola · 12 years ago
  56. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  57. 5fe955c Add target analysis passes to the codegen pipeline for MCJIT. by Juergen Ributzka · 12 years ago
  58. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  59. 5a6cfda [llvm-c] Make LLVMGetTargetFromName actually work by Peter Zotov · 12 years ago
  60. 0e38fc8 [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine by Peter Zotov · 12 years ago
  61. b2c8b8a [llvm-c] Simplify signature of LLVMGetTargetFromName by Peter Zotov · 12 years ago
  62. 7b61b75 [llvm-c] Improve TargetMachine bindings by Peter Zotov · 12 years ago
  63. 39f5d7d llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent file by Anders Waldenborg · 12 years ago
  64. a89c1e3 llvm-c: Return NULL from LLVMGetFirstTarget instead of asserting by Anders Waldenborg · 12 years ago
  65. 6d35481 Add a wrapper for open. by Rafael Espindola · 12 years ago
  66. 85e0d27 This exposes more MCJIT options via the C API: by Filip Pizlo · 13 years ago
  67. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 13 years ago
  68. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 13 years ago
  69. ec924c5 C API: Add LLVMTargetMachineEmitToMemoryBuffer() by Tom Stellard · 13 years ago
  70. 7b287ee Correct this error message, and most importantly make it distinct from the by Nick Lewycky · 13 years ago
  71. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  72. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  73. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  74. 264d2e7 Add a C binding to the Target and TargetMachine classes to allow for emitting by Duncan Sands · 14 years ago