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