- Nov 04, 2011
-
-
Daniel Dunbar authored
the end of it is dead.", which appears to break bootstrapping LLVM. llvm-svn: 143668
-
Richard Trieu authored
llvm-svn: 143667
-
Akira Hatanaka authored
llvm-svn: 143666
-
Daniel Dunbar authored
llvm-svn: 143664
-
- Nov 03, 2011
-
-
Sean Callanan authored
have the correct value in the IRInterpreter. llvm-svn: 143663
-
Daniel Dunbar authored
- Basically, we coordinate with llvm-build to create a Makefile fragment we can easily use. For now, nothing is wired in except the support to automatically regenerate this file when necessary. llvm-svn: 143662
-
Daniel Dunbar authored
llvm-svn: 143661
-
Dan Gohman authored
across calls, and only check for nested dependences on the special call-sequence-resource register. llvm-svn: 143660
-
Jim Ingham authored
llvm-svn: 143659
-
Eli Friedman authored
llvm-svn: 143658
-
Chad Rosier authored
the second pass reports warnings/errors. This has the effect that we follow the more canonical "last option wins" paradigm when there are conflicting options. rdar://10383776 Previously, we parsed the warning options in order. This caused non-intuitive behavior: 1) clang test.c -Wnosuchwarning -Wno-unknown-warning-option Before: warning: unknown warning option '-Wnosuchwarning' [-Wunknown-warning-option] 1 warning generated. After: [0 warning generated.] 2) clang test.c -Wnosuchwarning -Werror=unknown-warning-option Before: warning: unknown warning option '-Wnosuchwarning' [-Wunknown-warning-option] 1 warning generated. After: error: unknown warning option '-Wnosuchwarning' [-Werror,-Wunknown-warning-option] 3) clang test.c -Werror=unknown-warning-option -Wnosuchwarning -Wno-error=unknown-warning-option -Wnosuchwarning Before: error: unknown warning option '-Wnosuchwarning' [-Werror,-Wunknown-warning-option] warning: unknown warning option '-Wnosuchwarning' [-Wunknown-warning-option] After: warning: unknown warning option '-Wnosuchwarning' [-Wunknown-warning-option] warning: unknown warning option '-Wnosuchwarning' [-Wunknown-warning-option] 2 warnings generated. 4) clang test.c -Werror=unknown-warning-option -Wnosuchwarning -Wno-error=unknown-warning-option -Wno-unknown-warning-option -Wnosuchwarning Before: error: unknown warning option '-Wnosuchwarning' [-Werror,-Wunknown-warning-option] After: [0 warning generated.] llvm-svn: 143657
-
Greg Clayton authored
on internal only (public API hasn't changed) to simplify the paramter list to the launch calls down into just one argument. Also all of the argument, envronment and stdio things are now handled in a much more centralized fashion. llvm-svn: 143656
-
Daniel Dunbar authored
utils: Remove (way) old nightly test scripts, I don't think anyone uses them and LNT has way better tools than this. llvm-svn: 143655
-
Tobias Grosser authored
We currently run the old memory access checker in parallel, as we would otherwise fail in TempScop because of currently unsupported functions. We will remove the old memory access checker as soon as TempScop is fixed. llvm-svn: 143654
-
Tobias Grosser authored
llvm-svn: 143653
-
Tobias Grosser authored
llvm-svn: 143652
-
Tobias Grosser authored
llvm-svn: 143651
-
Tobias Grosser authored
llvm-svn: 143650
-
Daniel Dunbar authored
know at build time. llvm-svn: 143649
-
Daniel Dunbar authored
component needs to include files from its ObjDir. llvm-svn: 143648
-
Argyrios Kyrtzidis authored
llvm-svn: 143647
-
Pete Cooper authored
llvm-svn: 143646
-
Eli Friedman authored
Fix the alignment on scalar parameter variables so that it matches what the AST thinks it should be. Per report on cfe-dev. llvm-svn: 143645
-
Argyrios Kyrtzidis authored
A PCH file keeps track of #pragma diagnostics state; when loading the preamble, they conflicted with the #pragma diagnostic state already present in the DiagnosticsEngine object due to parsing the preamble. Fix this by clearing the state of the DiagnosticsEngine object. Fixes rdar://10363572 && http://llvm.org/PR11254. llvm-svn: 143644
-
Bill Wendling authored
llvm-svn: 143643
-
Douglas Gregor authored
llvm-svn: 143642
-
Daniel Dunbar authored
- llvm-build should now be Python2.4 compatible as best I know. llvm-svn: 143641
-
Dan Bailey authored
llvm-svn: 143640
-
Argyrios Kyrtzidis authored
llvm-svn: 143639
-
Argyrios Kyrtzidis authored
llvm-svn: 143638
-
Argyrios Kyrtzidis authored
llvm-svn: 143637
-
Argyrios Kyrtzidis authored
contains fields. llvm-svn: 143636
-
Douglas Gregor authored
accessibility. Fixes <rdar://problem/3727335>. llvm-svn: 143635
-
Daniel Dunbar authored
llvm-svn: 143634
-
Douglas Gregor authored
llvm-svn: 143633
-
Douglas Gregor authored
llvm-svn: 143631
-
Pete Cooper authored
Only currently done if the later store is writing to a power of 2 address or has the same alignment as the earlier store as then its likely to not break up large stores into smaller ones Fixes <rdar://problem/10140300> llvm-svn: 143630
-
Daniel Dunbar authored
header. llvm-svn: 143629
-
Daniel Dunbar authored
dependency table used by llvm-config. llvm-svn: 143628
-
Daniel Dunbar authored
llvm-svn: 143627
-