1. 335487a Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTriple(). NFC. by Daniel Sanders · 10 years ago
  2. 46c561c Readdress r236990, use of static members on a non-static variable. by David Blaikie · 10 years ago
  3. 5560a4c Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 11 years ago
  4. 5682ce2 Simplify use of formatted_raw_ostream. by Rafael Espindola · 11 years ago
  5. f546d0f Use a raw_svector_ostream instead of a raw_string_ostream. by Rafael Espindola · 11 years ago
  6. ee0dd4d This reverts commit r234460 and r234461. by Rafael Espindola · 11 years ago
  7. 132381f Use the cast machinery to remove dummy uses of formatted_raw_ostream. by Rafael Espindola · 11 years ago
  8. 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  9. 30d69c2 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 11 years ago
  10. 3105fd8 Remove mostly unused setters. by Rafael Espindola · 11 years ago
  11. 5ec2b1d [multiversion] Implement the old pass manager's TTI wrapper pass in by Chandler Carruth · 11 years ago
  12. 93dcdc4 [PM] Switch the TargetMachine interface from accepting a pass manager by Chandler Carruth · 11 years ago
  13. 8b77065 Move DataLayout back to the TargetMachine from TargetSubtargetInfo by Eric Christopher · 11 years ago
  14. c435adc Add doInitialization/doFinalization to DataLayoutPass. by Rafael Espindola · 11 years ago
  15. 3fd1e99 Modernize raw_fd_ostream's constructor a bit. by Rafael Espindola · 11 years ago
  16. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  17. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  18. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  19. 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
  20. d59664f raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. by Benjamin Kramer · 11 years ago
  21. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  22. 339430f Use DataLayout from the module when easily available. by Rafael Espindola · 12 years ago
  23. 9351251 Make DataLayout a plain object, not a pass. by Rafael Espindola · 12 years ago
  24. 90c7f1c Replace the F_Binary flag with a F_Text one. by Rafael Espindola · 12 years ago
  25. 5fe955c Add target analysis passes to the codegen pipeline for MCJIT. by Juergen Ributzka · 12 years ago
  26. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  27. 5a6cfda [llvm-c] Make LLVMGetTargetFromName actually work by Peter Zotov · 12 years ago
  28. 0e38fc8 [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachine by Peter Zotov · 12 years ago
  29. b2c8b8a [llvm-c] Simplify signature of LLVMGetTargetFromName by Peter Zotov · 12 years ago
  30. 7b61b75 [llvm-c] Improve TargetMachine bindings by Peter Zotov · 12 years ago
  31. 39f5d7d llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent file by Anders Waldenborg · 12 years ago
  32. a89c1e3 llvm-c: Return NULL from LLVMGetFirstTarget instead of asserting by Anders Waldenborg · 12 years ago
  33. 6d35481 Add a wrapper for open. by Rafael Espindola · 12 years ago
  34. 85e0d27 This exposes more MCJIT options via the C API: by Filip Pizlo · 12 years ago
  35. dec20e4 This patch breaks up Wrap.h so that it does not have to include all of by Filip Pizlo · 12 years ago
  36. 04d4e93 Move C++ code out of the C headers and into either C++ headers by Eric Christopher · 13 years ago
  37. ec924c5 C API: Add LLVMTargetMachineEmitToMemoryBuffer() by Tom Stellard · 13 years ago
  38. 7b287ee Correct this error message, and most importantly make it distinct from the by Nick Lewycky · 13 years ago
  39. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  40. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  41. cdfe20b Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  42. 264d2e7 Add a C binding to the Target and TargetMachine classes to allow for emitting by Duncan Sands · 14 years ago