summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* Parse inferred submodules in module maps, track their contents inDouglas Gregor2011-12-051-9/+22
* Fix printing of wildcard exports.Douglas Gregor2011-12-051-5/+14
* Implement support for wildcard exports in modules, allowing a moduleDouglas Gregor2011-12-051-0/+12
* Implement (de-)serialization of the set of exported modules in aDouglas Gregor2011-12-021-0/+25
* Add support for AVX registers to clang inline asm. Add a small testcaseEric Christopher2011-12-021-0/+2
* When we're passing a vector with an illegal type through memory on x86-64, us...Eli Friedman2011-12-021-1/+5
* Add support for AMD's bulldozer.Benjamin Kramer2011-12-011-0/+26
* Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor2011-11-302-0/+92
* Fix some possible gcc-4.2 may be used uninitialized warnings.Daniel Dunbar2011-11-281-1/+1
* Make our handling of MMX x SSE closer to what gcc does:Rafael Espindola2011-11-271-11/+34
* AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs...James Molloy2011-11-231-0/+5
* Revert r132539 for now, "My testing shows that function stat has no problem w...NAKAMURA Takumi2011-11-171-0/+6
* Implement (de-)serialization of the buffer contents for an overriddenDouglas Gregor2011-11-161-0/+1
* Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor2011-11-151-0/+2
* Warning option typo correction: When two options have the same edit_distance ...Benjamin Kramer2011-11-151-4/+6
* Print a typo correction hint for unknown warning flags.Benjamin Kramer2011-11-141-0/+21
* Define some built-ins macros on mips32 platform, from Simon Atanasyan!Douglas Gregor2011-11-091-0/+4
* [PCH] Fix reading from PCH of diagnostic pragmas.Argyrios Kyrtzidis2011-11-091-10/+1
* Use StringRef's case transformation methods.Benjamin Kramer2011-11-061-3/+2
* Move definitions of SizeType and PtrDiffType to Mips32TargetInfoBase.Akira Hatanaka2011-11-051-5/+5
* Fix various minor issues find via unreachable code warnings, fromDouglas Gregor2011-11-021-0/+2
* Move ConvertUTF8toUTF32 out of #if 0, in preparation for a patch which needs it.Eli Friedman2011-11-011-61/+62
* In x86_64, when calling an Objective-C method that returns a _Complex long do...Anders Carlsson2011-10-312-0/+6
* Add support for sse4a and enable it for amdfam10 cpu.Roman Divacky2011-10-301-3/+9
* Add support for amdfam10 cpu.Roman Divacky2011-10-301-0/+9
* Make the loading of information attached to an IdentifierInfo from anDouglas Gregor2011-10-271-0/+2
* Use assert(0) instead of duplicating the check, suggestion by Anna.Argyrios Kyrtzidis2011-10-251-3/+3
* Remove the Blackfin backend.Dan Gohman2011-10-251-79/+0
* Remove the SystemZ backend.Dan Gohman2011-10-241-63/+0
* Make changes necessary for N32/64 ABI conformance.Akira Hatanaka2011-10-221-9/+25
* Further refine the diagnostic categories for ARC diagnostics. Addresses <rda...Ted Kremenek2011-10-201-2/+7
* Use llvm::Triple's methods to parse FreeBSD version numbers.Benjamin Kramer2011-10-181-4/+5
* For modules, all macros that aren't include guards are implicitlyDouglas Gregor2011-10-171-0/+2
* Place static initializers on linux into the ".text.startup" section, so the l...Benjamin Kramer2011-10-151-0/+4
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+3
* Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...Eli Friedman2011-10-142-0/+19
* Change __extension__ to disable only diagnostics controlled by -pedantic.Bob Wilson2011-10-121-3/+6
* Add target info for Linux on PPC & Sparc.Anton Korobeynikov2011-10-121-0/+6
* Introduce SourceManager::getFileLoc which returns a file locationArgyrios Kyrtzidis2011-10-121-0/+10
* Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith2011-10-111-7/+10
* Allow regparm attribute for PNaCl targetDavid Meyer2011-10-111-0/+1
* Fixed natural stack alignment for Linux x86-32. Thanks Eli.Lang Hames2011-10-111-1/+1
* Update target data strings for ARM and X86 to include the natural stackLang Hames2011-10-101-9/+9
* Add address spaces for TCE target. Patch by Pekka Jääskeläinen.Eli Friedman2011-10-071-0/+7
* Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to overrideDaniel Dunbar2011-10-041-0/+7
* Make sure SourceManager::getFileIDLoaded doesn't hang in release build becaus...Argyrios Kyrtzidis2011-10-031-0/+4
* PTX: Add some basic support for OpenCL address spacesJustin Holewinski2011-10-031-0/+6
* Basic/Diagnostic: Kill off a few unnecessary functions now that refactoring i...Daniel Dunbar2011-09-292-8/+6
* Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be...Daniel Dunbar2011-09-292-69/+55
* Basic/Diagnostics: Add three explicit bits to DiagnosticMappingInfo to track ...Daniel Dunbar2011-09-292-21/+66
OpenPOWER on IntegriCloud