"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7f5ce101725a7f0bbc5f432fadfe1171ef0a4bbf"
- Nov 08, 2011
-
-
Chad Rosier authored
callee's responsibility to sign or zero-extend the return value. The additional test case just checks to make sure the calls are selected (i.e., -fast-isel-abort doesn't assert). llvm-svn: 144047
-
- Nov 05, 2011
-
-
Chad Rosier authored
zero-extend the constant integer encoding. Test case provides testing for both call parameters and materialization of i1, i8, and i16 types. llvm-svn: 143821
-
Chad Rosier authored
llvm-svn: 143749
-
Chad Rosier authored
in a 16-bit immediate. However, for the shorter non-legal types (i.e., i1, i8, i16) we should not sign-extend. This prevents us from materializing things such as 'true' (i.e., i1 1). llvm-svn: 143743
-
- Nov 04, 2011
-
-
Chad Rosier authored
llvm-svn: 143739
-
Chad Rosier authored
llvm-svn: 143670
-
Chad Rosier authored
llvm-svn: 143669
-
- Nov 03, 2011
-
-
Chad Rosier authored
llvm-svn: 143603
-
- Nov 02, 2011
-
-
Chad Rosier authored
llvm-svn: 143559
-
Chad Rosier authored
llvm-svn: 143547
-
Chad Rosier authored
llvm-svn: 143523
-
- Oct 27, 2011
-
-
Chad Rosier authored
llvm-svn: 143086
-
Chad Rosier authored
up. Thus, improving the support for compares is goodness because it increases the number of terminator instructions we can handle. This creates many more opportunities for target specific fast-isel. llvm-svn: 143079
-
Chad Rosier authored
place. No functional change intended. llvm-svn: 143078
-
Chad Rosier authored
llvm-svn: 143076
-
Chad Rosier authored
SelectBranch. No functional change intended. llvm-svn: 143072
-
- Oct 18, 2011
-
-
Chad Rosier authored
llvm-svn: 142299
-
- Oct 01, 2011
-
-
Bill Wendling authored
and block addresses. llvm-svn: 140936
-
- Sep 30, 2011
-
-
Jim Grosbach authored
Encode the immediate into its 8-bit form as part of isel rather than later, which simplifies things for mapping the encoding bits, allows the removal of the custom disassembler decoding hook, makes the operand printer trivial, and prepares things more cleanly for handling these in the asm parser. rdar://10211428 llvm-svn: 140834
-
- Sep 13, 2011
-
-
Jim Grosbach authored
llvm-svn: 139636
-
- Sep 03, 2011
-
-
Eli Friedman authored
llvm-svn: 139044
-
- Sep 01, 2011
-
-
Chad Rosier authored
llvm-svn: 138918
-
- Aug 23, 2011
-
-
Jim Grosbach authored
llvm-svn: 138373
-
- Jul 27, 2011
-
-
Jim Grosbach authored
Refactor the SXTB, SXTH, SXTB16, UXTB, UXTH, and UXTB16 instructions to not have an 'r' and an 'r_rot' version, but just a single version with a rotate that can be zero. Use plain Pat<>'s for the ISel of the non-rotated version. llvm-svn: 136225
-
- Jul 21, 2011
-
-
Evan Cheng authored
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate ARM MC code from target. llvm-svn: 135636
-
- Jul 18, 2011
-
-
Chris Lattner authored
llvm-svn: 135375
-
- Jun 28, 2011
-
-
Evan Cheng authored
llvm-svn: 134030
-
Evan Cheng authored
sink them into MC layer. - Added MCInstrInfo, which captures the tablegen generated static data. Chang TargetInstrInfo so it's based off MCInstrInfo. llvm-svn: 134021
-
- Jun 09, 2011
-
-
Eric Christopher authored
No functional change. Part of PR6965 llvm-svn: 132763
-
- Jun 03, 2011
-
-
Eli Friedman authored
Add ARM fast-isel support for materializing the address of a global in cases where the global uses an indirect symbol. rdar://9431157 llvm-svn: 132522
-
- May 28, 2011
-
-
Cameron Zwarich authored
-verify-machineinstrs failures on several tests. llvm-svn: 132268
-
- May 27, 2011
-
-
- May 26, 2011
-
-
Eli Friedman authored
Rewrite fast-isel integer cast handling to handle more cases, and to be simpler and more consistent. The practical effects here are that x86-64 fast-isel can now handle trunc from i8 to i1, and ARM fast-isel can handle many more constructs involving integers narrower than 32 bits (including loads, stores, and many integer casts). rdar://9437928 . llvm-svn: 132099
-
- May 25, 2011
-
-
Eli Friedman authored
llvm-svn: 132073
-
- May 17, 2011
-
-
Jim Grosbach authored
llvm-svn: 131431
-
- May 02, 2011
-
-
Eric Christopher authored
llvm-svn: 130716
-
- Apr 30, 2011
-
-
Eli Friedman authored
llvm-svn: 130552
-
Eric Christopher authored
if it ever did it needs the def machinery. llvm-svn: 130549
-
- Apr 29, 2011
-
-
Eric Christopher authored
llvm-svn: 130546
-
Eli Friedman authored
Fix a rather obscure crash caused by ARM fast-isel generating code which redefines a register. rdar://problem/9338332 . llvm-svn: 130539
-