aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* These tags are now covered by dwarf::TagString().Devang Patel2011-02-181-9/+1
* enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner2011-02-061-1/+2
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-2/+2
* First step in fixing PR8927:Rafael Espindola2011-01-081-0/+3
* Add ret instruction to PTX backendChe-Liang Chiou2010-09-251-0/+6
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-101-0/+1
* MDNodes are not Constants.Dan Gohman2010-09-091-5/+0
* Print invalid metadata references as <badref>, for consistency withDan Gohman2010-09-091-2/+10
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-021-1/+1
* reapply 112894:Chris Lattner2010-09-021-12/+4
* revert patch, need to update clang tests tooChris Lattner2010-09-021-4/+12
* Remove #uses comments from functions: they we're padded out to column 50Chris Lattner2010-09-021-12/+4
* Print the number of uses of a function in the .ll since it can be informativeDuncan Sands2010-09-021-2/+2
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-25/+0
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-201-0/+3
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-021-2/+2
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-6/+7
* Disallow null as a named metadata operand.Dan Gohman2010-07-211-8/+3
* Give MDNode printing has access to the current Module in moreDan Gohman2010-07-201-39/+62
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-2/+1
* Just use getParent() instead of getModuleFromVal when the value is a Function.Dan Gohman2010-07-141-1/+1
* Rename WriteConstantInt to WriteConstantInternal, to avoid confusion.Dan Gohman2010-07-141-4/+5
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* use PrintEscapedString to handle attribute section with escapes in it,Chris Lattner2010-07-071-6/+11
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-0/+3
* Revert r107205 and r107207.Bill Wendling2010-06-291-1/+0
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-0/+1
* use ArgOperand accessorsGabor Greif2010-06-231-5/+6
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-161-0/+3
* fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner2010-05-101-5/+10
* Minimally fix this code to not abort on mdnodes with integer dataDan Gohman2010-05-071-5/+7
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-6/+5
* reapply r101434Gabor Greif2010-04-161-5/+6
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-6/+5
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-5/+6
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-6/+5
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-5/+6
* Print empty structs as {} rather than { }.Dan Gohman2010-04-081-6/+10
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-251-1/+1
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-3/+4
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-221-4/+3
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-221-3/+4
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-191-4/+3
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-191-3/+4
* add asmprinter suport for unions, fixing Feature/unions.ll to actuallyChris Lattner2010-03-161-0/+9