- Aug 02, 2010
-
-
Eli Friedman authored
ISD::AND case of TargetLowering::SimplifyDemandedBits. llvm-svn: 110019
-
Nick Lewycky authored
by Takumi Nakamura. llvm-svn: 110016
-
Daniel Dunbar authored
don't have to deal with nested jobs. llvm-svn: 110015
-
Daniel Dunbar authored
llvm-svn: 110014
-
Daniel Dunbar authored
llvm-svn: 110013
-
Daniel Dunbar authored
llvm-svn: 110012
-
Daniel Dunbar authored
llvm-svn: 110011
-
Daniel Dunbar authored
llvm-svn: 110010
-
Daniel Dunbar authored
llvm-svn: 110009
-
Daniel Dunbar authored
llvm-svn: 110008
-
Daniel Dunbar authored
too many other things. llvm-svn: 110007
-
Daniel Dunbar authored
llvm-svn: 110006
-
Daniel Dunbar authored
instead of DejaGNU. Still a bit kooky, since the current test format still has some strong Tcl roots. Oh well! llvm-svn: 110005
-
Daniel Dunbar authored
official recommendation is to use LNT instead. I will write docs on setting up an LNT installation for submission to llvm.org, one day. llvm-svn: 110004
-
Daniel Dunbar authored
llvm-svn: 110003
-
Daniel Dunbar authored
need to be in your path). Please move to using 'llvm-lit' if you are still using TestRunner.sh. llvm-svn: 110002
-
Daniel Dunbar authored
llvm-svn: 110001
-
Daniel Dunbar authored
build and has the object build directory baked into it. This allows 'llvm-lit' to properly find the information needed to run the test suite in all cases, without requiring the user to have LLVM or 'lit' available in their PATH, for example. llvm-svn: 110000
-
Daniel Dunbar authored
llvm-svn: 109999
-
Eli Friedman authored
llvm-svn: 109998
-
Daniel Dunbar authored
run the tests using DejaGNU, but not for much longer. This is a last call for DejaGNU supporters, if no one complains soon the DejaGNU support is going to die. llvm-svn: 109997
-
Daniel Dunbar authored
rewritten by me to not require updating all the target initialization routine names. llvm-svn: 109996
-
Nick Lewycky authored
llvm-svn: 109995
-
Daniel Dunbar authored
Gray. llvm-svn: 109994
-
Daniel Dunbar authored
was invoked from (which may not be where the executable itself is). - This allows having e.g., /Developer/usr/bin/clang be a symlink to some other location, while still making sure the Driver finds 'as', 'ld', etc. relative to itself. llvm-svn: 109989
-
Daniel Dunbar authored
llvm-svn: 109988
-
Eli Friedman authored
randomly. This makes us consistently show "-pedantic" as the warning option for a warning where appropriate. llvm-svn: 109987
-
- Aug 01, 2010
-
-
John McCall authored
Note some obvious false positives in the test case. llvm-svn: 109986
-
Eli Friedman authored
improves the generated code in some cases. llvm-svn: 109985
-
John McCall authored
will end up bizarrely mirroring CGExprConstant, but that might be the hazard of this feature. llvm-svn: 109984
-
Benjamin Kramer authored
llvm-svn: 109971
-
John McCall authored
a class template. Fixes rdar://problem/8243419. llvm-svn: 109967
-
Bill Wendling authored
llvm-svn: 109966
-
John McCall authored
llvm-svn: 109965
-
John McCall authored
those with initializers. llvm-svn: 109964
-
John McCall authored
a switch or goto somewhere in the function. Indirect gotos trigger the jump-checker regardless, because the conditions there are slightly more elaborate and it's too marginal a case to be worth optimizing. Turns off the jump-checker in a lot of cases in C++. rdar://problem/7702918 llvm-svn: 109962
-
Nick Lewycky authored
llvm-svn: 109961
-
John McCall authored
the magic of inline assembly. Essentially we use read and write hazards on the set of local variables to force flushing locals to memory immediately before any protected calls and to inhibit optimizing locals across the setjmp->catch edge. Fixes rdar://problem/8160285 llvm-svn: 109960
-
Bob Wilson authored
away from a computer now. --- Reverse-merging r109881 into '.': D test/CodeGen/X86/avx-intrinsics-x86.ll D test/CodeGen/X86/avx-intrinsics-x86_64.ll llvm-svn: 109959
-
- Jul 31, 2010
-
-
Daniel Dunbar authored
anything. llvm-svn: 109958
-