Precompute interference for neighbor blocks as long as there is no interference.
[oota-llvm.git] / lib /
2011-04-09 Jakob Stoklund OlesenPrecompute interference for neighbor blocks as long...
2011-04-09 Chris Lattnerhave dag combine zap "store undef", which can be formed...
2011-04-09 Sean CallananRedirected errors from the AsmParser to the proper
2011-04-08 Devang PatelSimplify array bound checks and clarify comments. ...
2011-04-08 Nick LewyckyAdd a function for profiling to run at shutdown. Unlike...
2011-04-08 Matt Beaumont-GayFix an apparent typo that made GCC complain
2011-04-08 Devang PatelDo not emit DW_AT_upper_bound and DW_AT_lower_bound...
2011-04-08 Evan ChengChange -arm-trap-func= into a non-arm specific option...
2011-04-08 Jim GrosbachWorkaround g++ 4.2.1 warning diagnostic false positive.
2011-04-08 Johnny ChenCheck opcoe (dmb, dsb) instead of bitfields matching.
2011-04-08 Johnny ChenHanlde the checking of bad regs for SMMLAR properly...
2011-04-08 Johnny ChenSanity check the option operand for DMB/DSB.
2011-04-08 Jim GrosbachMark hasExtraDefRegAllocReq=1 on LDRD.
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-08 Nick Lewyckyllvm.global_[cd]tor is defined to be either external...
2011-04-08 Johnny ChenAdd sanity checking for bad register specifier(s) for...
2011-04-07 Rafael EspindolaMicro optimization and improved similarity with gas...
2011-04-07 Devang PatelDo not let debug info interfer with branch folding.
2011-04-07 Bill WendlingReplace the old algorithm that emitted the "print the...
2011-04-07 Evan ChengAdd option to emit @llvm.trap as a function call instea...
2011-04-07 Rafael EspindolaAdd support for .skip.
2011-04-07 Akira HatanakaFix indentation.
2011-04-07 Akira HatanakaUpdate ATUsed every time after expandRegLargeImmPair...
2011-04-07 Mon P WangFixed encoding for VEXTqf
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-07 Akira HatanakaFix handling of functions with internal linkage.
2011-04-07 Johnny ChenAdd sanity checking for invalid register encodings...
2011-04-07 Johnny ChenAdd sanity checking for invalid register encodings...
2011-04-07 Jakob Stoklund OlesenRecompute hasPHIKill flags when shrinking live intervals.
2011-04-07 Johnny ChenAdd some more comments about checkings of invalid regis...
2011-04-07 Rafael EspindolaExpose more passes to the C API.
2011-04-07 Jakob Stoklund OlesenAvoid moving iterators when the previous block was...
2011-04-07 Jakob Stoklund OlesenPrefer multiplications to divisions.
2011-04-07 Jakob Stoklund OlesenExtract SpillPlacement::addLinks for handling the speci...
2011-04-07 Devang PatelWhile hoisting common code from if/else, hoist debug...
2011-04-07 Tanya LattnerPrevent ARM DAG Combiner from doing an AND or OR combin...
2011-04-07 Sean CallananFixed a bug where missing EDInstInfo would cause
2011-04-07 Johnny ChenSanity check MSRi for invalid mask values and reject...
2011-04-07 Eli FriedmanPR9634: Don't unconditionally tell the AliasSetTracker...
2011-04-07 Johnny ChenThe ARM disassembler was not recognizing USADA8 instruc...
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2011-04-07 Evan ChengRemove dead code. rdar://9221736.
2011-04-07 Johnny ChenShould also check SMLAD for invalid register values.
2011-04-07 Devang PatelSimplify. isIdenticalToWhenDefined() checks opcode.
2011-04-07 Nick LewyckySet unnamed_addr on strings created through the IRBuilder.
2011-04-06 Owen AndersonTeach the ARM peephole optimizer that RSB, RSC, ADC...
2011-04-06 Owen AndersonCleanups from Jim: remove redundant constraints and...
2011-04-06 Devang PatelWhile folding branch to a common destination into a...
2011-04-06 Jim GrosbachTidy up.
2011-04-06 Johnny ChenA8.6.393
2011-04-06 Jim Grosbachtidy up.
2011-04-06 Jakob Stoklund OlesenAlso account for the spill code that would be inserted...
2011-04-06 Jakob Stoklund OlesenAbort the constraint calculation early when all positiv...
2011-04-06 Johnny ChenA8.6.92 MCR (Encoding A1): if coproc == '101x' then...
2011-04-06 Nick LewyckyFix comment to use llvm 2.x syntax.
2011-04-06 Nick LewyckyReplace const std::vector& with ArrayRef in the type...
2011-04-06 Jakob Stoklund OlesenKeep track of the number of positively biased nodes...
2011-04-06 Jakob Stoklund OlesenBreak the spill placement algorithm into three parts...
2011-04-06 Johnny ChenFix a bug in the disassembly of VGETLNs8 where the...
2011-04-06 Rafael EspindolaAdd another case we are not optimizing.
2011-04-06 Rafael EspindolaThe original issue has been fixed by not doing unnecess...
2011-04-06 Devang Patelface+palm
2011-04-06 Rafael EspindolaDo a topological sort of the types before writing them...
2011-04-06 Frits van BommelFix a few instances of "warning: extra ';' outside...
2011-04-06 Nick LewyckyAdd an empty key for DebugLoc so that you can store...
2011-04-06 Nick LewyckySupport using DebugLoc's in a DenseMap.
2011-04-06 Jakob Stoklund OlesenOops. Scary.
2011-04-06 Jakob Stoklund OlesenAnalyze blocks with uses separately from live-through...
2011-04-06 Johnny ChenAdd a missing opcode (SMLSLDX) to BadRegsMulFrm() function.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Owen AndersonReapply r128946 (pseudoization of various instructions...
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
2011-04-05 Jakob Stoklund OlesenSign error
2011-04-05 Jakob Stoklund OlesenDon't crash when a value is defined after the last...
2011-04-05 Jakob Stoklund OlesenPermit blocks to branch directly to a landing pad.
2011-04-05 Jim GrosbachRemove extraneous 'return'.
2011-04-05 Johnny ChenFix a typo in the handling of PKHTB opcode, plus add...
2011-04-05 Bob WilsonClean up some code for clarity.
2011-04-05 Owen AndersonRevert r128946 while I figure out why it broke the...
2011-04-05 Johnny ChenA7.3 register encoding
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-04-05 Owen AndersonGive RSBS and RSCS the pseudo treatment.
2011-04-05 Johnny ChenARM disassembler was erroneously accepting an invalid...
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-04-05 Johnny ChenARM disassembler was erroneously accepting an invalid...
2011-04-05 Owen AndersonFix bugs in the pseuo-ization of ADCS/SBCS pointed...
2011-04-05 Jakob Stoklund OlesenRun LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
2011-04-05 Devang PatelRefactor.
2011-04-05 Bob WilsonAdd an assertion instead of crashing when the scavenger...
2011-04-05 Nick LewyckyFix typos. Adjust some whitespace for style. No functio...
2011-04-05 Johnny ChenThe r128085 checkin modified the operand ordering for...
2011-04-05 Roman DivackyAdd support for detection of Intel SandyBridge.
2011-04-05 Jakob Stoklund OlesenWhen dead code elimination removes all but one use...
2011-04-05 Devang PatelDo not emit empty name.
2011-04-05 Johnny ChenARM disassembler should flag (rGPRRegClassID, r13|r15...
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-04-05 Shantonu SenAn MCDisassembler has the option to not implement
2011-04-05 Jim GrosbachMake second source operand of LDRD pre/post explicit.
2011-04-05 Johnny ChenConstants with multiple encodings (ARM):
2011-04-05 Johnny ChenCheck for invalid register encodings for UMAAL and...
next