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