oota-llvm.git
2010-02-16 Chris Lattnerconvert the new matcher to check intermediate nodes...
2010-02-16 Chris Lattnerchange dag isel emitter to only call 'IsProfitableToFol...
2010-02-16 Bob WilsonFix pr6111: Avoid using the LR register for the target...
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-16 Benjamin KramerMinor warning fixes (semicolons, newline at EOF).
2010-02-16 Chris Lattnermark all the generated node predicates 'const'.
2010-02-16 Chris Lattnergenerate code for node and pattern predicates. Note...
2010-02-16 Chris Lattnerrefactor some code into a local class.
2010-02-16 Chris Lattnerremove now dead code and fixme.
2010-02-16 Chris Lattnerremove dead code. This is never generated for any...
2010-02-16 Chris Lattneradd support for the new isel matcher to generate
2010-02-16 Chris Lattnermake pcrel immediate values relative to the start of...
2010-02-16 Erick TryzelaarFix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc.
2010-02-16 Erick TryzelaarFix some ocaml documentation
2010-02-16 Sanjiv GuptaThe code section for an ISR has a specific address.
2010-02-16 Dale JohannesenHandle DBG_VALUE mixed with labels when doing PHI
2010-02-16 Rafael EspindolaDrop support for the InReg attribute on the ppc backend...
2010-02-16 Dan GohmanSplit the main for-each-use loop again, this time for...
2010-02-16 Dale JohannesenReapply 96294; now that I've gotten around to looking
2010-02-16 Bill WendlingApply patch from llvm.org/bugs/attachment.cgi?id=4136...
2010-02-16 Dale JohannesenSomething broke. Hard to believe it was this patch
2010-02-16 Dan GohmanWhen reusing an existing PHI node in a loop, be even...
2010-02-15 Bob WilsonPut repeated empty pattern into the AQI instruction...
2010-02-15 Evan ChengFix a memory leak. Patch by Nicolas Geoffray.
2010-02-15 Dale JohannesenMore handling of DBG_VALUE.
2010-02-15 Anton KorobeynikovAdd missed entry to cmake build list file
2010-02-15 Anton KorobeynikovUse ttype encoding consistently
2010-02-15 Anton KorobeynikovFix a silly darwin-only typo introduced during merge.
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovIt turns out that we emitted completely wrong common...
2010-02-15 Anton KorobeynikovAdd suffix for stubs, so we won't have name clashes...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Nick LewyckyTeach the verifier to check the condition on a branch...
2010-02-15 Jakob Stoklund... Fix PR6300.
2010-02-15 Bob WilsonLast week we were generating code with duplicate induct...
2010-02-15 Nick LewyckyFix crash in VerifyType when checking Contexts. Because...
2010-02-15 Nick LewyckyDon't try to materialize a function that isn't material...
2010-02-15 Nick LewyckyA function with no Module owner isn't materializable...
2010-02-15 Chris Lattnerremove empty file.
2010-02-15 Daniel DunbarSimplify.
2010-02-15 Bill WendlingRemove c++ style comments from c header.
2010-02-15 Chris Lattnerrevert r96241. It breaks two regression tests, isn...
2010-02-15 Bill WendlingRenumber Instruction enums in llvm-c.
2010-02-15 Chris Lattnerfix PR6305 by handling BlockAddress in a helper function
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 Chris Lattnercomment fix.
2010-02-15 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-15 David GreeneAdd non-temporal flags and remove an assumption of...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneAdd non-temporal flags to MachineMemOperand.
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-15 Oscar FuentesCMake: Fixed syntax in conditional.
2010-02-15 Andrew LenharthFix changes from r75027
2010-02-15 Dan GohmanWhen testing whether a given SCEV depends on a temporar...
2010-02-15 Chris LattnerCheck in the first big step of rewriting DAGISelEmitter to
2010-02-15 Chris Lattnergive SDValue an operator->, allowing V->isTargetOpcode...
2010-02-15 Chris Lattnerdon't make insanely large node numbers for no reason,
2010-02-15 Chris Lattnerno need to add the instruction count anymore.
2010-02-15 Mikhail GlushenkovRevert r96130 ("Forward parameter options as '-option...
2010-02-15 Chris Lattnerenhance raw_svector_ostream::write_impl to work with...
2010-02-15 Chris Lattnermake PadToColumn return the stream so you can use:
2010-02-15 Dale JohannesenIgnore DBG_VALUE in a couple more places.
2010-02-15 Dan GohmanWhen restoring a saved insert location, check to see...
2010-02-14 Chris Lattnerconstize
2010-02-14 Chris Lattnerclean up a bunch of code, move some random predicates
2010-02-14 Chris Lattnermark "addr" as having type "iPTR", eliminating some...
2010-02-14 Chris Lattnerremove the DisablePatternForFastISel predicate, which...
2010-02-14 Chris Lattneradd an insertion operator.
2010-02-14 Chris Lattnertidy up
2010-02-14 Dan GohmanFix whitespace.
2010-02-14 Dan GohmanFix a comment.
2010-02-14 Dan GohmanWhen complicated expressions are broken down into subex...
2010-02-14 Sanjiv Guptafixes to pagesel/banksel inserter.
2010-02-14 Anton KorobeynikovForgot to commit the header
2010-02-14 Chris Lattnerfollow-on to PR6280
2010-02-14 Anton KorobeynikovDrop winmcasminfo and use normal AT&T COFF for all...
2010-02-14 Johnny ChenTry to factorize the specification of saturating add...
2010-02-14 Dan GohmanActually, this code doesn't have to be quite so conserv...
2010-02-14 Dan GohmanIn rememberInstruction, if the value being remembered...
2010-02-14 Dan GohmanSimplify this code; no need for a custom subclass if...
2010-02-14 Dan GohmanRemove a 'protected' keyword, now that SCEVExpander...
2010-02-14 Dan GohmanDon't attempt aggressive post-inc uses if TargetLowerin...
2010-02-14 Daniel Dunbar2.7: Note that DataTypes.h moved.
2010-02-13 John McCallMake LSR not crash if invoked without target lowering...
2010-02-13 Eric ChristopherFix a problem where we had bitcasted operands that...
2010-02-13 Mikhail GlushenkovForward parameter options as '-option=parameter'.
2010-02-13 Mikhail GlushenkovSupport some more Darwin-only options.
next