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