aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic
AgeCommit message (Expand)Author
2011-07-11Disable avx feature from corei7-avx, and use -mavx for now. Right now, if -ma...Bruno Cardoso Lopes
2011-07-11Enable "avx" feature, so it can be seen by llvmBruno Cardoso Lopes
2011-07-11Apply patch from Richard Trieu to fix PR9548:Chandler Carruth
2011-07-08Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul...Eli Friedman
2011-07-08Fix a FIXME in clang ARM driver that was exposed as a bug with ARM backendEvan Cheng
2011-07-07Keep track of which source locations are part of a macro argumentChandler Carruth
2011-07-07Fix a typo in the fpsr register and add the fpcr register.Eric Christopher
2011-07-07Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexe...Argyrios Kyrtzidis
2011-07-07FreeBSD gets FreeBSD target, just mipsel.Joerg Sonnenberger
2011-07-07Make the Preprocessor more memory efficient and improve macro instantiation d...Argyrios Kyrtzidis
2011-07-07Fix bug in SourceManager::getDecomposedInstantiationLocSlowCase.Argyrios Kyrtzidis
2011-07-07For -print-stats, add the number of bytes that SLocEntryTable consumes.Argyrios Kyrtzidis
2011-07-06Keep track of when "unrecoverable" errors occur, then allowDouglas Gregor
2011-07-06SmallVectorize a critical vector.Benjamin Kramer
2011-07-06Fix C&P errorJoerg Sonnenberger
2011-07-05objc-arc: enforce performSelector rules in rejecting retaining selectorsFariborz Jahanian
2011-07-05Remove unused member of Builtin::Info.Eli Friedman
2011-07-05Hook up mipsel-netbsd and mipsel-freebsd for OS specific handling.Joerg Sonnenberger
2011-07-05Use OS-specific configuration for mips-netbsd and mips-freebsd.Joerg Sonnenberger
2011-07-05Don't define _BIG_ENDIAN for NetBSD/PowerPC.Joerg Sonnenberger
2011-07-05Fix indentationJoerg Sonnenberger
2011-07-04Add explicit default case for -Wswitch-enum.Joerg Sonnenberger
2011-07-04Use switch(os) style consistently. Add a bunch of NetBSD branches.Joerg Sonnenberger
2011-07-04On PowerPC, both FreeBSD and NetBSD use ints for (s)size_tJoerg Sonnenberger
2011-07-02Update for llvm commit r134291.Eric Christopher
2011-07-01Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor
2011-06-29Use preferred 64-bit alignment for i64 & f64 for Thumb targets. Radar 9695134.Bob Wilson
2011-06-28Split out logic for valid clobbers and valid inline asm registers.Eric Christopher
2011-06-24SourceManager::isAtStartOfMacroInstantiation should check not only if the loc...Argyrios Kyrtzidis
2011-06-21Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad
2011-06-21Move additional register names to their own lookup, separate fromEric Christopher
2011-06-17As a hopefully temporary workaround for a header mistake, treatJohn McCall
2011-06-17Add some more memory constraints for ARM.Eric Christopher
2011-06-17On ARM make sure that we continue translating 'p' to 'r' for theEric Christopher
2011-06-16Stylistic fix: move virtual keyword before return type.Evan Cheng
2011-06-16Unconditionally #define the ARC ownership qualifiers, instead of #definingJohn McCall
2011-06-15Automatic Reference Counting.John McCall
2011-06-15Generate enumerators for diagnostic categories. Patch by Argyrios!John McCall
2011-06-14StaticDiagNameIndex is never written to, place it into .rodata.Benjamin Kramer
2011-06-13Put classes into anonymous namespaces.Benjamin Kramer
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-06-08Followup to 132737; make two-character string explicit, add someStuart Hastings
2011-06-07Clang support for ARM Uv/Uy/Uq inline-asm constraints.Stuart Hastings
2011-06-03My testing shows that function stat has no problem with trailing separators. ...Francois Pichet
2011-06-02Add stuff for o32 ABI conformance.Akira Hatanaka
2011-05-28Add a couple of helper methods in the SourceManager API, isAtStartOfMacroInst...Argyrios Kyrtzidis
2011-05-25A StringRef-ication of the DiagnosticIDs API and internals.Argyrios Kyrtzidis
2011-05-20sandybridge is now called corei7-avxBenjamin Kramer
2011-05-17Do some safety checks.Argyrios Kyrtzidis
2011-05-13Define __ARM_NEON__ in both ARM and Thumb modes. Radar 9431992.Bob Wilson