- Aug 19, 2011
-
-
Ivan Krasin authored
This patch adds support of NativeClient (*-*-nacl) OS support to LLVM. It's already supported in autoconf/config.sub. The motivation for this change is to start upstreaming PNaCl work. The whole set of patches include llvm backends (i686, x86_64, ARM), llvm-gcc (probably, would not be upstreamed because it's deprecated) and clang (the work has been just started, the amount of changes is going to be low and the most of the work is expected to be done close to the mainline). llvm-svn: 138005
-
Owen Anderson authored
STC2L_POST and STC2L_POST should be handled the same as STCL_POST/LDC_POST for the purposes of decoding all operands except the predicate. Found by randomized testing. llvm-svn: 138003
-
Owen Anderson authored
llvm-svn: 138000
-
Devang Patel authored
llvm-svn: 137998
-
Owen Anderson authored
Remember to fill in some operands so we can print _something_ coherent even when decoding the CPS instruction soft-fails. llvm-svn: 137997
-
Owen Anderson authored
Fixes a large class of disassembler crashes found by randomized testing. llvm-svn: 137995
-
Ivan Krasin authored
llvm-svn: 137993
-
- Aug 18, 2011
-
-
Jim Grosbach authored
Fix base register type and canonicallize to the "ldm" spelling rather than "ldmia." Add diagnostics for incorrect writeback token and out-of-range registers. llvm-svn: 137986
-
Dan Gohman authored
llvm-svn: 137985
-
Bill Wendling authored
aren't from an indirect branch need to be dominated by the loop header. llvm-svn: 137981
-
Bill Wendling authored
function. llvm-svn: 137979
-
Bill Wendling authored
llvm-svn: 137978
-
Akira Hatanaka authored
anonymous namespace. llvm-svn: 137975
-
Nick Lewycky authored
of debug info. llvm-svn: 137972
-
Jim Grosbach authored
llvm-svn: 137963
-
Bill Wendling authored
llvm-svn: 137959
-
Jim Grosbach authored
llvm-svn: 137956
-
Chris Lattner authored
llvm-svn: 137953
-
Jim Grosbach authored
These fixups are handled poorly in general, and should have a single contiguous range of bits per fixup type, but that's not how they're currently organized, so for now in complex ones like for blx, we just tell the emitter it's OK for the fixup to munge any bit it wants. llvm-svn: 137947
-
Jim Grosbach authored
llvm-svn: 137946
-
Bruno Cardoso Lopes authored
llvm-svn: 137943
-
Jim Grosbach authored
llvm-svn: 137941
-
Richard Osborne authored
llvm-svn: 137938
-
Duncan Sands authored
llvm-svn: 137933
-
Bill Wendling authored
functionality change. llvm-svn: 137926
-
Bruno Cardoso Lopes authored
v2i64 llvm-svn: 137919
-
Devang Patel authored
Dramatically speedup codegen prepare by a) avoiding use of dominator tree and b) doing a separate pass over dbg.value instructions. llvm-svn: 137908
-
Jim Grosbach authored
llvm-svn: 137900
-
Jim Grosbach authored
llvm-svn: 137897
-
Akira Hatanaka authored
llvm-svn: 137892
-
Jim Grosbach authored
llvm-svn: 137891
-
Devang Patel authored
llvm-svn: 137890
-
Jim Grosbach authored
llvm-svn: 137889
-
Eli Friedman authored
llvm-svn: 137888
-
Bruno Cardoso Lopes authored
shift amount is variable llvm-svn: 137885
-
- Aug 17, 2011
-
-
Jim Grosbach authored
llvm-svn: 137881
-
Bill Wendling authored
The landingpad instruction is lowered into the EXCEPTIONADDR and EHSELECTION SDNodes. The information from the landingpad instruction is harvested by the 'AddLandingPadInfo' function. The new EH uses the current EH scheme in the back-end. This will change once we switch over to the new scheme. (Reviewed by Jakob!) llvm-svn: 137880
-
Jim Grosbach authored
Represent the operand value as it will be encoded in the instruction. This allows removing the specialized encoder and decoder methods entirely. Add an assembler match class while we're at it to lay groundwork for parsing the thumb shift instructions. llvm-svn: 137879
-
Bill Wendling authored
PRE needs the landing pads to have their critical edges split. Doing this for a landing pad is non-trivial. Abandon the attempt to perform PRE when we come across a landing pad. (Reviewed by Owen!) llvm-svn: 137876
-
Bill Wendling authored
llvm-svn: 137875
-