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