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