| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ad FreeBSD ARM target info. | Daniel Dunbar | 2009-03-23 | 1 | -0/+15 |
| * | Eliminate post-diagnostic hooks. Instead, implement a Sema-specific | Douglas Gregor | 2009-03-20 | 1 | -10/+0 |
| * | refactor some code, fixing a problem discovered by the dragonfly bsd people, ... | Chris Lattner | 2009-03-20 | 1 | -19/+31 |
| * | pass langoptions around. | Chris Lattner | 2009-03-20 | 1 | -9/+10 |
| * | pass LangOptions into TargetInfo::getTargetDefines, so that targets | Chris Lattner | 2009-03-20 | 1 | -33/+53 |
| * | Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i... | Sebastian Redl | 2009-03-19 | 1 | -16/+16 |
| * | Allow notes to be printed following a fatal error, then suppress any | Douglas Gregor | 2009-03-19 | 1 | -12/+17 |
| * | Build system changes to use TableGen to generate the various | Douglas Gregor | 2009-03-16 | 2 | -1/+11 |
| * | Revert the switch to the tablegen diags. It fails for seperate objdir builds ... | Sebastian Redl | 2009-03-14 | 1 | -16/+16 |
| * | Switch diagnostics from .def to tablegen files. Please validate the Windows b... | Sebastian Redl | 2009-03-14 | 1 | -16/+16 |
| * | Add Diagnostic files for Frontend and move a couple errors over. | Daniel Dunbar | 2009-03-12 | 1 | -2/+14 |
| * | Driver: Use standard Diagnostic interface for diagnostics. | Daniel Dunbar | 2009-03-12 | 1 | -2/+14 |
| * | Clear all the linetable state in clear(), fixing problems | Chris Lattner | 2009-03-11 | 1 | -0/+1 |
| * | Add a notion of "post-diagnostic hooks", which are callbacks attached | Douglas Gregor | 2009-03-10 | 1 | -0/+18 |
| * | Remove some now-unneeded calls to llvm::errs().flush(). | Daniel Dunbar | 2009-03-10 | 1 | -1/+0 |
| * | Add FullSourceLoc::getDecomposedLoc. | Ted Kremenek | 2009-03-10 | 1 | -0/+4 |
| * | Revert my last couple patches until I can get them to not make the tests fail. | Ted Kremenek | 2009-03-07 | 1 | -8/+0 |
| * | Teach Diagnostic about Selector. | Ted Kremenek | 2009-03-07 | 1 | -0/+8 |
| * | Selector: (changes made after discussing this more with Steve Naroff) | Ted Kremenek | 2009-03-07 | 1 | -1/+2 |
| * | Handle null IdentifierInfo* in Selector::getAsString(). | Ted Kremenek | 2009-03-06 | 1 | -4/+6 |
| * | Include information about compound statements when crashing in sema or the | Chris Lattner | 2009-03-05 | 1 | -11/+35 |
| * | allocate MultiKeywordSelector's out of a bump pointer allocator instead of ma... | Chris Lattner | 2009-03-04 | 1 | -10/+22 |
| * | implement support for propagating *features* down to the code generator | Chris Lattner | 2009-03-03 | 1 | -8/+41 |
| * | Add plumbing to support programatically defining __SSE2__ and friends, | Chris Lattner | 2009-03-02 | 1 | -6/+27 |
| * | minor cleanups to target-specific #defines, no functionality change. | Chris Lattner | 2009-03-02 | 1 | -95/+80 |
| * | improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) | Chris Lattner | 2009-03-02 | 3 | -0/+16 |
| * | TargetInfo::validateAsmConstraint now takes a reference to the full constrain... | Anders Carlsson | 2009-02-28 | 2 | -11/+11 |
| * | Clean up and document code modification hints. | Douglas Gregor | 2009-02-27 | 1 | -3/+1 |
| * | Introduce code modification hints into the diagnostics system. When we | Douglas Gregor | 2009-02-26 | 1 | -0/+63 |
| * | Minor refactoring. | Fariborz Jahanian | 2009-02-24 | 1 | -3/+2 |
| * | patch for two things. | Fariborz Jahanian | 2009-02-24 | 1 | -2/+3 |
| * | add support for amd64-*, patch by Brooks Davis! | Chris Lattner | 2009-02-20 | 1 | -1/+1 |
| * | replace a dirty hack with a clean solution. Too bad we can't | Chris Lattner | 2009-02-19 | 1 | -1/+3 |
| * | Fix a long standard problem with clang retaining "too much" sugar | Chris Lattner | 2009-02-19 | 1 | -3/+1 |
| * | add an accessor. | Chris Lattner | 2009-02-17 | 1 | -0/+9 |
| * | add an accessor. | Chris Lattner | 2009-02-17 | 1 | -0/+12 |
| * | fix a minor bug with my previous patch | Chris Lattner | 2009-02-17 | 1 | -1/+3 |
| * | fix notes so that they are always filtered with the same logic | Chris Lattner | 2009-02-17 | 1 | -45/+79 |
| * | Supply the header corresponding to a library builtin as a separate argument t... | Douglas Gregor | 2009-02-16 | 1 | -2/+5 |
| * | add a new SourceManager::getInstantiationRange helper method. | Chris Lattner | 2009-02-15 | 1 | -0/+18 |
| * | track "just a little more" location information for macro instantiations. | Chris Lattner | 2009-02-15 | 1 | -7/+18 |
| * | Add -ffreestanding to suppress the implicit declaration of library builtins l... | Douglas Gregor | 2009-02-14 | 1 | -2/+2 |
| * | Define __ELF__ on FreeBSD. Patch by Roman Divacky! | Anton Korobeynikov | 2009-02-14 | 1 | -1/+1 |
| * | Fix the build on win32. | Cedric Venet | 2009-02-14 | 1 | -0/+6 |
| * | Define __ELF__ for linux systems. | Argyrios Kyrtzidis | 2009-02-14 | 1 | -0/+1 |
| * | Give TargetInfo a new IntPtrType to hold the intptr_t type for | Chris Lattner | 2009-02-13 | 2 | -0/+3 |
| * | Make nonfragile-abi the default for darwin's 64bit | Fariborz Jahanian | 2009-02-12 | 1 | -1/+5 |
| * | FileManager: | Ted Kremenek | 2009-02-12 | 1 | -6/+4 |
| * | search and replaceo? | Chris Lattner | 2009-02-12 | 1 | -1/+1 |
| * | Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls | Ted Kremenek | 2009-02-12 | 1 | -8/+10 |