| Commit message (Expand) | Author | Age | Files | Lines |
| * | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey | 2005-08-17 | 1 | -10/+2 |
| * | core changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -4/+0 |
| * | Some cleanups for compilation with GCC 4.0.0 to remove warnings: | Reid Spencer | 2005-05-15 | 1 | -0/+3 |
| * | add support for explicit calling conventions | Chris Lattner | 2005-05-06 | 1 | -2/+27 |
| * | Add a 'tail' marker for call instructions, patch contributed by | Chris Lattner | 2005-05-06 | 1 | -2/+6 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -80/+80 |
| * | stop using arg_front | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
| * | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -6/+6 |
| * | Fix the spelling of the word `the' | Misha Brukman | 2005-03-02 | 1 | -1/+1 |
| * | Print the module ID as a comment. | Chris Lattner | 2005-03-02 | 1 | -0/+6 |
| * | Fix some problems where the verifier would crash on invalid input instead of | Chris Lattner | 2005-02-24 | 1 | -3/+6 |
| * | Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.ll | Chris Lattner | 2005-02-09 | 1 | -1/+1 |
| * | Update for API change. | Chris Lattner | 2005-02-01 | 1 | -1/+1 |
| * | To not break TBAA rules, use a union. | Chris Lattner | 2005-01-04 | 1 | -5/+9 |
| * | Fix writer to properly quote label names when they don't contain | Alkis Evlogimenos | 2004-12-10 | 1 | -3/+7 |
| * | When printing out a function, make sure that local and global symbols | Chris Lattner | 2004-12-05 | 1 | -0/+3 |
| * | Remove extra space char | Misha Brukman | 2004-11-15 | 1 | -1/+1 |
| * | GhostLinkage not allowed in LLVM AsmWriter, either | Misha Brukman | 2004-11-14 | 1 | -0/+6 |
| * | Add support for undef and unreachable | Chris Lattner | 2004-10-16 | 1 | -0/+3 |
| * | Okay, the list of link-time passes wasn't such a hot idea. Its prone to | Reid Spencer | 2004-09-14 | 1 | -14/+0 |
| * | Don't print newlines between passes in the pass list. | Chris Lattner | 2004-09-14 | 1 | -8/+8 |
| * | Don't print newlines between each library in the deplibs list. | Chris Lattner | 2004-09-14 | 1 | -6/+6 |
| * | Add support for the link-time pass list to Modules. | Reid Spencer | 2004-09-13 | 1 | -0/+14 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
| * | Add an assert to cature null Operands. It is better to catch it here than | Reid Spencer | 2004-08-29 | 1 | -0/+1 |
| * | Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.ll | Reid Spencer | 2004-08-20 | 1 | -1/+5 |
| * | Packed types, brought to you by Brad Jones | Brian Gaeke | 2004-08-20 | 1 | -0/+23 |
| * | Fix PR422. | Reid Spencer | 2004-08-16 | 1 | -2/+11 |
| * | Fix #includes of i*.h files => Instructions.h as per PR403 | Misha Brukman | 2004-07-29 | 1 | -4/+1 |
| * | Avoid use of size(), which counts, in favor of other mechanisms. | Reid Spencer | 2004-07-25 | 1 | -4/+5 |
| * | Adjust to new Module.h interface for dependent libraries | Reid Spencer | 2004-07-25 | 1 | -8/+12 |
| * | bug 263: | Reid Spencer | 2004-07-25 | 1 | -0/+11 |
| * | Shrink some code. | Reid Spencer | 2004-07-18 | 1 | -4/+1 |
| * | bug 122: | Reid Spencer | 2004-07-17 | 1 | -23/+19 |
| * | Fixes for PR341 | Chris Lattner | 2004-07-15 | 1 | -11/+11 |
| * | Make Argument::print more resilient to non-verifiable IR | Chris Lattner | 2004-07-13 | 1 | -1/+2 |
| * | Adjust the slot machine to handle Types separately from Values. This was | Reid Spencer | 2004-07-04 | 1 | -25/+171 |
| * | Don't call getValueType directly. the LLVM optimizer will turn it into the s... | Chris Lattner | 2004-06-26 | 1 | -10/+12 |
| * | Use a reference instead of a pointer for the ostream. The pointer was only | Misha Brukman | 2004-06-21 | 1 | -103/+102 |
| * | Fix printing of Argument objects, problem found by Patrick Meredith | Chris Lattner | 2004-06-18 | 1 | -1/+1 |
| * | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -1/+1 |
| * | Do not dereference end iterators. It's really bad for the asmwriter's health. | Chris Lattner | 2004-06-15 | 1 | -1/+4 |
| * | Tolerate more errors | Chris Lattner | 2004-06-09 | 1 | -1/+2 |
| * | Make the asmwriter much more tolerant of errors (which are common when working | Chris Lattner | 2004-06-09 | 1 | -16/+23 |
| * | Made it possible for the printInfoComment method to invoke getSlot in | Reid Spencer | 2004-06-09 | 1 | -17/+16 |
| * | Squelch a warning | Chris Lattner | 2004-06-04 | 1 | -1/+2 |
| * | * No more CachedWriter::setStream() | Misha Brukman | 2004-06-04 | 1 | -52/+47 |
| * | Modified calcTypeName() so that it does not allocate a std::string for | John Criswell | 2004-06-01 | 1 | -24/+37 |
| * | Clean up a comment. | Reid Spencer | 2004-05-27 | 1 | -1/+1 |
| * | Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy | Reid Spencer | 2004-05-26 | 1 | -94/+97 |