Age | Commit message (Expand) | Author |
2011-12-21 | For SourceManager::isBeforeInTranslationUnit(), have it consider macro arg ex... | Argyrios Kyrtzidis |
2011-12-21 | Bump suitable alignment on darwin ppc 32/64 and x86-32 to 16 bytes. I don't | Nick Lewycky |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-19 | objc-arc: bridge casts in non-objc-arc mode are ignord. | Fariborz Jahanian |
2011-12-19 | SourceManager: use getBufferSize() | Dylan Noblesmith |
2011-12-17 | Update CMake dependencies. | Ted Kremenek |
2011-12-17 | Add -mavx2 and -mno-avx2 command line support. Also add core-avx2 processor t... | Craig Topper |
2011-12-16 | Add the value of "suitably aligned" from the C++11 standard to Basic/TargetInfo. | Nick Lewycky |
2011-12-16 | Fix 80-column violation and whitespace. No functionality change. | Nick Lewycky |
2011-12-16 | C++11 constexpr: Add note stacks containing backtraces if constant evaluation | Richard Smith |
2011-12-15 | In SourceManager::~SourceManager do a sanity check to make sure we | Argyrios Kyrtzidis |
2011-12-15 | gcov-style profiling support for OpenBSD. Patch by Jonathan Gray. | Eli Friedman |
2011-12-12 | Hexagon backend support | Tony Linthicum |
2011-12-10 | In ContentCache::replaceBuffer, add sanity check to make sure that we do not ... | Argyrios Kyrtzidis |
2011-12-10 | Add a sanity check in SourceManager::getColumnNumber, make sure | Argyrios Kyrtzidis |
2011-12-09 | Separate the serialization library's diagnostics from the frontend's | Chandler Carruth |
2011-12-08 | Misc Minix-specific changes to clang: | Eli Friedman |
2011-12-08 | Tweak the syntax of umbrella headers, so that "umbrella" is treated as | Douglas Gregor |
2011-12-08 | Within the module representation, generalize the notion of an umbrella | Douglas Gregor |
2011-12-05 | Parse inferred submodules in module maps, track their contents in | Douglas Gregor |
2011-12-05 | Fix printing of wildcard exports. | Douglas Gregor |
2011-12-05 | Implement support for wildcard exports in modules, allowing a module | Douglas Gregor |
2011-12-02 | Implement (de-)serialization of the set of exported modules in a | Douglas Gregor |
2011-12-02 | Add support for AVX registers to clang inline asm. Add a small testcase | Eric Christopher |
2011-12-02 | When we're passing a vector with an illegal type through memory on x86-64, us... | Eli Friedman |
2011-12-01 | Add support for AMD's bulldozer. | Benjamin Kramer |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |
2011-11-28 | Fix some possible gcc-4.2 may be used uninitialized warnings. | Daniel Dunbar |
2011-11-27 | Make our handling of MMX x SSE closer to what gcc does: | Rafael Espindola |
2011-11-23 | AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs... | James Molloy |
2011-11-17 | Revert r132539 for now, "My testing shows that function stat has no problem w... | NAKAMURA Takumi |
2011-11-16 | Implement (de-)serialization of the buffer contents for an overridden | Douglas Gregor |
2011-11-15 | Add a -cc1-level option -fmodule-name=<name>, which will be used when | Douglas Gregor |
2011-11-15 | Warning option typo correction: When two options have the same edit_distance ... | Benjamin Kramer |
2011-11-14 | Print a typo correction hint for unknown warning flags. | Benjamin Kramer |
2011-11-09 | Define some built-ins macros on mips32 platform, from Simon Atanasyan! | Douglas Gregor |
2011-11-09 | [PCH] Fix reading from PCH of diagnostic pragmas. | Argyrios Kyrtzidis |
2011-11-06 | Use StringRef's case transformation methods. | Benjamin Kramer |
2011-11-05 | Move definitions of SizeType and PtrDiffType to Mips32TargetInfoBase. | Akira Hatanaka |
2011-11-02 | Fix various minor issues find via unreachable code warnings, from | Douglas Gregor |
2011-11-01 | Move ConvertUTF8toUTF32 out of #if 0, in preparation for a patch which needs it. | Eli Friedman |
2011-10-31 | In x86_64, when calling an Objective-C method that returns a _Complex long do... | Anders Carlsson |
2011-10-30 | Add support for sse4a and enable it for amdfam10 cpu. | Roman Divacky |
2011-10-30 | Add support for amdfam10 cpu. | Roman Divacky |
2011-10-27 | Make the loading of information attached to an IdentifierInfo from an | Douglas Gregor |
2011-10-25 | Use assert(0) instead of duplicating the check, suggestion by Anna. | Argyrios Kyrtzidis |
2011-10-25 | Remove the Blackfin backend. | Dan Gohman |
2011-10-24 | Remove the SystemZ backend. | Dan Gohman |
2011-10-22 | Make changes necessary for N32/64 ABI conformance. | Akira Hatanaka |
2011-10-20 | Further refine the diagnostic categories for ARC diagnostics. Addresses <rda... | Ted Kremenek |