| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Modify how CBE handles #lines. | Jim Laskey | 2006-03-23 | 1 | -9/+5 |
| * | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner | 2006-03-23 | 1 | -3/+3 |
| * | Handle builtins that directly correspond to GCC builtins. | Chris Lattner | 2006-03-13 | 1 | -2/+25 |
| * | Handle the removal of the debug chain. | Jim Laskey | 2006-03-13 | 1 | -2/+2 |
| * | Add #line support for CBE. | Jim Laskey | 2006-03-08 | 1 | -0/+17 |
| * | Two things: | Chris Lattner | 2006-03-07 | 1 | -12/+89 |
| * | Another hack due to allowing multiple symbols with the same name. | Chris Lattner | 2006-02-13 | 1 | -11/+52 |
| * | Make the C writer work with packed types. printContainedStructs is | Robert Bocchino | 2006-01-20 | 1 | -4/+49 |
| * | Simplify CWriter::printContainedStructs, also allowing it to work with | Chris Lattner | 2006-01-20 | 1 | -18/+11 |
| * | yet more C++ standards-compliance stuff. | Duraid Madina | 2005-12-27 | 1 | -0/+1 |
| * | do not allow '.' in symbol names | Chris Lattner | 2005-11-10 | 1 | -0/+1 |
| * | Call this method with the object we have | Chris Lattner | 2005-11-10 | 1 | -2/+2 |
| * | Add a new option to indicate we want the code generator to emit code quickly,... | Chris Lattner | 2005-11-08 | 1 | -1/+1 |
| * | Fix a QOI issue noticed by Markus F.X.J. Oberhumer. | Chris Lattner | 2005-11-02 | 1 | -0/+1 |
| * | fix CBackend/2005-09-27-VolatileFuncPtr.ll | Chris Lattner | 2005-09-27 | 1 | -4/+4 |
| * | Fix PR618 and Regression/CodeGen/CBackend/2005-08-23-Fmod.ll by not emitting | Chris Lattner | 2005-08-23 | 1 | -0/+14 |
| * | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey | 2005-08-17 | 1 | -20/+5 |
| * | Fixed PR#596: | John Criswell | 2005-07-14 | 1 | -2/+2 |
| * | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner | 2005-06-25 | 1 | -3/+4 |
| * | If we support structs as va_list, we must pass pointers to them to va_copy | Andrew Lenharth | 2005-06-22 | 1 | -1/+1 |
| * | core changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -18/+13 |
| * | clean up the CBE output a bit | Chris Lattner | 2005-05-06 | 1 | -13/+15 |
| * | add tail marker as a comment | Chris Lattner | 2005-05-06 | 1 | -0/+1 |
| * | Remove trailing whitespace, patch by Markus Oberhumer. | Misha Brukman | 2005-04-20 | 1 | -56/+56 |
| * | Fix the 3 regressions last night, due to my buggy patch from yesterday. | Chris Lattner | 2005-03-19 | 1 | -1/+1 |
| * | remove use of getPrev() and getNext() on ilist nodes. | Chris Lattner | 2005-03-18 | 1 | -5/+8 |
| * | stop using arg_front | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
| * | stop using arg_back | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
| * | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -13/+13 |
| * | Make sure to remove all dead type names from the symbol table, not just | Chris Lattner | 2005-03-08 | 1 | -9/+8 |
| * | Single characters should be printed out as chars, not strings. | Misha Brukman | 2005-03-08 | 1 | -2/+2 |
| * | simplify some code. | Chris Lattner | 2005-03-06 | 1 | -5/+4 |
| * | Print -X like this: | Chris Lattner | 2005-03-03 | 1 | -22/+30 |
| * | Do not lower malloc's to pass "sizeof" expressions like this: | Chris Lattner | 2005-03-03 | 1 | -1/+1 |
| * | Remove tabs from file. | Chris Lattner | 2005-02-28 | 1 | -3/+2 |
| * | Add support to the C backend for llvm.prefetch. Patch contributed by | Chris Lattner | 2005-02-28 | 1 | -0/+13 |
| * | Fix volatile load/store of pointers. Consider this testcase: | Chris Lattner | 2005-02-15 | 1 | -6/+6 |
| * | Write out single characters as chars, not strings. | Misha Brukman | 2005-02-14 | 1 | -67/+67 |
| * | Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll | Chris Lattner | 2005-02-14 | 1 | -0/+15 |
| * | Fix hyphenation in output comment | Misha Brukman | 2005-01-31 | 1 | -1/+1 |
| * | Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca | Reid Spencer | 2005-01-23 | 1 | -1/+4 |
| * | Fix CBE code so that it compiles with VC++. | Jeff Cohen | 2005-01-06 | 1 | -1/+1 |
| * | Fix PR490 | Chris Lattner | 2004-12-29 | 1 | -0/+6 |
| * | Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1. | Chris Lattner | 2004-12-15 | 1 | -0/+1 |
| * | When generating code for X86 targets, make sure the fp control word is set | Chris Lattner | 2004-12-13 | 1 | -0/+13 |
| * | Emit correct prototype for __builtin_alloca on V8. | Brian Gaeke | 2004-12-10 | 1 | -1/+8 |
| * | Move lower intrinsics before FP constant emission, in case | Chris Lattner | 2004-12-05 | 1 | -2/+7 |
| * | Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and | Chris Lattner | 2004-12-03 | 1 | -1/+4 |
| * | Reverting revision 1.209. | John Criswell | 2004-12-02 | 1 | -1/+1 |
| * | Do not let GCC emit a warning for INT64_MIN | Chris Lattner | 2004-11-30 | 1 | -2/+5 |