Age | Commit message (Expand) | Author |
2006-11-28 | gcc doesn't like an empty colbber list | Andrew Lenharth |
2006-11-28 | Make identity default, and fix PR1020 | Andrew Lenharth |
2006-11-28 | update comments | Andrew Lenharth |
2006-11-28 | Get the asminfo for the target most closely matching the module and use that ... | Andrew Lenharth |
2006-11-27 | Preliminary support for inline asm in the cbe. The target specific ugliness | Andrew Lenharth |
2006-11-27 | When truncating to bool, it is necessary to & with 1 for all casts that | Reid Spencer |
2006-11-27 | For PR950: | Reid Spencer |
2006-11-15 | Simplify IntrinsicLowering and clarify that it is only for use by the | Chris Lattner |
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 |