1. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  2. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  3. aafe091 Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 13 years ago
  4. d5d95b0 [unwind removal] We no longer have 'unwind' instructions being generated, so by Bill Wendling · 14 years ago
  5. a58fde6 Use the C personality function instead of the C++ personality function. by Bill Wendling · 14 years ago
  6. 7b3fc8e Attempt to update the shadow stack GC pass to the new EH model. by Bill Wendling · 14 years ago
  7. 335d399 switch to use the new api for structtypes. by Chris Lattner · 14 years ago
  8. f891bf8 Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
  9. ad088e6 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
  10. 6c923bb Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
  11. 17bab44 Fix more MSVC warnings caused by a cases I missed when converting by Jay Foad · 14 years ago
  12. 040dd82 Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use ArrayRef. by Jay Foad · 14 years ago
  13. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  14. 5bd375a Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 14 years ago
  15. b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  16. 83be361 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 14 years ago
  17. cc19efa Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 14 years ago
  18. b5874de use ArgOperand API and CallSite to access arguments of CallInst by Gabor Greif · 15 years ago
  19. 27b3d55 use abstract accessors to CallInst by Gabor Greif · 16 years ago
  20. 7258dcd Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 16 years ago
  21. f375520 reapply r101434 with a fix for self-hosting by Gabor Greif · 16 years ago
  22. 403e969 back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 16 years ago
  23. 33ae80b reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 16 years ago
  24. 9fd00c7 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 16 years ago
  25. aafd209 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 16 years ago
  26. 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  27. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  28. 9ed7b16 Introduce and use convenience methods for getting pointer types by Duncan Sands · 16 years ago
  29. 1303c0a Remove the default value for ConstantStruct::get's isPacked parameter and by Nick Lewycky · 16 years ago
  30. a42ac69 Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 16 years ago
  31. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  32. 03cb69f Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
  33. 5a1acd9 Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
  34. 4056ca9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  35. 487375e Move ConstantExpr to 2.5 API. by Owen Anderson · 16 years ago
  36. c2c7932 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
  37. 45308b5 Move ConstantStruct back to 2.5 API. by Owen Anderson · 16 years ago
  38. 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
  39. 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  40. b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  41. 53a5221 Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  42. a771459 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 16 years ago
  43. b17f329 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
  44. 5948fdf Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
  45. 12da8ce Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 17 years ago
  46. 6e8d814 Registry.h should not depend on CommandLine.h. by Mikhail Glushenkov · 17 years ago
  47. b2f9a73 Delete trailing whitespace. by Mikhail Glushenkov · 17 years ago
  48. 4c758ea Large mechanical patch. by Devang Patel · 17 years ago
  49. d930f91 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  50. bcef14d Factor GC metadata table assembly generation out of Collector in preparation for splitting AsmPrinter into its own library. by Gordon Henriksen · 17 years ago[Renamed (99%) from llvm/lib/CodeGen/ShadowStackCollector.cpp]
  51. 5927883 Have IRBuilder take a template argument on whether or not to preserve by Eric Christopher · 17 years ago
  52. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  53. fc2edad Turn StripPointerCast() into a method by Anton Korobeynikov · 17 years ago
  54. 82c02b2 Make StripPointerCast a common function (should we mak it method of Value instead?) by Anton Korobeynikov · 17 years ago
  55. a07136e Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 18 years ago
  56. e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 18 years ago
  57. 8d83271 Don't dump the function! by Chris Lattner · 18 years ago
  58. 24db8d3 Pruning includes. by Gordon Henriksen · 18 years ago
  59. 6047b6e With this patch, the LowerGC transformation becomes the by Gordon Henriksen · 18 years ago