| Commit message (Expand) | Author | Age | Files | Lines |
| * | GVN: Enable value forwarding for calloc | Duncan P. N. Exon Smith | 2014-06-12 | 1 | -0/+16 |
| * | R600: Mostly remove remaining AMDIL intrinsics. | Matt Arsenault | 2014-06-12 | 8 | -240/+32 |
| * | Move DataLayout from the PPCTargetMachine to the subtarget. | Eric Christopher | 2014-06-12 | 4 | -40/+46 |
| * | Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. Use | Eric Christopher | 2014-06-12 | 6 | -196/+211 |
| * | [FastIsel][X86] Add support for lowering the first 8 floating-point arguments. | Juergen Ributzka | 2014-06-12 | 1 | -20/+41 |
| * | CodeGen: enable mov.w/mov.t pairs with minsize for WoA | Saleem Abdulrasool | 2014-06-12 | 1 | -1/+6 |
| * | Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point a... | Juergen Ributzka | 2014-06-12 | 1 | -36/+19 |
| * | [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D... | Alexey Samsonov | 2014-06-12 | 1 | -3/+9 |
| * | Revert r210721 as it causes breakage in internal builds (and possibly GDB). | Eli Bendersky | 2014-06-12 | 1 | -109/+6 |
| * | X86: stifle GCC warning | Saleem Abdulrasool | 2014-06-12 | 1 | -1/+3 |
| * | Trying to fix the windows build. | Rafael Espindola | 2014-06-12 | 1 | -4/+3 |
| * | Remove system_error.h. | Rafael Espindola | 2014-06-12 | 21 | -22/+22 |
| * | adding re-include guards into lib/Support/reg*.h | Artyom Skrobov | 2014-06-12 | 4 | -0/+20 |
| * | Remove pimpl class from PassRegistry. | Zachary Turner | 2014-06-12 | 2 | -99/+26 |
| * | Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y))... | Tom Stellard | 2014-06-12 | 1 | -4/+4 |
| * | Disable the load/store optimization pass for Thumb-1. | James Molloy | 2014-06-12 | 1 | -3/+7 |
| * | [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 5 | -8/+21 |
| * | [mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 1 | -2/+0 |
| * | [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 4 | -24/+24 |
| * | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -4/+4 |
| * | This removes TODO added in http://reviews.llvm.org/D3658 | Dinesh Dwivedi | 2014-06-12 | 1 | -2/+9 |
| * | [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 1 | -1/+0 |
| * | [mips][mips64r6] 80 col corrections that should have been in r210777. | Daniel Sanders | 2014-06-12 | 1 | -10/+20 |
| * | [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ... | Daniel Sanders | 2014-06-12 | 11 | -89/+426 |
| * | [mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 2 | -4/+5 |
| * | [mips][mips64r6] Add R_MIPS_PC19_S2 | Zoran Jovanovic | 2014-06-12 | 5 | -5/+31 |
| * | Don't import make_error_code into the llvm namespace. | Rafael Espindola | 2014-06-12 | 5 | -10/+10 |
| * | [mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and ... | Daniel Sanders | 2014-06-12 | 3 | -17/+46 |
| * | [mips][mips64r6] Add bgec and bgeuc instructions | Zoran Jovanovic | 2014-06-12 | 2 | -6/+68 |
| * | [X86] Teach how to dump the name of target node RDTSCP_DAG. | Andrea Di Biagio | 2014-06-12 | 1 | -0/+1 |
| * | [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not ava... | Daniel Sanders | 2014-06-12 | 3 | -13/+15 |
| * | [mips][mips64r6] madd/maddu/msub/msubu are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 3 | -11/+20 |
| * | [X86] Teach how to combine AVX and AVX2 horizontal binop on packed 256-bit ve... | Andrea Di Biagio | 2014-06-12 | 1 | -9/+103 |
| * | [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, d... | Daniel Sanders | 2014-06-12 | 7 | -60/+134 |
| * | R600/SI: Use a register set to -1 for data0 on ds_inc*/ds_dec* | Matt Arsenault | 2014-06-12 | 2 | -41/+29 |
| * | [FastISel] Add support for the stackmap intrinsic. | Juergen Ributzka | 2014-06-12 | 1 | -0/+102 |
| * | Prefix generic_category with std::. | Rafael Espindola | 2014-06-12 | 1 | -2/+2 |
| * | Don't put generic_category in the llvm namespace. | Rafael Espindola | 2014-06-12 | 5 | -30/+30 |
| * | Fix verifier for GlobalAliases to avoid recursing into global initializers. | Bob Wilson | 2014-06-12 | 1 | -0/+4 |
| * | Don't import error_category into the llvm namespace. | Rafael Espindola | 2014-06-12 | 4 | -7/+7 |
| * | Don't import error_condition into the llvm namespace. | Rafael Espindola | 2014-06-12 | 2 | -5/+8 |
| * | Used mapWindowsError. I missed these in the initial transition. | Rafael Espindola | 2014-06-12 | 1 | -3/+4 |
| * | Try to fix the mingw build. | Rafael Espindola | 2014-06-12 | 1 | -30/+6 |
| * | Do not register and de-register PassRegistrationListeners during | Zachary Turner | 2014-06-12 | 1 | -12/+10 |
| * | Teach LoopUnrollPass to respect loop unrolling hints in metadata. | Eli Bendersky | 2014-06-11 | 1 | -6/+109 |
| * | [FastISel][X86] Add support for the sqrt intrinsic. | Juergen Ributzka | 2014-06-11 | 1 | -0/+52 |
| * | [FastIsel][X86] Add support for lowering the first 8 floating-point arguments. | Juergen Ributzka | 2014-06-11 | 1 | -19/+36 |
| * | Don't acquire the mutex during the destructor of PassRegistry. | Zachary Turner | 2014-06-11 | 1 | -1/+4 |
| * | Implement get_magic with generic tools and inline it. | Rafael Espindola | 2014-06-11 | 3 | -79/+10 |
| * | Remove unused has_magic. | Rafael Espindola | 2014-06-11 | 1 | -18/+0 |