| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert to SymbolTable's new iteration interface. | Reid Spencer | 2004-05-25 | 2 | -38/+40 |
* | Add support for accurate garbage collection to the LLVM code generators | Chris Lattner | 2004-05-23 | 2 | -0/+2 |
* | Fix to make the CBE always emit comparisons inline. Hopefully this will | Chris Lattner | 2004-05-20 | 2 | -0/+8 |
* | syntactically loopify natural loops so that the GCC loop optimizer can find t... | Chris Lattner | 2004-05-09 | 2 | -104/+170 |
* | Do not emit prototypes for setjmp/longjmp, as they are handled specially | Chris Lattner | 2004-05-09 | 2 | -2/+4 |
* | Make the floating point constant pools local to each function, split the | Chris Lattner | 2004-05-09 | 2 | -198/+224 |
* | Get this looking more like a function pass. | Chris Lattner | 2004-05-09 | 2 | -64/+66 |
* | Print all PHI copies for successor blocks before the terminator, whether it b... | Chris Lattner | 2004-05-09 | 2 | -20/+46 |
* | Changes to fix up the inst_iterator to pass to boost iterator checks. This | Chris Lattner | 2004-04-27 | 2 | -10/+10 |
* | Add support for select constant expressions to the CBE, fixing SIOD | Chris Lattner | 2004-04-01 | 2 | -0/+18 |
* | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner | 2004-03-13 | 2 | -12/+12 |
* | ADd support for select instructions | Chris Lattner | 2004-03-12 | 2 | -0/+24 |
* | SPECIFY a target data to initialize the CBE target with. Until now we have | Chris Lattner | 2004-03-03 | 1 | -1/+1 |
* | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke | 2004-03-01 | 1 | -1/+0 |
* | Fixes for PR258 and PR259. | John Criswell | 2004-02-26 | 2 | -6/+6 |
* | Fix some unexpected fallout from the config.h changes. Because the CBE no | Chris Lattner | 2004-02-24 | 2 | -0/+2 |
* | It is totally unacceptable to print out (literally) millions of zeros when | Chris Lattner | 2004-02-20 | 2 | -4/+26 |
* | Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some | Chris Lattner | 2004-02-15 | 2 | -4/+30 |
* | Add support for the new ConstantAggregateZero class | Chris Lattner | 2004-02-15 | 2 | -22/+78 |
* | Add support for the returnaddress and frameaddress intrinsics | Chris Lattner | 2004-02-14 | 2 | -0/+24 |
* | Use intrinsic lowering like the rest of the backends. Get rid of crufty hacky | Chris Lattner | 2004-02-14 | 2 | -126/+80 |
* | Moved directory, update makefile | Chris Lattner | 2004-02-13 | 1 | -4/+2 |
* | Convert the C backend into a target, for use with LLC. This allows us to use | Chris Lattner | 2004-02-13 | 3 | -60/+63 |
* | Make the cwriter use the lowerinvoke pass so that it can either use "disabled... | Chris Lattner | 2004-02-13 | 2 | -246/+96 |
* | Fine grainify namespacification, prune #includes | Chris Lattner | 2004-02-13 | 2 | -18/+8 |
* | Add support for memcpy and memmove intrinsics. Why isn't the cwriter using | Chris Lattner | 2004-02-12 | 2 | -0/+36 |
* | Adjust to the changed StructType interface. In particular, getElementTypes()... | Chris Lattner | 2004-02-09 | 2 | -12/+8 |
* | Start using the new and improve interface to FunctionType arguments | Chris Lattner | 2004-02-09 | 2 | -26/+22 |
* | rename the "exceptional" destination of an invoke instruction to the 'unwind'... | Chris Lattner | 2004-02-08 | 2 | -2/+2 |
* | Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a | Brian Gaeke | 2003-12-11 | 2 | -8/+50 |
* | Upon Chris's suggestion, moved the #ifdef's to the generated C code. | John Criswell | 2003-12-10 | 2 | -16/+10 |
* | Fixed the CBE on Solaris/Sparc. We need to define the return value of | John Criswell | 2003-12-10 | 2 | -2/+16 |
* | output foo(void) as appropriate | Chris Lattner | 2003-11-26 | 2 | -0/+4 |
* | Fix bug in previous checkin | Chris Lattner | 2003-11-25 | 2 | -2/+2 |
* | Do not depend on the gep index types to determine what flavor of index it is | Chris Lattner | 2003-11-25 | 2 | -36/+44 |
* | Fix PR149 - support constant shift expressions. | Brian Gaeke | 2003-11-22 | 2 | -0/+8 |
* | ISO 9899 7.13.2.1 (3) says that "[...] the values of objects of automatic | Chris Lattner | 2003-11-16 | 2 | -8/+78 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 2 | -24/+32 |
* | Work around a bug in GCC where it can't handle common variables marked weak. | Chris Lattner | 2003-11-03 | 2 | -2/+16 |
* | Fix bugs with attribute weak emission | Chris Lattner | 2003-11-03 | 2 | -6/+12 |
* | This simplifies the CWriter code, makes the generated code easier to read, | Chris Lattner | 2003-11-03 | 2 | -22/+4 |
* | Eliminate the silly namedContext member of printType | Chris Lattner | 2003-11-03 | 2 | -16/+14 |
* | The "correct" fix for CBackend/2003-10-23-UnusedType.ll is to not even try | Chris Lattner | 2003-11-02 | 2 | -30/+48 |
* | Fail gracefully if we have a zero arg varargs function | Chris Lattner | 2003-10-23 | 2 | -0/+12 |
* | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 2 | -0/+14 |
* | Add support for the new varargs intrinsics and instructions | Chris Lattner | 2003-10-18 | 2 | -28/+46 |
* | Add support for 'weak' linkage. | Chris Lattner | 2003-10-16 | 2 | -0/+8 |
* | Decrease usage of use_size() | Chris Lattner | 2003-10-15 | 2 | -2/+2 |
* | Do not allow fallthroughs in switch statements. This fixes PR37, | Chris Lattner | 2003-10-13 | 2 | -2/+6 |