aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-07Hexagon: Add support to lower block address.Jyotsna Verma
2013-03-07pre-RA-sched assertion fix. This bug was exposed by r176037.Andrew Trick
2013-03-07X86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into a smaller BUILD_VECTOR.Benjamin Kramer
2013-03-07Fixed a crash when cloning a function into a function withPekka Jaaskelainen
2013-03-07R600/SI: rework input interpolation v2Christian Konig
2013-03-07R600/SI: remove SI_vs_load_buffer_indexChristian Konig
2013-03-07R600/SI: remove SGPR address space v2Christian Konig
2013-03-07R600/SI: add proper formal parameter handling for SIChristian Konig
2013-03-07R600/SI: remove shader type intrinsicChristian Konig
2013-03-07R600/SI: switch types of SGPRs to v*i8Christian Konig
2013-03-07R600/SI: fix unused variable warningChristian Konig
2013-03-07Switch from a version 4.2/4.4 switch to a four-byte version string to be putNick Lewycky
2013-03-07No need to go through int64 and APInt when generating a new constant.Nadav Rotem
2013-03-07SDAG: Handle scalarizing an extend of a <1 x iN> vector.Jim Grosbach
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren
2013-03-07ArrayRef has a OneElt constructor. Beautify the code.Nadav Rotem
2013-03-07Switch from std::vector to ArrayRef. Speedup FoldBitCast by 5x.Nadav Rotem
2013-03-07SimplifyCFG fix for volatile load/store.Andrew Trick
2013-03-07Fix two remaining issue after fixing PR15355 when CMOV is not availableMichael Liao
2013-03-06[mips] Custom-legalize BR_JT.Akira Hatanaka
2013-03-06Generalize my previous fix for -print-options.Andrew Trick
2013-03-06Give -loop-vectorize an explicit default.Andrew Trick
2013-03-06Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang
2013-03-06InstCombine: Don't shrink allocas when combining with a bitcast.Jim Grosbach
2013-03-06Fix PR15355Michael Liao
2013-03-06Use dyn_cast instead of isa && cast. No functionality change.Jakub Staszak
2013-03-05[mips] Remove android calling convention.Akira Hatanaka
2013-03-05[mips] Fix MipsCC::analyzeReturn so that, in soft-float mode, fp128 getsAkira Hatanaka
2013-03-05[mips] Fix MipsTargetLowering::LowerCallResult and LowerReturn to correctlyAkira Hatanaka
2013-03-05[mips] Fix MipsTargetLowering::LowerCall to pass fp128 arguments in floatingAkira Hatanaka
2013-03-05[mips] Correct handling of fp128 (long double) formals and read long doubleAkira Hatanaka
2013-03-05Add more functions to the TLI.Meador Inge
2013-03-05reverting patch 176508.Jyotsna Verma
2013-03-05Hexagon: Add support for lowering block address.Jyotsna Verma
2013-03-05R600: Do not predicate vector opVincent Lejeune
2013-03-05Hexagon: Expand addc, adde, subc and sube.Jyotsna Verma
2013-03-05Update cmake build.Benjamin Kramer
2013-03-05Hexagon: Use MO operand flags to mark constant extended instructions.Jyotsna Verma
2013-03-05Hexagon: Add encoding bits to the TFR64 instructions.Jyotsna Verma
2013-03-05R600: initial scheduler codeVincent Lejeune
2013-03-05R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel.Vincent Lejeune
2013-03-05R600: Turn BUILD_VECTOR into Reg_SequenceVincent Lejeune
2013-03-05R600: CONST_ADDRESS node is not marked as mayLoad anymoreVincent Lejeune
2013-03-05R600: Use MUL_IEEE for trig/fdiv intrinsicVincent Lejeune
2013-03-05R600: Add support for indirect addressing of non default const bufferVincent Lejeune
2013-03-05Remove unused #includes.Bill Wendling
2013-03-05The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr
2013-03-04Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames
2013-03-04[mips] Print move instructions.Akira Hatanaka
2013-03-04Mips specific inline assembler constraint 'R'Jack Carter