Merge DEBUG statements.
[oota-llvm.git] / lib /
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...
2010-12-09 Owen AndersonUse the new IsAligned fixup flag to improve fixup encod...
2010-12-09 Stuart HastingsInitial support for nested CALLSEQ_START/CALLSEQ_END...
2010-12-09 Jakob Stoklund OlesenRemember to filter out reserved rergisters from the...
2010-12-09 Jakob Stoklund OlesenAdd a forgotten initializer for CheckedFirstInterference.
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-12-09 Jim GrosbachRename CB/CBZ specific fixup accordingly.
2010-12-09 Devang PatelAdd assert to catch an attempt to emit .byte 256
2010-12-09 Kevin EnderbyAdd support for parsing ARM arithmetic instructions...
2010-12-09 Jim GrosbachRename the encoder method for t_cbtarget to match.
2010-12-09 Jim GrosbachThumb needs a few different encoding schemes for branch...
2010-12-09 Jim GrosbachARM stm/ldm instructions require more than one register...
2010-12-09 Andrew TrickAdded register reassignment prototype to RAGreedy....
2010-12-09 Michael J. SpencerSupport/Windows/PathV2: Fix header comment.
2010-12-09 Michael J. SpencerFix whitespace.
2010-12-09 Michael J. SpencerSupport: Move c_str from SmallVector back to SmallStrin...
2010-12-09 Michael J. SpencerSupport/FileSystem: Change file_status predicate functi...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-09 Bruno Cardoso LopesAdd ROTR and ROTRV mips32 instructions. Patch by Akira...
2010-12-09 Bruno Cardoso LopesFix delay slot filler for non mips1 targets. Patch...
2010-12-09 Kalle RaiskilaDont' feed ILA two inputs - it takes just one.
2010-12-09 Jim Grosbachtidy up.
2010-12-09 Jim Grosbach80 columns.
2010-12-09 Chris Lattnerenhance memcpyopt to zap memcpy's that have the same...
2010-12-09 Chris Lattnerfix PR8753, eliminating a case where we'd infinitely...
2010-12-09 Eric ChristopherRewrite the darwin tlv support to use a chain and retur...
2010-12-09 Owen AndersonTake the first step towards making LVI non-recursive...
2010-12-09 Eric Christopher80-col fixups.
2010-12-09 Wesley PeckReworking the stack layout generated by the MBlaze...
2010-12-09 Owen AndersonFix encoding of the immediate operands on post-indexed...
2010-12-09 Dan GohmanReally check that the bits that will become zero are...
2010-12-09 Eric ChristopherFix up some comments.
2010-12-09 Owen AndersonFix Thumb2 fixups for ldr.
2010-12-09 Jim GrosbachAdd a textual message to the assert.
2010-12-09 Jim GrosbachAdd a sanity check assert() for t2ADD/SUBrSPi instructi...
2010-12-09 Jim GrosbachWhen using multiple instructions to reference a frame...
2010-12-09 Jim GrosbachThe add/sub SP instructions are really pseudos. The...
2010-12-09 Jakob Stoklund OlesenIntervalMap iterators are heavyweight, so avoid copying...
2010-12-09 Matt Beaumont-GayRemove unused variables
2010-12-09 Owen AndersonFix typo in Thumb2 branch fixup.
2010-12-09 Eric ChristopherStop confusing people, it's not really a chain, or...
2010-12-09 Bill WendlingRemove extraneous semicolon.
2010-12-09 Bill WendlingAttempt to make the bit-twiddling readable resulted...
next