aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic
AgeCommit message (Expand)Author
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
2011-10-18Use llvm::Triple's methods to parse FreeBSD version numbers.Benjamin Kramer
2011-10-17For modules, all macros that aren't include guards are implicitlyDouglas Gregor
2011-10-15Place static initializers on linux into the ".text.startup" section, so the l...Benjamin Kramer
2011-10-14Provide half floating point support as a storage only type.Anton Korobeynikov
2011-10-14Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman
2011-10-12Change __extension__ to disable only diagnostics controlled by -pedantic.Bob Wilson
2011-10-12Add target info for Linux on PPC & Sparc.Anton Korobeynikov
2011-10-12Introduce SourceManager::getFileLoc which returns a file locationArgyrios Kyrtzidis
2011-10-11Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith
2011-10-11Allow regparm attribute for PNaCl targetDavid Meyer
2011-10-11Fixed natural stack alignment for Linux x86-32. Thanks Eli.Lang Hames
2011-10-10Update target data strings for ARM and X86 to include the natural stackLang Hames
2011-10-07Add address spaces for TCE target. Patch by Pekka Jääskeläinen.Eli Friedman
2011-10-04Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to overrideDaniel Dunbar