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