1. 9f9e468 [TLS] use emulated TLS if the target supports only this mode by Chih-Hung Hsieh · 8 years ago
  2. 8eec91e [ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS. by Lang Hames · 8 years ago
  3. 79e238a Delete Default and JITDefault code models by Rafael Espindola · 8 years ago
  4. 4253126 Use the range variant of find/find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  5. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  6. 46c561c Readdress r236990, use of static members on a non-static variable. by David Blaikie · 10 years ago
  7. 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
  8. b9fd9ed Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
  9. f8b27c4 Nuke the old JIT. by Rafael Espindola · 11 years ago
  10. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  11. 943908b Clean up some usage of Triple. The base class has methods for determining if the target is iOS and Linux. by Cameron Esfahani · 12 years ago
  12. 18db1f2 Enable FastISel on ARM for Linux and NaCl, not MCJIT by JF Bastien · 12 years ago
  13. a51c6ed Introduce llvm::sys::getProcessTriple() function. by Peter Collingbourne · 13 years ago
  14. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  15. 50a6252 Adjust JIT target triple on OS X to match the current architecture. by Bob Wilson · 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. feb805f Support for generating ELF objects on Windows. by Andrew Kaylor · 13 years ago
  18. b5b4d8b ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE. by NAKAMURA Takumi · 13 years ago
  19. 778056b Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually used. by Owen Anderson · 13 years ago
  20. 1ace8b6 ExecutionEngine: Check for NULL ErrorStr before using it. by Jim Grosbach · 13 years ago
  21. add6f1d Make it feasible for clients using EngineBuilder to capture the TargetMachine that is created as part of selecting the appropriate target. by Owen Anderson · 14 years ago
  22. 7f26246 ExecutionEngine: refactor interface by Dylan Noblesmith · 14 years ago
  23. dff2478 EngineBuilder: support for custom TargetOptions. Fixes the by Peter Collingbourne · 14 years ago
  24. 50f02cb Move global variables in TargetMachine into new TargetOptions class. As an API by Nick Lewycky · 14 years ago
  25. 19a58df ExecutionEngine: honor optimization level by Dylan Noblesmith · 14 years ago
  26. 94441fb rename getHostTriple into getDefaultTargetTriple by Sebastian Pop · 14 years ago
  27. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  28. efd9b42 - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. by Evan Cheng · 14 years ago
  29. 2129f59 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
  30. fe6e405 Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
  31. 8264e27 Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC. by Evan Cheng · 14 years ago
  32. 1756faa ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) by Dylan Noblesmith · 14 years ago[Renamed (89%) from llvm/lib/ExecutionEngine/JIT/TargetSelect.cpp]
  33. 58799a3 Revert ExecutionEngine patches, they either failed to build or broke unit tests. by Jakob Stoklund Olesen · 14 years ago[Renamed (96%) from llvm/lib/ExecutionEngine/TargetSelect.cpp]
  34. 00dd3d6 ExecutionEngine: add missing file by Dylan Noblesmith · 14 years ago