Age | Commit message (Expand) | Author |
2006-05-23 | Print struct return functions and calls as actually returning the hidden | Chris Lattner |
2006-04-17 | Add checks for __OpenBSD__. | Jeff Cohen |
2006-03-23 | Modify how CBE handles #lines. | Jim Laskey |
2006-03-23 | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner |
2006-03-13 | Handle builtins that directly correspond to GCC builtins. | Chris Lattner |
2006-03-13 | Handle the removal of the debug chain. | Jim Laskey |
2006-03-08 | Add #line support for CBE. | Jim Laskey |
2006-03-07 | Two things: | Chris Lattner |
2006-02-13 | Another hack due to allowing multiple symbols with the same name. | Chris Lattner |
2006-01-20 | Make the C writer work with packed types. printContainedStructs is | Robert Bocchino |
2006-01-20 | Simplify CWriter::printContainedStructs, also allowing it to work with | Chris Lattner |
2005-12-27 | yet more C++ standards-compliance stuff. | Duraid Madina |
2005-11-10 | do not allow '.' in symbol names | Chris Lattner |
2005-11-10 | Call this method with the object we have | Chris Lattner |
2005-11-08 | Add a new option to indicate we want the code generator to emit code quickly,... | Chris Lattner |
2005-11-02 | Fix a QOI issue noticed by Markus F.X.J. Oberhumer. | Chris Lattner |
2005-09-27 | fix CBackend/2005-09-27-VolatileFuncPtr.ll | Chris Lattner |
2005-08-23 | Fix PR618 and Regression/CodeGen/CBackend/2005-08-23-Fmod.ll by not emitting | Chris Lattner |
2005-08-17 | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey |
2005-07-14 | Fixed PR#596: | John Criswell |
2005-06-25 | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner |
2005-06-22 | If we support structs as va_list, we must pass pointers to them to va_copy | Andrew Lenharth |
2005-06-18 | core changes for varargs | Andrew Lenharth |
2005-05-06 | clean up the CBE output a bit | Chris Lattner |
2005-05-06 | add tail marker as a comment | Chris Lattner |
2005-04-20 | Remove trailing whitespace, patch by Markus Oberhumer. | Misha Brukman |
2005-03-19 | Fix the 3 regressions last night, due to my buggy patch from yesterday. | Chris Lattner |
2005-03-18 | remove use of getPrev() and getNext() on ilist nodes. | Chris Lattner |
2005-03-15 | stop using arg_front | Chris Lattner |
2005-03-15 | stop using arg_back | Chris Lattner |
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 |