- Apr 04, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 68424
-
Nick Lewycky authored
llvm-svn: 68423
-
Nick Lewycky authored
recompute it. This fixes a O(n^2) in number of blocks when reducing a crash. llvm-svn: 68422
-
Nick Lewycky authored
llvm-svn: 68421
-
Nick Lewycky authored
Constant, MDString and MDNode which can only be used by globals with a name that starts with "llvm." or as arguments to a function with the same naming restriction. llvm-svn: 68420
-
Nick Lewycky authored
llvm-svn: 68419
-
Daniel Dunbar authored
scripts. llvm-svn: 68418
-
Daniel Dunbar authored
preceeded by a linker input flag. - <rdar://problem/6757236> clang should make a dSYM when going straight from source to binary - This still matches gcc, but the right way to solve this would be to detect the situation we care about (we are compiling from source and linking in one step), instead of looking at the suffix of the input file. The Tool doesn't quite have enough information to do this yet, however. - Also, find the suffix correctly. llvm-svn: 68417
-
Daniel Dunbar authored
flags which were used for something. llvm-svn: 68416
-
Anton Korobeynikov authored
llvm-svn: 68415
-
Anton Korobeynikov authored
llvm-svn: 68414
-
Anton Korobeynikov authored
llvm-svn: 68413
-
Anders Carlsson authored
llvm-svn: 68412
-
Anders Carlsson authored
llvm-svn: 68411
-
Daniel Dunbar authored
arguments" warning. llvm-svn: 68410
-
- Apr 03, 2009
-
-
Fariborz Jahanian authored
used in a class which declares a property of the same name. This should not result in an unimplemented method warning. llvm-svn: 68409
-
Stefanus Du Toit authored
llvm-svn: 68408
-
Chris Lattner authored
llvm-svn: 68407
-
Ted Kremenek authored
llvm-svn: 68406
-
Bob Wilson authored
llvm-svn: 68405
-
Bob Wilson authored
llvm-svn: 68404
-
Daniel Dunbar authored
need to do anything special to support this. llvm-svn: 68403
-
Daniel Dunbar authored
cluster of -W options. The list: -Waggregate-return -Wbad-function-cast -Wcast-qual -Wformat-security -Wformat=2 -Wformat -Wmissing-declarations -Wnewline-eof -Wno-parentheses -Wpacked -Wredundant-decls -Wshadow -Wsign-compare -Wstrict-overflow= -Wstrict-overflow -Wuninitialized -Wunknown-pragmas. llvm-svn: 68402
-
Bill Wendling authored
llvm-svn: 68401
-
Chris Lattner authored
This makes debugging register classes a bit easier." Patch by Jakob Stoklund Olesen! llvm-svn: 68400
-
Chris Lattner authored
target library in windows under the "Common problems" section." Patch by Stefanus Du Toit! llvm-svn: 68399
-
Dan Gohman authored
loads when an input node has multiple uses. llvm-svn: 68398
-
Ted Kremenek authored
the subtle ownership issues of such objects. llvm-svn: 68397
-
Daniel Dunbar authored
- Particularly nice for small constant strings, which get optimized down nicely. On a synthetic benchmark writing out "hello" in a loop, this is about 2x faster with gcc and 3x faster with llvm-gcc. llc on insn-attrtab.bc from 403.gcc is about .5% faster. - I tried for a fancier solution which wouldn't increase code size as much (by trying to match constant arrays), but can't quite make it fly. llvm-svn: 68396
-
Chris Lattner authored
llvm-svn: 68395
-
Chris Lattner authored
llvm-svn: 68394
-
Chris Lattner authored
llvm-svn: 68391
-
Chris Lattner authored
llvm-svn: 68387
-
Oscar Fuentes authored
separator in sed scripts. Resolves Bug 3881. llvm-svn: 68385
-
Oscar Fuentes authored
llvm-svn: 68384
-
Anton Korobeynikov authored
llvm-svn: 68383
-
Anton Korobeynikov authored
llvm-svn: 68382
-
Anton Korobeynikov authored
llvm-svn: 68381
-
Anton Korobeynikov authored
llvm-svn: 68380
-
Steve Naroff authored
llvm-svn: 68379
-