StackSlotColoring does not use a VirtRegMap
[oota-llvm.git] / test /
2012-02-20 Nick LewyckyCheck for the correct size in the invariant marker.
2012-02-20 Evan ChengFix machine-cp by having it to check sub-register indic...
2012-02-20 Benjamin KramerTest case for r150978.
2012-02-20 Benjamin KramerInstCombine: When comparing two GEPs that were derived...
2012-02-20 Benjamin KramerInstCombine: Make OptimizePointerDifference more aggres...
2012-02-20 Chris Lattnerfold comparisons of gep'd alloca points with null to...
2012-02-19 Craig TopperAdd vmfunc instruction to X86 assembler and disassembler.
2012-02-18 Rafael EspindolaDon't skip debug instructions when looking for the...
2012-02-18 Craig TopperAdd X86 assembler and disassembler support for AMD...
2012-02-18 Eli FriedmanFix a rather nasty regression from r150690: LHS !=...
2012-02-18 Eric ChristopherTestcase for the previous commit.
2012-02-17 Dan GohmanCalls and invokes with the new clang.arc.no_objc_arc_ex...
2012-02-17 David ChisnallIt turns out that putting an 8-byte symbol in a 4-byte...
2012-02-17 Nick LewyckyRemove question.
2012-02-17 Nick LewyckyAdd support for invariant.start inside the static const...
2012-02-17 Chad Rosier[fast-isel] Add support for returning non-legal types...
2012-02-16 Bill WendlingUse –mcpu=generic, so that the test will not fail when...
2012-02-16 Benjamin KramerDisable machine copy propagation for now. It's known...
2012-02-16 Benjamin KramerInstSimplify: Ignore pointer casts when constant foldin...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-16 Eli Friedmanloop-rotate shouldn't hoist alloca instructions out...
2012-02-15 Bill WendlingRemove extraneous tests.
2012-02-15 Bill WendlingAdd a test for generating Objective-C metadata from...
2012-02-15 Bill WendlingAdd a test for the Objective-C garbage collection metad...
2012-02-15 David MeyerFor ELF, also call fixSymbolsInTLSFixups() on expressio...
2012-02-15 Pete CooperStop custom lowering forr x86 DEC64m from happening...
2012-02-14 Lang HamesTighten physical register invariants: Allocatable physi...
2012-02-14 Nadav RotemFix PR12000. Some vector operations may use scalar...
2012-02-14 Bill WendlingChange error tests to coincide with message changes.
2012-02-14 Kostya Serebryany[asan] fix asan-vs-gvn.ll test (it did not actually...
2012-02-14 Andrew TrickAdd simplifyLoopLatch to LoopRotate pass.
2012-02-13 Devang PatelCheck against umin while converting fcmp into an icmp.
2012-02-13 Dan GohmanJust like in regular escape analysis, loads and stores...
2012-02-13 Kostya SerebryanyThreadSanitizer, a race detector. First LLVM commit.
2012-02-13 Nadav RotemFix a bug in DAGCombine for the optimization of BUILD_V...
2012-02-13 Craig TopperRevert accidental commit of a pruned testcase from...
2012-02-13 Craig TopperUpdate CanXFormVExtractWithShuffleIntoLoad to ensure...
2012-02-13 Pete CooperFixed bug when custom lowering DEC64m on x86.
2012-02-12 Nadav RotemThis patch addresses the problem of poor code generatio...
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2012-02-11 Bill Wendling[WIP] Initial code for module flags.
2012-02-10 Hal FinkelUpdate BBVectorize to use aliasesUnknownInst.
2012-02-10 Duncan SandsFix PR11948: the result type of an icmp may be a vector...
2012-02-10 Duncan SandsRevert commit 149912 (lattner) and add a testcase that...
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-09 Benjamin KramerGlobalOpt: Be more aggressive about elminating side...
2012-02-09 James MolloyTeach the MC and disassembler about SoftFail, and hook...
2012-02-09 NAKAMURA Takumitest/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple...
2012-02-08 Evan ChengCommit Andy Zhang's test for the lea patch.
2012-02-08 Kostya Serebryany[asan] unpoison the stack before every noreturn call...
2012-02-08 Elena DemikhovskyFixed a bug in printing "cmp" pseudo ops.
2012-02-08 Chad Rosier[fast-isel] Add support for SUBs with non-legal types.
2012-02-08 Chad RosierAdd comment to test case.
2012-02-08 Chad Rosier[fast-isel] Add support for ORs with non-legal types.
2012-02-07 Chad Rosier[fast-isel] Add support for indirect branches.
2012-02-07 Craig TopperAdd instruction selection for 256-bit VPSHUFD and 128...
2012-02-06 Chad Rosier[fast-isel] Add support for ADDs with non-legal types.
2012-02-06 Kostya SerebryanyThe patch resolves the conflict between AddressSanitize...
2012-02-06 Bill WendlingThe 'unwind' instruction is deprecated and will be...
2012-02-05 Nick LewyckyTeach GlobalOpt to handle atomic accesses to globals.
2012-02-05 Duncan SandsTestcase for commit 149833 (use of an uninitialized...
2012-02-05 Duncan SandsReduce the number of dom queries made by GVN's conditio...
2012-02-05 Benjamin KramerTesting vector code without sse doesn't make much sense.
2012-02-05 Chris LattnerAdd a test for the miscompilation my recent ConstantDat...
2012-02-05 Craig TopperRemove most of the intrinsics for XOP VPCMOV instructio...
2012-02-04 Hal FinkelBoost the effective chain depth of loads and stores.
2012-02-04 Chad Rosier[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
2012-02-03 Chad Rosier[fast-isel] Add support for FPToUI. Also add test...
2012-02-03 Chad Rosier[fast-isel] Add support for selecting UIToFP.
2012-02-03 Nadav RotemThe type-legalizer often scalarizes code. One of the...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-03 Dan GohmanFix SSAUpdaterImpl's RecordMatchingPHI to record exactl...
2012-02-03 Jim GrosbachRevert "Disable InstCombine unsafe folding bitcasts...
2012-02-02 Matt Beaumont-GayUnix line endings
2012-02-02 NAKAMURA TakumiMove test/CodeGen/Generic/2012-02-01-CoalescerBug.ll...
2012-02-02 Elena DemikhovskyOptimization for SIGN_EXTEND operation on AVX.
2012-02-02 Lang HamesSet EFLAGS correctly in EmitLoweredSelect on X86.
2012-02-02 Lang HamesPR11868. The previous loop in LiveIntervals::join would...
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-02-01 Mon P WangAvoid creating an extract element to an illegal type...
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-02-01 NAKAMURA Takumitest/CodeGen/X86/avx-minmax.ll: Relax expressions for...
2012-02-01 Elena DemikhovskyPassing AVX 256-bit structures in Win64 was wrong.
2012-02-01 Elena DemikhovskyOptimization for "truncate" operation on AVX.
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-02-01 Jim GrosbachDisable InstCombine unsafe folding bitcasts of calls...
2012-01-31 Kevin EnderbyFixed a crash in llvm-mc for Mach-O when a symbol diffe...
2012-01-31 Craig TopperRemove pcmpgt/pcmpeq intrinsics as clang is not using...
2012-01-31 Bill WendlingRemove all references to the old EH.
2012-01-31 Bill WendlingUpdate test to new EH model.
2012-01-31 Bill WendlingUpdate test to new EH model.
2012-01-30 Chandler CarruthChris's constant data sequence refactoring actually...
2012-01-30 Devang PatelIntel syntax. Adjust special code, used to recognize...
2012-01-30 Devang PatelIntel syntax. Support .intel_syntax directive.
2012-01-30 Craig TopperFix pattern for memory form of PSHUFD for use with...
2012-01-30 NAKAMURA TakumiCMake: Promote the testing targets out of folders on...
2012-01-28 James MolloyEnsure .AliasedSymbol() is called on all uses of getSym...
2012-01-28 Rafael EspindolaSmall improvement to the recursion detection logic...
2012-01-28 Rafael EspindolaHandle recursive variable definitions directly. This...
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
next