| Commit message (Expand) | Author | Age | Files | Lines |
* | CBackend now lives here | Chris Lattner | 2004-02-13 | 1 | -1383/+0 |
* | Convert the C backend into a target, for use with LLC. This allows us to use | Chris Lattner | 2004-02-13 | 1 | -30/+12 |
* | Make the cwriter use the lowerinvoke pass so that it can either use "disabled... | Chris Lattner | 2004-02-13 | 1 | -123/+48 |
* | Fine grainify namespacification, prune #includes | Chris Lattner | 2004-02-13 | 1 | -9/+4 |
* | Add support for memcpy and memmove intrinsics. Why isn't the cwriter using | Chris Lattner | 2004-02-12 | 1 | -0/+18 |
* | Adjust to the changed StructType interface. In particular, getElementTypes()... | Chris Lattner | 2004-02-09 | 1 | -6/+4 |
* | Start using the new and improve interface to FunctionType arguments | Chris Lattner | 2004-02-09 | 1 | -13/+11 |
* | rename the "exceptional" destination of an invoke instruction to the 'unwind'... | Chris Lattner | 2004-02-08 | 1 | -1/+1 |
* | Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a | Brian Gaeke | 2003-12-11 | 1 | -4/+25 |
* | Upon Chris's suggestion, moved the #ifdef's to the generated C code. | John Criswell | 2003-12-10 | 1 | -8/+5 |
* | Fixed the CBE on Solaris/Sparc. We need to define the return value of | John Criswell | 2003-12-10 | 1 | -1/+8 |
* | output foo(void) as appropriate | Chris Lattner | 2003-11-26 | 1 | -0/+2 |
* | Fix bug in previous checkin | Chris Lattner | 2003-11-25 | 1 | -1/+1 |
* | Do not depend on the gep index types to determine what flavor of index it is | Chris Lattner | 2003-11-25 | 1 | -18/+22 |
* | Fix PR149 - support constant shift expressions. | Brian Gaeke | 2003-11-22 | 1 | -0/+4 |
* | ISO 9899 7.13.2.1 (3) says that "[...] the values of objects of automatic | Chris Lattner | 2003-11-16 | 1 | -4/+39 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -12/+16 |
* | Work around a bug in GCC where it can't handle common variables marked weak. | Chris Lattner | 2003-11-03 | 1 | -1/+8 |
* | Fix bugs with attribute weak emission | Chris Lattner | 2003-11-03 | 1 | -3/+6 |
* | This simplifies the CWriter code, makes the generated code easier to read, | Chris Lattner | 2003-11-03 | 1 | -11/+2 |
* | Eliminate the silly namedContext member of printType | Chris Lattner | 2003-11-03 | 1 | -8/+7 |
* | The "correct" fix for CBackend/2003-10-23-UnusedType.ll is to not even try | Chris Lattner | 2003-11-02 | 1 | -15/+24 |
* | Fail gracefully if we have a zero arg varargs function | Chris Lattner | 2003-10-23 | 1 | -0/+6 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Add support for the new varargs intrinsics and instructions | Chris Lattner | 2003-10-18 | 1 | -14/+23 |
* | Add support for 'weak' linkage. | Chris Lattner | 2003-10-16 | 1 | -0/+4 |
* | Decrease usage of use_size() | Chris Lattner | 2003-10-15 | 1 | -1/+1 |
* | Do not allow fallthroughs in switch statements. This fixes PR37, | Chris Lattner | 2003-10-13 | 1 | -1/+3 |
* | Use the autoconf macro John wrote | Chris Lattner | 2003-10-13 | 1 | -6/+3 |
* | * Spell "necessary" correctly | Chris Lattner | 2003-10-12 | 1 | -3/+24 |
* | * Be TBAA safe | Chris Lattner | 2003-10-12 | 1 | -32/+59 |
* | A couple of minor code cleanups. | Chris Lattner | 2003-10-05 | 1 | -21/+16 |
* | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner | 2003-09-20 | 1 | -1/+1 |
* | Fix problems with programs that prototype printf to something unusual | Chris Lattner | 2003-09-15 | 1 | -2/+4 |
* | Fixed spelling and grammar. | Misha Brukman | 2003-09-11 | 1 | -4/+4 |
* | Remove a bunch of warnings from the CBE generated C code | Chris Lattner | 2003-09-10 | 1 | -2/+2 |
* | "the one true solution for compatibility with GCC 3.3+" | Chris Lattner | 2003-09-10 | 1 | -3/+3 |
* | Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio... | Chris Lattner | 2003-09-08 | 1 | -13/+0 |
* | Add support for the unwind instruction | Chris Lattner | 2003-09-08 | 1 | -0/+14 |
* | Fix really nasty bugs in the CWriter, handling invoke instructions. Tracking | Chris Lattner | 2003-08-28 | 1 | -2/+5 |
* | Simplify code | Chris Lattner | 2003-08-24 | 1 | -3/+1 |
* | Implement support for the unwind intrinsic in the CBE | Chris Lattner | 2003-08-24 | 1 | -0/+13 |
* | Add support for the sig(set|long)jmp intrinsics | Chris Lattner | 2003-08-18 | 1 | -1/+4 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -2/+2 |
* | Stop annoying warnings about mismatched types with the argument of a free | Chris Lattner | 2003-08-14 | 1 | -8/+24 |
* | The HAVE_JUMP code is dead, these intrinsics should _never_ be expanded | Chris Lattner | 2003-08-06 | 1 | -23/+6 |
* | Unbreak the CBE output | Chris Lattner | 2003-07-31 | 1 | -2/+0 |
* | Modified the code so that it generates (0) for setjmp() and abort() for | John Criswell | 2003-07-31 | 1 | -0/+18 |
* | Don't include llvm/SlotCalculator.h, or <set>. | Brian Gaeke | 2003-07-25 | 1 | -3/+1 |
* | Use unified CWriter-X86/Printer name mangler. Do not bother using | Brian Gaeke | 2003-07-24 | 1 | -71/+21 |