Test should pass on non-Darwin x86.
[oota-llvm.git] / lib /
2010-08-20 Daniel DunbarFix --disable-threads build, PR7949.
2010-08-20 Jim GrosbachDownwards growing stack allocation order reverses relat...
2010-08-20 Jim GrosbachAdd more dbg output
2010-08-20 Benjamin KramerUpdate CMake build.
2010-08-20 Owen AndersonRe-apply r111568 with a fix for the clang self-host.
2010-08-20 Dan GohmanDelete SlowOperationInformer, which is no longer used.
2010-08-20 Dan GohmanConvert DbgInfoPrinter to use errs() instead of outs().
2010-08-20 Jim Grosbachproperly check for whether base regs were inserted
2010-08-20 Dan GohmanMake outs() close its file when its stream is destructe...
2010-08-20 Dan GohmanDelete raw_stdout_ostream and raw_stderr_ostream, which...
2010-08-20 Dan GohmanMove raw_ostream's Error flag into raw_fd_ostream,...
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-08-20 Dan GohmanIntroduce a new tool_output_file class, which extends...
2010-08-20 Eric ChristopherFix loop conditionals (MO.isDef() asserts that it's...
2010-08-20 Eric ChristopherAdd a couple of random comments.
2010-08-19 Bob WilsonIf the target says that an extending load is not legal...
2010-08-19 Jim GrosbachBetter handling of offsets on frame index references...
2010-08-19 Daniel DunbarCrashRecovery/Darwin: On Darwin, raise sends a signal...
2010-08-19 Evan ChengUpdate debug logs.
2010-08-19 Evan ChengProperly update MachineDominators when splitting critic...
2010-08-19 Owen AndersonRevert r111568 to unbreak clang self-host.
2010-08-19 Owen AndersonWhen a set of bitmask operations, typically from a...
2010-08-19 Owen AndersonDisable LVI while I evaluate a failure.
2010-08-19 Owen AndersonTentatively enabled LVI by default. I'll be monitoring...
2010-08-19 Bill WendlingCorrect header.
2010-08-19 Evan ChengIt's possible to sink a def if its local uses are PHI's.
2010-08-19 Michael J. SpencerFix the msvc 2010 build.
2010-08-19 Dale JohannesenDo not assert when reading an exponent out of range.
2010-08-19 Jim GrosbachAdd Thumb1 support for virtual frame indices.
2010-08-19 Evan ChengRemove disabled assertion.
2010-08-19 Evan ChengTeach machine-sink to break critical edges when appropr...
2010-08-19 Eric ChristopherSilence warning.
2010-08-19 Benjamin KramerMCELF: Count the section orders properly. Patch by...
2010-08-19 Jim GrosbachUpdate local stack block allocation to let PEI do the...
2010-08-19 Dan GohmanRevert r111199; it breaks -debug-pass=Structure output.
2010-08-19 Chris Lattnerfix PR7465, mishandling of lcall and ljmp: intersegment...
2010-08-19 Dan GohmanProcess the step before the start, because it's usually...
2010-08-19 Chris Lattnerminor progress towards fixing PR7465
2010-08-19 Eric ChristopherAdd an AddOptionalDefs method and use it.
2010-08-19 Bill WendlingAdd the "isCompare" attribute to the defm instead of...
2010-08-18 Jakob Stoklund OlesenDon't call Predicate_* in Mips.
2010-08-18 Eric ChristopherRemove extra header.
2010-08-18 Jim GrosbachAdd a newline to debug output
2010-08-18 Chris Lattnerrefix PR1143 by making basicaa analyze zexts of indices...
2010-08-18 Evan ChengIf any def of a machine-sink candidate has local uses...
2010-08-18 Chris LattnerGetLinearExpression is only called when TD is non-null...
2010-08-18 Chris Lattnerrework GEP decomposition to make a new VariableGEPIndex...
2010-08-18 Jim GrosbachEnable ARM base register reuse to local stack slot...
2010-08-18 Dan GohmanMake raw_fd_ostream consider itself the owner of STDOUT...
2010-08-18 Chris Lattnermove gep decomposition out of ValueTracking into BasicA...
2010-08-18 Dan GohmanTidy.
2010-08-18 Bill WendlingMinor simplification. Gets rid of a needless temporary.
2010-08-18 Owen AndersonUse ConstantRange to propagate information through...
2010-08-18 Jakob Stoklund OlesenThinking about it, we don't need MachineDominatorTree...
2010-08-18 Jakob Stoklund OlesenRevert r111394. It was too aggressive.
2010-08-18 Jakob Stoklund OlesenAggressively prune the DFS when inserting phi-defs.
2010-08-18 Jakob Stoklund OlesenAdd the LiveIntervalMap class. Don't hook it up yet.
2010-08-18 Daniel DunbarRevert r111375, "move gep decomposition out of ValueTra...
2010-08-18 Bill WendlingImprove whitespace.
2010-08-18 Bill WendlingMarked with ATTRIBUTE_USED so that clang doesn't complain.
2010-08-18 Owen AndersonInform LazyValueInfo whenever a block is deleted, to...
2010-08-18 Daniel DunbarMC/ELF: Allow null values in virtual sections, ELF...
2010-08-18 Chris Lattnermove gep decomposition out of ValueTracking into BasicA...
2010-08-18 Jim GrosbachAdd hook for re-using virtual base registers for local...
2010-08-18 Jakob Stoklund OlesenPreserve subregs on PHI source operands. Patch by Krist...
2010-08-18 Kalle RaiskilaFix a bug with insertelement on SPU.
2010-08-18 Kalle RaiskilaRemove all traces of v2[i,f]32 on SPU.
2010-08-18 Kalle RaiskilaChange SPU C calling convention to match that described in
2010-08-18 Chris Lattnerfix PR7589: In brief:
2010-08-18 Chris LattnerFix PR7755: knowing something about an inval for a...
2010-08-18 Chris Lattnerfit in 80 cols
2010-08-18 Chris Lattnerremove some dead code.
2010-08-18 Chris Lattnerremove some dead code.
2010-08-18 Chris Lattnerremove some code that is dead now that lea's are modele...
2010-08-18 Chris Lattnerremove dead prototype.
2010-08-18 Bob WilsonExpand ZERO_EXTEND operations for NEON vector types.
2010-08-18 Dan GohmanRevert r111321. This doesn't fix a problem.
2010-08-18 Chris Lattnerstomp some more undefined behavior, PR7775.
2010-08-17 Chris Lattnerinclude config.h to get config params, hopefully unbrea...
2010-08-17 Chris LattnerFix the rest of rdar://8318441 which happens when a...
2010-08-17 Chris Lattnerreport_fatal_error can't use errs(), because errs(...
2010-08-17 Eric ChristopherTemporarily revert r110987 as it's causing some miscomp...
2010-08-17 Dan GohmanTweak IVUsers' concept of "interesting" to exclude...
2010-08-17 Jim GrosbachAdd materialization of virtual base registers for frame...
2010-08-17 Daniel DunbarCrashRecovery: Clear the current context on the first...
2010-08-17 Daniel DunbarCrashRecovery: Add CrashRecoveryContext::GetCurrent...
2010-08-17 Daniel DunbarCrashRecovery: Make CrashRecoveryContext static methods...
2010-08-17 Dale JohannesenMake fast scheduler handle asm clobbers correctly.
2010-08-17 Anton KorobeynikovRevert part of one of the prev. patches - tailjmp will...
2010-08-17 Anton KorobeynikovMore fixes for win64:
2010-08-17 Anton KorobeynikovEnable more win64 calls folding opportunities.
2010-08-17 Evan ChengPHI elimination shouldn't require machineloopinfo since...
2010-08-17 Evan ChengMachine CSE preserves CFG. Pass manager was freeing...
2010-08-17 Jakob Stoklund OlesenDon't call tablegen'ed Predicate_* functions in the...
2010-08-17 Jim Grosbachsilence warning
2010-08-17 Benjamin KramerRemove dead code. Fixes a GCC warning.
2010-08-17 Jim Grosbach80 column cleanup.
2010-08-17 Benjamin KramerSketch i386 relocations handling, from Roman Divacky.
next