2013-01-27 |
Bill Wendling | Use the AttributeSet instead of AttributeWithIndex. |
tree | commitdiff |
2013-01-23 |
Bill Wendling | Add the IR attribute 'sspstrong'. |
tree | commitdiff |
2013-01-22 |
Tim Northover | Make APFloat constructor require explicit semantics. |
tree | commitdiff |
2013-01-18 |
Jordan Rose | Use hexDigitValue in LLLexer. |
tree | commitdiff |
2013-01-07 |
David Tweed | There was a switch fall-through in the parser for textu... |
tree | commitdiff |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
tree | commitdiff |
2012-12-30 |
Bill Wendling | Use the predicate methods off of AttributeSet instead... |
tree | commitdiff |
2012-12-20 |
James Molloy | Add a new attribute, 'noduplicate'. If a function conta... |
tree | commitdiff |
2012-12-19 |
Bill Wendling | Rename the 'Attributes' class to 'Attribute'. It's... |
tree | commitdiff |
2012-12-09 |
Michael Ilseman | Reorganize FastMathFlags to be a wrapper around unsigne... |
tree | commitdiff |
2012-12-07 |
Bill Wendling | s/AttrListPtr/AttributeSet/g to better label what this... |
tree | commitdiff |
2012-12-04 |
Bill Wendling | Split up the ParseOptionalAttrs method into three diffe... |
tree | commitdiff |
2012-12-04 |
Chandler Carruth | Sort includes for all of the .h files under the 'lib... |
tree | commitdiff |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
tree | commitdiff |
2012-11-28 |
Bill Wendling | Add back support for reading and parsing 'deplibs'. |
tree | commitdiff |
2012-11-27 |
Bill Wendling | Remove the dependent libraries feature. |
tree | commitdiff |
2012-11-27 |
Michael Ilseman | Fast-math flags for LLVM IR parsing and printing |
tree | commitdiff |
2012-11-20 |
Bill Wendling | Make the AttrListPtr object a part of the LLVMContext. |
tree | commitdiff |
2012-11-16 |
Justin Holewinski | Preserve address space of forward-referenced global... |
tree | commitdiff |
2012-11-16 |
Craig Topper | Fix typo in a comment. |
tree | commitdiff |
2012-11-15 |
Michael Ilseman | Remove trailing whitespace |
tree | commitdiff |
2012-11-13 |
Duncan Sands | Relax the restrictions on vector of pointer types,... |
tree | commitdiff |
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 |
next |