2010-12-01 |
Bill Wendling | Renaming variables to coincide with documentation.... |
tree | commitdiff |
2010-12-01 |
Chris Lattner | fix a bozo bug I introduced in r119930, causing a misco... |
tree | commitdiff |
2010-12-01 |
Bill Wendling | Refactor T1sI and T1sIt encodings into helper classes. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add replace_extension implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add remove_filename implementation. |
tree | commitdiff |
2010-12-01 |
Bill Wendling | Refactor the T1sIt encodings into a parent class to... |
tree | commitdiff |
2010-12-01 |
Owen Anderson | Use by-name rather than by-order matching for NEON... |
tree | commitdiff |
2010-11-30 |
Andrew Trick | Comment typo. |
tree | commitdiff |
2010-11-30 |
Evan Cheng | Enable sibling call optimization of libcalls which... |
tree | commitdiff |
2010-11-30 |
Bill Wendling | Rename operands to match ARM documentation. No function... |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | Fix typo. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | Enhance DSE to handle the variable index case in PR8657. |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | Trailing whitespace. |
tree | commitdiff |
2010-11-30 |
Michael J. Spencer | Support/PathV2: Implement reverse iteration and parent_... |
tree | commitdiff |
2010-11-30 |
Michael J. Spencer | Support/ADT/StringRef: Add find_last_of. |
tree | commitdiff |
2010-11-30 |
Jason W Kim | Thanks to JimG for catching this! |
tree | commitdiff |
2010-11-30 |
Andrew Trick | Coding style. No significant functionality. Abandon... |
tree | commitdiff |
2010-11-30 |
Bill Wendling | Inline classes that were used in only one place. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | teach DSE to use GetPointerBaseWithConstantOffset to... |
tree | commitdiff |
2010-11-30 |
Bill Wendling | * Add support for encoding t_addrmode_s2 and t_addrmode... |
tree | commitdiff |
2010-11-30 |
Owen Anderson | Simplify the encoding of reg+/-imm12 values that allow... |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | Fix handling of ARM negative pc-relative fixups for... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | move GetPointerBaseWithConstantOffset out of GVN into... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | remove a fixed fixme |
tree | commitdiff |
2010-11-30 |
Chris Lattner | Make DeleteDeadInstruction be a static function, move... |
tree | commitdiff |
2010-11-30 |
Eric Christopher | Move X86InstrFPStack.td over to PseudoI as well. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | switch RemoveAccessedObjects to use AliasAnalysis:... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | two improvements to RemoveAccessedObjects: |
tree | commitdiff |
2010-11-30 |
Eric Christopher | Migrate X86InstrControl.td to use PseudoI and fix a... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | remove the "undead" terminology, which is nonstandard... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | move call handling in handleEndBlock up a bit, and... |
tree | commitdiff |
2010-11-30 |
Dale Johannesen | Avoid exponential growth of a table. It feels like |
tree | commitdiff |
2010-11-30 |
Owen Anderson | Provide Thumb2 encodings for a few miscellaneous instru... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | various cleanups and code simplification |
tree | commitdiff |
2010-11-30 |
Chris Lattner | make getPointerSize a static function. Add ivars to... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | reduce indentation, clean up TD use a bit. |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | Add FIXME |
tree | commitdiff |
2010-11-30 |
Owen Anderson | Add encoding support for Thumb2 PLD and PLI instructions. |
tree | commitdiff |
2010-11-30 |
Eric Christopher | Noticed this on inspection, fix and update some comments. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | enhance isRemovable to refuse to delete volatile mem... |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | Pseudo-ize ARM MOVPCRX |
tree | commitdiff |
2010-11-30 |
Owen Anderson | Provide encodings for a few more load/store variants. |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | Pseudo-ize BX_CALL and friends. Remove dead instruction... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | add TLI support indicating that jumps are more expensiv... |
tree | commitdiff |
2010-11-30 |
Che-Liang Chiou | ptx: add command-line options for gpu target and ptx... |
tree | commitdiff |
2010-11-30 |
Eric Christopher | Fix some grammar in comments I noticed. |
tree | commitdiff |
2010-11-30 |
Eric Christopher | This defaults to GenericDomain. |
tree | commitdiff |
2010-11-30 |
Jay Foad | PR5207: Make APInt::set(), APInt::clear() and APInt... |
tree | commitdiff |
2010-11-30 |
Eric Christopher | Implement a PseudoI class and transfer the sse instruct... |
tree | commitdiff |
2010-11-30 |
Eric Christopher | Fix insertion point in pcmp expander. |
tree | commitdiff |
2010-11-30 |
Eric Christopher | Fix some cleanups from my last patch. |
tree | commitdiff |
2010-11-30 |
Bill Wendling | Add parsing for the Thumb t_addrmode_s4 addressing... |
tree | commitdiff |
2010-11-30 |
Che-Liang Chiou | ptx: add ld instruction |
tree | commitdiff |
2010-11-30 |
Chris Lattner | Rewrite the main DSE loop to be written in terms of... |
tree | commitdiff |
2010-11-30 |
Eric Christopher | Rewrite mwait and monitor support and custom lower... |
tree | commitdiff |
2010-11-30 |
Anders Carlsson | Add a puts optimization that converts puts() to putchar... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | rename a function and reduce some indentation, no funct... |
tree | commitdiff |
2010-11-30 |
Jakob Stoklund Olesen | Stub out a new LiveDebugVariables pass. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | remove the pointless check of MemoryUseIntrinsic from |
tree | commitdiff |
2010-11-30 |
Chris Lattner | strength reduce this. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | getLocationForDest should work for memset as well. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | rename doesClobberMemory -> hasMemoryWrite to be more... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | clean up handling of 'free', detangling it from everyth... |
tree | commitdiff |
2010-11-30 |
Bill Wendling | Minor cleanups. No functional change. |
tree | commitdiff |
2010-11-30 |
Bill Wendling | s/ARM::BRIND/ARM::BX/g to coincide with r120366. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | enhance basicaa to return "Mod" for a memcpy call when the |
tree | commitdiff |
2010-11-30 |
Bill Wendling | Add correct encoding for "bl __aeabi_read_tp". However... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | Teach basicaa that memset's modref set is at worst... |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | Rename BX/BRIND/etc patterns to clarify which is actual... |
tree | commitdiff |
2010-11-30 |
Bill Wendling | Add some encoding for the adr instruction. Labels still... |
tree | commitdiff |
2010-11-30 |
Owen Anderson | Correct Thumb2 encodings for a much wider range of... |
tree | commitdiff |
2010-11-30 |
Chris Lattner | my previous patch would cause us to start deleting... |
tree | commitdiff |
2010-11-30 |
Jim Grosbach | Make a few more ARM pseudo instructions actually use... |
tree | commitdiff |
2010-11-30 |
Bill Wendling | Predicate encoding should be withing {}s. And general... |
tree | commitdiff |
2010-11-30 |
Bill Wendling | Predicate encoding should be withing {}s. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | two changes to DSE that shouldn't affect anything: |
tree | commitdiff |
2010-11-30 |
Bob Wilson | Fix the encoding of VLD4-dup alignment. |
tree | commitdiff |
2010-11-30 |
Bob Wilson | Rename VLDnDUP instructions with double-spaced registers |
tree | commitdiff |
2010-11-30 |
Bob Wilson | Add support for NEON VLD3-dup instructions. |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | Simplify definitions of the ARM eh.sjlj.*jmp pseudo... |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | Parameterize ARMPseudoInst size property. |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | Add a few missing initializers. |
tree | commitdiff |
2010-11-29 |
Chris Lattner | prune an llvmcontext include and simplify some code. |
tree | commitdiff |
2010-11-29 |
Chris Lattner | Generalize the darwin wrapper hack to work with generic... |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | Nuke trailing whitespace. |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | Nuke a FIXME. No need to be fancier here, as ARM handle... |
tree | commitdiff |
2010-11-29 |
Owen Anderson | Provide Thumb2 encodings for basic loads and stores. |
tree | commitdiff |
2010-11-29 |
Evan Cheng | Mark Darwin call instructions as using "r7" to prevent... |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | Nuke dead isCodeGenOnly annotation and extraneous comment. |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | tidy up. |
tree | commitdiff |
2010-11-29 |
Bill Wendling | Thumb encodings for conditional moves. |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | Pseudo-ize Thumb2 jump tables with explicit MC lowering... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Support: Add PathV2 implementation. |
tree | commitdiff |
2010-11-29 |
Bill Wendling | Refactor some of the "disassembly-only" instructions... |
tree | commitdiff |
2010-11-29 |
Chris Lattner | fix PR8677, patch by Jakub Staszak! |
tree | commitdiff |
2010-11-29 |
Eric Christopher | Update fastisel for the changes in r120272. |
tree | commitdiff |
2010-11-29 |
Frits van Bommel | Transform (extractvalue (load P), ...) to (load (gep... |
tree | commitdiff |
2010-11-29 |
Jim Grosbach | Rename t2 TBB and TBH instructions to reference that... |
tree | commitdiff |
2010-11-29 |
Owen Anderson | Improving the factoring of several instruction encodings. |
tree | commitdiff |
2010-11-29 |
Frits van Bommel | Teach ConstantFoldInstruction() how to fold insertvalue... |
tree | commitdiff |
next |