aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-05-25test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible....NAKAMURA Takumi
2012-05-25test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-alig...NAKAMURA Takumi
2012-05-25Make the reassociation pass more powerful so that it can handle expressionsDuncan Sands
2012-05-25Simplify code for calling a function where CanLowerReturn fails, fixing a sma...Eli Friedman
2012-05-24Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen
2012-05-24Don't put TGParser scratch results in the output.Jakob Stoklund Olesen
2012-05-24Fix for CHECK-NOT misspelling.David Blaikie
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski
2012-05-24Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson
2012-05-24Turn on mips16 pseudo op when compiling for mips16.Akira Hatanaka
2012-05-24Enable Mips16 compiler to compile a null program.Akira Hatanaka
2012-05-24Add half support to LLVM (for OpenCL)Tobias Grosser
2012-05-24PR1255 related changes (case ranges):Stepan Dyatkovskiy
2012-05-23Add a test case for global live range splitting.Jakob Stoklund Olesen
2012-05-23Add a last resort tryInstructionSplit() to RAGreedy.Jakob Stoklund Olesen
2012-05-23Fix typo in flag to opt, and also a CHECK-NEXT that doesn't follow aKaelyn Uhrain
2012-05-23Correctly deal with identity copies in RegisterCoalescer.Jakob Stoklund Olesen
2012-05-23[arm-fast-isel] Add support for non-global callee.Chad Rosier
2012-05-23BoundsChecking: add a couple of simple tests and fix a bug in branch emitionNuno Lopes
2012-05-23Fix the inliner so that the optsize function attribute don't alter thePatrik Hägglund
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher
2012-05-22LSR fix: add a missing phi check during IV hoisting.Andrew Trick
2012-05-22revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes
2012-05-22Only erase virtregs with no uses left.Jakob Stoklund Olesen
2012-05-22Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from theDuncan Sands
2012-05-21FileCheck'ize test, and add a bit to test for r157221.Jim Grosbach
2012-05-21Allow 256-bit shuffles to still be split even if only half of the shuffle com...Craig Topper
2012-05-20When legalising shifts, do not pre-build a list of operands whichPeter Collingbourne
2012-05-20Add a missing PPC 64-bit stwu pattern.Hal Finkel
2012-05-20Use the right register class for LDRrs.Jakob Stoklund Olesen
2012-05-20Transfer memory operands to the right instruction.Jakob Stoklund Olesen
2012-05-20Properly constrain register classes for sub-registers.Jakob Stoklund Olesen
2012-05-20Properly constrain register classes in 2-addr.Jakob Stoklund Olesen
2012-05-20Do not pass an invalid domtree to SimplifyInstruction fromPeter Collingbourne
2012-05-19Fix 12892.Jakob Stoklund Olesen
2012-05-19Do not eliminate allocas whose alignment exceeds that of thePeter Collingbourne
2012-05-19Erase joined copies immediately.Jakob Stoklund Olesen
2012-05-19On Haswell, perfer storing YMM registers using a single instruction.Nadav Rotem
2012-05-19Add support for additional in-reg vbroadcast patternsNadav Rotem
2012-05-19Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher
2012-05-19Add support for the 'd' mips inline asm output modifier.Eric Christopher
2012-05-19SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick
2012-05-18Fix replacing all the users of objc weak runtime routinesDan Gohman
2012-05-18allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...Nuno Lopes
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-18add test case for bugfix in r157032Nuno Lopes
2012-05-18Add support for the mips 'x' inline asm modifier.Eric Christopher
2012-05-18FileCheck-ify, apropos of nothingJoel Jones
2012-05-18Simplify handling of v16i8 shuffles and fix a missed optimization.Craig Topper
2012-05-18Teach two-address pass to update the "source" map so it doesn't perform aEvan Cheng