summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Move test for r210734 to Feature/aliases.ll.Bob Wilson2014-06-12
* Delete trailing whitespace.Matt Arsenault2014-06-12
* Update test case to use "not" instead of "XFAIL".Juergen Ributzka2014-06-12
* GVN: Enable value forwarding for callocDuncan P. N. Exon Smith2014-06-12
* R600: Mostly remove remaining AMDIL intrinsics.Matt Arsenault2014-06-12
* Move DataLayout from the PPCTargetMachine to the subtarget.Eric Christopher2014-06-12
* Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. UseEric Christopher2014-06-12
* LangRef: clarify that global declarations can have section and alignment info.Bob Wilson2014-06-12
* [FastISel][X86] Argument lowering test caseJuergen Ributzka2014-06-12
* [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.Juergen Ributzka2014-06-12
* CodeGen: enable mov.w/mov.t pairs with minsize for WoASaleem Abdulrasool2014-06-12
* Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point a...Juergen Ributzka2014-06-12
* [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...Alexey Samsonov2014-06-12
* Add missing "InitializerConstant" to global variable syntax in LangRef.Bob Wilson2014-06-12
* Revert r210721 as it causes breakage in internal builds (and possibly GDB).Eli Bendersky2014-06-12
* X86: stifle GCC warningSaleem Abdulrasool2014-06-12
* Trying to fix the windows build.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* adding re-include guards into lib/Support/reg*.hArtyom Skrobov2014-06-12
* Remove pimpl class from PassRegistry.Zachary Turner2014-06-12
* Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y))...Tom Stellard2014-06-12
* Disable the load/store optimization pass for Thumb-1.James Molloy2014-06-12
* [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* This removes TODO added in http://reviews.llvm.org/D3658Dinesh Dwivedi2014-06-12
* [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] 80 col corrections that should have been in r210777.Daniel Sanders2014-06-12
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-12
* [mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* [mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and ...Daniel Sanders2014-06-12
* [mips][mips64r6] Add bgec and bgeuc instructionsZoran Jovanovic2014-06-12
* [X86] Teach how to dump the name of target node RDTSCP_DAG.Andrea Di Biagio2014-06-12
* CMake: don't install the internal config.h headerAlp Toker2014-06-12
* [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not ava...Daniel Sanders2014-06-12
* [mips][mips64r6] madd/maddu/msub/msubu are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [X86] Teach how to combine AVX and AVX2 horizontal binop on packed 256-bit ve...Andrea Di Biagio2014-06-12
* [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, d...Daniel Sanders2014-06-12
* [mips] Move CHECK lines to the same line as the instruction it's testingMatheus Almeida2014-06-12
* R600/SI: Use a register set to -1 for data0 on ds_inc*/ds_dec*Matt Arsenault2014-06-12
* Avoid in-class initializer from r210747Alp Toker2014-06-12
* Avoid anonymous namespace in header from r210747Alp Toker2014-06-12
* Avoid redundant allocations in the linker optimisation hintAlp Toker2014-06-12
* [FastISel][x86] Add testcase for r210719.Juergen Ributzka2014-06-12
* [x86] Improve frameaddress test from r210709.Juergen Ributzka2014-06-12
* [FastISel] Add support for the stackmap intrinsic.Juergen Ributzka2014-06-12