Don't include Operator.h from InstrTypes.h.
[oota-llvm.git] / test / CodeGen /
2011-04-09 Chris Lattnerlook for the verboten argument slot access in any order...
2011-04-09 Chris LattnerFix a bug where RecursivelyDeleteTriviallyDeadInstructi...
2011-04-09 Chris Lattnerfix two completely broken tests, which were matching...
2011-04-09 Chris Lattnerremove a bunch of CHECK lines that aren't checking...
2011-04-09 Chris Lattnerhave dag combine zap "store undef", which can be formed...
2011-04-09 Chris Lattnerdon't test for codegen of 'store undef'
2011-04-08 Evan ChengChange -arm-trap-func= into a non-arm specific option...
2011-04-07 Evan ChengAdd option to emit @llvm.trap as a function call instea...
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-07 Akira HatanakaFix handling of functions with internal linkage.
2011-04-07 Tanya LattnerPrevent ARM DAG Combiner from doing an AND or OR combin...
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2011-04-06 Owen AndersonTeach the ARM peephole optimizer that RSB, RSC, ADC...
2011-04-05 Jakob Stoklund OlesenThese tests no longer require linear scan because reser...
2011-04-05 Jakob Stoklund OlesenRun LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
2011-04-05 Jakob Stoklund OlesenFix one more batch of X86 tests to be register allocati...
2011-04-05 Jakob Stoklund OlesenWhen dead code elimination removes all but one use...
2011-04-05 Johnny ChenFix test-llvm failures.
2011-04-05 Stuart HastingsARM doesn't support byval yet. XFAIL this test until...
2011-04-05 Jakob Stoklund OlesenEnsure all defs referring to a virtual register are...
2011-04-05 Rafael EspindolaPrint visibility info for external variables.
2011-04-05 Eric ChristopherFix up testcase for previous commit.
2011-04-05 Jakob Stoklund OlesenFix register-dependent X86 tests.
2011-04-04 Jakob Stoklund OlesenAllow coalescing with reserved physregs in certain...
2011-04-04 Jakob Stoklund OlesenDisable the PowerPC/Atomics-64 test.
2011-04-04 Jakob Stoklund OlesenFix PowerPC tests to be register allocator independent.
2011-04-02 Che-Liang Chiouptx: support setp's 4-operand format
2011-04-02 Cameron ZwarichDo some peephole optimizations to remove pointless...
2011-04-01 Jim GrosbachLDRD/STRD instructions should print both Rt and Rt2...
2011-04-01 Akira HatanakaAdd code for analyzing FP branches. Clean up branch...
2011-04-01 Evan ChengAdd test case.
2011-04-01 Evan ChengFileCheck'ify test.
2011-03-31 Jakob Stoklund OlesenFix Thumb and Thumb2 tests to be register allocator...
2011-03-31 Jakob Stoklund OlesenProvide a legal pointer register class when targeting...
2011-03-31 Jakob Stoklund OlesenFix SystemZ tests
2011-03-31 Jakob Stoklund OlesenFix ARM tests to be register allocator independent.
2011-03-31 Evan ChengDistribute (A + B) * C to (A * C) + (B * C) to make...
2011-03-31 Jakob Stoklund OlesenFix Mips, Sparc, and XCore tests that were dependent...
2011-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-31 Jakob Stoklund OlesenDon't completely eliminate identity copies that also...
2011-03-31 Jakob Stoklund OlesenMark all uses as <undef> when joining a copy.
2011-03-31 Richard OsborneAdd XCore intrinsics for initializing / starting /...
2011-03-31 Jakob Stoklund OlesenPick a conservative register class when creating a...
2011-03-30 Evan ChengDon't try to create zero-sized stack objects.
2011-03-30 Cameron ZwarichAdd a ARM-specific SD node for VBSL so that forms with...
2011-03-29 Evan ChengAdd intrinsics @llvm.arm.neon.vmulls and @llvm.arm...
2011-03-29 Cameron ZwarichAdd Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16...
2011-03-29 Rafael EspindolaReduce test case.
2011-03-29 Evan ChengOptimizing (zext A + zext B) * C, to (VMULL A, C) ...
2011-03-28 Bill WendlingIn some cases, the "fail BB dominator" may be null...
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-26 Eric ChristopherFix the bfi handling for or (and a mask) (and b mask...
2011-03-25 Jakob Stoklund OlesenEmit less labels for debug info and stop emitting ...
2011-03-24 Devang PatelMove test in x86 specific area.
2011-03-24 Devang PatelKeep track of directory namd and fIx regression caused...
2011-03-24 NAKAMURA TakumiTarget/X86: [PR8777][PR8778] Tweak alloca/chkstk for...
2011-03-24 Cameron ZwarichDo early taildup of ret in CodeGenPrepare for potential...
2011-03-23 Devang PatelEnable GlobalMerge on darwin.
2011-03-23 Andrew TrickRevert r128175.
2011-03-23 Evan ChengCmp peephole optimization isn't always safe for signed...
2011-03-23 Eli FriedmanPR9535: add support for splitting and scalarizing vecto...
2011-03-23 Andrew TrickReapply Eli's r127852 now that the pre-RA scheduler...
2011-03-22 Jakob Stoklund OlesenReapply r128045 and r128051 with fixes.
2011-03-22 Andrew TrickRevert r128045 and r128051, debug info enhancements.
2011-03-22 Che-Liang Chiouptx: add analyze/insert/remove branch
2011-03-22 Jakob Stoklund OlesenDont emit 'DBG_VALUE %noreg, ...' to terminate user...
2011-03-22 Dan GohmanFix fast-isel address mode folding to avoid folding...
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2011-03-19 Daniel DunbarRevert r127953, "SimplifyCFG has stopped duplicating...
2011-03-19 Evan ChengSimplifyCFG has stopped duplicating returns into predec...
2011-03-19 Nadav RotemAdd support for legalizing UINT_TO_FP of vectors on...
2011-03-19 Andrew TrickFileCheckize a test.
2011-03-18 Evan ChengMatch a few more obvious patterns to revsh. rdar:/...
2011-03-18 Eli FriedmanRevert r127852; it's apparently causing an ICE on mingw.
2011-03-18 Justin HolewinskiPTX: Fix various codegen issues
2011-03-18 Che-Liang Chiouptx: fix parameter order that is reversed
2011-03-18 Che-Liang Chiouptx: add unconditional and conditional branch
2011-03-18 Eli FriedmanAdd a target-specific branchless method for double...
2011-03-17 Benjamin KramerBuildUDIV: If the divisor is even we can simplify the...
2011-03-17 Richard OsborneAdd XCore intrinsic for setpsc.
2011-03-17 NAKAMURA Takumitest/CodeGen/X86/h-registers-1.ll: Add explicit -mtripl...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/constant-pool-remat-0.ll: FileCheck...
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-16 Cameron ZwarichRename a test to be more inclusive.
2011-03-16 Daniel DunbarRevert r127757, "Patch to a fix dwarf relocation proble...
2011-03-16 Richard OsborneAdd XCore intrinsics for setclk, setrdy.
2011-03-16 Renato GolinPatch to a fix dwarf relocation problem on ARM. One...
2011-03-16 Cameron ZwarichAdd a test for i1 zeroext arguments on x86-64. We curre...
2011-03-16 Richard OsborneAdd checkevent intrinsic to check if any resources...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: FileCheck-ize and add actions for...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: Add a pattern for Win64.
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: FileCheck-ize and add explicit -mtrip...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/byval*.ll: Win64 has not supported...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize.
2011-03-15 Bill WendlingSome minor cleanups based on feedback.
2011-03-15 Evan ChengDo not form thumb2 ldrd / strd if the offset is by...
2011-03-15 Richard OsborneOn the XCore the scavenging slot should be closest...
2011-03-15 Richard OsborneAdd XCore intrinsics for getps, setps, setsr and clrsr.
2011-03-15 Justin HolewinskiPTX: Set PTX 2.0 as the minimum supported version
2011-03-15 Evan ChengAdd a peephole optimization to optimize pairs of bitcas...
next