aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-08R600: Optimize another selectcc caseTom Stellard
2013-03-08R600: Improve custom lowering of select_ccTom Stellard
2013-03-08R600: Change operation action from Custom to Expand for BR_CCTom Stellard
2013-03-08R600: Change operation action from Custom to Expand for SETCCTom Stellard
2013-03-08R600: Set BooleanContents to ZeroOrNegativeOneBooleanContentTom Stellard
2013-03-08LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard
2013-03-08DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard
2013-03-08R600: Change addresspace in fold-kcache.llVincent Lejeune
2013-03-08AArch64: specify full triple in test as only Linux works for now.Tim Northover
2013-03-08R600/SI: adjust test to recent changesChristian Konig
2013-03-08Hexagon: Add patterns for zero extended loads from i1->i64.Jyotsna Verma
2013-03-08AArch64: expand sincos operations, we don't support them.Tim Northover
2013-03-08R600/SI: Use source schedulerMichel Danzer
2013-03-08Add -verify-misched option.Andrew Trick
2013-03-08Another test fix for r176671.David Blaikie
2013-03-08Couple of test fixes for r176671.David Blaikie
2013-03-08Revert r176154 in favor of a better approach.Bill Wendling
2013-03-08remove an ancient and quaint bit of commented out makefile goo from whenChris Lattner
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