2011-06-09 |
Jason W Kim | Remove an uneeded switch - Turns out reloc results... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Eli Friedman | Add a check to make sure we don't crash with strange... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Jakob Stoklund... | Move TableGen's register bank classes to their own... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Galina Kistanova | Added dg.exp to run FrontendC ARM-dependent tests;... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Bob Wilson | Add special-case range checking for VCVT_N intrinsic... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Jakob Stoklund... | Remove custom allocation order boilerplate that is... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Eric Christopher | Speculatively revert 132758 and 132768 to try to fix... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Eric Christopher | Recommit r132764 since it didn't cause the windows... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Rafael Espindola | Improve the handling of available_externally and llvm... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Duncan Sands | Enable printf() to iprintf() optimization for the TCE... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Chris Lattner | add another sandybridge alias. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Eric Christopher | Temporarily revert 132764 to see if it fixes the Window... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Eric Christopher | Have the JIT tutorial use IRBuilder for the IR. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Akira Hatanaka | Initial support for inline asm memory operand constraints. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Cameron Zwarich | Remove a vacuous condition. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Cameron Zwarich | Fix PR10104 by adding a bounds check on a vector elemen... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Eric Christopher | If the alignment of the byval argument is greater than... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Eric Christopher | Add a parameter to CCState so that it can access the... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Cameron Zwarich | Fix an assymmetry between ConvertScalar_ExtractValue... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Akira Hatanaka | Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Akira Hatanaka | Reorganize code in MipsTargetLowering::LowerCall to... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Andrew Trick | Remove a temporary test case probe in CheckForLiveRegDef. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Rafael Espindola | Fix count. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Rafael Espindola | Count how many phis we are creating. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Cameron Zwarich | Fix an issue where the two-address conversion pass... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Rafael Espindola | Fix a silly error I introduce in r131951. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Eric Christopher | Create a new ARM directory for FrontendC tests and... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Chad Rosier | Fixed a few illegal paths with llvm_unreachable. Patch... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Akira Hatanaka | Refactor MipsTargetLowering::EmitInstrWithCustomInserter. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Akira Hatanaka | Put back removed line. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Akira Hatanaka | Coding style fixes. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Akira Hatanaka | Use tabs to separate opcode and operand strings. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Akira Hatanaka | Add comments for wrapper node patterns in MipsInstrInfo.td. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Roman Divacky | Test that ".byte 1, 2, 3, 4" does the right thing. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Roman Divacky | Make EmitIntValue() work properly on big-endian targets. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Stuart Hastings | Tweak this test for ARM-hosted 'bot. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Lang Hames | Switched to DenseMap for allowed sets in PBQP. Reduces... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Nadav Rotem | Move the legalizer tests to the X86 directory because... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Akira Hatanaka | Add test case for C++ exception handling and fix the... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Andrew Trick | Fix a merge bug in preRAsched for handling physreg... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Andrew Trick | Fix for setjmp/longjmp exception handling on ARM. setjm... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Jakob Stoklund... | Simplify local live range splitting's safeguard to... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stuart Hastings | Followup to 132458, omit unnecessary stack copy when... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Eli Friedman | Add -O1/2/3 to bugpoint, so when you conclude opt ... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Eli Friedman | We only do always-inlining at -O1; make opt reflect... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Jakob Stoklund... | Get allocation orders from RegisterClassInfo when possible. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Nadav Rotem | Add methods to support the integer-promotion of vector... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Nick Lewycky | This directory was missing the dg.exp to cause the... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stuart Hastings | Test case for PR10085. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stuart Hastings | Avoid FGETSIGN of 80-bit types. Fixes PR10085. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Jakob Stoklund... | Don't try to be clever, just preserve the target's... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Eli Friedman | PR10077: fix fast-isel of extractvalue of aggregate... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Benjamin Kramer | Harden tests for windows path separators. |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Benjamin Kramer | Use path API for path concatenation. |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Rafael Espindola | Basic support for macros with explicit arguments. |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Rafael Espindola | Produce an undefined reference to _GLOBAL_OFFSET_TABLE_... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Jakob Stoklund... | Fix a test that keeps breaking when allocation orders... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Nadav Rotem | TypeLegalizer: Add support for passing of vector-promot... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Nadav Rotem | TypeLegalizer: Fix a bug in the promotion of elements... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Nick Lewycky | Refactor parsing of variable names (ie., %foo and ... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Nick Lewycky | Add support for @GOTPTOFF in i386 mode. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Hans Wennborg | Cast unused parameter to void. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Bill Wendling | If the block that we're threading through is jumped... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Jakob Stoklund... | Drop a RecordKeeper reference that wasn't necessary. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Dan Gohman | Add a testcase to demonstrate the problem where phi... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Dan Gohman | Reapply r131781, now that the GVN bug with partially... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Dan Gohman | Disable the main feature of 130180, the elimination... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Dan Gohman | Remove this test, which should have been reverted along... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Roman Divacky | Use processor name in the target triple. This fixes... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Dan Gohman | Revert r131781 again. Apparently there is more going... |
commit | commitdiff | tree | snapshot |
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 |
next |