2011-07-19 |
Owen Anderson | Enhance the FixedLengthDecoder to be able to generate...
|
commit | commitdiff | tree |
2011-07-18 |
Owen Anderson | Revamp our handling of tLDMIA[_UPD] and tSTMIA[_UPD...
|
commit | commitdiff | tree |
2011-07-18 |
Owen Anderson | Mark the Darwin assembler workout as isCodeGenOnly...
|
commit | commitdiff | tree |
2011-07-18 |
Owen Anderson | Re-apply r135319 with a fix for the constant island...
|
commit | commitdiff | tree |
2011-07-16 |
Owen Anderson | Revert r135319 in an attempt to get to unbreak testers.
|
commit | commitdiff | tree |
2011-07-15 |
Owen Anderson | Get rid of the separate opcodes for the Darwin versions...
|
commit | commitdiff | tree |
2011-07-15 |
Owen Anderson | Remove VMOVDneon and VMOVQ, which are just aliases...
|
commit | commitdiff | tree |
2011-07-15 |
Owen Anderson | Remove unnecessary duplicate instruction definitions...
|
commit | commitdiff | tree |
2011-07-13 |
Owen Anderson | Add a target-indepedent entry to MCInstrDesc to describe...
|
commit | commitdiff | tree |
2011-07-06 |
Owen Anderson | Fix a subtle issue in SmallVector. The following code...
|
commit | commitdiff | tree |
2011-07-01 |
Owen Anderson | Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop...
|
commit | commitdiff | tree |
2011-06-27 |
Owen Anderson | Add support for alternative register names, useful...
|
commit | commitdiff | tree |
2011-06-27 |
Owen Anderson | The index stored in the RegDefIter is one after the...
|
commit | commitdiff | tree |
2011-06-24 |
Owen Anderson | The scheduler needs to be aware on the existence of...
|
commit | commitdiff | tree |
2011-06-21 |
Owen Anderson | Fix some trailing issues from my introduction of MVT...
|
commit | commitdiff | tree |
2011-06-16 |
Owen Anderson | Change the REG_SEQUENCE SDNode to take an explict register...
|
commit | commitdiff | tree |
2011-06-16 |
Owen Anderson | Fix formatting.
|
commit | commitdiff | tree |
2011-06-15 |
Owen Anderson | Add a new MVT::untyped. This will be used in future...
|
commit | commitdiff | tree |
2011-06-15 |
Owen Anderson | Replace the statically generated hashtables for checking...
|
commit | commitdiff | tree |
2011-05-17 |
Owen Anderson | @llvm.lifetime.begin acts as a load, not @llvm.lifetime...
|
commit | commitdiff | tree |
2011-05-11 |
Owen Anderson | Fix encoding of Thumb BLX register instructions. Patch...
|
commit | commitdiff | tree |
2011-05-05 |
Owen Anderson | Allow FastISel of three-register-operand instructions.
|
commit | commitdiff | tree |
2011-05-02 |
Owen Anderson | Other parts of the SelectionDAG framework assume that...
|
commit | commitdiff | tree |
2011-04-28 |
Owen Anderson | Fix a bug in tblgen that caused incorrect encodings...
|
commit | commitdiff | tree |
2011-04-22 |
Owen Anderson | Teach FastISel to deal with instructions that have...
|
commit | commitdiff | tree |
2011-04-18 |
Owen Anderson | Enhance the fixed-length disassembler to support the...
|
commit | commitdiff | tree |
2011-04-14 |
Owen Anderson | Fix an infinite alternation in JumpThreading where...
|
commit | commitdiff | tree |
2011-04-14 |
Owen Anderson | Fix another instance of the DAG combiner not using...
|
commit | commitdiff | tree |
2011-04-13 |
Owen Anderson | During post-legalization DAG combining, be careful...
|
commit | commitdiff | tree |
2011-04-11 |
Owen Anderson | Fix another using-CPSR-twice bug in my ADCS/SBCS cleanups...
|
commit | commitdiff | tree |
2011-04-06 |
Owen Anderson | Teach the ARM peephole optimizer that RSB, RSC, ADC...
|
commit | commitdiff | tree |
2011-04-06 |
Owen Anderson | Cleanups from Jim: remove redundant constraints and...
|
commit | commitdiff | tree |
2011-04-05 |
Owen Anderson | Reapply r128946 (pseudoization of various instructions...
|
commit | commitdiff | tree |
2011-04-05 |
Owen Anderson | Revert r128946 while I figure out why it broke the...
|
commit | commitdiff | tree |
2011-04-05 |
Owen Anderson | Give RSBS and RSCS the pseudo treatment.
|
commit | commitdiff | tree |
2011-04-05 |
Owen Anderson | Fix bugs in the pseuo-ization of ADCS/SBCS pointed...
|
commit | commitdiff | tree |
2011-04-05 |
Owen Anderson | Convert ADCS and SBCS instructions into pseudos that...
|
commit | commitdiff | tree |
2011-04-01 |
Owen Anderson | When the architecture is explicitly armv6 or thumbv6...
|
commit | commitdiff | tree |
2011-03-30 |
Owen Anderson | Somehow we managed to forget to encode the lane index...
|
commit | commitdiff | tree |
2011-03-29 |
Owen Anderson | Check early if this is an unsupported opcode, so that...
|
commit | commitdiff | tree |
2011-03-29 |
Owen Anderson | Add safety check that didn't show up in testing.
|
commit | commitdiff | tree |
2011-03-29 |
Owen Anderson | Get rid of the non-writeback versions VLDMDB and VSTMDB...
|
commit | commitdiff | tree |
2011-03-23 |
Owen Anderson | The high bit of a Thumb2 ADR's offset is stored in...
|
commit | commitdiff | tree |
2011-03-23 |
Owen Anderson | Fix a bug introduced by my patch yesterday: BL is a...
|
commit | commitdiff | tree |
2011-03-22 |
Owen Anderson | RIT_ARM_ThumbBranch32Bit relocations are not used and...
|
commit | commitdiff | tree |
2011-03-21 |
Owen Anderson | Add support for Thumb interworking addresses for symbol...
|
commit | commitdiff | tree |
2011-03-18 |
Owen Anderson | Add support to the ARM asm parser for the register...
|
commit | commitdiff | tree |
2011-03-18 |
Owen Anderson | Clean whitespace.
|
commit | commitdiff | tree |
2011-03-18 |
Owen Anderson | Reduce code duplication.
|
commit | commitdiff | tree |
2011-03-18 |
Owen Anderson | Thumb2 PC-relative loads require a fixup rather than...
|
commit | commitdiff | tree |
2011-03-17 |
Owen Anderson | There are two pseudos in this case that are Thumb mode...
|
commit | commitdiff | tree |
2011-03-14 |
Owen Anderson | Ignore isCodeGenOnly instructions when generating diassembly...
|
commit | commitdiff | tree |
2011-03-11 |
Owen Anderson | Teach FastISel to support register-immediate-immediate...
|
commit | commitdiff | tree |
2011-03-07 |
Owen Anderson | Use the correct LHS type when determining the legalization...
|
commit | commitdiff | tree |
2011-02-28 |
Owen Anderson | Use the correct shift amount type.
|
commit | commitdiff | tree |
2011-02-28 |
Owen Anderson | Clean whitespace.
|
commit | commitdiff | tree |
2011-02-28 |
Owen Anderson | Fix warning when building with clang++.
|
commit | commitdiff | tree |
2011-02-25 |
Owen Anderson | Allow targets to specify a the type of the RHS of a...
|
commit | commitdiff | tree |
2011-02-18 |
Owen Anderson | Add FixedLenDecoderEmitter, the skeleton of a new disassembl...
|
commit | commitdiff | tree |
2011-02-18 |
Owen Anderson | Revert r125956, which broke the build if you _don't_...
|
commit | commitdiff | tree |
2011-02-10 |
Owen Anderson | Clean trailing whitespace.
|
commit | commitdiff | tree |
2011-02-08 |
Owen Anderson | Revert both r121082 (which broke a bunch of constant...
|
commit | commitdiff | tree |
2011-01-21 |
Owen Anderson | Just because we have determined that an (fcmp | fcmp...
|
commit | commitdiff | tree |
2011-01-18 |
Owen Anderson | When matching asm operands, always try to match the...
|
commit | commitdiff | tree |
2011-01-17 |
Owen Anderson | Remove dead code, that I apparently wrote a while back...
|
commit | commitdiff | tree |
2011-01-16 |
Owen Anderson | Reduce and merge testcases.
|
commit | commitdiff | tree |
2011-01-16 |
Owen Anderson | Improve the safety of my globalopt enhancement by ensuring...
|
commit | commitdiff | tree |
2011-01-14 |
Owen Anderson | Fix a false-positive warning.
|
commit | commitdiff | tree |
2011-01-14 |
Owen Anderson | Enhance GlobalOpt to be able evaluate initializers...
|
commit | commitdiff | tree |
2011-01-14 |
Owen Anderson | Rather than doing early instcombine, try doing early...
|
commit | commitdiff | tree |
2011-01-14 |
Owen Anderson | Don't bother conditionalizing the use of SROA in -O1...
|
commit | commitdiff | tree |
2011-01-13 |
Owen Anderson | Recognize alternative register names like ip -> r12.
|
commit | commitdiff | tree |
2011-01-13 |
Owen Anderson | As far as I can tell, unified syntax uses c0-c15 instead...
|
commit | commitdiff | tree |
2011-01-13 |
Owen Anderson | Add support to the ARM MC infrastructure to support...
|
commit | commitdiff | tree |
2011-01-11 |
Owen Anderson | Remove dead variable, const-ref-ize an APInt.
|
commit | commitdiff | tree |
2011-01-11 |
Owen Anderson | Fix a random missed optimization by making InstCombine...
|
commit | commitdiff | tree |
2011-01-05 |
Owen Anderson | Reorder, rename, and document some members to make...
|
commit | commitdiff | tree |
2011-01-05 |
Owen Anderson | When computing the value on an edge, in certain cases...
|
commit | commitdiff | tree |
2011-01-05 |
Owen Anderson | Re-convert several of LazyValueInfo's internal maps...
|
commit | commitdiff | tree |
2011-01-04 |
Owen Anderson | Don't bother value numbering instructions with void...
|
commit | commitdiff | tree |
2011-01-04 |
Owen Anderson | Complete the NumberTable --> LeaderTable rename.
|
commit | commitdiff | tree |
2011-01-04 |
Owen Anderson | Fix typo in a comment.
|
commit | commitdiff | tree |
2011-01-04 |
Owen Anderson | Prune #include's.
|
commit | commitdiff | tree |
2011-01-04 |
Owen Anderson | Clarify terminology, settling on referring to what...
|
commit | commitdiff | tree |
2011-01-04 |
Owen Anderson | When removing a value from GVN's leaders list, don...
|
commit | commitdiff | tree |
2011-01-04 |
Owen Anderson | Branch instructions don't produce values, so there...
|
commit | commitdiff | tree |
2011-01-04 |
Owen Anderson | Remove commented out code.
|
commit | commitdiff | tree |
2011-01-04 |
Owen Anderson | Give MachineFunctionAnalysis a getPassName() implementation...
|
commit | commitdiff | tree |
2011-01-04 |
Owen Anderson | Clean up a funky pass registration that got passed...
|
commit | commitdiff | tree |
2011-01-03 |
Owen Anderson | Fix comment.
|
commit | commitdiff | tree |
2011-01-03 |
Owen Anderson | Use the new addEscapingValue callback to update GlobalsModRe...
|
commit | commitdiff | tree |
2011-01-03 |
Owen Anderson | Stub out a new updating interface to AliasAnalysis...
|
commit | commitdiff | tree |
2011-01-03 |
Owen Anderson | We can count properly.
|
commit | commitdiff | tree |
2011-01-03 |
Owen Anderson | Simplify GVN's value expression structure, allowing...
|
commit | commitdiff | tree |
2010-12-23 |
Owen Anderson | When determining if we can fold (x >> C1) << C2, the...
|
commit | commitdiff | tree |
2010-12-23 |
Owen Anderson | It is possible for SimplifyCFG to cause PHI nodes to...
|
commit | commitdiff | tree |
2010-12-21 |
Owen Anderson | Give GVN back the ability to perform simple conditional...
|
commit | commitdiff | tree |
2010-12-21 |
Owen Anderson | Remove dead code.
|
commit | commitdiff | tree |
2010-12-20 |
Owen Anderson | Speculatively revert the use of DenseMap in LazyValueInfo...
|
commit | commitdiff | tree |
2010-12-20 |
Owen Anderson | Attempt to appease the DragonEgg buildbots.
|
commit | commitdiff | tree |
next |