Age | Commit message (Expand) | Author |
---|---|---|
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-02 | Warn about unsupported codegen with the diags machinery, giving us: | Chris Lattner |
2007-11-28 | Implement support for -fwritable-strings and make the code generator | Chris Lattner |
2007-11-13 | Clean up types, removing some casts. Patch contributed by | Chris Lattner |
2007-10-31 | Take 2. | Devang Patel |
2007-10-31 | temporarily revert devang's patch to link in the llvm codegen etc. | Chris Lattner |
2007-10-31 | Make target info available to clang code generator. | Devang Patel |
2007-07-14 | In "int X,Y;", compile both X and Y. | Chris Lattner |
2007-07-13 | implement support for basic codegen of global variables with no initializers. | Chris Lattner |
2007-07-11 | Stage two of getting CFE top correct. | Reid Spencer |