Age | Commit message (Expand) | Author |
2013-01-02 | Rename VMCore directory to IR. | Chandler Carruth |
2012-12-30 | Use the predicate methods off of AttributeSet instead of Attribute. | Bill Wendling |
2012-12-30 | Remove the Function::getFnAttributes method in favor of using the AttributeSet | Bill Wendling |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-07 | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-27 | Remove the dependent libraries feature. | Bill Wendling |
2012-11-27 | Fast-math flags for LLVM IR parsing and printing | Michael Ilseman |
2012-11-15 | Remove trailing whitespace | Michael Ilseman |
2012-10-24 | Special calling conventions for Intel OpenCL built-in library. | Elena Demikhovsky |
2012-10-04 | Use method to query for attributes. | Bill Wendling |
2012-09-20 | Make the 'getAsString' function a method of the Attributes class. | Bill Wendling |
2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Craig Topper |
2012-09-13 | Unify the emission of the calling conventions into a single function to reduc... | Micah Villmow |
2012-09-12 | When calling print directly on a global (eg from the debugger) it | Duncan Sands |
2012-09-05 | [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to | Chad Rosier |
2012-09-05 | [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute. | Chad Rosier |
2012-08-17 | Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to | Bill Wendling |
2012-08-03 | Move the "findUsedStructTypes" functionality outside of the Module class. | Bill Wendling |
2012-07-16 | MSVC's implementation of isalnum will assert on characters > 255, so we need ... | Aaron Ballman |
2012-07-03 | Use the DebugInfo's 'print()' method to emit the comments. | Bill Wendling |
2012-06-28 | Use the interface through DIDescriptor to get the tag/version for a debug info | Bill Wendling |
2012-06-23 | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg |
2012-05-24 | Add half support to LLVM (for OpenCL) | Tobias Grosser |
2012-03-11 | llvm::SwitchInst | Stepan Dyatkovskiy |
2012-03-08 | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy |
2012-02-16 | VMCore/AsmWriter.cpp: Tweak to check #INF and #NAN earlier. | NAKAMURA Takumi |
2012-02-16 | VMCore/AsmWriter.cpp: Use APFloat instead of atof(3). | NAKAMURA Takumi |
2012-02-05 | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner |
2012-02-04 | Update llvm debug version to support new structure and tag for Objective-C pr... | Devang Patel |
2012-02-01 | SwitchInst refactoring. | Stepan Dyatkovskiy |
2012-02-01 | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis |
2012-01-31 | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner |
2012-01-31 | fix asmwriting of ConstantDataArray to use the right element count, | Chris Lattner |
2012-01-26 | Continue improving support for ConstantDataAggregate, and use the | Chris Lattner |
2012-01-10 | Remove unnecessary default cases in switches that cover all enum values. | David Blaikie |
2011-12-17 | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman |
2011-12-09 | Add dump method for debugging. | Bill Wendling |
2011-11-02 | Don't print two 0x prefixes when printing an address. | Benjamin Kramer |
2011-09-30 | Tracing or debug-printing a newly formed instruction should not crash. | Andrew Trick |
2011-09-30 | whitespace | Andrew Trick |
2011-09-29 | Clean up uses of switch instructions so they are not dependent on the operand... | Eli Friedman |
2011-08-12 | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman |
2011-08-12 | Initial commit of the 'landingpad' instruction. | Bill Wendling |
2011-08-12 | switch to the new struct apis. | Chris Lattner |
2011-08-09 | Representation of 'atomic load' and 'atomic store' in IR. | Eli Friedman |
2011-08-03 | fix PR10286, a problem with the .ll printer handling block addresses that are... | Chris Lattner |
2011-08-01 | Add braces. | Jay Foad |
2011-08-01 | Simplify printAlias. | Jay Foad |
2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |