1. 5fe955c Add target analysis passes to the codegen pipeline for MCJIT. by Juergen Ributzka · 12 years ago
  2. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  3. 5a6cfda [llvm-c] Make LLVMGetTargetFromName actually work by Peter Zotov · 12 years ago
  4. 0e38fc8 [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine by Peter Zotov · 12 years ago
  5. b2c8b8a [llvm-c] Simplify signature of LLVMGetTargetFromName by Peter Zotov · 12 years ago
  6. 7b61b75 [llvm-c] Improve TargetMachine bindings by Peter Zotov · 12 years ago
  7. 39f5d7d llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent file by Anders Waldenborg · 12 years ago
  8. a89c1e3 llvm-c: Return NULL from LLVMGetFirstTarget instead of asserting by Anders Waldenborg · 12 years ago
  9. 6d35481 Add a wrapper for open. by Rafael Espindola · 12 years ago
  10. 85e0d27 This exposes more MCJIT options via the C API: by Filip Pizlo · 13 years ago
  11. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 13 years ago
  12. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 13 years ago
  13. ec924c5 C API: Add LLVMTargetMachineEmitToMemoryBuffer() by Tom Stellard · 13 years ago
  14. 7b287ee Correct this error message, and most importantly make it distinct from the by Nick Lewycky · 13 years ago
  15. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  16. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  17. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  18. 264d2e7 Add a C binding to the Target and TargetMachine classes to allow for emitting by Duncan Sands · 14 years ago