Revert r121721, which broke buildbots.
[oota-llvm.git] / lib /
2010-12-13 Owen AndersonRevert r121721, which broke buildbots.
2010-12-13 Dan GohmanReapply r121520, PartialAlias implementation for BasicA...
2010-12-13 Dan GohmanUpdate memdep to handle PartialAlias as MayAlias.
2010-12-13 Owen AndersonMake Thumb2 LEA-like instruction into pseudos, which...
2010-12-13 Bob WilsonDelete a line that I forgot to revert previously.
2010-12-13 Bob WilsonUse COPY_TO_REGCLASS instead of pseudo instructions...
2010-12-13 Bob WilsonUse pseudo instructions for 2-register Neon instruction...
2010-12-13 Bob WilsonRemove unused instruction class arguments.
2010-12-13 Evan ChengGeneralize BFI isel lowering a bit.
2010-12-13 Chris Lattneradd some DEBUG's.
2010-12-13 Owen AndersonIn Thumb2, direct branches can be encoded as either...
2010-12-13 Jim GrosbachUse 32-bit types for 32-bit values.
2010-12-13 Jim GrosbachTrailing whitespace.
2010-12-13 Benjamin KramerFix sort predicate. qsort(3)'s predicate semantics...
2010-12-13 Chris LattnerAdd a couple dag combines to transform mulhi/mullo...
2010-12-13 Chris Lattnerreinstate my patch: the miscompile was caused by an...
2010-12-13 Chris LattnerCompletely disable the optimization I added in r121680...
2010-12-13 Chris Lattnerremove the verbose-asm "constant pool double" comments...
2010-12-13 Chris LattnerMake simplifycfg reprocess newly formed "br (cond1...
2010-12-13 Chris Lattnermake this logic a bit simpler.
2010-12-13 Chris Lattnersplit all the guts of SimplifyCFGOpt::run out into...
2010-12-13 Chris Lattnerfix a bug in r121680 that upset the various buildbots.
2010-12-13 Chris Lattnerrefactor the speculative execution logic to be factored...
2010-12-13 Chris Lattnersimplify a bunch of code.
2010-12-13 Chris Lattnermove HoistThenElseCodeToIf up to a more logical and...
2010-12-13 Chris Lattnermove 'MergeBlocksIntoPredecessor' call earlier. Use
2010-12-13 Chris Lattnerfactor new code out to a SimplifyBranchOnICmpChain...
2010-12-13 Chris Lattnerenhance the "change or icmp's into switch" xform to...
2010-12-13 Chris Lattnermerge two very similar functions into one that has...
2010-12-13 Evan ChengDisable auto-detection of AVX support since AVX codegen...
2010-12-13 Chris Lattnerdon't bother handling non-canonical icmp's
2010-12-13 Chris Lattnerinline a function, making the result much simpler.
2010-12-13 Chris LattnerFix my previous patch to handle a degenerate case that...
2010-12-13 Chris Lattnerconvert some methods to be static functions
2010-12-13 Chris Lattnerzap two more std::sorts.
2010-12-13 Chris Lattnerfix a fairly serious oversight with switch formation...
2010-12-13 Chris Lattnersimplify code and reduce indentation
2010-12-13 Chris Lattnerconvert an std::sort to array_pod_sort.
2010-12-13 Chris Lattnermove the "br (X == 0 | X == 1), T, F" -> switch optimiz...
2010-12-13 Chris Lattnerreduce indentation and generally simplify code, no...
2010-12-13 Chris Lattneruse getFirstNonPHIOrDbg to simplify this code.
2010-12-13 Chris Lattnerreduce indentation by using continue, no functionality...
2010-12-13 Chris Lattneradd a note
2010-12-12 Wesley PeckMissed some ADDI <-> ADDIK conversions in 121649.
2010-12-12 Wesley PeckMBlaze delay slot filler was not capable of using ADDK...
2010-12-12 Wesley PeckThe ADD and ADDK (and all variants) instructions where...
2010-12-12 Tobias GrosserRemove useless dynamic_cast<>().
2010-12-12 Wesley Peck1. Change MBlaze indirect branches to use absolute...
2010-12-12 Duncan SandsCatch attempts to remove a deleted node from the CSE...
2010-12-11 Benjamin KramerGeneralize the and-icmp-select instcombine further...
2010-12-11 Benjamin KramerFactor the (x & 2^n) ? 2^m : 0 instcombine into its...
2010-12-11 Evan Cheng(or (and (shl A, #shamt), mask), B) => ARMbfi B, A...
2010-12-11 Jakob Stoklund OlesenAdd named timer groups for the different stages of...
2010-12-10 Jakob Stoklund OlesenMove MRI into RegAllocBase. Clean up debug output a...
2010-12-10 Jim GrosbachAdd FIXME
2010-12-10 Nick LewyckyRemove extraneous close parenthesis.
2010-12-10 Nick LewyckyMove variable that's unused in an NDEBUG build inside...
2010-12-10 Owen AndersonAttempt to get Thumb2 branch fixups working properly.
2010-12-10 Jakob Stoklund OlesenForce the greedy register allocator to always use the...
2010-12-10 Jakob Stoklund OlesenRip out live range splitting support from the inline...
2010-12-10 Owen AndersonFix merge error in my last fix to Thumb2 vldr fixups.
2010-12-10 Owen AndersonFixups for Thumb2 vldr's need to have the effective...
2010-12-10 Bill WendlingThe MCFixupKindInfo table needs to be in the order...
2010-12-10 Owen AndersonProvide the necessary post-encoder hook for Thumb2...
2010-12-10 Jakob Stoklund OlesenUse AllocationOrder in RegAllocGreedy, fix a bug in...
2010-12-10 Bob WilsonAdd float patterns for Neon vld1-lane/dup and vst1...
2010-12-10 Bob WilsonRemove unused arguments.
2010-12-10 Owen AndersonFix encoding of Thumb1 LDRB and STRB.
2010-12-10 Jim GrosbachTrailing whitespace.
2010-12-10 Owen AndersonFix Thumb2 encodings of STREX and LDREX.
2010-12-10 Dan GohmanRevert r121520, which may have introduced miscompilations.
2010-12-10 Jim GrosbachCorrect encoding of rotation immediate for Thumb2 instr...
2010-12-10 Jim GrosbachFix encoding of 'U' bit for Thumb2 STRD/LDRD instructio...
2010-12-10 Jim GrosbachMore trivial cleanup. No need to define the EncoderMeth...
2010-12-10 Jim GrosbachTidy up.
2010-12-10 Jim GrosbachTrailing whitespace.
2010-12-10 Dan GohmanImplement PartialAlias checking in BasicAA.
2010-12-10 Jakob Stoklund OlesenFix miscompilation caused by trivial logic error in...
2010-12-10 Dan GohmanMinimally update this code to handle PartialAlias.
2010-12-10 Dan GohmanUse PartialAlias to do better noalias lint checking.
2010-12-10 Dan GohmanTeach AliasAnalysisCounter about PartialAlias.
2010-12-10 Dan GohmanTeach AliasAnalysisEvaluator about PartialAlias.
2010-12-10 Dan GohmanUpdate this code to handle PartialAlias as MayAlias.
2010-12-10 Bob WilsonFix some invalid alignments for Neon vld-dup and vld...
2010-12-10 Jim GrosbachTeach isCSRestore() that ARM/Thumb2 functions will...
2010-12-10 Jakob Stoklund OlesenAdd an AllocationOrder class that can iterate over...
2010-12-10 Jim GrosbachThumb unconditional branch binary encoding. rdar:/...
2010-12-10 Jim GrosbachThumb conditional branch binary encodings. rdar://8745367
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Daniel DunbarMach-O: Tweak field name.
2010-12-10 Rafael EspindolaFix cmake build.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-10 NAKAMURA Takumilib/Target/CMakeLists.txt: Add missing lib/Target/Targe...
2010-12-10 Kevin EnderbyFix the leak from r121401 of the Operands erased in...
2010-12-10 Nate BegemanAdd some missing predicates.
2010-12-10 Nate BegemanFormalize the notion that AVX and SSE are non-overlappi...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Rafael EspindolaUse const references.
2010-12-09 Bill WendlingThumb ldr reg+imm offsets were encoded incorrectly...
2010-12-09 Nate BegemanAdd support for AVX to materialize +0.0 when doing...
next