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