aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clean up some sloppy and inconsistent spacingChris Lattner2006-12-061-46/+46
* wrap long linesChris Lattner2006-12-061-4/+6
* For PR950: Implement ICmp/FCmp predicate printing for constant expressionsReid Spencer2006-12-041-35/+39
* Shorten the FCmp predicate mnemonics.Reid Spencer2006-12-031-12/+12
* Allow the ICmp and FCmp instructions to be written by the AsmWriterReid Spencer2006-12-031-0/+39
* Changed to using LLVM streams.Bill Wendling2006-11-281-6/+7
* For PR950:Reid Spencer2006-11-271-1/+2
* For PR786:Reid Spencer2006-11-021-1/+1
* Make the Value and Type methods print a newline so it prints nicely in gdbReid Spencer2006-10-271-2/+2
* Change keyword to datalayoutChris Lattner2006-10-221-1/+1
* For PR950:Reid Spencer2006-10-201-4/+5
* Add support for the new "target data" information in .ll files. This providesOwen Anderson2006-10-181-0/+3
* simplify codeChris Lattner2006-09-281-1/+1
* Adding codegeneration for StdCall & FastCall calling conventionsAnton Korobeynikov2006-09-201-3/+9
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-11/+25
* For PR387:Reid Spencer2006-08-281-2/+1
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-2/+2
* Fix PR885Chris Lattner2006-08-211-4/+4
* Print csretcc calls like this:Chris Lattner2006-05-191-8/+8
* pretty print csretcc for callsChris Lattner2006-05-191-0/+2
* Asmprint csret nicelyChris Lattner2006-05-191-0/+1
* inverted logic, caught by coverityChris Lattner2006-05-141-1/+1
* Add shufflevector support, todo, implement better constant folding.Chris Lattner2006-04-081-1/+2
* Back out my last check-in. Wrong place to fix it.Evan Cheng2006-03-011-0/+3
* AsmWriter should not print LLVM constant in comment. Assembler won't likeEvan Cheng2006-03-011-4/+0
* Pretty print large struct constants.Jim Laskey2006-02-271-1/+10
* Reverting. Didn't realize some developers were embedding constants in theirJim Laskey2006-02-261-9/+1
* Format large struct constants for readability.Jim Laskey2006-02-251-4/+13
* Print InlineAsm objectsChris Lattner2006-01-251-4/+12
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-251-3/+1
* Initial checkin of the InlineAsm classChris Lattner2006-01-241-2/+10
* Pretty print file-scope asm blocks.Chris Lattner2006-01-241-1/+15
* syntax changeChris Lattner2006-01-241-1/+1
* Print out inline asm stringsChris Lattner2006-01-231-22/+23
* print section infoChris Lattner2005-11-121-4/+7
* print alignment info for globals and functionsChris Lattner2005-11-061-0/+7
* fix printing the alignment directiveChris Lattner2005-11-051-1/+1
* Add support alignment of allocation instructions.Nate Begeman2005-11-051-0/+3
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-171-10/+2
* core changes for varargsAndrew Lenharth2005-06-181-4/+0
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-151-0/+3
* add support for explicit calling conventionsChris Lattner2005-05-061-2/+27
* Add a 'tail' marker for call instructions, patch contributed byChris Lattner2005-05-061-2/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-80/+80
* stop using arg_frontChris Lattner2005-03-151-1/+1
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-6/+6
* Fix the spelling of the word `the'Misha Brukman2005-03-021-1/+1
* Print the module ID as a comment.Chris Lattner2005-03-021-0/+6
* Fix some problems where the verifier would crash on invalid input instead ofChris Lattner2005-02-241-3/+6
* Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.llChris Lattner2005-02-091-1/+1