summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
Commit message (Expand)AuthorAgeFilesLines
* simplifyChris Lattner2011-07-141-1/+1
* StringMap::first() is about to start returning a StringRef, adapt.Chris Lattner2011-07-141-1/+2
* Disable avx feature from corei7-avx, and use -mavx for now. Right now, if -ma...Bruno Cardoso Lopes2011-07-111-1/+1
* Enable "avx" feature, so it can be seen by llvmBruno Cardoso Lopes2011-07-111-1/+1
* Apply patch from Richard Trieu to fix PR9548:Chandler Carruth2011-07-111-3/+11
* Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul...Eli Friedman2011-07-081-37/+53
* Fix a FIXME in clang ARM driver that was exposed as a bug with ARM backendEvan Cheng2011-07-081-11/+2
* Keep track of which source locations are part of a macro argumentChandler Carruth2011-07-071-4/+27
* Fix a typo in the fpsr register and add the fpcr register.Eric Christopher2011-07-071-5/+5
* Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexe...Argyrios Kyrtzidis2011-07-071-55/+0
* FreeBSD gets FreeBSD target, just mipsel.Joerg Sonnenberger2011-07-071-1/+1
* Make the Preprocessor more memory efficient and improve macro instantiation d...Argyrios Kyrtzidis2011-07-071-52/+34
* Fix bug in SourceManager::getDecomposedInstantiationLocSlowCase.Argyrios Kyrtzidis2011-07-071-3/+4
* For -print-stats, add the number of bytes that SLocEntryTable consumes.Argyrios Kyrtzidis2011-07-071-1/+3
* Keep track of when "unrecoverable" errors occur, then allowDouglas Gregor2011-07-062-3/+7
* SmallVectorize a critical vector.Benjamin Kramer2011-07-061-1/+1
* Fix C&P errorJoerg Sonnenberger2011-07-061-1/+1
* objc-arc: enforce performSelector rules in rejecting retaining selectorsFariborz Jahanian2011-07-051-0/+2
* Remove unused member of Builtin::Info.Eli Friedman2011-07-052-23/+15
* Hook up mipsel-netbsd and mipsel-freebsd for OS specific handling.Joerg Sonnenberger2011-07-051-4/+11
* Use OS-specific configuration for mips-netbsd and mips-freebsd.Joerg Sonnenberger2011-07-051-4/+11
* Don't define _BIG_ENDIAN for NetBSD/PowerPC.Joerg Sonnenberger2011-07-051-1/+2
* Fix indentationJoerg Sonnenberger2011-07-051-3/+3
* Add explicit default case for -Wswitch-enum.Joerg Sonnenberger2011-07-041-0/+2
* Use switch(os) style consistently. Add a bunch of NetBSD branches.Joerg Sonnenberger2011-07-041-10/+27
* On PowerPC, both FreeBSD and NetBSD use ints for (s)size_tJoerg Sonnenberger2011-07-041-1/+5
* Update for llvm commit r134291.Eric Christopher2011-07-021-1/+2
* Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor2011-07-011-0/+73
* Use preferred 64-bit alignment for i64 & f64 for Thumb targets. Radar 9695134.Bob Wilson2011-06-291-1/+1
* Split out logic for valid clobbers and valid inline asm registers.Eric Christopher2011-06-281-3/+8
* SourceManager::isAtStartOfMacroInstantiation should check not only if the loc...Argyrios Kyrtzidis2011-06-241-1/+5
* Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad2011-06-211-4/+4
* Move additional register names to their own lookup, separate fromEric Christopher2011-06-212-13/+45
* As a hopefully temporary workaround for a header mistake, treatJohn McCall2011-06-171-0/+1
* Add some more memory constraints for ARM.Eric Christopher2011-06-171-0/+6
* On ARM make sure that we continue translating 'p' to 'r' for theEric Christopher2011-06-171-0/+3
* Stylistic fix: move virtual keyword before return type.Evan Cheng2011-06-161-2/+1
* Unconditionally #define the ARC ownership qualifiers, instead of #definingJohn McCall2011-06-161-8/+1
* Automatic Reference Counting.John McCall2011-06-153-10/+38
* Generate enumerators for diagnostic categories. Patch by Argyrios!John McCall2011-06-151-1/+23
* StaticDiagNameIndex is never written to, place it into .rodata.Benjamin Kramer2011-06-141-2/+2
* Put classes into anonymous namespaces.Benjamin Kramer2011-06-131-20/+26
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+1
* Followup to 132737; make two-character string explicit, add someStuart Hastings2011-06-081-1/+1
* Clang support for ARM Uv/Uy/Uq inline-asm constraints.Stuart Hastings2011-06-071-4/+26
* My testing shows that function stat has no problem with trailing separators. ...Francois Pichet2011-06-031-4/+0
* Add stuff for o32 ABI conformance.Akira Hatanaka2011-06-021-2/+4
* Add a couple of helper methods in the SourceManager API, isAtStartOfMacroInst...Argyrios Kyrtzidis2011-05-281-0/+67
* A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis2011-05-252-67/+124
* sandybridge is now called corei7-avxBenjamin Kramer2011-05-201-1/+1
OpenPOWER on IntegriCloud