- Aug 14, 2009
-
-
Daniel Dunbar authored
llvm-svn: 79017
-
Chris Lattner authored
llvm-svn: 79016
-
Anton Korobeynikov authored
llvm-svn: 79015
-
Evan Cheng authored
llvm-svn: 79014
-
Anton Korobeynikov authored
llvm-svn: 79012
-
Daniel Dunbar authored
llvm-svn: 79010
-
Anton Korobeynikov authored
llvm-svn: 79009
-
Owen Anderson authored
as well as the StringRef change. llvm-svn: 79006
-
Oscar Fuentes authored
It doesn't stop or reconfigure the build, though, so the user will see a broken build that magically succeeds at the next attempt. It is technically possible to halt the build with a helpful message, and even to automatically restart the build using the new dependencies as it we did when llvm-config was used by cmake for learning dependencies. This is left on the TODO list. llvm-svn: 79004
-
Daniel Dunbar authored
llvm-svn: 79003
-
Erick Tryzelaar authored
llvm-svn: 78997
-
Oscar Fuentes authored
way we ensure that tablegenned files exist before they are #include'd by the LLVM Target sublibraries. Required for parallel builds. llvm-svn: 78996
-
Bob Wilson authored
implemented so far) are recognized during legalization, it is easy to fall back to the default expansion for other shuffles. llvm-svn: 78995
-
Bob Wilson authored
scalar_to_vector. Generate these VDUP nodes during legalization instead of trying to recognize the pattern during selection. llvm-svn: 78994
-
Bob Wilson authored
target-specific VDUPLANE nodes. This allows the subreg handling for the quad-register version to be done easily with Pats in the .td file, instead of with custom code in ARMISelDAGToDAG.cpp. llvm-svn: 78993
-
Oscar Fuentes authored
llvm-svn: 78992
-
Oscar Fuentes authored
llvm-svn: 78990
-
Oscar Fuentes authored
necessary for the changes being effective on the successive targets llvm-svn: 78989
-
Oscar Fuentes authored
llvm-svn: 78988
-
Daniel Dunbar authored
specific printer (this only works on x86, for now). - This makes it possible to do some correctness checking of the parsing and matching, since we can compare the results of 'as' on the original input, to those of 'as' on the output from llvm-mc. - In theory, we could now have an easy ATT -> Intel syntax converter. :) llvm-svn: 78986
-
Daniel Dunbar authored
to print one instruction. llvm-svn: 78985
-
Daniel Dunbar authored
llvm-svn: 78984
-
Daniel Dunbar authored
llvm-svn: 78983
-
Daniel Dunbar authored
llvm-svn: 78982
-
Daniel Dunbar authored
llvm-svn: 78980
-
Evan Cheng authored
llvm-svn: 78978
-
Oscar Fuentes authored
llvm-svn: 78976
-
Oscar Fuentes authored
llvm-svn: 78975
-
Evan Cheng authored
llvm-svn: 78970
-
Owen Anderson authored
llvm-svn: 78969
-
Evan Cheng authored
llvm-svn: 78968
-
Dan Gohman authored
llvm-svn: 78967
-
Dan Gohman authored
accidentally match unrelated things. llvm-svn: 78966
-
Erick Tryzelaar authored
llvm-svn: 78964
-
Dan Gohman authored
friends so that it doesn't match sections like .data.rel.local, which should not be emitted as section directives. llvm-svn: 78963
-
Daniel Dunbar authored
AsmPrinter instance (instead of just a FunctionPass) llvm-svn: 78962
-
Daniel Dunbar authored
llvm-svn: 78961
-
Daniel Dunbar authored
- Currently unused. - A few other random comment fixes lumped in. llvm-svn: 78960
-
Bruno Cardoso Lopes authored
must be emitted for PowerPC-Linux '.bss' section llvm-svn: 78958
-
Owen Anderson authored
llvm-svn: 78955
-