2012-06-01 |
Chad Rosier | [arm-fast-isel] Fix handling of the frameaddress intrinsic...
|
commit | commitdiff | tree |
2012-06-01 |
Chad Rosier | Put the shiny new MCSubRegIterator to work.
|
commit | commitdiff | tree |
2012-05-30 |
Chad Rosier | Remove extra space.
|
commit | commitdiff | tree |
2012-05-30 |
Chad Rosier | [arm-fast-isel] Add support for the llvm.frameaddress...
|
commit | commitdiff | tree |
2012-05-24 |
Chad Rosier | Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
|
commit | commitdiff | tree |
2012-05-23 |
Chad Rosier | Tidy up naming for consistency and other cleanup. ...
|
commit | commitdiff | tree |
2012-05-23 |
Chad Rosier | [arm-fast-isel] Add support for non-global callee.
|
commit | commitdiff | tree |
2012-05-21 |
Chad Rosier | Typo.
|
commit | commitdiff | tree |
2012-05-14 |
Chad Rosier | Move the capture analysis from MemoryDependencyAnalysis...
|
commit | commitdiff | tree |
2012-05-12 |
Chad Rosier | Hoist simpler checks above llvm::PointerMayBeCaptured...
|
commit | commitdiff | tree |
2012-05-11 |
Chad Rosier | Revert 156658.
|
commit | commitdiff | tree |
2012-05-11 |
Chad Rosier | [fast-isel] Fast-isel doesn't use the expect intrinsic.
|
commit | commitdiff | tree |
2012-05-11 |
Chad Rosier | [fast-isel] Add support for selecting @llvm.trap().
|
commit | commitdiff | tree |
2012-05-11 |
Chad Rosier | Typo.
|
commit | commitdiff | tree |
2012-05-11 |
Chad Rosier | [fast-isel] Remove -disable-arm-fast-isel option. ...
|
commit | commitdiff | tree |
2012-05-11 |
Chad Rosier | [fast-isel] Cleaner fix for when we're unable to handle...
|
commit | commitdiff | tree |
2012-05-11 |
Chad Rosier | [fast-isel] Rather then assert (or segfault in a non...
|
commit | commitdiff | tree |
2012-05-11 |
Chad Rosier | The return type is an unsigned, not a bool.
|
commit | commitdiff | tree |
2012-05-10 |
Chad Rosier | Fix intendation.
|
commit | commitdiff | tree |
2012-05-09 |
Chad Rosier | Add unittests for Triple::getMacOSXVersion and Triple...
|
commit | commitdiff | tree |
2012-05-09 |
Chad Rosier | Set the default iOS version to 3.0.
|
commit | commitdiff | tree |
2012-05-09 |
Chad Rosier | Don't return true on a function with a void return...
|
commit | commitdiff | tree |
2012-05-09 |
Chad Rosier | Add Triple::getiOSVersion.
|
commit | commitdiff | tree |
2012-05-07 |
Chad Rosier | Fix a regression from r147481. This combine should...
|
commit | commitdiff | tree |
2012-04-30 |
Chad Rosier | Tidy up. No functional change intended.
|
commit | commitdiff | tree |
2012-04-27 |
Chad Rosier | Add x86-specific DAG combine to simplify:
|
commit | commitdiff | tree |
2012-04-26 |
Chad Rosier | Add instcombine patterns for the following transformations:
|
commit | commitdiff | tree |
2012-04-17 |
Chad Rosier | Typo.
|
commit | commitdiff | tree |
2012-04-11 |
Chad Rosier | Typo.
|
commit | commitdiff | tree |
2012-04-10 |
Chad Rosier | Whitespace.
|
commit | commitdiff | tree |
2012-04-10 |
Chad Rosier | Revert r154396, which looks to be the real culprit...
|
commit | commitdiff | tree |
2012-04-09 |
Chad Rosier | When performing a truncating store, it's possible to...
|
commit | commitdiff | tree |
2012-04-09 |
Chad Rosier | Update comments and remove unnecessary isVolatile(...
|
commit | commitdiff | tree |
2012-04-03 |
Chad Rosier | Fix an issue in SimplifySetCC() specific to vector...
|
commit | commitdiff | tree |
2012-03-28 |
Chad Rosier | Revert r153521 as it's causing large regressions on...
|
commit | commitdiff | tree |
2012-03-28 |
Chad Rosier | Fix 80-column violation.
|
commit | commitdiff | tree |
2012-03-27 |
Chad Rosier | Reapply r153423; the original commit was fine. The...
|
commit | commitdiff | tree |
2012-03-26 |
Chad Rosier | Revert r153423 as this is causing failures on our internal...
|
commit | commitdiff | tree |
2012-03-22 |
Chad Rosier | [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1"...
|
commit | commitdiff | tree |
2012-03-20 |
Chad Rosier | Fix test case from r153135.
|
commit | commitdiff | tree |
2012-03-20 |
Chad Rosier | [avx] Add patterns for combining vextractf128 + vmovaps...
|
commit | commitdiff | tree |
2012-03-20 |
Chad Rosier | [avx] Add the AddedComplexity to the VINSERTI128 avx2...
|
commit | commitdiff | tree |
2012-03-20 |
Chad Rosier | Whitespace.
|
commit | commitdiff | tree |
2012-03-20 |
Chad Rosier | [avx] Move the vextractf128 patterns closer to the...
|
commit | commitdiff | tree |
2012-03-20 |
Chad Rosier | Fix test.
|
commit | commitdiff | tree |
2012-03-20 |
Chad Rosier | [avx] Adjust the VINSERTF128rm pattern to allow for...
|
commit | commitdiff | tree |
2012-03-16 |
Chad Rosier | Revert r152705, which reapplied r152486 as this appears...
|
commit | commitdiff | tree |
2012-03-15 |
Chad Rosier | [fast-isel] Address Eli's comments for r152847. Specificall...
|
commit | commitdiff | tree |
2012-03-15 |
Chad Rosier | [fast-isel] Don't try to encode LONG_MIN using cmn...
|
commit | commitdiff | tree |
2012-03-15 |
Chad Rosier | [avx] Add patterns for VINSERTF128rm.
|
commit | commitdiff | tree |
2012-03-09 |
Chad Rosier | Fix a regression from r147481.
|
commit | commitdiff | tree |
2012-03-07 |
Chad Rosier | [fast-isel] ARMEmitCmp generates FMSTAT, which transfers...
|
commit | commitdiff | tree |
2012-03-07 |
Chad Rosier | Revert r152202 as it's causing internal buildbot failures.
|
commit | commitdiff | tree |
2012-03-05 |
Chad Rosier | Address Evan's comments for r151877.
|
commit | commitdiff | tree |
2012-03-02 |
Chad Rosier | Prevent obscure and incorrect tail-call optimization.
|
commit | commitdiff | tree |
2012-03-01 |
Chad Rosier | Revert r151816 as Jim has the appropriate fix.
|
commit | commitdiff | tree |
2012-03-01 |
Chad Rosier | Fix testcases from r151807.
|
commit | commitdiff | tree |
2012-02-28 |
Chad Rosier | Fix 80-column violation.
|
commit | commitdiff | tree |
2012-02-27 |
Chad Rosier | Add q suffix aliases for the fistp and fisttp mnemonics.
|
commit | commitdiff | tree |
2012-02-26 |
Chad Rosier | Remove more GCC FE build stuff.
|
commit | commitdiff | tree |
2012-02-26 |
Chad Rosier | Installing the GCC front end is no longer supported.
|
commit | commitdiff | tree |
2012-02-26 |
Chad Rosier | Cleanup the LLVM Getting Started page.
|
commit | commitdiff | tree |
2012-02-26 |
Chad Rosier | Add href to clang in overview.
|
commit | commitdiff | tree |
2012-02-26 |
Chad Rosier | Remove references to llvm-gcc from overview and tutorial.
|
commit | commitdiff | tree |
2012-02-25 |
Chad Rosier | Add comment.
|
commit | commitdiff | tree |
2012-02-25 |
Chad Rosier | Add support for disabling llvm.lifetime intrinsics...
|
commit | commitdiff | tree |
2012-02-25 |
Chad Rosier | Fix indentation.
|
commit | commitdiff | tree |
2012-02-23 |
Chad Rosier | Typo.
|
commit | commitdiff | tree |
2012-02-23 |
Chad Rosier | The LLVM Getting Started documentation is out of date...
|
commit | commitdiff | tree |
2012-02-22 |
Chad Rosier | Remove extra semi-colons.
|
commit | commitdiff | tree |
2012-02-20 |
Chad Rosier | Fix 80-column violation.
|
commit | commitdiff | tree |
2012-02-18 |
Chad Rosier | Fix documentation.
|
commit | commitdiff | tree |
2012-02-17 |
Chad Rosier | [fast-isel] Add support for returning non-legal types...
|
commit | commitdiff | tree |
2012-02-16 |
Chad Rosier | Remove unnecessary assignment to temporary, ResultReg.
|
commit | commitdiff | tree |
2012-02-16 |
Chad Rosier | Update credits.
|
commit | commitdiff | tree |
2012-02-15 |
Chad Rosier | Add braces to if clause to make symmetric with associate...
|
commit | commitdiff | tree |
2012-02-15 |
Chad Rosier | Use a temporary variable, rather then a series of redundant...
|
commit | commitdiff | tree |
2012-02-15 |
Chad Rosier | Use a temporary variable, rather then a series of redundant...
|
commit | commitdiff | tree |
2012-02-14 |
Chad Rosier | Remove unnecessary assignment to temporary, ResultReg.
|
commit | commitdiff | tree |
2012-02-08 |
Chad Rosier | [fast-isel] Add support for SUBs with non-legal types.
|
commit | commitdiff | tree |
2012-02-08 |
Chad Rosier | Add comment to test case.
|
commit | commitdiff | tree |
2012-02-08 |
Chad Rosier | [fast-isel] Add support for ORs with non-legal types.
|
commit | commitdiff | tree |
2012-02-07 |
Chad Rosier | [fast-isel] Add support for indirect branches.
|
commit | commitdiff | tree |
2012-02-06 |
Chad Rosier | [fast-isel] Add support for ADDs with non-legal types.
|
commit | commitdiff | tree |
2012-02-04 |
Chad Rosier | [fast-isel] HandlePHINodesInSuccessorBlocks() can promite...
|
commit | commitdiff | tree |
2012-02-03 |
Chad Rosier | [fast-isel] Add support for URem.
|
commit | commitdiff | tree |
2012-02-03 |
Chad Rosier | [fast-isel] Rename isZExt to isSigned. No functional...
|
commit | commitdiff | tree |
2012-02-03 |
Chad Rosier | [fast-isel] Add support for UDIV.
|
commit | commitdiff | tree |
2012-02-03 |
Chad Rosier | [fast-isel] Add support for FPToUI. Also add test...
|
commit | commitdiff | tree |
2012-02-03 |
Chad Rosier | [fast-isel] Add support for selecting UIToFP.
|
commit | commitdiff | tree |
2012-02-01 |
Chad Rosier | Tidy up.
|
commit | commitdiff | tree |
2012-01-30 |
Chad Rosier | Typo.
|
commit | commitdiff | tree |
2012-01-30 |
Chad Rosier | Typo.
|
commit | commitdiff | tree |
2012-01-26 |
Chad Rosier | Update comment for r149070.
|
commit | commitdiff | tree |
2012-01-26 |
Chad Rosier | Replace the use of isPredicable() with isPredicated...
|
commit | commitdiff | tree |
2012-01-19 |
Chad Rosier | Fix typo.
|
commit | commitdiff | tree |
2012-01-14 |
Chad Rosier | Fix pasto from r146196.
|
commit | commitdiff | tree |
2012-01-14 |
Chad Rosier | Cleanup test case by adding checks for test names.
|
commit | commitdiff | tree |
2012-01-10 |
Chad Rosier | Add test case for r147881.
|
commit | commitdiff | tree |
2012-01-10 |
Chad Rosier | Add missing VEX predicates to VMOVSDto64rr/VMOVSDto64mr...
|
commit | commitdiff | tree |
next |