oota-llvm.git
2010-11-30 Chris LattnerMake DeleteDeadInstruction be a static function, move...
2010-11-30 Eric ChristopherMove X86InstrFPStack.td over to PseudoI as well.
2010-11-30 Chris Lattnerswitch RemoveAccessedObjects to use AliasAnalysis:...
2010-11-30 Chris Lattnertwo improvements to RemoveAccessedObjects:
2010-11-30 Eric ChristopherMigrate X86InstrControl.td to use PseudoI and fix a...
2010-11-30 Chris Lattnerremove the "undead" terminology, which is nonstandard...
2010-11-30 Chris Lattnermove call handling in handleEndBlock up a bit, and...
2010-11-30 Ted KremenekPerformance optimization on ImmutableMap/ImmutableSet:
2010-11-30 Dale JohannesenAvoid exponential growth of a table. It feels like
2010-11-30 Owen AndersonProvide Thumb2 encodings for a few miscellaneous instru...
2010-11-30 Chris Lattnervarious cleanups and code simplification
2010-11-30 Chris Lattnermake getPointerSize a static function. Add ivars to...
2010-11-30 Chris Lattnerreduce indentation, clean up TD use a bit.
2010-11-30 Jim GrosbachAdd FIXME
2010-11-30 Chris Lattnerforbid rtti and exceptions
2010-11-30 Owen AndersonAdd encoding support for Thumb2 PLD and PLI instructions.
2010-11-30 Eric ChristopherNoticed this on inspection, fix and update some comments.
2010-11-30 Chris Lattnerenhance isRemovable to refuse to delete volatile mem...
2010-11-30 Jim GrosbachThe VLDMQ/VSTMQ instructions are reprented as true...
2010-11-30 Jim GrosbachTidy up.
2010-11-30 Jim GrosbachPseudo-ize ARM MOVPCRX
2010-11-30 Jim GrosbachDelete a few no longer needed references to pseudos.
2010-11-30 Cameron ZwarichChange the basic block map in LoopInfo from a std:...
2010-11-30 Owen AndersonProvide encodings for a few more load/store variants.
2010-11-30 Jim GrosbachPseudo-ize BX_CALL and friends. Remove dead instruction...
2010-11-30 Owen AndersonAdd tests for more forms of Thumb2 loads and stores.
2010-11-30 Chris Lattneradd TLI support indicating that jumps are more expensiv...
2010-11-30 Che-Liang Chiouptx: add command-line options for gpu target and ptx...
2010-11-30 Eric ChristopherNot all platforms use _<func>. Duh.
2010-11-30 Eric ChristopherFix some grammar in comments I noticed.
2010-11-30 Eric ChristopherThis defaults to GenericDomain.
2010-11-30 Jay FoadPR5207: Make APInt::set(), APInt::clear() and APInt...
2010-11-30 Eric ChristopherImplement a PseudoI class and transfer the sse instruct...
2010-11-30 Eric ChristopherFix insertion point in pcmp expander.
2010-11-30 Eric ChristopherFix some cleanups from my last patch.
2010-11-30 Bill WendlingAdd parsing for the Thumb t_addrmode_s4 addressing...
2010-11-30 Che-Liang Chiouptx: add ld instruction
2010-11-30 Chris LattnerRewrite the main DSE loop to be written in terms of...
2010-11-30 Chris Lattnerdeath to extraneous \n's.
2010-11-30 Eric ChristopherRewrite mwait and monitor support and custom lower...
2010-11-30 Anders CarlssonAdd a puts optimization that converts puts() to putchar...
2010-11-30 Anders CarlssonFix a typo.
2010-11-30 Anders CarlssonRename this test to FPuts.ll since it actually tests...
2010-11-30 Chris Lattnerrename a function and reduce some indentation, no funct...
2010-11-30 Nick LewyckyMake @llvm.invariant.start not be readonly, so that...
2010-11-30 Jakob Stoklund... Stub out a new LiveDebugVariables pass.
2010-11-30 Chris Lattnerremove a use of llvm-dis
2010-11-30 Chris Lattnerremove the pointless check of MemoryUseIntrinsic from
2010-11-30 Chris Lattnerstrength reduce this.
2010-11-30 Chris LattnergetLocationForDest should work for memset as well.
2010-11-30 Chris Lattnerrename doesClobberMemory -> hasMemoryWrite to be more...
2010-11-30 Chris Lattnerclean up handling of 'free', detangling it from everyth...
2010-11-30 Chris Lattnermerge one more away
2010-11-30 Chris LattnerI already merged partial-overwrite.ll -> PartialStore.ll
2010-11-30 Chris Lattnerclean up DSE tests, removing some poorly reduced and...
2010-11-30 Bill WendlingMinor cleanups. No functional change.
2010-11-30 Bill Wendlings/ARM::BRIND/ARM::BX/g to coincide with r120366.
2010-11-30 Chris Lattnerenhance basicaa to return "Mod" for a memcpy call when the
2010-11-30 Bill WendlingAdd correct encoding for "bl __aeabi_read_tp". However...
2010-11-30 Chris LattnerTeach basicaa that memset's modref set is at worst...
2010-11-30 Jim GrosbachRename BX/BRIND/etc patterns to clarify which is actual...
2010-11-30 Bill WendlingAdd some encoding for the adr instruction. Labels still...
2010-11-30 Owen AndersonCorrect Thumb2 encodings for a much wider range of...
2010-11-30 Chris Lattnermy previous patch would cause us to start deleting...
2010-11-30 Jim GrosbachMake a few more ARM pseudo instructions actually use...
2010-11-30 Bill WendlingPredicate encoding should be withing {}s. And general...
2010-11-30 Bill WendlingPredicate encoding should be withing {}s.
2010-11-30 Chris Lattnertwo changes to DSE that shouldn't affect anything:
2010-11-30 Bob WilsonFix the encoding of VLD4-dup alignment.
2010-11-30 Bob WilsonRename VLDnDUP instructions with double-spaced registers
2010-11-30 Bob WilsonAdd support for NEON VLD3-dup instructions.
2010-11-29 Jim GrosbachSimplify definitions of the ARM eh.sjlj.*jmp pseudo...
2010-11-29 Jim GrosbachParameterize ARMPseudoInst size property.
2010-11-29 Jim GrosbachAdd a few missing initializers.
2010-11-29 Michael J.... Support/PathV2: Fix 80 col.
2010-11-29 Michael J.... Support/PathV2: Update comments.
2010-11-29 Chris Lattnerprune an llvmcontext include and simplify some code.
2010-11-29 Chris LattnerGeneralize the darwin wrapper hack to work with generic...
2010-11-29 Jim GrosbachNuke trailing whitespace.
2010-11-29 Jim GrosbachNuke a FIXME. No need to be fancier here, as ARM handle...
2010-11-29 Chris Lattnerconvert llvm-ar and llvm-ranlib to raw_ostream from...
2010-11-29 Owen AndersonProvide Thumb2 encodings for basic loads and stores.
2010-11-29 Evan ChengMark Darwin call instructions as using "r7" to prevent...
2010-11-29 Jim GrosbachNuke dead isCodeGenOnly annotation and extraneous comment.
2010-11-29 Benjamin KramerAdd missing colon.
2010-11-29 Jim Grosbachtidy up.
2010-11-29 Bill WendlingThumb encodings for conditional moves.
2010-11-29 Jim GrosbachPseudo-ize Thumb2 jump tables with explicit MC lowering...
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-11-29 Michael J.... unittests: Merge SystemTests back into SupportTests.
2010-11-29 Michael J.... Support: Add PathV2 implementation.
2010-11-29 Michael J.... system_error: Remove Windows headers.
2010-11-29 Michael J.... Support/PathV2: Just about every function call requires...
2010-11-29 Bill WendlingRefactor some of the "disassembly-only" instructions...
2010-11-29 Chris Lattnerfix PR8677, patch by Jakub Staszak!
2010-11-29 Eric ChristopherUpdate fastisel for the changes in r120272.
2010-11-29 Frits van BommelTransform (extractvalue (load P), ...) to (load (gep...
2010-11-29 Jim GrosbachRename t2 TBB and TBH instructions to reference that...
2010-11-29 Frits van BommelUpdate this test to keep testing the -instcombine trans...
2010-11-29 Owen AndersonImproving the factoring of several instruction encodings.
next