- Jun 14, 2010
-
-
Chris Lattner authored
llvm-svn: 105942
-
Bob Wilson authored
Radar 7894069. llvm-svn: 105938
-
Eli Friedman authored
more clear what exactly is missing. llvm-svn: 105934
-
Eric Christopher authored
llvm-svn: 105933
-
Eric Christopher authored
Patch by Patrick Flannery! llvm-svn: 105932
-
Nate Begeman authored
llvm-svn: 105929
-
- Jun 13, 2010
-
-
Benjamin Kramer authored
llvm-svn: 105915
-
Benjamin Kramer authored
llvm-svn: 105914
-
Benjamin Kramer authored
llvm-svn: 105913
-
Nate Begeman authored
Add code for generating bits of semachecking llvm-svn: 105907
-
- Jun 12, 2010
-
-
Rafael Espindola authored
llvm-svn: 105900
-
Daniel Dunbar authored
tests: Run macho-dump with binary unbuffered streams on Windows, I can't find a Python 2.6 way to change stdin to binary. llvm-svn: 105894
-
Daniel Dunbar authored
llvm-svn: 105891
-
Daniel Dunbar authored
llvm-svn: 105890
-
Daniel Dunbar authored
llvm-svn: 105888
-
Chris Lattner authored
function name, patch by Yuri llvm-svn: 105887
-
Chris Lattner authored
warnings, and don't shift by a bool. Patch by Rizky Herucakra! llvm-svn: 105886
-
Eli Friedman authored
llvm-svn: 105878
-
Bruno Cardoso Lopes authored
llvm-svn: 105876
-
Nate Begeman authored
llvm-svn: 105874
-
Bruno Cardoso Lopes authored
llvm-svn: 105873
-
Bill Wendling authored
clean-up to a catch-all after inlining, take into account that there could be filter IDs as well. The presence of filters don't mean that the selector catches anything. It's just metadata information. llvm-svn: 105872
-
Bruno Cardoso Lopes authored
llvm-svn: 105870
-
Bruno Cardoso Lopes authored
Handle OpSize TSFlag for AVX llvm-svn: 105869
-
Evan Cheng authored
llvm-svn: 105862
-
Evan Cheng authored
llvm-svn: 105861
-
Bruno Cardoso Lopes authored
llvm-svn: 105860
-
Bruno Cardoso Lopes authored
Introduce the VEX_X field llvm-svn: 105859
-
Daniel Dunbar authored
llvm-svn: 105858
-
Daniel Dunbar authored
llvm-svn: 105856
-
Daniel Dunbar authored
quoting problems. Not particularly ideal, but should work ok. Based on a patch by Michael Spencer! llvm-svn: 105855
-
Bob Wilson authored
i64 and f64 types, but now it also handle Neon vector types, so the f64 result of VMOVDRR may need to be converted to a Neon type. Radar 8084742. llvm-svn: 105845
-
Daniel Dunbar authored
llvm-svn: 105837
-
- Jun 11, 2010
-
-
Bob Wilson authored
the machine instruction representation of the immediate value to be encoded into an integer with similar fields as the actual VMOV instruction. This makes things easier for the disassembler, since it can just stuff the bits into the immediate operand, but harder for the asm printer since it has to decode the value to be printed. Testcase for the encoding will follow later when MC has more support for ARM. llvm-svn: 105836
-
Stuart Hastings authored
llvm-svn: 105828
-
Stuart Hastings authored
llvm-svn: 105827
-
John McCall authored
the Profile method. Currently this only works with the default FoldingSetTraits implementation. The point of this is to allow nodes to not store context values which are only used during profiling. A better solution would thread this value through the folding algorithms, but then those would need to be (1) templated and (2) non-opaque. llvm-svn: 105819
-
- Jun 10, 2010
-
-
Nate Begeman authored
llvm-svn: 105792
-
Duncan Sands authored
warnings with gcc-4.6, by not setting bits when the result is not used. llvm-svn: 105790
-
Duncan Sands authored
with gcc-4.6. The warning is wrong, since Sub *is* used (perhaps gcc is confused because the use of Sub is constant folded away?), but since it is trivial to avoid, and massively reduces the amount of warning spew, just workaround the wrong warning. llvm-svn: 105788
-