1. 00ade8b build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  2. 535c6f0 LLLexer: Factor hex char parsing. by Benjamin Kramer · 13 years ago
  3. 2e5a5ee Apply changes to migrate to upstream Oct 20th 2011. by Logan Chien · 13 years ago
  4. 0ebc07a Merge with LLVM upstream 2011/10/20 (r142530) by Logan Chien · 13 years ago
  5. d8ffe5b Backing out patch. Will refactor to remove the AsmParser dependency on Target. by Lang Hames · 13 years ago
  6. 5fa792e Re-applying the target data layout verification patch from r142288, plus appropriate CMake dependencies. by Lang Hames · 13 years ago
  7. 10820d9 142288 broke the build: by Rafael Espindola · 13 years ago
  8. 599d2d4 Validate target data layout strings. by Lang Hames · 13 years ago
  9. 3f2d5f6 Make SMDiagnostic a little more sane. Instead of passing around note/warning/error as a by Chris Lattner · 13 years ago
  10. b3c4e26 Remove last references to hotpatch. by Rafael Espindola · 13 years ago
  11. 25456ef Add the returns_twice attribute to LLVM. by Rafael Espindola · 13 years ago
  12. df77a71 Auto upgrade the old EH scheme to use the new one. This is on a trial basis. If by Bill Wendling · 13 years ago
  13. 1007719 Remove unused variable. by Duncan Sands · 13 years ago
  14. f03bb26 Move "atomic" and "volatile" designations on instructions after the opcode by Eli Friedman · 13 years ago
  15. 746c882 Add checks for the landingpad instruction's clause values to make sure that by Bill Wendling · 13 years ago
  16. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 13 years ago
  17. 3ebb649 switch to use the new api for structtypes. by Chris Lattner · 13 years ago
  18. 21006d4 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 13 years ago
  19. 1488f76 Remove unused variables. by Benjamin Kramer · 13 years ago
  20. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 13 years ago
  21. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 13 years ago
  22. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  23. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 13 years ago
  24. 7379b66 The personality function should be a Function* and not just a Value*. by Bill Wendling · 13 years ago
  25. 28d7352 Make sure that the landingpad instruction takes a Constant* as the clause's value. by Bill Wendling · 13 years ago
  26. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 13 years ago
  27. 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 13 years ago
  28. a920310 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 13 years ago
  29. 4b5e207 Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. by Jay Foad · 13 years ago
  30. dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 13 years ago
  31. ebf5f09 Merge with LLVM upstream r135568 (Jul 20th 2011) by Logan Chien · 13 years ago
  32. 3ba292d Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity by Jeffrey Yasskin · 13 years ago
  33. 39b5abf Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previously explicit non-default constructors were used. by Frits van Bommel · 13 years ago
  34. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 13 years ago
  35. a71642b Merge upstream to r135343 at Sat. 16th July 2011. by Nowar Gu · 13 years ago
  36. a3efbb1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  37. fc6d3a4 Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  38. 5fdd6c8 Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 13 years ago
  39. 2280ebd Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 13 years ago
  40. f362aff De-constify Types in FunctionType::get(). by Jay Foad · 13 years ago
  41. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  42. bb5c18c Merge upstream to r133679 at Thu. 23th Jun 2011. by Nowar Gu · 13 years ago
  43. 2670108 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 13 years ago
  44. 907af0f Merge upstream to r133240 at Fri. 17th Jun 2011. by Nowar Gu · 13 years ago
  45. b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 13 years ago
  46. a53616d Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 13 years ago
  47. edcaca8 revert r133368, apparently I missed the tests to be updated. by Chris Lattner · 13 years ago
  48. 8dd72b8 Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 13 years ago
  49. 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 13 years ago
  50. d3e724a Fix -Asserts build by Matt Beaumont-Gay · 13 years ago
  51. b0884dd remove another old and dead hunk of code. by Chris Lattner · 13 years ago
  52. a16546a Stop accepting and ignoring attributes in function types. Attributes are applied by Chris Lattner · 13 years ago
  53. d589099 make the asmparser reject function and type redefinitions. 'Merging' hasn't been by Chris Lattner · 13 years ago
  54. 424545e remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue. by Chris Lattner · 13 years ago
  55. 437544f remove parser support for the obsolete "multiple return values" syntax, which by Chris Lattner · 13 years ago
  56. 6b7c89e stop accepting begin/end around function bodies in the .ll parser, this isn't pascal anymore. by Chris Lattner · 13 years ago
  57. 7a1b9bd Remove support for using "foo" as symbols instead of %"foo". This is ancient by Chris Lattner · 13 years ago
  58. f3a789d Remove old backwards compatibility support from the parser for autoupgrading by Chris Lattner · 13 years ago
  59. 3a3465b Add a new function attribute, nonlazybind, which inhibits lazy-loading by John McCall · 13 years ago
  60. 9100a78 Teach the .ll parser to handle named metadata with non-simple names. by Nick Lewycky · 13 years ago
  61. 9fa8933 Refactor parsing of variable names (ie., %foo and @foo) since they have the same by Nick Lewycky · 13 years ago
  62. fc2bb8c Replace the -unwind-tables option with a per function flag. This is more by Rafael Espindola · 13 years ago
  63. d2189bf Remove unused variables caught by GCC's -Wunused-but-set-variable. by Benjamin Kramer · 13 years ago
  64. ec9186b PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 13 years ago
  65. 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 13 years ago
  66. d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 13 years ago
  67. 8feda7e Merge upstream r129128 by Jush Lu · 13 years ago
  68. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 13 years ago
  69. b553058 Merge upstream r127116 by Jush Lu · 13 years ago
  70. 49d7999 Use X86_thiscall calling convention for Win64 as well. by Tilmann Scheller · 13 years ago
  71. f1cc70c Add Win64 thiscall calling convention. by Tilmann Scheller · 13 years ago
  72. 38c4e53 Add a special streamer to libLTO that just records symbols definitions and uses. by Rafael Espindola · 13 years ago
  73. 4671b17 Update build script after merge. by jush · 13 years ago
  74. 4d03e41 Merge LLVM upstream r119309 into honey by jush · 13 years ago
  75. 2ca5c86 convert ConstantVector::get to use ArrayRef. by Chris Lattner · 13 years ago
  76. 7583190 revert my ConstantVector patch, it seems to have made the llvm-gcc by Chris Lattner · 13 years ago
  77. 283c8ca Switch ConstantVector::get to use ArrayRef instead of a pointer+size by Chris Lattner · 13 years ago
  78. f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 13 years ago
  79. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 13 years ago
  80. 3971df5 Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 13 years ago
  81. 42c32da Add LOCAL_MODULE_TAGS := optional by Logan · 14 years ago
  82. ba7c38c Allow unnamed_addr on declarations. by Rafael Espindola · 14 years ago
  83. d72479c Reject uses of unnamed_addr in declarations. by Rafael Espindola · 14 years ago
  84. bea4626 First step in fixing PR8927: by Rafael Espindola · 14 years ago
  85. 476b242 Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 14 years ago
  86. 2402123 Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo> by Nick Lewycky · 14 years ago
  87. 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
  88. 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
  89. 40f8f62 PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  90. c388d99 Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op by Charles Davis · 14 years ago
  91. 970bfcc Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op by Charles Davis · 14 years ago
  92. 7f9dc92 AlignLoc is never used for anything - zap it (gcc-4.6 warning). by Duncan Sands · 14 years ago
  93. bf9fc53 AlignLoc is never used for anything - zap it (gcc-4.6 warning). by Duncan Sands · 14 years ago
  94. 6c198bf Eliminate some calls to Value::getNameStr. by Benjamin Kramer · 14 years ago
  95. af81235 Eliminate some calls to Value::getNameStr. by Benjamin Kramer · 14 years ago
  96. f23bf7d Pacify a noisy compiler, and sink this variable declaration closer to its uses. by Nick Lewycky · 14 years ago
  97. c6877b4 Pacify a noisy compiler, and sink this variable declaration closer to its uses. by Nick Lewycky · 14 years ago
  98. 2becf7e Silence compiler warning. by Nick Lewycky · 14 years ago
  99. 28815c4 Silence compiler warning. by Nick Lewycky · 14 years ago
  100. 6a8779d Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 14 years ago