llvm-project/clang/lib
NAKAMURA Takumi 2681efcc95 Revert r153360 (and r153380), "Second part of PR12251. Produce the range metadata in clang for booleans and".
For i686 targets (eg. cygwin), I saw "Range must not be empty!" in verifier.

It produces (i32)[0x80000000:0x80000000) from (uint64_t)[0xFFFFFFFF80000000ULL:0x0000000080000000ULL), for signed i32 on MDNode::Range.

llvm-svn: 153382
2012-03-24 14:43:42 +00:00
..
ARCMigrate Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They are now just simple wrappers around method families, and method decls can cache method family lookups. Also, no one is using them right now. 2012-03-17 20:51:32 +00:00
AST Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up 2012-03-23 23:55:39 +00:00
Analysis [CFG] Cache boolean evaluations of expressions to avoid multiple re-evaluations 2012-03-23 00:59:17 +00:00
Basic Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. 2012-03-23 23:07:09 +00:00
CodeGen Revert r153360 (and r153380), "Second part of PR12251. Produce the range metadata in clang for booleans and". 2012-03-24 14:43:42 +00:00
Driver Add support for MIPS' floating ABIs (hard, soft and single) to clang driver. 2012-03-23 23:07:09 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches 2012-03-15 22:31:42 +00:00
FrontendTool Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Headers [avx] Define the _mm256_loadu2_xxx and _mm256_storeu2_xxx intrinsics. 2012-03-20 16:40:00 +00:00
Index Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Lex Turns #import in MS Mode into an error. 2012-03-18 03:10:37 +00:00
Parse [parser] If there are unmatched braces in a function definition, try to 2012-03-24 02:26:51 +00:00
Rewrite modern objc translation of block literal expressions 2012-03-23 00:00:49 +00:00
Sema Teach APValue printer to print boolean 0 and 1 as 'false' and 'true'. Fix up 2012-03-23 23:55:39 +00:00
Serialization [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, 2012-03-22 16:08:04 +00:00
StaticAnalyzer [analyzer] Tighten up the realloc() failure path note generation...make sure we get the right realloc()! 2012-03-24 03:15:09 +00:00
CMakeLists.txt Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Makefile Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00