1. 005f27a Update the examples for the new header file locations. by Chandler Carruth · 13 years ago
  2. 605e30e Sort the #include lines of the examples/... tree. by Chandler Carruth · 13 years ago
  3. 3bb7d41 Switch to a more idiomatic way of silencing unused variable warnings in by Chandler Carruth · 14 years ago
  4. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  5. 93c9b2e Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 15 years ago
  6. dc38d36 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 15 years ago
  7. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  8. 3a66952 Make ParallelJIT pthreads linking with CMake slightly less broken by Douglas Gregor · 16 years ago
  9. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  10. edb4a70 Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
  11. fc8a2d5 Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 16 years ago
  12. b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  13. 1e5f00e This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 16 years ago
  14. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  15. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  16. d24df24 make sure that JIT examples link in their appropriate target. by Chris Lattner · 16 years ago
  17. 9e3f7db CMake: Builds all examples. Corrected name of CBackend target. by Oscar Fuentes · 17 years ago
  18. b9fc3a2 Remove asmprinters from examples by default. This reduces their size by ~5% by Anton Korobeynikov · 17 years ago
  19. e1f6e4b API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) by Gabor Greif · 17 years ago
  20. 166c458 silence warning when assertions are disabled. by Chris Lattner · 18 years ago
  21. e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 18 years ago
  22. bcf65db remove attributions from examples. by Chris Lattner · 18 years ago
  23. 11cc8b3 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 18 years ago
  24. 8a9ae48 Adjust for changes in GenericValue type. by Reid Spencer · 19 years ago
  25. 969bdf3 Fix a #include to resolve IntegerType class. by Reid Spencer · 19 years ago
  26. b800b39 add some casts to support a change in the getOrInsertFunction interface by Chris Lattner · 19 years ago
  27. bc013ba For PR950: Convert signed integer types to signless. by Reid Spencer · 19 years ago
  28. 266e42b For PR950: by Reid Spencer · 19 years ago
  29. e0fc4df For PR950: by Reid Spencer · 19 years ago
  30. e63072e Use llvm-config to determine what to link in by Chris Lattner · 19 years ago
  31. e46cbe7 Minor corrections. by Jeff Cohen · 20 years ago
  32. 11e26b5 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  33. f85fabeb For PR616: by Reid Spencer · 20 years ago
  34. 5f4ef3c Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  35. 8640f2b Get rid of warnings on Alpha by Reid Spencer · 20 years ago
  36. 06a1da3 Correct the file title. by Reid Spencer · 20 years ago
  37. 6855097 For PR418: by Reid Spencer · 20 years ago