summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Ad FreeBSD ARM target info.Daniel Dunbar2009-03-231-0/+15
* Eliminate post-diagnostic hooks. Instead, implement a Sema-specificDouglas Gregor2009-03-201-10/+0
* refactor some code, fixing a problem discovered by the dragonfly bsd people, ...Chris Lattner2009-03-201-19/+31
* pass langoptions around.Chris Lattner2009-03-201-9/+10
* pass LangOptions into TargetInfo::getTargetDefines, so that targetsChris Lattner2009-03-201-33/+53
* Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i...Sebastian Redl2009-03-191-16/+16
* Allow notes to be printed following a fatal error, then suppress anyDouglas Gregor2009-03-191-12/+17
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-162-1/+11
* Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl2009-03-141-16/+16
* Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl2009-03-141-16/+16
* Add Diagnostic files for Frontend and move a couple errors over.Daniel Dunbar2009-03-121-2/+14
* Driver: Use standard Diagnostic interface for diagnostics.Daniel Dunbar2009-03-121-2/+14
* Clear all the linetable state in clear(), fixing problemsChris Lattner2009-03-111-0/+1
* Add a notion of "post-diagnostic hooks", which are callbacks attachedDouglas Gregor2009-03-101-0/+18
* Remove some now-unneeded calls to llvm::errs().flush().Daniel Dunbar2009-03-101-1/+0
* Add FullSourceLoc::getDecomposedLoc.Ted Kremenek2009-03-101-0/+4
* Revert my last couple patches until I can get them to not make the tests fail.Ted Kremenek2009-03-071-8/+0
* Teach Diagnostic about Selector.Ted Kremenek2009-03-071-0/+8
* Selector: (changes made after discussing this more with Steve Naroff)Ted Kremenek2009-03-071-1/+2
* Handle null IdentifierInfo* in Selector::getAsString().Ted Kremenek2009-03-061-4/+6
* Include information about compound statements when crashing in sema or theChris Lattner2009-03-051-11/+35
* allocate MultiKeywordSelector's out of a bump pointer allocator instead of ma...Chris Lattner2009-03-041-10/+22
* implement support for propagating *features* down to the code generatorChris Lattner2009-03-031-8/+41
* Add plumbing to support programatically defining __SSE2__ and friends,Chris Lattner2009-03-021-6/+27
* minor cleanups to target-specific #defines, no functionality change.Chris Lattner2009-03-021-95/+80
* improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner2009-03-023-0/+16
* TargetInfo::validateAsmConstraint now takes a reference to the full constrain...Anders Carlsson2009-02-282-11/+11
* Clean up and document code modification hints.Douglas Gregor2009-02-271-3/+1
* Introduce code modification hints into the diagnostics system. When weDouglas Gregor2009-02-261-0/+63
* Minor refactoring.Fariborz Jahanian2009-02-241-3/+2
* patch for two things.Fariborz Jahanian2009-02-241-2/+3
* add support for amd64-*, patch by Brooks Davis!Chris Lattner2009-02-201-1/+1
* replace a dirty hack with a clean solution. Too bad we can't Chris Lattner2009-02-191-1/+3
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-3/+1
* add an accessor.Chris Lattner2009-02-171-0/+9
* add an accessor.Chris Lattner2009-02-171-0/+12
* fix a minor bug with my previous patchChris Lattner2009-02-171-1/+3
* fix notes so that they are always filtered with the same logic Chris Lattner2009-02-171-45/+79
* Supply the header corresponding to a library builtin as a separate argument t...Douglas Gregor2009-02-161-2/+5
* add a new SourceManager::getInstantiationRange helper method.Chris Lattner2009-02-151-0/+18
* track "just a little more" location information for macro instantiations.Chris Lattner2009-02-151-7/+18
* Add -ffreestanding to suppress the implicit declaration of library builtins l...Douglas Gregor2009-02-141-2/+2
* Define __ELF__ on FreeBSD. Patch by Roman Divacky!Anton Korobeynikov2009-02-141-1/+1
* Fix the build on win32.Cedric Venet2009-02-141-0/+6
* Define __ELF__ for linux systems.Argyrios Kyrtzidis2009-02-141-0/+1
* Give TargetInfo a new IntPtrType to hold the intptr_t type forChris Lattner2009-02-132-0/+3
* Make nonfragile-abi the default for darwin's 64bitFariborz Jahanian2009-02-121-1/+5
* FileManager:Ted Kremenek2009-02-121-6/+4
* search and replaceo? Chris Lattner2009-02-121-1/+1
* Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system callsTed Kremenek2009-02-121-8/+10
OpenPOWER on IntegriCloud