2011-07-21 |
Jay Foad | Make better use of ConstantExpr::getGetElementPtr's... |
tree | commitdiff |
2011-07-21 |
Jay Foad | Convert ConstantExpr::getGetElementPtr and |
tree | commitdiff |
2011-07-18 |
Jeffrey Yasskin | Add APInt(numBits, ArrayRef<uint64_t> bigVal) construct... |
tree | commitdiff |
2011-07-18 |
Frits van Bommel | Migrate LLVM and Clang to use the new makeArrayRef... |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-15 |
Jay Foad | Convert CallInst and InvokeInst APIs to use ArrayRef. |
tree | commitdiff |
2011-07-13 |
Jay Foad | Convert InsertValueInst and ExtractValueInst APIs to... |
tree | commitdiff |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
tree | commitdiff |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
tree | commitdiff |
2011-07-11 |
Jay Foad | De-constify Types in FunctionType::get(). |
tree | commitdiff |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
tree | commitdiff |
2011-06-22 |
Jay Foad | Replace the existing forms of ConstantArray::get()... |
tree | commitdiff |
2011-06-20 |
Chris Lattner | Revamp the "ConstantStruct::get" methods. Previously... |
tree | commitdiff |
2011-06-19 |
Chris Lattner | Remove support for parsing the "type i32" syntax for... |
tree | commitdiff |
2011-06-18 |
Chris Lattner | revert r133368, apparently I missed the tests to be... |
tree | commitdiff |
2011-06-18 |
Chris Lattner | Remove support for parsing the "type i32" syntax for... |
tree | commitdiff |
2011-06-18 |
Chris Lattner | eliminate the Type::getDescription() method, using... |
tree | commitdiff |
2011-06-17 |
Matt Beaumont-Gay | Fix -Asserts build |
tree | commitdiff |
2011-06-17 |
Chris Lattner | remove another old and dead hunk of code. |
tree | commitdiff |
2011-06-17 |
Chris Lattner | Stop accepting and ignoring attributes in function... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | make the asmparser reject function and type redefinitio... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | remove asmparser support for the old getresult instruct... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | remove parser support for the obsolete "multiple return... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | stop accepting begin/end around function bodies in... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | Remove support for using "foo" as symbols instead of... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | Remove old backwards compatibility support from the... |
tree | commitdiff |
2011-06-15 |
John McCall | Add a new function attribute, nonlazybind, which inhibi... |
tree | commitdiff |
2011-06-15 |
Nick Lewycky | Teach the .ll parser to handle named metadata with... |
tree | commitdiff |
2011-06-04 |
Nick Lewycky | Refactor parsing of variable names (ie., %foo and ... |
tree | commitdiff |
2011-05-25 |
Rafael Espindola | Replace the -unwind-tables option with a per function... |
tree | commitdiff |
2011-05-03 |
Benjamin Kramer | Remove unused variables caught by GCC's -Wunused-but... |
tree | commitdiff |
2011-04-21 |
Jay Foad | PR9214: Convert Metadata API to use ArrayRef. |
tree | commitdiff |
2011-04-10 |
Bill Wendling | Revert r129235 pending a vetting of the EH rewrite. |
tree | commitdiff |
2011-04-10 |
Bill Wendling | Beginning of the Great Exception Handling Rewrite. |
tree | commitdiff |
2011-03-30 |
Jay Foad | Remove PHINode::reserveOperandSpace(). Instead, add... |
tree | commitdiff |
2011-03-03 |
Tilmann Scheller | Use X86_thiscall calling convention for Win64 as well. |
tree | commitdiff |
2011-03-02 |
Tilmann Scheller | Add Win64 thiscall calling convention. |
tree | commitdiff |
2011-03-02 |
Rafael Espindola | Add a special streamer to libLTO that just records... |
tree | commitdiff |
2011-02-15 |
Chris Lattner | convert ConstantVector::get to use ArrayRef. |
tree | commitdiff |
2011-02-14 |
Chris Lattner | revert my ConstantVector patch, it seems to have made... |
tree | commitdiff |
2011-02-14 |
Chris Lattner | Switch ConstantVector::get to use ArrayRef instead... |
tree | commitdiff |
2011-02-07 |
Chris Lattner | implement .ll and .bc support for nsw/nuw on shl and... |
tree | commitdiff |
2011-02-06 |
Chris Lattner | enhance vmcore to know that udiv's can be exact, and... |
tree | commitdiff |
2011-01-25 |
Rafael Espindola | Move unnamed_addr after the function arguments on Sabre... |
tree | commitdiff |
2011-01-15 |
Rafael Espindola | Allow unnamed_addr on declarations. |
tree | commitdiff |
2011-01-13 |
Rafael Espindola | Reject uses of unnamed_addr in declarations. |
tree | commitdiff |
2011-01-08 |
Rafael Espindola | First step in fixing PR8927: |
tree | commitdiff |
2010-12-19 |
Nick Lewycky | Add missing standard headers. Patch by Joerg Sonnenberger! |
tree | commitdiff |
2010-12-19 |
Nick Lewycky | Add missing std:: prefixes to some calls. C++ doesn... |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | MemoryBuffer now return an error_code and returns a... |
tree | commitdiff |
2010-12-09 |
Michael J. Spencer | Support/MemoryBuffer: Replace all uses of std::string... |
tree | commitdiff |
2010-12-07 |
Jay Foad | PR5207: Change APInt methods trunc(), sext(), zext... |
tree | commitdiff |
2010-10-25 |
Charles Davis | Add a new 'hotpatch' attribute. This attribute will... |
tree | commitdiff |
2010-10-21 |
Duncan Sands | AlignLoc is never used for anything - zap it (gcc-4... |
tree | commitdiff |
2010-10-16 |
Benjamin Kramer | Eliminate some calls to Value::getNameStr. |
tree | commitdiff |
2010-09-30 |
Nick Lewycky | Pacify a noisy compiler, and sink this variable declara... |
tree | commitdiff |
2010-09-29 |
Nick Lewycky | Silence compiler warning. |
tree | commitdiff |
2010-09-27 |
Benjamin Kramer | Push twines deeper into SourceMgr's error handling... |
tree | commitdiff |
2010-09-25 |
Che-Liang Chiou | Add ret instruction to PTX backend |
tree | commitdiff |
2010-09-13 |
Michael J. Spencer | Revert "CMake: Get rid of LLVMLibDeps.cmake and export... |
tree | commitdiff |
2010-09-10 |
Michael J. Spencer | CMake: Get rid of LLVMLibDeps.cmake and export the... |
tree | commitdiff |
2010-09-10 |
Dale Johannesen | Add X86 MMX type to bitcode and Type. |
tree | commitdiff |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Add a comment explaining why this code doesn't just... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Add a comment explaining why this code is more complex... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Extend function-local metadata to be usable as attachments. |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Give ParseInstructionMetadata access to the PerFunction... |
tree | commitdiff |
2010-08-20 |
Bill Wendling | Create the new linker type "linker_private_weak_def_auto". |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Introduce a new temporary MDNode concept. Temporary... |
tree | commitdiff |
2010-08-04 |
Dan Gohman | Don't print the filename twice in file-not-found errors. |
tree | commitdiff |
2010-07-30 |
Dan Gohman | Move MaximumAlignment to be a member of the Value class. |
tree | commitdiff |
2010-07-28 |
Dan Gohman | Define a maximum supported alignment value for load... |
tree | commitdiff |
2010-07-24 |
Eli Friedman | Revert r109361; it's impossible to write a call with... |
tree | commitdiff |
2010-07-24 |
Eli Friedman | Minor simplification. |
tree | commitdiff |
2010-07-24 |
Eli Friedman | Make the ll parser check that arguments have valid... |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Make NamedMDNode not be a subclass of Value, and simpli... |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Disallow null as a named metadata operand. |
tree | commitdiff |
2010-07-14 |
Dan Gohman | Factor out metadata parsing into a separate function. |
tree | commitdiff |
2010-07-13 |
Dan Gohman | Add support for empty named metadata too. This isn... |
tree | commitdiff |
2010-07-13 |
Dan Gohman | Add support for empty metadata nodes: !{}. |
tree | commitdiff |
2010-07-01 |
Bill Wendling | Implement the "linker_private_weak" linkage type. This... |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Revert r107205 and r107207. |
tree | commitdiff |
2010-06-29 |
Bill Wendling | Introducing the "linker_weak" linkage type. This will... |
tree | commitdiff |
2010-05-28 |
Dan Gohman | Eliminate the restriction that the array size in an... |
tree | commitdiff |
2010-05-16 |
Anton Korobeynikov | Add support for thiscall calling convention. |
tree | commitdiff |
2010-05-03 |
Dan Gohman | Remove the API compatibility layer which converted... |
tree | commitdiff |
2010-04-23 |
Chris Lattner | reject invalid comma stuff with a message. We reject... |
tree | commitdiff |
2010-04-20 |
Chris Lattner | reapply 'reject forward references to functions whose... |
tree | commitdiff |
2010-04-17 |
Daniel Dunbar | Revert "reject forward references to functions whose... |
tree | commitdiff |
2010-04-17 |
Chris Lattner | reject forward references to functions whose type don... |
tree | commitdiff |
2010-04-10 |
Chris Lattner | turn an assert into a proper check, fixing crash on... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | fix a crash on invalid metadata, e.g.: call i32 @foo... |
tree | commitdiff |
2010-04-06 |
Chris Lattner | enhance SMDiagnostic to also maintain a pointer to... |
tree | commitdiff |
2010-04-06 |
Chris Lattner | Give llvm::SourceMgr the ability to have a client-specified |
tree | commitdiff |
2010-04-05 |
Chris Lattner | stringref-ize the MemoryBuffer::get apis. This requires |
tree | commitdiff |
2010-04-01 |
Chris Lattner | include header. |
tree | commitdiff |
2010-04-01 |
Chris Lattner | rewrite handling of forward ref'd instruction metadata |
tree | commitdiff |
2010-04-01 |
Chris Lattner | no really, we don't need to copy strings around in... |
tree | commitdiff |
2010-04-01 |
Chris Lattner | eliminate a temporary smallvector |
tree | commitdiff |
2010-02-16 |
Duncan Sands | Introduce isOpaqueTy and use it rather than isa<OpaqueT... |
tree | commitdiff |
next |