| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do some safety checks. | Argyrios Kyrtzidis | 2011-05-17 | 1 | -0/+6 |
| * | Define __ARM_NEON__ in both ARM and Thumb modes. Radar 9431992. | Bob Wilson | 2011-05-13 | 1 | -3/+3 |
| * | __builtin_va_list is void* on ARM, not char*. | John McCall | 2011-05-09 | 1 | -1/+1 |
| * | Introduce a Diagnostic::Report function that accepts and emits a StoredDiagno... | Argyrios Kyrtzidis | 2011-05-05 | 1 | -0/+41 |
| * | Revert r130750, "Make the mno flags match GCC. Patch by Alexander Best!", it ... | Daniel Dunbar | 2011-05-03 | 1 | -45/+29 |
| * | Make the mno flags match GCC. Patch by Alexander Best! | Michael J. Spencer | 2011-05-03 | 1 | -29/+45 |
| * | Enhance clang_getCXTUResourceUsage() to report how much memory is used by Sou... | Ted Kremenek | 2011-04-28 | 1 | -0/+34 |
| * | Remove this assert, I don't think it's being helpful and people have | Eric Christopher | 2011-04-27 | 1 | -1/+0 |
| * | Like the coding standards say, do not use "using namespace std". | Jay Foad | 2011-04-23 | 1 | -2/+0 |
| * | Don't hide #warnings in a system header, same as gcc. Fixes rdar://8495837. | Argyrios Kyrtzidis | 2011-04-21 | 1 | -0/+6 |
| * | Move the check whether a diagnostic must be ignored because it is in a system... | Argyrios Kyrtzidis | 2011-04-21 | 1 | -26/+13 |
| * | Driver/Darwin: Allow OS X deployment targets like 10.4.11, even though they | Daniel Dunbar | 2011-04-21 | 1 | -4/+8 |
| * | PTX: Add PTX intrinsics as builtins and add ptx32 and ptx64 as valid architec... | Justin Holewinski | 2011-04-20 | 1 | -0/+86 |
| * | Teach SourceManager::getSLocEntry() that it can fail due to problems | Douglas Gregor | 2011-04-20 | 1 | -22/+91 |
| * | TWEAK | Daniel Dunbar | 2011-04-19 | 1 | -1/+1 |
| * | Driver/Darwin: Switch to using -macosx for OS name in triples. | Daniel Dunbar | 2011-04-19 | 1 | -5/+1 |
| * | ADT/Triple: Switch to using .isOSDarwin() predicate. | Daniel Dunbar | 2011-04-19 | 1 | -12/+12 |
| * | Basic/Darwin: Add support for new -osx and -ios style triples (not yet used). | Daniel Dunbar | 2011-04-19 | 1 | -17/+33 |
| * | Add SelectorTable::getTotalMemory() to allow clients to query how much memory... | Ted Kremenek | 2011-04-18 | 1 | -0/+4 |
| * | Make -mno-mmx imply -mno-3dnow. This is what gcc does, and it makes sense. | Michael J. Spencer | 2011-04-17 | 1 | -4/+3 |
| * | Initial work to improve documentation for Clang's diagnostics, from Matthieu ... | Douglas Gregor | 2011-04-15 | 2 | -13/+89 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 3 | -4/+4 |
| * | C1X: add a language standard | Peter Collingbourne | 2011-04-15 | 1 | -1/+3 |
| * | Fix a bunch of major problems with __unknown_anytype and properly test | John McCall | 2011-04-09 | 1 | -0/+5 |
| * | refactor flags for TokenKinds.def | Dylan Noblesmith | 2011-04-09 | 1 | -12/+12 |
| * | Eat the UTF-8 BOM at the beginning of a file since it's ignored anyhow. | Eric Christopher | 2011-04-09 | 1 | -6/+5 |
| * | Enable sse4 and aes for SandyBridge. Leave avx support commented out for now. | Roman Divacky | 2011-04-05 | 1 | -2/+5 |
| * | Explain why layout prefers 32 for small types on Thumb. | Sandeep Patel | 2011-04-04 | 1 | -0/+4 |
| * | Change ARM data layout strings to match llvm-gcc. | Bob Wilson | 2011-04-04 | 1 | -5/+5 |
| * | Change Clang's __VERSION__ to include the same basic info as in clang -v. | Daniel Dunbar | 2011-03-31 | 1 | -0/+13 |
| * | Basic: Add support for a build variable to set the repository path that goes | Daniel Dunbar | 2011-03-31 | 1 | -0/+4 |
| * | For Diagnostic::Reset() also reset the state related to #pragma diagnostic. F... | Argyrios Kyrtzidis | 2011-03-26 | 1 | -5/+10 |
| * | Implement a new 'availability' attribute, that allows one to specify | Douglas Gregor | 2011-03-23 | 4 | -3/+53 |
| * | Make the definition of "long double" consistent for llvm::Triple::Win32 for | Eli Friedman | 2011-03-22 | 1 | -1/+3 |
| * | Another cortex-m0 patch from James Orr. | Bob Wilson | 2011-03-21 | 1 | -0/+1 |
| * | Relax assertion to fail during crash recovery cleanup. | Ted Kremenek | 2011-03-21 | 1 | -3/+1 |
| * | Use CrashRecoveryContextCleanup objects to reclaim resources from CompilerIns... | Ted Kremenek | 2011-03-21 | 1 | -1/+7 |
| * | Unbreak build. | Daniel Dunbar | 2011-03-19 | 1 | -1/+2 |
| * | Add support for language-specific address spaces. On top of that, | Peter Collingbourne | 2011-03-18 | 1 | -0/+6 |
| * | Add FileManager::getNoncachedStatValue, which will resolve relative paths aga... | Anders Carlsson | 2011-03-18 | 1 | -0/+8 |
| * | Having FileManager::getFile always open the file, brought much consternation ... | Argyrios Kyrtzidis | 2011-03-16 | 1 | -1/+6 |
| * | lib/Basic/Targets.cpp: __declspec(attr) should be provided on mingw as macro,... | NAKAMURA Takumi | 2011-03-15 | 1 | -2/+18 |
| * | Stop leaking file descriptors. | Argyrios Kyrtzidis | 2011-03-15 | 1 | -14/+16 |
| * | Get rid of the static FileManager::FixupRelativePath. | Anders Carlsson | 2011-03-14 | 1 | -8/+4 |
| * | Add 'OverridenFilesKeepOriginalName' field in SourceManager which if true the... | Argyrios Kyrtzidis | 2011-03-08 | 1 | -2/+4 |
| * | lib/Basic/Targets.cpp: mingw-w64 should define __MINGW32__, too. | NAKAMURA Takumi | 2011-03-08 | 1 | -0/+1 |
| * | Check in the implementation as well... | Anders Carlsson | 2011-03-07 | 1 | -3/+7 |
| * | Convert FileManager::FixupRelativePath over to using PathV2. | Anders Carlsson | 2011-03-06 | 1 | -8/+10 |
| * | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis | 2011-03-05 | 1 | -18/+38 |
| * | Move some of the logic about classifying Objective-C methods into | John McCall | 2011-03-02 | 1 | -0/+50 |