oota-llvm.git
2011-04-07 Rafael EspindolaIf present, use gold's support for getting a file view...
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... Recompute 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... Avoid moving iterators when the previous block was...
2011-04-07 Jakob Stoklund... Prefer multiplications to divisions.
2011-04-07 Jakob Stoklund... Extract 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 Jay FoadFix a bit of nonsense.
2011-04-07 Chris Lattneradd faust too
2011-04-07 Chris Lattneradd a few late stragglers.
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-07 Nick LewyckyAdd support for ArrayRef in IRBuilder's CreateCall.
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... Also account for the spill code that would be inserted...
2011-04-06 Jakob Stoklund... Abort the constraint calculation early when all positiv...
2011-04-06 Nick LewyckyFix typo in doxy-comment.
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... Keep track of the number of positively biased nodes...
2011-04-06 Jakob Stoklund... Break the spill placement algorithm into three parts...
2011-04-06 Roman DivackyFix a typo.
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 Jim GrosbachEngineBuilder setter method for UseMCJIT was missing...
2011-04-06 Chris Lattneradd rubinius
2011-04-06 Frits van BommelFix a few instances of "warning: extra ';' outside...
2011-04-06 Nadav RotemThis testcase passed even without the fix. Added the...
2011-04-06 Duncan SandsFix some typos. Minor tweaks to how some things were...
2011-04-06 Jay FoadTrivial typo fixes.
2011-04-06 Nick LewyckyAdd an empty key for DebugLoc so that you can store...
2011-04-06 Chris LattnerFinish up the first draft of the release notes.
2011-04-06 Chris Lattnercontinue writing.
2011-04-06 Nick LewyckySupport using DebugLoc's in a DenseMap.
2011-04-06 Jakob Stoklund... Oops. Scary.
2011-04-06 Jakob Stoklund... Analyze blocks with uses separately from live-through...
2011-04-06 Johnny ChenAdd a missing opcode (SMLSLDX) to BadRegsMulFrm() function.
2011-04-06 Chris Lattneradd the external users that emailed me.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-06 Chris Lattnersome libc++ notes.
2011-04-06 Chris Lattnersome edits.
2011-04-06 Chris Lattnerdistribute content out to the appropriate sections
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... Sign error
2011-04-05 Jakob Stoklund... Don't crash when a value is defined after the last...
2011-04-05 Jakob Stoklund... Permit 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 Chris Lattnerfinished my pass through all the 2.9 commits, now to...
2011-04-05 Chris Lattnermention llvm::ArrayRef, which should be use much more...
2011-04-05 Bob WilsonClean up some code for clarity.
2011-04-05 Chandler CarruthProvide an empty virtual destructor to go with the...
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 NAKAMURA Takumidocs/ReleaseNotes.html: Please use proper *Heading...
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 Chris Lattnerremove graphprinter support for domfrontier.
2011-04-05 Jakob Stoklund... These tests no longer require linear scan because reser...
2011-04-05 Jakob Stoklund... Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
2011-04-05 Chris Lattneronly 7 more weeks to go.
2011-04-05 Devang PatelRefactor.
2011-04-05 Jakob Stoklund... Document llvm/ADT/IntEqClasses.h in ProgrammersManual...
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... Fix one more batch of X86 tests to be register allocati...
next