STRT and STRBT was incorrectly tagged as IndexModeNone during the refactorings (r119821).
[oota-llvm.git] / test /
2011-03-24 Johnny ChenSTRT and STRBT was incorrectly tagged as IndexModeNone...
2011-03-24 Johnny ChenThe r128103 fix to cope with the removal of addressing...
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-23 Anders CarlssonRevert r128140 for now.
2011-03-23 Cameron ZwarichFix PR9464 by correcting some math that just happened...
2011-03-23 Anders CarlssonA global variable with internal linkage where all uses...
2011-03-22 Johnny ChenAdd disassembly test cases for:
2011-03-22 Devang PatelRemove the test.
2011-03-22 Jakob Stoklund OlesenReapply r128045 and r128051 with fixes.
2011-03-22 Johnny ChenLDRT and LDRBT was incorrectly tagged as IndexModeNone...
2011-03-22 Devang PatelTry to appease buildbot gods.
2011-03-22 Johnny ChenAdd one more test case for VFP Load/Store Multiple...
2011-03-22 Johnny ChenA8.6.399 VSTM:
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-21 Devang PatelTry again to make this test darwin only.
2011-03-21 Devang PatelForce x86_64.
2011-03-21 Devang PatelEnable this test only for Darwin.
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2011-03-20 Anders CarlssonAdd an optimization to GlobalOpt that eliminates calls...
2011-03-20 Daniel DunbarDisable test in a way that keeps lit happy.
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 Stuart HastingsDisable test to unbreak Linux. Radar 9156771.
2011-03-19 Devang PatelTest case for r127940.
2011-03-19 Johnny ChenFixed an assert by the ARM disassembler for LDRD_PRE...
2011-03-19 Andrew TrickFileCheckize a test.
2011-03-18 Owen AndersonAdd support to the ARM asm parser for the register...
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 Andrew TrickAvoid creating canonical induction variables for non...
2011-03-18 Joerg SonnenbergerSupport explicit argument forms for the X86 string...
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-18 Eli FriedmanFileCheck-ize and update test.
2011-03-18 Johnny ChenThe disassembler for Thumb was wrongly adding 4 to...
2011-03-17 Devang PatelTry to not lose variable's debug info during instcombine.
2011-03-17 Johnny ChenIt used to be that t_addrmode_s4 was used for both:
2011-03-17 Benjamin KramerBuildUDIV: If the divisor is even we can simplify the...
2011-03-17 Stuart HastingsReapply: Add type output to llvm-dis annotations. ...
2011-03-17 Richard OsborneAdd XCore intrinsic for setpsc.
2011-03-17 Daniel DunbarMC/Mach-O: Fix regression introduced in r126127, this...
2011-03-17 NAKAMURA Takumitest/CodeGen/X86/h-registers-1.ll: Add explicit -mtripl...
2011-03-17 Joerg SonnenbergerFix handling of @IDNTPOFF relocations, they need to...
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-16 Cameron ZwarichOnly convert allocas to scalars if it is profitable...
2011-03-16 Cameron ZwarichAdd native integer type TargetData to some existing...
2011-03-15 Johnny ChenThere were two issues fixed:
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 Cameron ZwarichDo not add PHIs with no users when creating LCSSA form...
2011-03-15 Evan ChengAdd a peephole optimization to optimize pairs of bitcas...
2011-03-15 Eli FriedmanPR9450: Make switch optimization in SimplifyCFG not...
2011-03-15 Evan Chengsext(undef) = 0, because the top bits will all be the...
2011-03-15 Bill WendlingTestcase for r127630.
2011-03-15 Sean CallananBasic sanity checks to ensure that 2- and 3-byte
2011-03-15 Johnny ChenFixed an ARM disassembler bug where it does not handle...
2011-03-15 Andrew TrickPropagate SCEV no-wrap flags whenever possible.
2011-03-15 Jim GrosbachClean up ARM tail calls a bit. They're pseudo-instructi...
2011-03-15 Eric ChristopherIf we don't know how long a string is we can't fold...
2011-03-14 Bill WendlingGenerate a VTBL instruction instead of a series of...
2011-03-14 Eric ChristopherFix this test up a bit.
2011-03-14 Evan ChengMinor optimization. sign-ext/anyext of undef is still...
2011-03-14 Justin HolewinskiPTX: Emit global arrays with proper sizes
2011-03-14 Justin HolewinskiPTX: Add support for sqrt/sin/cos intrinsics
2011-03-14 Che-Liang Chiouptx: add set.p instruction and related changes to predi...
2011-03-12 Benjamin KramerTeach ComputeMaskedBits about sub nsw.
2011-03-12 Eric ChristopherSaving files before committing is overrated.
2011-03-12 Eric ChristopherSometimes isPredicable lies to us and tells us we don...
2011-03-11 Jim GrosbachProperly pseudo-ize the ARM LDMIA_RET instruction....
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Cameron ZwarichFix the GCC test suite issue exposed by r127477, which...
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Benjamin KramerComputeMaskedBits: sub falls through to add, and sub...
2011-03-11 Benjamin KramerInstCombine: Fix a thinko where transform an icmp under...
2011-03-11 Nick LewyckyTeach ComputeMaskedBits about nsw on add. I don't think...
next