summaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate the WriteTypeSymbolic function. Now that types knowChris Lattner2011-07-091-5/+0
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-299/+142
* Revert unintentional check-in.Devang Patel2011-06-241-55/+0
* Handle debug info for i128 constants.Devang Patel2011-06-241-0/+55
* Remove r130409, as requested by Chris.Devang Patel2011-06-211-55/+0
* Make better use of the PHINode API.Jay Foad2011-06-201-4/+4
* now that Type::getDescription() is dead, the TypePrinting class can move from...Chris Lattner2011-06-181-28/+42
* Teach the .ll parser to handle named metadata with non-simple names.Nick Lewycky2011-06-151-1/+19
* Add command line option to print debug info in human readable form as comment...Devang Patel2011-04-281-0/+55
* Fix an assert to check exactly what it says.Jay Foad2011-04-241-1/+1
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plusJay Foad2011-04-131-1/+1
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-101-6/+1
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-101-1/+6
* ptx: Fix calling convention printing in AsmWriter.cppJustin Holewinski2011-03-071-2/+2
* Use X86_thiscall calling convention for Win64 as well.Tilmann Scheller2011-03-031-3/+0
* Add Win64 thiscall calling convention.Tilmann Scheller2011-03-021-0/+3
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-021-3/+6