summaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAge
* 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
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Remove mentions of type planes.Jay Foad2011-07-11
* Eliminate the WriteTypeSymbolic function. Now that types knowChris Lattner2011-07-09
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Revert unintentional check-in.Devang Patel2011-06-24
* Handle debug info for i128 constants.Devang Patel2011-06-24
* Remove r130409, as requested by Chris.Devang Patel2011-06-21
* Make better use of the PHINode API.Jay Foad2011-06-20
* now that Type::getDescription() is dead, the TypePrinting class can move from...Chris Lattner2011-06-18
* Teach the .ll parser to handle named metadata with non-simple names.Nick Lewycky2011-06-15
* Add command line option to print debug info in human readable form as comment...Devang Patel2011-04-28
* Fix an assert to check exactly what it says.Jay Foad2011-04-24
* Remove unused STL header includes.Jay Foad2011-04-23
* PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plusJay Foad2011-04-13
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-10
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-10
* ptx: Fix calling convention printing in AsmWriter.cppJustin Holewinski2011-03-07
* Use X86_thiscall calling convention for Win64 as well.Tilmann Scheller2011-03-03
* Add Win64 thiscall calling convention.Tilmann Scheller2011-03-02
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-02
* These tags are now covered by dwarf::TagString().Devang Patel2011-02-18
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-06
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-25
* First step in fixing PR8927:Rafael Espindola2011-01-08
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-25
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* MDNodes are not Constants.Dan Gohman2010-09-09
* Print invalid metadata references as <badref>, for consistency withDan Gohman2010-09-09
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-02
* reapply 112894:Chris Lattner2010-09-02
* revert patch, need to update clang tests tooChris Lattner2010-09-02
* Remove #uses comments from functions: they we're padded out to column 50Chris Lattner2010-09-02
* Print the number of uses of a function in the .ll since it can be informativeDuncan Sands2010-09-02
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-02
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Disallow null as a named metadata operand.Dan Gohman2010-07-21
* Give MDNode printing has access to the current Module in moreDan Gohman2010-07-20