aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/AsmWriter.cpp
AgeCommit message (Expand)Author
2006-05-19Print csretcc calls like this:Chris Lattner
2006-05-19pretty print csretcc for callsChris Lattner
2006-05-19Asmprint csret nicelyChris Lattner
2006-05-14inverted logic, caught by coverityChris Lattner
2006-04-08Add shufflevector support, todo, implement better constant folding.Chris Lattner
2006-03-01Back out my last check-in. Wrong place to fix it.Evan Cheng
2006-03-01AsmWriter should not print LLVM constant in comment. Assembler won't likeEvan Cheng
2006-02-27Pretty print large struct constants.Jim Laskey
2006-02-26Reverting. Didn't realize some developers were embedding constants in theirJim Laskey
2006-02-25Format large struct constants for readability.Jim Laskey
2006-01-25Print InlineAsm objectsChris Lattner
2006-01-25Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner
2006-01-24Initial checkin of the InlineAsm classChris Lattner
2006-01-24Pretty print file-scope asm blocks.Chris Lattner
2006-01-24syntax changeChris Lattner
2006-01-23Print out inline asm stringsChris Lattner
2005-11-12print section infoChris Lattner
2005-11-06print alignment info for globals and functionsChris Lattner
2005-11-05fix printing the alignment directiveChris Lattner
2005-11-05Add support alignment of allocation instructions.Nate Begeman
2005-08-17Culling out use of unions for converting FP to bits and vice versa.Jim Laskey
2005-06-18core changes for varargsAndrew Lenharth
2005-05-15Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer
2005-05-06add support for explicit calling conventionsChris Lattner
2005-05-06Add a 'tail' marker for call instructions, patch contributed byChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15stop using arg_frontChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-03-02Fix the spelling of the word `the'Misha Brukman
2005-03-02Print the module ID as a comment.Chris Lattner
2005-02-24Fix some problems where the verifier would crash on invalid input instead ofChris Lattner
2005-02-09Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.llChris Lattner
2005-02-01Update for API change.Chris Lattner
2005-01-04To not break TBAA rules, use a union.Chris Lattner
2004-12-10Fix writer to properly quote label names when they don't containAlkis Evlogimenos
2004-12-05When printing out a function, make sure that local and global symbolsChris Lattner
2004-11-15Remove extra space charMisha Brukman
2004-11-14GhostLinkage not allowed in LLVM AsmWriter, eitherMisha Brukman
2004-10-16Add support for undef and unreachableChris Lattner
2004-09-14Okay, the list of link-time passes wasn't such a hot idea. Its prone toReid Spencer
2004-09-14Don't print newlines between passes in the pass list.Chris Lattner
2004-09-14Don't print newlines between each library in the deplibs list.Chris Lattner
2004-09-13Add support for the link-time pass list to Modules.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Add an assert to cature null Operands. It is better to catch it here thanReid Spencer
2004-08-20Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.llReid Spencer
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-16Fix PR422.Reid Spencer
2004-07-29Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman
2004-07-25Avoid use of size(), which counts, in favor of other mechanisms.Reid Spencer