1. 1007719 Remove unused variable. by Duncan Sands · 13 years ago
  2. f03bb26 Move "atomic" and "volatile" designations on instructions after the opcode by Eli Friedman · 13 years ago
  3. 746c882 Add checks for the landingpad instruction's clause values to make sure that by Bill Wendling · 13 years ago
  4. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 13 years ago
  5. 3ebb649 switch to use the new api for structtypes. by Chris Lattner · 13 years ago
  6. 21006d4 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 13 years ago
  7. 1488f76 Remove unused variables. by Benjamin Kramer · 13 years ago
  8. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 13 years ago
  9. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 13 years ago
  10. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  11. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 13 years ago
  12. 7379b66 The personality function should be a Function* and not just a Value*. by Bill Wendling · 13 years ago
  13. 28d7352 Make sure that the landingpad instruction takes a Constant* as the clause's value. by Bill Wendling · 13 years ago
  14. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 13 years ago
  15. 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 13 years ago
  16. a920310 Convert GetElementPtrInst to use ArrayRef. by Jay Foad · 13 years ago
  17. 4b5e207 Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. by Jay Foad · 13 years ago
  18. dab3d29 Convert ConstantExpr::getGetElementPtr and by Jay Foad · 13 years ago
  19. 3ba292d Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future ambiguity by Jeffrey Yasskin · 13 years ago
  20. 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
  21. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 13 years ago
  22. a3efbb1 Convert CallInst and InvokeInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  23. fc6d3a4 Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. by Jay Foad · 13 years ago
  24. 5fdd6c8 Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 13 years ago
  25. 2280ebd Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 13 years ago
  26. f362aff De-constify Types in FunctionType::get(). by Jay Foad · 13 years ago
  27. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  28. 2670108 Replace the existing forms of ConstantArray::get() with a single form by Jay Foad · 13 years ago
  29. b065b06 Revamp the "ConstantStruct::get" methods. Previously, these were scattered by Chris Lattner · 13 years ago
  30. a53616d Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 13 years ago
  31. edcaca8 revert r133368, apparently I missed the tests to be updated. by Chris Lattner · 13 years ago
  32. 8dd72b8 Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 13 years ago
  33. 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 13 years ago
  34. d3e724a Fix -Asserts build by Matt Beaumont-Gay · 13 years ago
  35. b0884dd remove another old and dead hunk of code. by Chris Lattner · 13 years ago
  36. a16546a Stop accepting and ignoring attributes in function types. Attributes are applied by Chris Lattner · 13 years ago
  37. d589099 make the asmparser reject function and type redefinitions. 'Merging' hasn't been by Chris Lattner · 13 years ago
  38. 424545e remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue. by Chris Lattner · 13 years ago
  39. 437544f remove parser support for the obsolete "multiple return values" syntax, which by Chris Lattner · 13 years ago
  40. 6b7c89e stop accepting begin/end around function bodies in the .ll parser, this isn't pascal anymore. by Chris Lattner · 13 years ago
  41. 7a1b9bd Remove support for using "foo" as symbols instead of %"foo". This is ancient by Chris Lattner · 13 years ago
  42. f3a789d Remove old backwards compatibility support from the parser for autoupgrading by Chris Lattner · 13 years ago
  43. 3a3465b Add a new function attribute, nonlazybind, which inhibits lazy-loading by John McCall · 13 years ago
  44. 9100a78 Teach the .ll parser to handle named metadata with non-simple names. by Nick Lewycky · 13 years ago
  45. 9fa8933 Refactor parsing of variable names (ie., %foo and @foo) since they have the same by Nick Lewycky · 13 years ago
  46. fc2bb8c Replace the -unwind-tables option with a per function flag. This is more by Rafael Espindola · 13 years ago
  47. d2189bf Remove unused variables caught by GCC's -Wunused-but-set-variable. by Benjamin Kramer · 14 years ago
  48. ec9186b PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 14 years ago
  49. 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
  50. d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
  51. 3ecfc86 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 14 years ago
  52. 49d7999 Use X86_thiscall calling convention for Win64 as well. by Tilmann Scheller · 14 years ago
  53. f1cc70c Add Win64 thiscall calling convention. by Tilmann Scheller · 14 years ago
  54. 38c4e53 Add a special streamer to libLTO that just records symbols definitions and uses. by Rafael Espindola · 14 years ago
  55. 2ca5c86 convert ConstantVector::get to use ArrayRef. by Chris Lattner · 14 years ago
  56. 7583190 revert my ConstantVector patch, it seems to have made the llvm-gcc by Chris Lattner · 14 years ago
  57. 283c8ca Switch ConstantVector::get to use ArrayRef instead of a pointer+size by Chris Lattner · 14 years ago
  58. f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 14 years ago
  59. 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 14 years ago
  60. 3971df5 Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  61. ba7c38c Allow unnamed_addr on declarations. by Rafael Espindola · 14 years ago
  62. d72479c Reject uses of unnamed_addr in declarations. by Rafael Espindola · 14 years ago
  63. bea4626 First step in fixing PR8927: by Rafael Espindola · 14 years ago
  64. 476b242 Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 14 years ago
  65. 2402123 Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo> by Nick Lewycky · 14 years ago
  66. 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
  67. 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
  68. 40f8f62 PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  69. 970bfcc Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op by Charles Davis · 14 years ago
  70. bf9fc53 AlignLoc is never used for anything - zap it (gcc-4.6 warning). by Duncan Sands · 14 years ago
  71. af81235 Eliminate some calls to Value::getNameStr. by Benjamin Kramer · 14 years ago
  72. c6877b4 Pacify a noisy compiler, and sink this variable declaration closer to its uses. by Nick Lewycky · 14 years ago
  73. 28815c4 Silence compiler warning. by Nick Lewycky · 14 years ago
  74. d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 14 years ago
  75. f9930da Add ret instruction to PTX backend by Che-Liang Chiou · 14 years ago
  76. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  77. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  78. bb811a2 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 14 years ago
  79. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 14 years ago
  80. 6826114 Add a comment explaining why this code doesn't just call ParseMetadataValue. by Dan Gohman · 14 years ago
  81. 41d6ab4 Add a comment explaining why this code is more complex than it by Dan Gohman · 14 years ago
  82. 309b3af Extend function-local metadata to be usable as attachments. by Dan Gohman · 14 years ago
  83. 9d072f5 Give ParseInstructionMetadata access to the PerFunctionState object. by Dan Gohman · 14 years ago
  84. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 14 years ago
  85. 489b29b Introduce a new temporary MDNode concept. Temporary MDNodes are by Dan Gohman · 14 years ago
  86. 5825545 Don't print the filename twice in file-not-found errors. by Dan Gohman · 14 years ago
  87. e16829b Move MaximumAlignment to be a member of the Value class. by Dan Gohman · 14 years ago
  88. 138aa2a Define a maximum supported alignment value for load, store, and by Dan Gohman · 14 years ago
  89. 83b4a97 Revert r109361; it's impossible to write a call with an argument with an by Eli Friedman · 14 years ago
  90. 13f03f0 Minor simplification. by Eli Friedman · 14 years ago
  91. 568463b Make the ll parser check that arguments have valid types. by Eli Friedman · 14 years ago
  92. 17aa92c Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 14 years ago
  93. 872814a Disallow null as a named metadata operand. by Dan Gohman · 14 years ago
  94. 8344803 Factor out metadata parsing into a separate function. by Dan Gohman · 14 years ago
  95. 9dc8ae1 Add support for empty named metadata too. This isn't particularly by Dan Gohman · 14 years ago
  96. ac80975 Add support for empty metadata nodes: !{}. by Dan Gohman · 14 years ago
  97. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
  98. 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
  99. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 14 years ago
  100. f75a7d3 Eliminate the restriction that the array size in an alloca must be i32. by Dan Gohman · 14 years ago