llvm-project/clang/lib
Daniel Dunbar ce25f33e2a Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for the
cases we care about.
 - This is eventually going to be unified outside the host specific code.

llvm-svn: 110693
2010-08-10 17:39:05 +00:00
..
AST Instead of having a specific CXTranslationUnit_* option flag for 2010-08-09 22:28:58 +00:00
Analysis Remove bonehead redeclaration. 2010-08-05 00:03:46 +00:00
Basic Define _INTEGRAL_MAX_BITS for the win32 and win64 targets, from Per Lindén! 2010-08-06 12:37:52 +00:00
Checker Allow EvalBinOpNN to handle expressions of the form $a+$b if $b can be reduced to a constant. 2010-08-09 20:31:57 +00:00
CodeGen Even if a constant's evaluated value is used, emit debug info for the constant variable. 2010-08-10 07:24:25 +00:00
Driver Driver/FreeBSD: Infer the right arch name in the presence of -m32,-m64, for the 2010-08-10 17:39:05 +00:00
Frontend Added TypeLocs to VAArgExpr node. 2010-08-10 10:06:15 +00:00
Headers Make replicate intrinsics use shufflevector instead of dup builtins, also remove the dup builtins 2010-08-10 02:23:54 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Use precompiled preambles for in-process code completion. 2010-08-09 20:45:32 +00:00
Parse Added vecreturn attribute parsing. 2010-08-09 21:53:52 +00:00
Rewrite Store inheritance paths after CastExprs instead of inside them. 2010-08-07 06:22:56 +00:00
Sema Eliminate unnecessary uses of TemporaryBase in TreeTransform; 2010-08-10 14:27:00 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00