2010-06-19 |
Bob Wilson | Tidy.
|
commit | commitdiff | tree |
2010-06-19 |
Bob Wilson | Remove a fixme comment that is no longer relevant.
|
commit | commitdiff | tree |
2010-06-19 |
Bob Wilson | Fix error message to match function name.
|
commit | commitdiff | tree |
2010-06-18 |
Bob Wilson | Rewrite chained if's as switches and replace assertions...
|
commit | commitdiff | tree |
2010-06-18 |
Bob Wilson | Fix PR7372: Conditional branches (at least on ARM)...
|
commit | commitdiff | tree |
2010-06-16 |
Bob Wilson | Remove the hidden "neon-reg-sequence" option. The...
|
commit | commitdiff | tree |
2010-06-15 |
Bob Wilson | Fix 80col violations, remove trailing whitespace, and...
|
commit | commitdiff | tree |
2010-06-15 |
Bob Wilson | Add basic support for NEON modified immediates besides...
|
commit | commitdiff | tree |
2010-06-15 |
Bob Wilson | IfConversion's AnalyzeBlocks method always returns...
|
commit | commitdiff | tree |
2010-06-15 |
Bob Wilson | Fix a comment typo.
|
commit | commitdiff | tree |
2010-06-15 |
Bob Wilson | Add some missing checks for the case where the extract_subre...
|
commit | commitdiff | tree |
2010-06-15 |
Bob Wilson | Generalize the pre-coalescing of extract_subregs feeding...
|
commit | commitdiff | tree |
2010-06-15 |
Bob Wilson | VMOVQQ and VMOVQQQQ are pseudo instructions and not...
|
commit | commitdiff | tree |
2010-06-14 |
Bob Wilson | Rename functions referring to VMOV immediates to refer...
|
commit | commitdiff | tree |
2010-06-14 |
Bob Wilson | Fix a comment typo.
|
commit | commitdiff | tree |
2010-06-14 |
Bob Wilson | Honor the SDKROOT setting when building llvm.
|
commit | commitdiff | tree |
2010-06-11 |
Bob Wilson | Add a missing bitcast. This code used to only handle...
|
commit | commitdiff | tree |
2010-06-11 |
Bob Wilson | Add instruction encoding for the Neon VMOV immediate...
|
commit | commitdiff | tree |
2010-06-08 |
Bob Wilson | Fix up a comment.
|
commit | commitdiff | tree |
2010-06-07 |
Bob Wilson | Further changes for Neon vector shuffles:
|
commit | commitdiff | tree |
2010-06-07 |
Bob Wilson | Fix a mistake in my previous change r105437: don't...
|
commit | commitdiff | tree |
2010-06-04 |
Bob Wilson | For NEON vectors with 32- or 64-bit elements, select...
|
commit | commitdiff | tree |
2010-06-03 |
Bob Wilson | Add some missing checks in TwoAddressInstructionPass...
|
commit | commitdiff | tree |
2010-06-03 |
Bob Wilson | Revert 105308.
|
commit | commitdiff | tree |
2010-06-02 |
Bob Wilson | Rename canCombinedSubRegIndex method to something more...
|
commit | commitdiff | tree |
2010-06-02 |
Bob Wilson | Fix an obvious mistake: don't change the operands until...
|
commit | commitdiff | tree |
2010-05-28 |
Bob Wilson | Add the cc_out operand for t2RSBrs instructions. I...
|
commit | commitdiff | tree |
2010-05-27 |
Bob Wilson | Fix some bad fall-throughs in a switch statement. ...
|
commit | commitdiff | tree |
2010-05-27 |
Bob Wilson | Add a test for llvm-gcc svn r104726.
|
commit | commitdiff | tree |
2010-05-25 |
Bob Wilson | Allow t2MOVsrl_flag and t2MOVsra_flag instructions...
|
commit | commitdiff | tree |
2010-05-25 |
Bob Wilson | Fix up instruction classes for Thumb2 RSB instructions...
|
commit | commitdiff | tree |
2010-05-25 |
Bob Wilson | Clean up indentation.
|
commit | commitdiff | tree |
2010-05-24 |
Bob Wilson | Allow Thumb2 MVN instructions to set condition codes...
|
commit | commitdiff | tree |
2010-05-24 |
Bob Wilson | Clean up some extra whitespace.
|
commit | commitdiff | tree |
2010-05-24 |
Bob Wilson | Thumb2 RSBS instructions were being printed without...
|
commit | commitdiff | tree |
2010-05-23 |
Bob Wilson | VDUP doesn't support vectors with 64-bit elements.
|
commit | commitdiff | tree |
2010-05-22 |
Bob Wilson | Recognize more BUILD_VECTORs and VECTOR_SHUFFLEs that...
|
commit | commitdiff | tree |
2010-05-21 |
Bob Wilson | Clean up extra whitespace.
|
commit | commitdiff | tree |
2010-05-21 |
Bob Wilson | Change CodeGen/ARM/2009-11-02-NegativeLane.ll to use...
|
commit | commitdiff | tree |
2010-05-20 |
Bob Wilson | Handle Neon v2f64 and v2i64 vector shuffles as register...
|
commit | commitdiff | tree |
2010-05-19 |
Bob Wilson | Optimize away insertelement of an undef value. This...
|
commit | commitdiff | tree |
2010-05-19 |
Bob Wilson | Testcase to go with 104141.
|
commit | commitdiff | tree |
2010-05-19 |
Bob Wilson | When expanding a vector_shuffle, the element type may...
|
commit | commitdiff | tree |
2010-05-18 |
Bob Wilson | Fix a crash when debugging the coalescer. DebugValue...
|
commit | commitdiff | tree |
2010-05-17 |
Bob Wilson | Fix a regression in 464.h264 for thumb1 and thumb2...
|
commit | commitdiff | tree |
2010-05-13 |
Bob Wilson | Fix pr7110: For non-Darwin targets UnspilledCS1GPRs...
|
commit | commitdiff | tree |
2010-05-10 |
Bob Wilson | Fix PR7096. When a block containing multiple defs...
|
commit | commitdiff | tree |
2010-05-06 |
Bob Wilson | Fix handling of unreachable blocks in the SSAUpdater...
|
commit | commitdiff | tree |
2010-05-06 |
Bob Wilson | Add a missing break statement to fix unintentional...
|
commit | commitdiff | tree |
2010-05-05 |
Bob Wilson | Select an ARM-hosted cross build with a separate makefile...
|
commit | commitdiff | tree |
2010-05-05 |
Bob Wilson | Use the right version of "append" to combine two SmallVectors.
|
commit | commitdiff | tree |
2010-05-04 |
Bob Wilson | Combine the implementations of the core part of the...
|
commit | commitdiff | tree |
2010-05-04 |
Bob Wilson | Defer adding critical edges to the "toSplit" list until...
|
commit | commitdiff | tree |
2010-05-03 |
Bob Wilson | Remove special case for llvmCore_Embedded project....
|
commit | commitdiff | tree |
2010-05-03 |
Bob Wilson | Print basic block numbers in live interval debug output...
|
commit | commitdiff | tree |
2010-04-29 |
Bob Wilson | Don't remove libLTO.dylib if it's not being installed...
|
commit | commitdiff | tree |
2010-04-28 |
Bob Wilson | Add an option to the Apple-style build to control whether...
|
commit | commitdiff | tree |
2010-04-28 |
Bob Wilson | Undo most of my previous whitespace fix. I think I...
|
commit | commitdiff | tree |
2010-04-28 |
Bob Wilson | Fix inconsistent use of HOSTS and TARGETS variables.
|
commit | commitdiff | tree |
2010-04-28 |
Bob Wilson | Fix whitespace.
|
commit | commitdiff | tree |
2010-04-26 |
Bob Wilson | Handle register-to-register copies within the tGPR...
|
commit | commitdiff | tree |
2010-04-26 |
Bob Wilson | Avoid adding a null MD node operand, which crashes...
|
commit | commitdiff | tree |
2010-04-26 |
Bob Wilson | Update MachineSSAUpdater with the same changes I made...
|
commit | commitdiff | tree |
2010-04-21 |
Bob Wilson | Fix a performance problem with the new SSAUpdater....
|
commit | commitdiff | tree |
2010-04-20 |
Bob Wilson | Fix tests for Neon load/store intrinsics to match the...
|
commit | commitdiff | tree |
2010-04-17 |
Bob Wilson | Revise my previous change to ExpandBIT_CONVERT. I...
|
commit | commitdiff | tree |
2010-04-17 |
Bob Wilson | Re-commit my previous SSAUpdater changes. The previous...
|
commit | commitdiff | tree |
2010-04-17 |
Bob Wilson | As a temporary workaround for post-RA not handling...
|
commit | commitdiff | tree |
2010-04-14 |
Bob Wilson | Don't custom lower bit converts to ARM VMOVDRRD or...
|
commit | commitdiff | tree |
2010-04-13 |
Bob Wilson | Handle a v2f64 formal parameter that is split between...
|
commit | commitdiff | tree |
2010-04-13 |
Bob Wilson | Replace r101053 with a fix for getSOImmValRotate()...
|
commit | commitdiff | tree |
2010-04-09 |
Bob Wilson | Tidy whitespace.
|
commit | commitdiff | tree |
2010-04-09 |
Bob Wilson | Provide versions of the ARM eh_sjlj_setjmp instructions...
|
commit | commitdiff | tree |
2010-04-09 |
Bob Wilson | Fix a grammaro.
|
commit | commitdiff | tree |
2010-04-09 |
Bob Wilson | Add a testcase for svn r100568.
|
commit | commitdiff | tree |
2010-04-09 |
Bob Wilson | Fix up header comments to match the comment fixups...
|
commit | commitdiff | tree |
2010-04-09 |
Bob Wilson | Use getNumImplicitDefs() and getNumImplicitUses().
|
commit | commitdiff | tree |
2010-04-09 |
Bob Wilson | Fix up some comments.
|
commit | commitdiff | tree |
2010-04-06 |
Bob Wilson | Expand SELECT and SELECT_CC for NEON vector types.
|
commit | commitdiff | tree |
2010-04-03 |
Bob Wilson | Revert all my SSAUpdater patches. The PHI placement...
|
commit | commitdiff | tree |
2010-04-03 |
Bob Wilson | Add a DEBUG_TYPE for the SSAUpdater.
|
commit | commitdiff | tree |
2010-04-02 |
Bob Wilson | Recommit 100158 now that the buildbots are happy again.
|
commit | commitdiff | tree |
2010-04-02 |
Bob Wilson | Revert 100158 in case it is causing some of the buildbot...
|
commit | commitdiff | tree |
2010-04-02 |
Bob Wilson | Check for terminating conditions before adding PHIs...
|
commit | commitdiff | tree |
2010-04-01 |
Bob Wilson | Remove trailing whitespace.
|
commit | commitdiff | tree |
2010-04-01 |
Bob Wilson | Rewrite another SSAUpdater function to avoid recursion.
|
commit | commitdiff | tree |
2010-04-01 |
Bob Wilson | Change another SSAUpdater function to avoid recursion.
|
commit | commitdiff | tree |
2010-04-01 |
Bob Wilson | Simplify the code to check for existing PHIs, now that...
|
commit | commitdiff | tree |
2010-04-01 |
Bob Wilson | The SSAUpdater should avoid recursive traversals of...
|
commit | commitdiff | tree |
2010-03-31 |
Bob Wilson | Add a redundant PHI testcase for SSAUpdater to go with...
|
commit | commitdiff | tree |
2010-03-31 |
Bob Wilson | Rewrite part of the SSAUpdater to be more careful about...
|
commit | commitdiff | tree |
2010-03-30 |
Bob Wilson | Revert Mon Ping's change 99928, since it broke all...
|
commit | commitdiff | tree |
2010-03-27 |
Bob Wilson | Fix indentation.
|
commit | commitdiff | tree |
2010-03-27 |
Bob Wilson | Add a format argument to the N3V and N3VX classes,...
|
commit | commitdiff | tree |
2010-03-25 |
Bob Wilson | Reapply Kevin's change 94440, now that Chris has fixed...
|
commit | commitdiff | tree |
2010-03-24 |
Bob Wilson | Speculatively revert this to see if it fixes buildbot...
|
commit | commitdiff | tree |
2010-03-24 |
Bob Wilson | Revert Edwin's change that is breaking MultiSource...
|
commit | commitdiff | tree |
2010-03-23 |
Bob Wilson | Fix VLDMQ and VSTMQ instructions to use the correct...
|
commit | commitdiff | tree |
2010-03-23 |
Bob Wilson | Fix bad indentation, 80-column violations, and trailing...
|
commit | commitdiff | tree |
2010-03-23 |
Bob Wilson | Rename some instructions to match the corresponding...
|
commit | commitdiff | tree |
next |