Age | Commit message (Expand) | Author |
2006-11-08 | For PR950: | Reid Spencer |
2006-11-05 | Fix a bug in the last patch and convert to && instead of & for logical expr. | Reid Spencer |
2006-11-05 | Implement the -enabled-cbe-printf-a feature. | Reid Spencer |
2006-11-02 | For PR786: | Reid Spencer |
2006-11-02 | For PR950: | Reid Spencer |
2006-10-26 | Enclose a case in { and } so that the pickier compilers don't complain. | Reid Spencer |
2006-10-26 | For PR950: | Reid Spencer |
2006-10-22 | Don't generate a prototype for _setjmp. At least on Linux, this function | Reid Spencer |
2006-10-20 | For PR950: | Reid Spencer |
2006-09-28 | Simplify some code, reformat break's | Chris Lattner |
2006-09-17 | Added some eye-candy for Subtarget type checking | Anton Korobeynikov |
2006-09-14 | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov |
2006-09-09 | Add cbe support for powi | Chris Lattner |
2006-09-04 | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner |
2006-07-28 | Make functions with an "asm" name propagate that asm name into the cbe.c file. | Chris Lattner |
2006-06-20 | __i386__, __i386, etc. are not defined for x86-64. Use __x86_64__. | Evan Cheng |
2006-06-06 | Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp | Chris Lattner |
2006-06-02 | Add mingw support, patch contributed by Anton | Chris Lattner |
2006-05-31 | Fix casting so there's no warning on Alpha. | Reid Spencer |
2006-05-24 | For PR786: | Reid Spencer |
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 |