- Jun 13, 2010
-
-
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
-
Duncan Sands authored
done some more header trimming, resulting in cstdef being included by less header files. llvm-svn: 105786
-
Bruno Cardoso Lopes authored
providing more ways to factor out commonality from the records. llvm-svn: 105776
-
Evan Cheng authored
llvm-svn: 105775
-
Evan Cheng authored
llvm-svn: 105774
-
Nate Begeman authored
llvm-svn: 105769
-
Jim Grosbach authored
dbg_value immediately follows a sequence of ldr/str instructions that should be combined into an ldm/stm and is the last instruction in the block, then combine may end up being skipped. llvm-svn: 105758
-
- Jun 09, 2010
-
-
Bill Wendling authored
llvm-svn: 105750
-
Jakob Stoklund Olesen authored
This is a bit of a hack to make inline asm look more like call instructions. It would be better to produce correct dead flags during isel. llvm-svn: 105749
-