Age | Commit message (Expand) | Author |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2005-03-08 | Make sure to remove all dead type names from the symbol table, not just | Chris Lattner |
2005-03-08 | Single characters should be printed out as chars, not strings. | Misha Brukman |
2005-03-06 | simplify some code. | Chris Lattner |
2005-03-03 | Print -X like this: | Chris Lattner |
2005-03-03 | Do not lower malloc's to pass "sizeof" expressions like this: | Chris Lattner |
2005-02-28 | Remove tabs from file. | Chris Lattner |
2005-02-28 | Add support to the C backend for llvm.prefetch. Patch contributed by | Chris Lattner |
2005-02-15 | Fix volatile load/store of pointers. Consider this testcase: | Chris Lattner |
2005-02-14 | Write out single characters as chars, not strings. | Misha Brukman |
2005-02-14 | Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll | Chris Lattner |
2005-01-31 | Fix hyphenation in output comment | Misha Brukman |
2005-01-23 | Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca | Reid Spencer |
2005-01-06 | Fix CBE code so that it compiles with VC++. | Jeff Cohen |
2004-12-29 | Fix PR490 | Chris Lattner |
2004-12-15 | Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. | Chris Lattner |
2004-12-13 | When generating code for X86 targets, make sure the fp control word is set | Chris Lattner |
2004-12-10 | Emit correct prototype for __builtin_alloca on V8. | Brian Gaeke |
2004-12-05 | Move lower intrinsics before FP constant emission, in case | Chris Lattner |
2004-12-03 | Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and | Chris Lattner |
2004-12-02 | Reverting revision 1.209. | John Criswell |
2004-11-30 | Do not let GCC emit a warning for INT64_MIN | Chris Lattner |
2004-11-30 | Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al... | Brian Gaeke |
2004-11-13 | Hack around stupidity in GCC, fixing Burg with the CBE and | Chris Lattner |
2004-10-25 | Removed dead method, printPHICopiesForSuccessors(). | John Criswell |
2004-10-25 | Modified switch generation so that only the phi values associated with the | John Criswell |
2004-10-20 | Small performance improvement in generated C code: | John Criswell |
2004-10-17 | Print a semicolon for the unreacahble instruction. This fixes problems | Chris Lattner |
2004-10-17 | The first hunk corrects a bug when printing undef null values. We would print | Chris Lattner |
2004-10-16 | Add support for unreachable and undef | Chris Lattner |
2004-10-11 | Fix a warning that is emitted on the suns | Chris Lattner |
2004-10-06 | Really fix FreeBSD, which apparently doesn't tolerate the extern. | Chris Lattner |
2004-10-06 | FreeBSD uses GCC. Patch contributed by Jeff Cohen! | Chris Lattner |
2004-09-28 | Pull assignment out of for loop conditional in order for this to | Alkis Evlogimenos |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-25 | Previous checkin broke printf(%a) support for fp constants-- re-fix it. | Brian Gaeke |
2004-08-25 | New version of Bill Wendling's PR33 patch. | Brian Gaeke |
2004-08-10 | Paper over CBackend/2004-08-09-va-end-null.ll | Chris Lattner |
2004-07-25 | Temporarily disable this code, as it is emitting LLVM_NAN("nan") which result... | Chris Lattner |
2004-07-21 | Emit NaNs and INFs bit-identically to the bytecode file, if the system has | Brian Gaeke |
2004-07-18 | bug 122: | Reid Spencer |
2004-07-15 | Patches towards fixing PR341 | Chris Lattner |
2004-07-12 | Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> | Misha Brukman |
2004-07-11 | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner |
2004-07-11 | Make these format a bit nicer | Chris Lattner |
2004-07-11 | Auto-registrate target | Chris Lattner |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-06-20 | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner |
2004-06-17 | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner |