summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-04R600: Relax some vector constraints on Dot4.codesize6Vincent Lejeune9-5/+269
2013-05-04R600: Don't emit empty then clause and use alu_pop_afterVincent Lejeune4-13/+50
2013-05-04R600: transonly in a separate ig ?Vincent Lejeune1-1/+1
2013-05-04R600: Recompute schedule graph non order dependencies.Vincent Lejeune9-29/+572
2013-05-04Add a case to LiveIntervalAnalysis::HandleMoveVincent Lejeune1-4/+123
2013-05-04R600: Use bottom up scheduling algorithmVincent Lejeune5-115/+106
2013-05-04R600: Factorize Fetch size limit inside AMDGPUSubTargetVincent Lejeune4-13/+13
2013-05-04R600: prettier dump of clampVincent Lejeune2-4/+4
2013-05-02R600: Signed literals are 64bits wideVincent Lejeune2-3/+168
2013-05-02R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune2-38/+295
2013-05-02R600: Add a test to check that use_kill is emittedVincent Lejeune1-0/+1
2013-05-02R600: Improve asmPrint of ALU clauseVincent Lejeune3-4/+20
2013-05-02R600: Prettier asmPrint of AluVincent Lejeune38-114/+172
2013-05-02Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma5-404/+305
2013-05-02[GV] Remove dead code which is really difficult to decipher.Shuxin Yang1-26/+2
2013-05-02We don't want FP elimination when doing an Apple-style build.Bill Wendling2-2/+2
2013-05-02Replaced usages of size_type with size_t to be more consistent.Aaron Ballman1-8/+8
2013-05-02Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar4-6/+64
2013-05-02[mips] Fix the head Mips16RegisterInfo.cpp commentRichard Sandiford1-2/+1
2013-05-02TBAA: remove !tbaa from testing cases if not used.Manman Ren9-182/+138
2013-05-02Provide an API to temporarily suppress DebugLocations from being attachedAdrian Prantl1-0/+21
2013-05-02Hexagon: Honor __builtin_expect by using branch probabilities.Jyotsna Verma4-37/+122
2013-05-02R600: Use new tablegen syntax for patternsTom Stellard3-447/+381
2013-05-02R600/SI: remove nonsense select patternTom Stellard1-8/+1
2013-05-02Added table of contents declaration in CommandLine Library documentation.Tobias Grosser1-0/+3
2013-05-0280-col fixup.Michael Liao1-2/+3
2013-05-02Avoid duplicating logic on frame register selecting when lowering eh_returnMichael Liao1-9/+11
2013-05-02Avoid duplicating logic on frame register selecting when lowering frameaddrMichael Liao1-1/+3
2013-05-02Rewrite X86 codegen regression test with FileCheckMichael Liao1-4/+7
2013-05-02Add a test for the foldSelectICmpAndOr fix committed in r180779.David Majnemer1-0/+13
2013-05-02TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should lookEvan Cheng1-5/+3
2013-05-01[mips] Rename class and functions. Simplify code.Akira Hatanaka1-26/+29
2013-05-01This exposes more MCJIT options via the C API:Filip Pizlo6-44/+85
2013-05-01Avoid generating tempfile(s) never usedMichael Liao1-2/+2
2013-05-01Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo1-1/+1
2013-05-01Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling3-105/+0
2013-05-01Hexagon: Use multiclass for Jump instructions.Jyotsna Verma14-263/+336
2013-05-01Hexagon: Clear isKill flag on the predicate register inJyotsna Verma1-1/+5
2013-05-01Add support for other typeinfo encodings in the ExceptionDemo.Rafael Espindola1-9/+41
2013-05-01Fix file header comment.Filip Pizlo1-1/+1
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo32-145/+156
2013-05-01SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem2-22/+20
2013-05-01[inline asm] Return an undef SDValue of the expected value type, rather thanChad Rosier1-1/+1
2013-05-01Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem2-0/+52
2013-05-01Updating the getting started guide for Visual Studio users. Specifically, poi...Aaron Ballman1-3/+6
2013-05-01get rid of windows warning:Peng Cheng1-1/+2
2013-05-01get rid of windows warning:Peng Cheng1-1/+1
2013-05-01replace reinterpret_cast by cast or remove reinterpret_cast to get rid of win...Peng Cheng1-9/+10
2013-05-01fix windows warning. Peng Cheng1-2/+2
2013-05-01use static_cast to get rid of windows warning. Peng Cheng1-1/+1