oota-llvm.git
2011-06-03 Eric ChristopherMake the Uv constraint a memory operand. This doesn...
2011-06-03 Eric ChristopherAdd a TODO about memory operands.
2011-06-03 Hans WennborgTest commit.
2011-06-03 Devang PatelA typedef's context is not the same as type's context...
2011-06-03 Chad RosierRevert name change from r132533. Lower case naming...
2011-06-03 Roman DivackyFix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
2011-06-03 Zhongxing Xusinged int causes signed extension, which contradicts...
2011-06-03 Nick LewyckyRework the logic to not rely on undefined behaviour...
2011-06-03 Nick LewyckyBail on unswitching a switch statement for a case with...
2011-06-03 Chad RosierWhitespace and other cleanup. Functionallity unchanged.
2011-06-03 Charles DavisTreat Win64 EH as a DWARF EH scheme. For GCC-style...
2011-06-03 Andrew TrickCorrections and additional information for "Creating...
2011-06-03 Andrew Trickwhitespace
2011-06-03 Eli FriedmanAdd ARM fast-isel support for materializing the address...
2011-06-03 Andrew TrickBasic PassManager diagnostics.
2011-06-03 Andrew Trickwhitespace
2011-06-02 Andrew TrickTest case pasto (failed when run with IR verifier).
2011-06-02 Jakob Stoklund... Avoid calling TRI->getAllocatableSet in RAFast.
2011-06-02 Eric ChristopherHave LowerOperandForConstraint handle multiple characte...
2011-06-02 Jakob Stoklund... Flag unallocatable register classes instead of giving...
2011-06-02 Jakob Stoklund... Make it possible to have unallocatable register classes.
2011-06-02 Devang PatelPreserve line number information while converting Invok...
2011-06-02 Bill WendlingThis should have been a C++ testcase.
2011-06-02 Jakob Stoklund... Just use a SmallVector.
2011-06-02 Bill WendlingTestcase for r132493.
2011-06-02 Bill WendlingUpdate for r132493 change.
2011-06-02 Devang PatelRemove dead code.
2011-06-02 Devang PatelUpdate DBG_VALUEs while breaking anti dependencies.
2011-06-02 Tanya LattnerFix encoding for VEXTdf.
2011-06-02 Eli FriedmanPR10067: Add missing safety check to call return transf...
2011-06-02 Devang PatelDuring post RA scheduling, do not try to chase reg...
2011-06-02 Rafael EspindolaAdd test for PR10068.
2011-06-02 Rafael EspindolaRevert 132424 to fix PR10068.
2011-06-02 Stuart HastingsAndy pointed out a dumb omission in this test case...
2011-06-02 Eric ChristopherAdd a new parse hint for multi-letter constraints in...
2011-06-02 Stuart HastingsJakob pointed out a dumb omission in this test case...
2011-06-02 Jakob Stoklund... Use RegisterClassInfo::getOrder in RAFast.
2011-06-02 Jim Grosbach.cfi directive register parsing flexibility.
2011-06-02 Stuart HastingsOmit unnecessary stack copy when x87 input is a load.
2011-06-02 Benjamin KramerStart with a zeroed CSRNum map.
2011-06-02 Jakob Stoklund... Initialize members to fix problem found by valgrind.
2011-06-02 Jakob Stoklund... Use TRI::has{Sub,Super}ClassEq() where possible.
2011-06-02 Stuart HastingsTweak testcase for ARM bot. rdar://problem/5993888
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-06-02 Jakob Stoklund... Add a RegisterClassInfo class that lazily caches inform...
2011-06-02 Akira HatanakaDetect FI|cst pattern in MipsDAGToDAGISel::SelectAddr...
2011-06-02 Akira HatanakaTest case for r132444.
2011-06-02 Akira HatanakaCustom-lower FRAMEADDR. Patch by Sasa Stankovic.
2011-06-02 Eli FriedmanWhen marking a block as being unanalyzable, use "Clobbe...
2011-06-01 Chad RosierTypos.
2011-06-01 Eli FriedmanIn MemoryDependenceAnalysis::getNonLocalPointerDepFromB...
2011-06-01 Devang PatelA DBG_VALUE that truncates a range does not start anoth...
2011-06-01 Devang PatelDo not drop constant values when a variable's content...
2011-06-01 Stuart HastingsRecommit 132404 with fixes. rdar://problem/5993888
2011-06-01 Eric ChristopherAllow bitcasts between valid types of the same size...
2011-06-01 Stuart HastingsRevert 132404 to appease a buildbot. rdar://problem...
2011-06-01 Nadav RotemRefactor LegalizeTypes: Erase LegalizeAction and make...
2011-06-01 Andrew TrickSCEV: missing null check fix for r132360, dragonegg...
2011-06-01 Jakob Stoklund... Revert r132358 "Simplify the eviction policy by making...
2011-06-01 Stuart HastingsFix double FGETSIGN to work on x86_32; followup to...
2011-06-01 Eric ChristopherAdd a testcase, enabled only on arm, for llvm-gcc r132366.
2011-06-01 Stuart HastingsCleanup test case. rdar://problem/5660695
2011-06-01 Benjamin KramerInitialize IssueWidth to zero.
2011-06-01 Stuart HastingsAdd support for x86 CMPEQSS and friends. These instruc...
2011-06-01 Stuart HastingsReapply 132348 with fixes. rdar://problem/6501862
2011-06-01 Stuart HastingsA forthcoming SSE patch will break this test; since...
2011-06-01 Stuart HastingsTest case for 132396. rdar://problem/5660695
2011-06-01 Jakob Stoklund... Fix PR10059 and future variations by handling all regis...
2011-06-01 Stuart HastingsTurn on FGETSIGN for x86. Followup to 132388. rdar...
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-06-01 Nadav RotemThis patch is another step in the direction of adding...
2011-06-01 Stuart HastingsFGETSIGN support for x86, using movmskps/pd. Will...
2011-06-01 Andrew TrickAdd an issue width check to the postRA scheduler. Patch...
2011-06-01 John McCallFirst, do no harm -- even if we can't find a selector...
2011-06-01 Bill WendlingThe ARM stuff already calls the Resume function, not...
2011-06-01 Devang PatelIncomplete type may not have corresponding DIE, so...
2011-05-31 Devang PatelRefactor.
2011-05-31 Devang PatelInclude global types, that are referenced through local...
2011-05-31 Jakob Stoklund... Ignore Vim swap files
2011-05-31 Galina KistanovaReverted r132135 per Xerxes request. These tests are...
2011-05-31 Andrew Trickscev: Better sign-extend removal. Normalize postincreme...
2011-05-31 Jakob Stoklund... Simplify the eviction policy by making the failsafe...
2011-05-31 Eli Friedmanllvm.memcpy.* has two distinct associated address space...
2011-05-31 Bruno Cardoso... Fix uninitialized variables and silence warnings
2011-05-31 Eli FriedmanAdd a minor missing -verify check. Found by inspection.
2011-05-31 Nick LewyckyAlso remove -lLTO which should have been in r132349...
2011-05-31 Stuart HastingsRevert to pacify a buildbot. rdar://problem/6501862
2011-05-31 Nick LewyckyMake the gold plugin build on Cygwin as well as Linux...
2011-05-31 Stuart HastingsFollowup to 132316; accept arbitrary constants, add...
2011-05-31 Devang PatelFix html formatting.
2011-05-31 Devang PatelClarify documentation and remove guarantees that are...
2011-05-31 Richard OsborneFix 80 column violations.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc8.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc32.
2011-05-31 Richard OsborneConvert test to FileCheck.
2011-05-31 Argyrios KyrtzidisIntroduce PackedVector, useful for storing a vector...
2011-05-31 Bruno Cardoso... Fix ssat and ssat16 encodings for ARM and Thumb. The...
2011-05-31 Bruno Cardoso... This patch implements atomic intrinsics atomic.load...
2011-05-31 Bruno Cardoso... This patch implements the thread local storage. Impleme...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
next