summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Do some safety checks.Argyrios Kyrtzidis2011-05-171-0/+6
* Define __ARM_NEON__ in both ARM and Thumb modes. Radar 9431992.Bob Wilson2011-05-131-3/+3
* __builtin_va_list is void* on ARM, not char*.John McCall2011-05-091-1/+1
* Introduce a Diagnostic::Report function that accepts and emits a StoredDiagno...Argyrios Kyrtzidis2011-05-051-0/+41
* Revert r130750, "Make the mno flags match GCC. Patch by Alexander Best!", it ...Daniel Dunbar2011-05-031-45/+29
* Make the mno flags match GCC. Patch by Alexander Best!Michael J. Spencer2011-05-031-29/+45
* Enhance clang_getCXTUResourceUsage() to report how much memory is used by Sou...Ted Kremenek2011-04-281-0/+34
* Remove this assert, I don't think it's being helpful and people haveEric Christopher2011-04-271-1/+0
* Like the coding standards say, do not use "using namespace std".Jay Foad2011-04-231-2/+0
* Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837.Argyrios Kyrtzidis2011-04-211-0/+6
* Move the check whether a diagnostic must be ignored because it is in a system...Argyrios Kyrtzidis2011-04-211-26/+13
* Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though theyDaniel Dunbar2011-04-211-4/+8
* PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architec...Justin Holewinski2011-04-201-0/+86
* Teach SourceManager::getSLocEntry() that it can fail due to problemsDouglas Gregor2011-04-201-22/+91
* TWEAKDaniel Dunbar2011-04-191-1/+1
* Driver/Darwin: Switch to using -macosx for OS name in triples.Daniel Dunbar2011-04-191-5/+1
* ADT/Triple: Switch to using .isOSDarwin() predicate.Daniel Dunbar2011-04-191-12/+12
* Basic/Darwin: Add support for new -osx and -ios style triples (not yet used).Daniel Dunbar2011-04-191-17/+33
* Add SelectorTable::getTotalMemory() to allow clients to query how much memory...Ted Kremenek2011-04-181-0/+4
* Make -mno-mmx imply -mno-3dnow. This is what gcc does, and it makes sense.Michael J. Spencer2011-04-171-4/+3
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-152-13/+89
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-153-4/+4
* C1X: add a language standardPeter Collingbourne2011-04-151-1/+3
* Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall2011-04-091-0/+5
* refactor flags for TokenKinds.defDylan Noblesmith2011-04-091-12/+12
* Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow.Eric Christopher2011-04-091-6/+5
* Enable sse4 and aes for SandyBridge. Leave avx support commented out for now.Roman Divacky2011-04-051-2/+5
* Explain why layout prefers 32 for small types on Thumb.Sandeep Patel2011-04-041-0/+4
* Change ARM data layout strings to match llvm-gcc.Bob Wilson2011-04-041-5/+5
* Change Clang's __VERSION__ to include the same basic info as in clang -v.Daniel Dunbar2011-03-311-0/+13
* Basic: Add support for a build variable to set the repository path that goesDaniel Dunbar2011-03-311-0/+4
* For Diagnostic::Reset() also reset the state related to #pragma diagnostic. F...Argyrios Kyrtzidis2011-03-261-5/+10
* Implement a new 'availability' attribute, that allows one to specifyDouglas Gregor2011-03-234-3/+53
* Make the definition of "long double" consistent for llvm::Triple::Win32 forEli Friedman2011-03-221-1/+3
* Another cortex-m0 patch from James Orr.Bob Wilson2011-03-211-0/+1
* Relax assertion to fail during crash recovery cleanup.Ted Kremenek2011-03-211-3/+1
* Use CrashRecoveryContextCleanup objects to reclaim resources from CompilerIns...Ted Kremenek2011-03-211-1/+7
* Unbreak build.Daniel Dunbar2011-03-191-1/+2
* Add support for language-specific address spaces. On top of that,Peter Collingbourne2011-03-181-0/+6
* Add FileManager::getNoncachedStatValue, which will resolve relative paths aga...Anders Carlsson2011-03-181-0/+8
* Having FileManager::getFile always open the file, brought much consternation ...Argyrios Kyrtzidis2011-03-161-1/+6
* lib/Basic/Targets.cpp: __declspec(attr) should be provided on mingw as macro,...NAKAMURA Takumi2011-03-151-2/+18
* Stop leaking file descriptors.Argyrios Kyrtzidis2011-03-151-14/+16
* Get rid of the static FileManager::FixupRelativePath.Anders Carlsson2011-03-141-8/+4
* Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the...Argyrios Kyrtzidis2011-03-081-2/+4
* lib/Basic/Targets.cpp: mingw-w64 should define __MINGW32__, too.NAKAMURA Takumi2011-03-081-0/+1
* Check in the implementation as well...Anders Carlsson2011-03-071-3/+7
* Convert FileManager::FixupRelativePath over to using PathV2.Anders Carlsson2011-03-061-8/+10
* Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis2011-03-051-18/+38
* Move some of the logic about classifying Objective-C methods intoJohn McCall2011-03-021-0/+50
OpenPOWER on IntegriCloud