- Nov 29, 2007
-
-
Evan Cheng authored
llvm-svn: 44434
-
Duncan Sands authored
llvm-svn: 44433
-
Chris Lattner authored
llvm-svn: 44432
-
Chris Lattner authored
initialized with a value if they want, by specializing the StringMapEntryInitializer class. llvm-svn: 44430
-
Evan Cheng authored
llvm-svn: 44428
-
Evan Cheng authored
llvm-svn: 44427
-
- Nov 28, 2007
-
-
Chris Lattner authored
llvm-svn: 44418
-
Chris Lattner authored
unsigned char *llvm_cbe_X; ... llvm_cbe_X = 0; *((void**)&llvm_cbe_X) = __builtin_stack_save(); instead of: llvm_cbe_X = __builtin_stack_save(); See PR1809 for details. llvm-svn: 44415
-
Chris Lattner authored
llvm-svn: 44414
-
Chris Lattner authored
CodeGen/Generic/fp_to_int.ll among others. Its unclear why this just started failing... llvm-svn: 44407
-
Chris Lattner authored
llvm-svn: 44406
-
Chris Lattner authored
llvm-svn: 44405
-
Chris Lattner authored
llvm-svn: 44404
-
Duncan Sands authored
use them. llvm-svn: 44403
-
Duncan Sands authored
local changes, not the "not". llvm-svn: 44402
-
Duncan Sands authored
recent stderr updates. llvm-svn: 44401
-
Duncan Sands authored
in this call: Result.IntVal = APInt(80, 2, x); What is x? uint16_t x[8]; I deduce that the APInt constructor being used is this one: APInt(uint32_t numBits, uint64_t val, bool isSigned = false); rather than this one: APInt(uint32_t numBits, uint32_t numWords, const uint64_t bigVal[]); That doesn't seem right! This fix compiles but is otherwise completely untested. llvm-svn: 44400
-
Duncan Sands authored
llvm-svn: 44399
-
Chris Lattner authored
llvm-svn: 44395
-
Chris Lattner authored
llvm-svn: 44393
-
Tanya Lattner authored
llvm-svn: 44391
-
Tanya Lattner authored
llvm-svn: 44390
-
Tanya Lattner authored
Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. XFAILed 3 arm regressions (will file bugs) llvm-svn: 44389
-
Evan Cheng authored
llvm-svn: 44386
-
- Nov 27, 2007
-
-
Owen Anderson authored
llvm-svn: 44384
-
Chris Lattner authored
llvm-svn: 44383
-
Chris Lattner authored
llvm-svn: 44382
-
Chris Lattner authored
llvm-svn: 44380
-
Chris Lattner authored
llvm-svn: 44378
-
Chris Lattner authored
llvm-svn: 44374
-
Chris Lattner authored
with not being able to find printf. llvm-svn: 44373
-
Ted Kremenek authored
that have not yet been defined. Removed used of grep and sed when parsing the results of "nm". This was originally motivated because if the user has specified options to grep using the environment variable GREP_OPTIONS this could break the script. Piping through grep/sed/sort/uniq is also (to my understanding) not necessary, and the equivalent operations can be done much faster in the Perl script. Using a crude benchmark, these changes resulted in a 3x speedup in the execution of GenLibDeps.pl. llvm-svn: 44372
-
Nate Begeman authored
llvm-svn: 44371
-
Andrew Lenharth authored
llvm-svn: 44370
-
Anton Korobeynikov authored
llvm-svn: 44368
-
Ted Kremenek authored
the "-p" option is actually seen by nm (it was being dropped as it was considered as separate argument to the Perl script). llvm-svn: 44365
-
Chris Lattner authored
introduced by this patch: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20071126/055824.html llvm-svn: 44364
-
Duncan Sands authored
the function type, instead they belong to functions and function calls. This is an updated and slightly corrected version of Reid Spencer's original patch. The only known problem is that auto-upgrading of bitcode files doesn't seem to work properly (see test/Bitcode/AutoUpgradeIntrinsics.ll). Hopefully a bitcode guru (who might that be? :) ) will fix it. llvm-svn: 44359
-
Zhou Sheng authored
llvm-svn: 44354
-
Zhou Sheng authored
llvm-svn: 44353
-