- Aug 02, 2010
-
-
Daniel Dunbar authored
now. llvm-svn: 110027
-
Daniel Dunbar authored
llvm-svn: 110026
-
Daniel Dunbar authored
chain construction. llvm-svn: 110025
-
Daniel Dunbar authored
llvm-svn: 110024
-
Daniel Dunbar authored
avoided this originally to enforce that the driver actions aren't toolchain dependent, but it isn't worth the cumbersone additional hostinfo split. llvm-svn: 110023
-
Daniel Dunbar authored
llvm-svn: 110022
-
Nick Lewycky authored
Start cleaning up MergeFunctions to look more like the rest of LLVM. The primary change here is to move the methods responsible for comparison into the new FunctionComparator object. Some comments added. There's more to do. llvm-svn: 110021
-
Zhongxing Xu authored
the top-level object. FlatStore now can bind and retrieve element and field regions. PR7297 is fixed by flat store. llvm-svn: 110020
-
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
-