2011-06-04 |
Jakob Stoklund... | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Jakob Stoklund... | Teach TableGen to evaluate DAG expressions as set opera... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Nick Lewycky | Fold assert-only-used variable into the assert. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Andrew Trick | Missing include of climits in the new BranchProbability... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Andrew Trick | New BranchProbabilityInfo analysis. Patch by Jakub... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Dan Gohman | Reapply r131781 (revert r131809), now that some BasicAA... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Dan Gohman | Fix BasicAA's recursion detection so that it doesn... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Stuart Hastings | Reapply 132424 with fixes. This fixes PR10068. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Jakob Stoklund... | Fix some tests that depend on register allocation. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Jakob Stoklund... | Blackfin always uses a reserved call frame. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Eric Christopher | Another possible bug. Stopgap until we can autogenerate... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Eric Christopher | Testcase for llvm-gcc commit r132591. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Eric Christopher | Fix an off by one error. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Bill Wendling | Remove testcase. It's problematic for the buildbots. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Jakob Stoklund... | Switch AllocationOrder to using RegisterClassInfo inste... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Jakob Stoklund... | Preserve the original ordering when a CSR has multiple... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Dan Gohman | When merging MustAlias and PartialAlias, chose PartialA... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Devang Patel | Use IRBuilder, preserve line numbers. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Bill Wendling | Accomodate front-ends which use private instead of... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Eric Christopher | Make the Uv constraint a memory operand. This doesn... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Eric Christopher | Add a TODO about memory operands. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Hans Wennborg | Test commit. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Devang Patel | A typedef's context is not the same as type's context... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Chad Rosier | Revert name change from r132533. Lower case naming... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Roman Divacky | Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Zhongxing Xu | singed int causes signed extension, which contradicts... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Nick Lewycky | Rework the logic to not rely on undefined behaviour... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Nick Lewycky | Bail on unswitching a switch statement for a case with... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Chad Rosier | Whitespace and other cleanup. Functionallity unchanged. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Charles Davis | Treat Win64 EH as a DWARF EH scheme. For GCC-style... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Andrew Trick | Corrections and additional information for "Creating... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Eli Friedman | Add ARM fast-isel support for materializing the address... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Andrew Trick | Basic PassManager diagnostics. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Andrew Trick | Test case pasto (failed when run with IR verifier). |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Jakob Stoklund... | Avoid calling TRI->getAllocatableSet in RAFast. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Eric Christopher | Have LowerOperandForConstraint handle multiple characte... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Jakob Stoklund... | Flag unallocatable register classes instead of giving... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Jakob Stoklund... | Make it possible to have unallocatable register classes. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Devang Patel | Preserve line number information while converting Invok... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Bill Wendling | This should have been a C++ testcase. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Jakob Stoklund... | Just use a SmallVector. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Bill Wendling | Testcase for r132493. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Bill Wendling | Update for r132493 change. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Devang Patel | Update DBG_VALUEs while breaking anti dependencies. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Tanya Lattner | Fix encoding for VEXTdf. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Eli Friedman | PR10067: Add missing safety check to call return transf... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Devang Patel | During post RA scheduling, do not try to chase reg... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Rafael Espindola | Add test for PR10068. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Rafael Espindola | Revert 132424 to fix PR10068. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Stuart Hastings | Andy pointed out a dumb omission in this test case... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Eric Christopher | Add a new parse hint for multi-letter constraints in... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Stuart Hastings | Jakob pointed out a dumb omission in this test case... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Jakob Stoklund... | Use RegisterClassInfo::getOrder in RAFast. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Jim Grosbach | .cfi directive register parsing flexibility. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Stuart Hastings | Omit unnecessary stack copy when x87 input is a load. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Benjamin Kramer | Start with a zeroed CSRNum map. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Jakob Stoklund... | Initialize members to fix problem found by valgrind. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Jakob Stoklund... | Use TRI::has{Sub,Super}ClassEq() where possible. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Stuart Hastings | Tweak testcase for ARM bot. rdar://problem/5993888 |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Rafael Espindola | Don't hardcode the %reg format in the streamer. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Jakob Stoklund... | Add a RegisterClassInfo class that lazily caches inform... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Akira Hatanaka | Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Akira Hatanaka | Test case for r132444. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Akira Hatanaka | Custom-lower FRAMEADDR. Patch by Sasa Stankovic. |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Eli Friedman | When marking a block as being unanalyzable, use "Clobbe... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Chad Rosier | Typos. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Eli Friedman | In MemoryDependenceAnalysis::getNonLocalPointerDepFromB... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Devang Patel | A DBG_VALUE that truncates a range does not start anoth... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Devang Patel | Do not drop constant values when a variable's content... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stuart Hastings | Recommit 132404 with fixes. rdar://problem/5993888 |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Eric Christopher | Allow bitcasts between valid types of the same size... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stuart Hastings | Revert 132404 to appease a buildbot. rdar://problem... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Nadav Rotem | Refactor LegalizeTypes: Erase LegalizeAction and make... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Andrew Trick | SCEV: missing null check fix for r132360, dragonegg... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Jakob Stoklund... | Revert r132358 "Simplify the eviction policy by making... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stuart Hastings | Fix double FGETSIGN to work on x86_32; followup to... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Eric Christopher | Add a testcase, enabled only on arm, for llvm-gcc r132366. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stuart Hastings | Cleanup test case. rdar://problem/5660695 |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Benjamin Kramer | Initialize IssueWidth to zero. |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stuart Hastings | Add support for x86 CMPEQSS and friends. These instruc... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stuart Hastings | Reapply 132348 with fixes. rdar://problem/6501862 |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stuart Hastings | A forthcoming SSE patch will break this test; since... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stuart Hastings | Test case for 132396. rdar://problem/5660695 |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Jakob Stoklund... | Fix PR10059 and future variations by handling all regis... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stuart Hastings | Turn on FGETSIGN for x86. Followup to 132388. rdar... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Joerg Sonnenberger | Add new -d option to tblgen. It writes a make(1)-style... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Nadav Rotem | This patch is another step in the direction of adding... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Stuart Hastings | FGETSIGN support for x86, using movmskps/pd. Will... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Andrew Trick | Add an issue width check to the postRA scheduler. Patch... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
John McCall | First, do no harm -- even if we can't find a selector... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Bill Wendling | The ARM stuff already calls the Resume function, not... |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Devang Patel | Incomplete type may not have corresponding DIE, so... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Devang Patel | Refactor. |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Devang Patel | Include global types, that are referenced through local... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Jakob Stoklund... | Ignore Vim swap files |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Galina Kistanova | Reverted r132135 per Xerxes request. These tests are... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Andrew Trick | scev: Better sign-extend removal. Normalize postincreme... |
commit | commitdiff | tree | snapshot |
next |