| Commit message (Expand) | Author | Age | Files | Lines |
* | Hack around stupidity in GCC, fixing Burg with the CBE and | Chris Lattner | 2004-11-13 | 2 | -18/+112 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
* | Removed dead method, printPHICopiesForSuccessors(). | John Criswell | 2004-10-25 | 2 | -42/+0 |
* | Modified switch generation so that only the phi values associated with the | John Criswell | 2004-10-25 | 2 | -2/+4 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 2 | -673/+0 |
* | Small performance improvement in generated C code: | John Criswell | 2004-10-20 | 2 | -2/+46 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+657 |
* | Print a semicolon for the unreacahble instruction. This fixes problems | Chris Lattner | 2004-10-17 | 2 | -2/+2 |
* | The first hunk corrects a bug when printing undef null values. We would print | Chris Lattner | 2004-10-17 | 2 | -12/+22 |
* | Add support for unreachable and undef | Chris Lattner | 2004-10-16 | 2 | -4/+20 |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -4/+5 |
* | Fix a warning that is emitted on the suns | Chris Lattner | 2004-10-11 | 2 | -2/+2 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+15 |
* | Really fix FreeBSD, which apparently doesn't tolerate the extern. | Chris Lattner | 2004-10-06 | 2 | -4/+6 |
* | FreeBSD uses GCC. Patch contributed by Jeff Cohen! | Chris Lattner | 2004-10-06 | 2 | -6/+4 |
* | Pull assignment out of for loop conditional in order for this to | Alkis Evlogimenos | 2004-09-28 | 2 | -4/+4 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 2 | -6/+6 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 2 | -6/+6 |
* | Previous checkin broke printf(%a) support for fp constants-- re-fix it. | Brian Gaeke | 2004-08-25 | 2 | -2/+18 |
* | New version of Bill Wendling's PR33 patch. | Brian Gaeke | 2004-08-25 | 2 | -48/+76 |
* | Paper over CBackend/2004-08-09-va-end-null.ll | Chris Lattner | 2004-08-10 | 2 | -6/+14 |
* | Temporarily disable this code, as it is emitting LLVM_NAN("nan") which result... | Chris Lattner | 2004-07-25 | 2 | -4/+4 |
* | Emit NaNs and INFs bit-identically to the bytecode file, if the system has | Brian Gaeke | 2004-07-21 | 2 | -4/+128 |
* | bug 122: | Reid Spencer | 2004-07-18 | 2 | -12/+8 |
* | Patches towards fixing PR341 | Chris Lattner | 2004-07-15 | 2 | -6/+6 |
* | Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> | Misha Brukman | 2004-07-12 | 2 | -2/+2 |
* | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner | 2004-07-11 | 2 | -12/+0 |
* | Make these format a bit nicer | Chris Lattner | 2004-07-11 | 2 | -2/+2 |
* | Auto-registrate target | Chris Lattner | 2004-07-11 | 3 | -0/+11 |
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 2 | -2/+4 |
* | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 2 | -2/+2 |
* | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 2 | -6/+6 |
* | <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) | Chris Lattner | 2004-06-02 | 2 | -2/+2 |
* | Stubs are no longer needed | Chris Lattner | 2004-06-02 | 1 | -5/+0 |
* | Fix the big regression that has been killing the nightly tester these last | Chris Lattner | 2004-05-28 | 2 | -2/+6 |
* | Minor changes. Switch to a SymbolTable remove that does not take linear time | Chris Lattner | 2004-05-28 | 2 | -4/+4 |
* | Fix PR344: the incorrect remove was being used. | Chris Lattner | 2004-05-26 | 2 | -2/+2 |
* | 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 |