| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reject compiles for x86_64 target for MacOS versions which | Fariborz Jahanian | 2009-04-10 | 1 | -0/+8 |
| * | Support -miphoneos-version-min in clang-cc. | Daniel Dunbar | 2009-04-10 | 1 | -2/+60 |
| * | Arrange for the preprocessor to be passed down into the PCH writer. | Chris Lattner | 2009-04-10 | 1 | -1/+2 |
| * | PCH serialization/deserialization of the source manager. With this | Douglas Gregor | 2009-04-10 | 1 | -6/+21 |
| * | Implementation of pre-compiled headers (PCH) based on lazy | Douglas Gregor | 2009-04-09 | 1 | -0/+23 |
| * | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor | 2009-04-09 | 1 | -3/+3 |
| * | Make -include, -imacros paths absolute in Frontend. | Daniel Dunbar | 2009-04-09 | 1 | -13/+22 |
| * | finish the implementation of -imacros. The driver still needs to be hooked up. | Chris Lattner | 2009-04-08 | 1 | -0/+3 |
| * | According to the GCC man page, all -imacros are included before any -include's. | Chris Lattner | 2009-04-08 | 1 | -15/+10 |
| * | properly escape filenames when generating implicit #includes, this handles | Chris Lattner | 2009-04-08 | 1 | -2/+8 |
| * | Add initial support for -imacros. Right now it has the same semantics as | Chris Lattner | 2009-04-08 | 1 | -13/+48 |
| * | More fixes to builtin preprocessor defines. | Daniel Dunbar | 2009-04-08 | 1 | -6/+14 |
| * | Make debug info work when using -save-temps. | Daniel Dunbar | 2009-04-08 | 1 | -0/+6 |
| * | fix typo, noticed by Gabor | Chris Lattner | 2009-04-08 | 1 | -1/+1 |
| * | Set __PIC__ (more) correctly. | Daniel Dunbar | 2009-04-08 | 1 | -0/+8 |
| * | Driver: Fix forwarding of -{std,ansi,trigraphs} when there are | Daniel Dunbar | 2009-04-07 | 1 | -8/+2 |
| * | Driver: Manually translate a number of -f with no- variants options to | Daniel Dunbar | 2009-04-07 | 1 | -9/+5 |
| * | add a warning for this crazy case, as suggested by Eli. | Chris Lattner | 2009-04-07 | 1 | -1/+7 |
| * | implement rdar://6762183. I'm not sure if it is more insane that | Chris Lattner | 2009-04-07 | 1 | -1/+6 |
| * | Remove a FIXME, the driver handles -O4. | Daniel Dunbar | 2009-04-07 | 1 | -1/+0 |
| * | Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are pas... | Anders Carlsson | 2009-04-06 | 1 | -25/+34 |
| * | enable -std=c9x and -std=iso9899:199x, patch by Ed Schouten! | Chris Lattner | 2009-04-06 | 1 | -2/+2 |
| * | Implement -fvisibility. | Fariborz Jahanian | 2009-04-03 | 1 | -0/+23 |
| * | Rename GeneratePCH action to GeneratePTH | Douglas Gregor | 2009-04-02 | 1 | -3/+3 |
| * | Add a new command-line option "-fixit-at=file:line:column" that only | Douglas Gregor | 2009-04-02 | 1 | -0/+121 |
| * | Remove -ftrapu. | Mike Stump | 2009-04-02 | 1 | -8/+2 |
| * | Provide FIX-IT notes to describe what fix-it is doing behind the | Douglas Gregor | 2009-04-02 | 1 | -2/+1 |
| * | Introduce a "-fixit" mode to clang-cc that applies code-modification hints. | Douglas Gregor | 2009-04-02 | 1 | -1/+17 |
| * | Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a | Mike Stump | 2009-04-02 | 1 | -2/+8 |
| * | Add -ftrapv support, patch from David Chisnall; well all except the | Mike Stump | 2009-04-01 | 1 | -0/+9 |
| * | Revert r68221, -ftrapv support, which causes several regressions in | Douglas Gregor | 2009-04-01 | 1 | -9/+0 |
| * | Add -ftrapv support, patch from David Chisnall; well all except the | Mike Stump | 2009-04-01 | 1 | -0/+9 |
| * | Pull clang-cc code for generating PTH files based on the input type. | Daniel Dunbar | 2009-04-01 | 1 | -45/+12 |
| * | Add '-emit-pth' option to clang-cc as an alternate API for the high-level driver | Ted Kremenek | 2009-04-01 | 1 | -1/+3 |
| * | Add two FIXMEs | Daniel Dunbar | 2009-03-31 | 1 | -0/+4 |
| * | Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of the | Ted Kremenek | 2009-03-31 | 1 | -0/+1714 |