aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-08Upgrade tests to the latest debug info format.David Blaikie
2013-03-07Add a getPassName() method.Jakob Stoklund Olesen
2013-03-07Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen
2013-03-07Keep coding stanard.Jakub Staszak
2013-03-07Don't create IRBuilder if we can return from the method earlier.Jakub Staszak
2013-03-07[fast-isel] Seriously, add support for the expect intrinsic.Chad Rosier
2013-03-07Fix tautological compare. Not sure why this didn't trigger any test failures.Benjamin Kramer
2013-03-07Replace temporary vectors with arrays.Benjamin Kramer
2013-03-07[fast-isel] Add support for the expect intrinsic.Chad Rosier
2013-03-07ArrayRefize some code. No functionality change.Benjamin Kramer
2013-03-07Hexagon: Handle i8, i16 and i1 Var Args.Jyotsna Verma
2013-03-07Simplify code. No functionality change.Jakub Staszak
2013-03-07Change Index type from unsigned long to unsigned. This should fix PR14980.Jakub Staszak
2013-03-07Remove trailing spaces.Jakub Staszak
2013-03-07Change NULL to 0.Jakub Staszak
2013-03-07ArrayRef ca accept one element. Simplify code a little bit, also it matches nowJakub Staszak
2013-03-07pre-RA-sched debug-only fixAndrew Trick
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-07Move testcase, this is testing extraction not inserting.Benjamin Kramer
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-07Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer andNick Lewycky
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-06Remove tailing whitespacesMichael Liao
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-06[mips] Add a line which checks function name. Rename file.Akira Hatanaka
2013-03-06Fix PR15355Michael Liao
2013-03-06Use dyn_cast instead of isa && cast. No functionality change.Jakub Staszak
2013-03-06Remove duplicated forward declaration.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