| Commit message (Expand) | Author | Age | Files | Lines |
* | fix CBackend/2005-09-27-VolatileFuncPtr.ll | Chris Lattner | 2005-09-27 | 2 | -8/+8 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -1/+2 |
* | Fix PR618 and Regression/CodeGen/CBackend/2005-08-23-Fmod.ll by not emitting | Chris Lattner | 2005-08-23 | 2 | -0/+28 |
* | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey | 2005-08-17 | 2 | -40/+10 |
* | Fixed PR#596: | John Criswell | 2005-07-14 | 2 | -4/+4 |
* | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner | 2005-06-25 | 3 | -7/+10 |
* | If we support structs as va_list, we must pass pointers to them to va_copy | Andrew Lenharth | 2005-06-22 | 2 | -2/+2 |
* | core changes for varargs | Andrew Lenharth | 2005-06-18 | 2 | -36/+26 |
* | clean up the CBE output a bit | Chris Lattner | 2005-05-06 | 2 | -26/+30 |
* | add tail marker as a comment | Chris Lattner | 2005-05-06 | 2 | -0/+2 |
* | Remove trailing whitespace, patch by Markus Oberhumer. | Misha Brukman | 2005-04-20 | 3 | -115/+115 |
* | Fix the 3 regressions last night, due to my buggy patch from yesterday. | Chris Lattner | 2005-03-19 | 2 | -2/+2 |
* | remove use of getPrev() and getNext() on ilist nodes. | Chris Lattner | 2005-03-18 | 2 | -10/+16 |
* | stop using arg_front | Chris Lattner | 2005-03-15 | 2 | -2/+2 |
* | stop using arg_back | Chris Lattner | 2005-03-15 | 2 | -2/+2 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 2 | -26/+26 |
* | Make sure to remove all dead type names from the symbol table, not just | Chris Lattner | 2005-03-08 | 2 | -18/+16 |
* | Single characters should be printed out as chars, not strings. | Misha Brukman | 2005-03-08 | 2 | -4/+4 |
* | simplify some code. | Chris Lattner | 2005-03-06 | 2 | -10/+8 |
* | Print -X like this: | Chris Lattner | 2005-03-03 | 2 | -44/+60 |
* | Do not lower malloc's to pass "sizeof" expressions like this: | Chris Lattner | 2005-03-03 | 2 | -2/+2 |
* | Remove tabs from file. | Chris Lattner | 2005-02-28 | 2 | -6/+4 |
* | Add support to the C backend for llvm.prefetch. Patch contributed by | Chris Lattner | 2005-02-28 | 2 | -0/+26 |
* | Fix volatile load/store of pointers. Consider this testcase: | Chris Lattner | 2005-02-15 | 2 | -12/+12 |
* | Write out single characters as chars, not strings. | Misha Brukman | 2005-02-14 | 2 | -134/+134 |
* | Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll | Chris Lattner | 2005-02-14 | 2 | -0/+30 |
* | Fix hyphenation in output comment | Misha Brukman | 2005-01-31 | 2 | -2/+2 |
* | Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca | Reid Spencer | 2005-01-23 | 2 | -2/+8 |
* | Fix CBE code so that it compiles with VC++. | Jeff Cohen | 2005-01-06 | 2 | -2/+2 |
* | Fix PR490 | Chris Lattner | 2004-12-29 | 2 | -0/+12 |
* | Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. | Chris Lattner | 2004-12-15 | 2 | -0/+2 |
* | When generating code for X86 targets, make sure the fp control word is set | Chris Lattner | 2004-12-13 | 2 | -0/+26 |
* | Emit correct prototype for __builtin_alloca on V8. | Brian Gaeke | 2004-12-10 | 2 | -2/+16 |
* | Move lower intrinsics before FP constant emission, in case | Chris Lattner | 2004-12-05 | 2 | -4/+14 |
* | Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and | Chris Lattner | 2004-12-03 | 2 | -2/+8 |
* | Reverting revision 1.209. | John Criswell | 2004-12-02 | 2 | -2/+2 |
* | Do not let GCC emit a warning for INT64_MIN | Chris Lattner | 2004-11-30 | 2 | -4/+10 |
* | Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al... | Brian Gaeke | 2004-11-30 | 2 | -2/+2 |
* | 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 |