| Commit message (Expand) | Author | Age | Files | Lines |
* | Previous checkin broke printf(%a) support for fp constants-- re-fix it. | Brian Gaeke | 2004-08-25 | 1 | -1/+9 |
* | New version of Bill Wendling's PR33 patch. | Brian Gaeke | 2004-08-25 | 1 | -24/+38 |
* | Paper over CBackend/2004-08-09-va-end-null.ll | Chris Lattner | 2004-08-10 | 1 | -3/+7 |
* | Temporarily disable this code, as it is emitting LLVM_NAN("nan") which result... | Chris Lattner | 2004-07-25 | 1 | -2/+2 |
* | Emit NaNs and INFs bit-identically to the bytecode file, if the system has | Brian Gaeke | 2004-07-21 | 1 | -2/+64 |
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -6/+4 |
* | Patches towards fixing PR341 | Chris Lattner | 2004-07-15 | 1 | -3/+3 |
* | Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> | Misha Brukman | 2004-07-12 | 1 | -1/+1 |
* | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner | 2004-07-11 | 1 | -6/+0 |
* | Make these format a bit nicer | Chris Lattner | 2004-07-11 | 1 | -1/+1 |
* | Auto-registrate target | Chris Lattner | 2004-07-11 | 1 | -0/+4 |
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -1/+2 |
* | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 1 | -1/+1 |
* | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -3/+3 |
* | <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) | Chris Lattner | 2004-06-02 | 1 | -1/+1 |
* | Fix the big regression that has been killing the nightly tester these last | Chris Lattner | 2004-05-28 | 1 | -1/+3 |
* | Minor changes. Switch to a SymbolTable remove that does not take linear time | Chris Lattner | 2004-05-28 | 1 | -2/+2 |
* | Fix PR344: the incorrect remove was being used. | Chris Lattner | 2004-05-26 | 1 | -1/+1 |
* | Convert to SymbolTable's new iteration interface. | Reid Spencer | 2004-05-25 | 1 | -19/+20 |
* | Add support for accurate garbage collection to the LLVM code generators | Chris Lattner | 2004-05-23 | 1 | -0/+1 |
* | Fix to make the CBE always emit comparisons inline. Hopefully this will | Chris Lattner | 2004-05-20 | 1 | -0/+4 |
* | syntactically loopify natural loops so that the GCC loop optimizer can find t... | Chris Lattner | 2004-05-09 | 1 | -52/+85 |
* | Do not emit prototypes for setjmp/longjmp, as they are handled specially | Chris Lattner | 2004-05-09 | 1 | -1/+2 |
* | Make the floating point constant pools local to each function, split the | Chris Lattner | 2004-05-09 | 1 | -99/+112 |
* | Get this looking more like a function pass. | Chris Lattner | 2004-05-09 | 1 | -32/+33 |
* | Print all PHI copies for successor blocks before the terminator, whether it b... | Chris Lattner | 2004-05-09 | 1 | -10/+23 |
* | Changes to fix up the inst_iterator to pass to boost iterator checks. This | Chris Lattner | 2004-04-27 | 1 | -5/+5 |
* | Add support for select constant expressions to the CBE, fixing SIOD | Chris Lattner | 2004-04-01 | 1 | -0/+9 |
* | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner | 2004-03-13 | 1 | -6/+6 |
* | ADd support for select instructions | Chris Lattner | 2004-03-12 | 1 | -0/+12 |
* | Fixes for PR258 and PR259. | John Criswell | 2004-02-26 | 1 | -3/+3 |
* | Fix some unexpected fallout from the config.h changes. Because the CBE no | Chris Lattner | 2004-02-24 | 1 | -0/+1 |
* | It is totally unacceptable to print out (literally) millions of zeros when | Chris Lattner | 2004-02-20 | 1 | -2/+13 |
* | Now that the lowerinvoke pass inserts calls to llvm.setjmp/llvm.longjmp, some | Chris Lattner | 2004-02-15 | 1 | -2/+15 |
* | Add support for the new ConstantAggregateZero class | Chris Lattner | 2004-02-15 | 1 | -11/+39 |
* | Add support for the returnaddress and frameaddress intrinsics | Chris Lattner | 2004-02-14 | 1 | -0/+12 |
* | Use intrinsic lowering like the rest of the backends. Get rid of crufty hacky | Chris Lattner | 2004-02-14 | 1 | -63/+40 |
* | 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 |