2012-10-30 |
Quentin Colombet | Change ForceSizeOpt attribute into MinSize attribute |
tree | commitdiff |
2012-10-24 |
Elena Demikhovsky | Special calling conventions for Intel OpenCL built... |
tree | commitdiff |
2012-10-22 |
Nadav Rotem | Add the "ForceSizeOpt" attribute. |
tree | commitdiff |
2012-10-15 |
Bill Wendling | Move the Attributes::Builder outside of the Attributes... |
tree | commitdiff |
2012-10-15 |
Bill Wendling | Add an enum for the return and function indexes into... |
tree | commitdiff |
2012-10-15 |
Bill Wendling | Attributes Rewrite |
tree | commitdiff |
2012-10-14 |
Bill Wendling | Remove operator cast method in favor of querying with... |
tree | commitdiff |
2012-10-11 |
Nick Lewycky | Don't crash if a .ll file contains a forward-reference... |
tree | commitdiff |
2012-10-09 |
Bill Wendling | Use the enum value of the attributes when removing... |
tree | commitdiff |
2012-10-09 |
Bill Wendling | Use the enum value of the attributes when adding them... |
tree | commitdiff |
2012-10-09 |
Bill Wendling | Create enums for the different attributes. |
tree | commitdiff |
2012-10-09 |
Bill Wendling | Convert to using the Attributes::Builder interface. |
tree | commitdiff |
2012-10-08 |
Bill Wendling | Use the Attributes::Builder to build the attributes... |
tree | commitdiff |
2012-10-08 |
Bill Wendling | Convert the LLVM parser over to using the new Attribute... |
tree | commitdiff |
2012-10-01 |
Micah Villmow | Add in support for SPIR to LLVM core. This adds a new... |
tree | commitdiff |
2012-09-28 |
Bill Wendling | Don't use bit-wise operations to query for inclusion... |
tree | commitdiff |
2012-09-21 |
Bill Wendling | Encapsulate the "construct*AlignmentFromInt" functions. |
tree | commitdiff |
2012-09-21 |
Bill Wendling | Make the 'get*AlignmentFromAttr' functions into member... |
tree | commitdiff |
2012-09-20 |
Bill Wendling | Revert r164308 to fix buildbots. |
tree | commitdiff |
2012-09-20 |
Bill Wendling | Make the 'get*AlignmentFromAttr' functions into member... |
tree | commitdiff |
2012-09-19 |
Bill Wendling | Convert some attribute existence queries over to use... |
tree | commitdiff |
2012-09-05 |
Chad Rosier | [ms-inline asm] Enumerate the InlineAsm dialects and... |
tree | commitdiff |
2012-09-05 |
Chad Rosier | [ms-inline asm] Add the nsdialect keyword to the lexer. |
tree | commitdiff |
2012-09-05 |
Chad Rosier | [ms-inline asm] Emit the (new) inline asm Non-Standard... |
tree | commitdiff |
2012-09-04 |
Chad Rosier | [ms-inline asm] Remove the Inline Asm Non-Standard... |
tree | commitdiff |
2012-08-17 |
Bill Wendling | Change the `linker_private_weak_def_auto' linkage to... |
tree | commitdiff |
2012-08-10 |
Chad Rosier | [ms-inline asm] Add a new Inline Asm Non-Standard Diale... |
tree | commitdiff |
2012-06-23 |
Hans Wennborg | Extend the IL for selecting TLS models (PR9788) |
tree | commitdiff |
2012-05-28 |
Chris Lattner | switch AttrListPtr::get to take an ArrayRef, simplifyin... |
tree | commitdiff |
2012-05-24 |
David Blaikie | Silence Clang's -Wlogical-op-parentheses warning. |
tree | commitdiff |
2012-05-24 |
Tobias Grosser | Add half support to LLVM (for OpenCL) |
tree | commitdiff |
2012-02-07 |
Craig Topper | Convert assert(0) to llvm_unreachable |
tree | commitdiff |
2012-02-06 |
Bill Wendling | 'unwind' is a keyword, not an instruction. |
tree | commitdiff |
2012-02-06 |
Bill Wendling | [unwind removal] Remove the 'unwind' instruction parsin... |
tree | commitdiff |
2012-02-05 |
Chris Lattner | reapply the patches reverted in r149470 that reenable... |
tree | commitdiff |
2012-02-01 |
Pete Cooper | Typo |
tree | commitdiff |
2012-02-01 |
Argyrios Kyrtzidis | Revert Chris' commits up to r149348 that started causin... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | eliminate the "string" form of ConstantArray::get,... |
tree | commitdiff |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
tree | commitdiff |
2012-01-20 |
Kostya Serebryany | Extend Attributes to 64 bits |
tree | commitdiff |
2012-01-10 |
Chandler Carruth | Add 'llvm_unreachable' to passify GCC's understanding... |
tree | commitdiff |
2012-01-10 |
David Blaikie | Remove unnecessary default cases in switches that cover... |
tree | commitdiff |
2011-12-21 |
Manuel Klimek | Removes unused field TheError from LLLexer. |
tree | commitdiff |
2011-12-17 |
Dan Gohman | The powers that be have decided that LLVM IR should... |
tree | commitdiff |
2011-12-12 |
Daniel Dunbar | LLVMBuild: Remove trailing newline, which irked me. |
tree | commitdiff |
2011-12-06 |
Benjamin Kramer | Push StringRefs through the metadata interface. |
tree | commitdiff |
2011-12-05 |
Nadav Rotem | Add support for vectors of pointers. |
tree | commitdiff |
2011-11-29 |
Daniel Dunbar | build/CMake: Finish removal of add_llvm_library_depende... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove asmparsing and documentation support for "volati... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove autoupgrade support for really old-style debug... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove autoupgrade support for LLVM 2.9 exception stuff... |
tree | commitdiff |
2011-11-03 |
Daniel Dunbar | build: Add initial cut at LLVMBuild.txt files. |
tree | commitdiff |
2011-10-27 |
Benjamin Kramer | LLLexer: Factor hex char parsing. |
tree | commitdiff |
2011-10-18 |
Lang Hames | Backing out patch. Will refactor to remove the AsmParse... |
tree | commitdiff |
2011-10-17 |
Lang Hames | Re-applying the target data layout verification patch... |
tree | commitdiff |
2011-10-17 |
Rafael Espindola | 142288 broke the build: |
tree | commitdiff |
2011-10-17 |
Lang Hames | Validate target data layout strings. |
tree | commitdiff |
2011-10-16 |
Chris Lattner | Make SMDiagnostic a little more sane. Instead of passi... |
tree | commitdiff |
2011-10-04 |
Rafael Espindola | Remove last references to hotpatch. |
tree | commitdiff |
2011-10-03 |
Rafael Espindola | Add the returns_twice attribute to LLVM. |
tree | commitdiff |
2011-08-27 |
Bill Wendling | Auto upgrade the old EH scheme to use the new one.... |
tree | commitdiff |
2011-08-18 |
Duncan Sands | Remove unused variable. |
tree | commitdiff |
2011-08-12 |
Eli Friedman | Move "atomic" and "volatile" designations on instructio... |
tree | commitdiff |
2011-08-12 |
Bill Wendling | Add checks for the landingpad instruction's clause... |
tree | commitdiff |
2011-08-12 |
Bill Wendling | Initial commit of the 'landingpad' instruction. |
tree | commitdiff |
2011-08-12 |
Chris Lattner | switch to use the new api for structtypes. |
tree | commitdiff |
2011-08-09 |
Eli Friedman | Representation of 'atomic load' and 'atomic store'... |
tree | commitdiff |
2011-08-03 |
Benjamin Kramer | Remove unused variables. |
tree | commitdiff |
2011-07-31 |
Bill Wendling | Add the 'resume' instruction for the new EH rewrite. |
tree | commitdiff |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
tree | commitdiff |
2011-07-29 |
Chandler Carruth | Rewrite the CMake build to use explicit dependencies... |
tree | commitdiff |
2011-07-28 |
Eli Friedman | LangRef and basic memory-representation/reading/writing... |
tree | commitdiff |
2011-07-28 |
Bill Wendling | The personality function should be a Function* and... |
tree | commitdiff |
2011-07-28 |
Bill Wendling | Make sure that the landingpad instruction takes a Const... |
tree | commitdiff |
2011-07-27 |
Bill Wendling | Merge the contents from exception-handling-rewrite... |
tree | commitdiff |
2011-07-25 |
Eli Friedman | Initial implementation of 'fence' instruction, the... |
tree | commitdiff |
2011-07-25 |
Jay Foad | Convert GetElementPtrInst to use ArrayRef. |
tree | commitdiff |
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 |
next |