1. 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 15 years ago
  2. 5367436 by David Greene · 15 years ago
  3. 38b0644 Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 15 years ago
  4. 7b95470 Fix typo, trailing whitespace. by Andreas Bolka · 15 years ago
  5. a3755d8 Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 15 years ago
  6. c680ac9 Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned by Eli Friedman · 15 years ago
  7. 5dcaceb As Chris pointed out, we don't actually need to pass the context around here. by Owen Anderson · 15 years ago
  8. 2a52c69 back out r75156 for now. by Chris Lattner · 15 years ago
  9. a547b47 A little bit more LLVMContextification. by Owen Anderson · 15 years ago
  10. 633eb95 ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a flag to record if the digest of an ImutAVLTree has been cached. by Ted Kremenek · 15 years ago
  11. a637691 by David Greene · 15 years ago
  12. d1474d0 Thread LLVMContext through MVT and related parts of SDISel. by Owen Anderson · 15 years ago
  13. 80c8c31 Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-length array type. by Alisdair Meredith · 15 years ago
  14. 1fc3d75 add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! by Chris Lattner · 15 years ago
  15. 00ad26f by David Greene · 15 years ago
  16. 4c12ee5 Forgot a couple files when adding the -ssi-everything pass. by Nick Lewycky · 15 years ago
  17. 0b8f418 Add a -t="dir" option to the driver. This can be used to specify the directory to be used as TempDir if somebody doesn't want to use the standard /tmp. by Sanjiv Gupta · 15 years ago
  18. 910139f Targets sometimes assign fixed stack object to spill certain callee-saved by Evan Cheng · 15 years ago
  19. f9dc699 add default ctor. by Chris Lattner · 15 years ago
  20. f9e68ac add missing predicate. by Chris Lattner · 15 years ago
  21. ffd1326 Improved tracking of value number kills. VN kills are now represented by Lang Hames · 15 years ago
  22. 0a249a8 Work around an ICE in gcc-4.2.4. by Jeffrey Yasskin · 15 years ago
  23. 7c71822 Make SmallPtrSet iterators real iterators by Douglas Gregor · 15 years ago
  24. 489393d Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 15 years ago
  25. e41dec6 by David Greene · 15 years ago
  26. 229509a by David Greene · 15 years ago
  27. 59629c1 by David Greene · 15 years ago
  28. dac237e Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 15 years ago
  29. d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 15 years ago
  30. 59ae6b9 Make the code that updates ScalarEvolution's internal state in response by Dan Gohman · 15 years ago
  31. 804e0fe Convert more abort() calls to llvm_report_error(). by Torok Edwin · 15 years ago
  32. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
  33. ab7c09b Start converting to new error handling API. by Torok Edwin · 15 years ago
  34. b6017b0 convert comments to doxygen style by Chris Lattner · 15 years ago
  35. 13223c9 Trial first commit Fixed build, requires std header before using std::string by Alisdair Meredith · 15 years ago
  36. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  37. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
  38. 2b7a271 dag combine sext(setcc) -> vsetcc before legalize. To make this safe, by Chris Lattner · 15 years ago
  39. f81b576 LLVMContext-ification. by Owen Anderson · 15 years ago
  40. cd8eb8b Change NEON vldN/vstN intrinsics to specify "N" as an immediate operand by Bob Wilson · 15 years ago
  41. 120505d Disable loop index split for now and let nightly tester verify its usefulness. by Devang Patel · 15 years ago
  42. 18476ee Fix a typo and a grammaro in a comment. by Dan Gohman · 15 years ago
  43. 4e4db7a Implement parsing support for the .comm directive. Patch by Kevin Enderby! by Chris Lattner · 15 years ago
  44. 151f369 fix a bug in post-order iterators with external storage, patch by by Chris Lattner · 15 years ago
  45. f5a1edc fix some type confusion in ReadVBR64: "Piece" should be only 32 bits, by Chris Lattner · 15 years ago
  46. a9d1f2c Have scoped mutexes take referenes instead of pointers. by Owen Anderson · 15 years ago
  47. 393aec6 "BinaryObject.h was implicitly converting between uint{16,32,64}_t to by Chris Lattner · 15 years ago
  48. df225c0 Remove unused parameter. by Bill Wendling · 15 years ago
  49. a9b7d60 Eliminate the static constructors and locks from DynamicLibrary.cpp. by Chris Lattner · 15 years ago
  50. 72501b4 remove dead code, noone creates instances of "DynamicLibrary", so the ctor and dtor are dead. by Chris Lattner · 15 years ago
  51. 31e2466 Introduce new error handling API. by Torok Edwin · 15 years ago
  52. 9903527 Re-LLVMContext-ize DebugInfo, now with less breakage. by Owen Anderson · 15 years ago
  53. 0bba49c Change all SCEV* to SCEV *. by Dan Gohman · 15 years ago
  54. 3081d89 This parameter should default to true, not false. by Owen Anderson · 15 years ago
  55. 6620ec1 s/llvmc2/llvmc/ by Mikhail Glushenkov · 15 years ago
  56. 8fe4447 Add an 'init' option property. by Mikhail Glushenkov · 15 years ago
  57. 8845f6a Add isMetadata() to check metadata operand. by Devang Patel · 15 years ago
  58. bee9e35 Add new ValueType for metadata. by Devang Patel · 15 years ago
  59. 07cf79e "LLVMContext* " --> "LLVMContext *" by Owen Anderson · 15 years ago
  60. 76f600b Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through the ValueTracking API. by Owen Anderson · 15 years ago
  61. 5089551 Thread LLVMContext through the constant folding APIs, which touches a lot of files. by Owen Anderson · 15 years ago
  62. e4840bc Add two new accessors to the C bindings, patch by Wladimir van der Laan! by Chris Lattner · 15 years ago
  63. 8ae058a Just forgot to include the two new files by Bruno Cardoso Lopes · 15 years ago
  64. ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 15 years ago
  65. 0a205a4 More LLVMContext-ification. by Owen Anderson · 15 years ago
  66. db88295 There are five floating point types. by Nick Lewycky · 15 years ago
  67. cb9b9d5 There are *four* lights! by Nick Lewycky · 15 years ago
  68. 0cddc49 Have cmake define HAVE_STRERROR and friends to 1 when they're defined at all. by Jeffrey Yasskin · 15 years ago
  69. fa5cbd6 Even more passes being LLVMContext'd. by Owen Anderson · 15 years ago
  70. 7150294 Add Static Single Information construction pass written by André Tavares! by Nick Lewycky · 15 years ago
  71. 98749f8 In this unreachable code, return an initialized value. by Duncan Sands · 15 years ago
  72. a3dd845 Fix the build: provide uint8_t. by Duncan Sands · 15 years ago
  73. ffd0200 Implement the SVR4 ABI for PowerPC. by Tilmann Scheller · 15 years ago
  74. 6b61cd1 Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed arguments in a vararg call. by Tilmann Scheller · 15 years ago
  75. 0d86e2f Fill in a few more missing accessors. by Owen Anderson · 15 years ago
  76. eeb4a84 switch the .ll parser to use SourceMgr. by Chris Lattner · 15 years ago
  77. 92bcb42 switch the .ll parser into SMDiagnostic. by Chris Lattner · 15 years ago
  78. 7e1e31f Simplify debug info intrisinc lowering. by Devang Patel · 15 years ago
  79. 2f510ae add an explicit class for holding llvm::SourceMgr diagnostics and use by Chris Lattner · 15 years ago
  80. a8185fe Make the current LLVMContext available to passes. by Owen Anderson · 15 years ago
  81. 62fabf5 Add an accessor to Function so that Passes can easily get access to the context. by Owen Anderson · 15 years ago
  82. 87d33f6 Remove tabs. by Devang Patel · 15 years ago
  83. 0938115 Add accessors for metadata constants. by Owen Anderson · 15 years ago
  84. dfc8536 Fix typo. Thanks Duncan! by Devang Patel · 15 years ago
  85. 77cf22c Add accessor for MDNode. by Owen Anderson · 15 years ago
  86. 480752e Add accessor for getting UndefValue's. by Owen Anderson · 15 years ago
  87. c8897d9 Restore other bits of the C API that I tore up. All pre-existing APIs default to using the by Owen Anderson · 15 years ago
  88. 3d62a41 Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction alignment method by Bruno Cardoso Lopes · 15 years ago
  89. 9e529c3 Add debug info utility routines. by Devang Patel · 15 years ago
  90. 0e7a546 Maintain the old LTO API, by using the global context. by Owen Anderson · 15 years ago
  91. f530c92 Fix a bunch of other places that used operator[] to test whether by Dan Gohman · 15 years ago
  92. c70e621 Add a C wrapper for accessing the global default context. by Owen Anderson · 15 years ago
  93. 7f41781 Add a few methods that got left out earlier. by Owen Anderson · 15 years ago
  94. 335bcc7 Fix the LTO header for LLVMContext changes. by Owen Anderson · 15 years ago
  95. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  96. aa3943b --- Reverse-merging (from foreign repository) r74648 into '.': by Bill Wendling · 15 years ago
  97. c137ea6 Convert LLParser to use LLVMContext for creating constants. by Owen Anderson · 15 years ago
  98. fecbc59 Use AA to check objects before LDA. by Andreas Bolka · 15 years ago
  99. 6f854d1 Add getMDNode() to access metadata node. by Devang Patel · 15 years ago
  100. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago