aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-10/+10
* Remove the dependent libraries feature.Bill Wendling2012-11-271-15/+0
* Fast-math flags for LLVM IR parsing and printingMichael Ilseman2012-11-271-0/+16
* Remove trailing whitespaceMichael Ilseman2012-11-151-2/+2
* Special calling conventions for Intel OpenCL built-in library.Elena Demikhovsky2012-10-241-0/+1
* Use method to query for attributes.Bill Wendling2012-10-041-9/+9
* Make the 'getAsString' function a method of the Attributes class.Bill Wendling2012-09-201-9/+9
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-4/+4
* Unify the emission of the calling conventions into a single function to reduc...Micah Villmow2012-09-131-42/+27
* When calling print directly on a global (eg from the debugger) itDuncan Sands2012-09-121-3/+3
* [ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect toChad Rosier2012-09-051-2/+3
* [ms-inline asm] Emit the (new) inline asm Non-Standard Dialect attribute.Chad Rosier2012-09-051-0/+2
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-171-3/+3
* Move the "findUsedStructTypes" functionality outside of the Module class.Bill Wendling2012-08-031-2/+3
* MSVC's implementation of isalnum will assert on characters > 255, so we need ...Aaron Ballman2012-07-161-1/+5
* Use the DebugInfo's 'print()' method to emit the comments.Bill Wendling2012-07-031-3/+5
* Use the interface through DIDescriptor to get the tag/version for a debug infoBill Wendling2012-06-281-9/+11
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-231-1/+21
* Add half support to LLVM (for OpenCL)Tobias Grosser2012-05-241-9/+16
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-1/+1
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-4/+4
* VMCore/AsmWriter.cpp: Tweak to check #INF and #NAN earlier.NAKAMURA Takumi2012-02-161-1/+3
* VMCore/AsmWriter.cpp: Use APFloat instead of atof(3).NAKAMURA Takumi2012-02-161-1/+1
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-19/+10
* Update llvm debug version to support new structure and tag for Objective-C pr...Devang Patel2012-02-041-1/+1
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-3/+2
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-10/+19
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-311-19/+10
* fix asmwriting of ConstantDataArray to use the right element count, Chris Lattner2012-01-311-22/+18
* Continue improving support for ConstantDataAggregate, and use theChris Lattner2012-01-261-9/+38
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-171-19/+24
* Add dump method for debugging.Bill Wendling2011-12-091-0/+3
* Don't print two 0x prefixes when printing an address.Benjamin Kramer2011-11-021-1/+1
* Tracing or debug-printing a newly formed instruction should not crash.Andrew Trick2011-09-301-1/+2
* whitespaceAndrew Trick2011-09-301-38/+38
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-291-6/+8
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-10/+12
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-0/+18
* switch to the new struct apis.Chris Lattner2011-08-121-3/+3
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-091-10/+20
* fix PR10286, a problem with the .ll printer handling block addresses that are...Chris Lattner2011-08-031-11/+20
* Add braces.Jay Foad2011-08-011-1/+2
* Simplify printAlias.Jay Foad2011-08-011-21/+2
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-30/+0
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-0/+25
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+30
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Remove mentions of type planes.Jay Foad2011-07-111-4/+4