oota-llvm.git
2010-02-17 Chris Lattnerimprove comments on OPC_Record to say what we're record...
2010-02-17 Dan GohmanFold bswap(undef) to undef.
2010-02-17 Dan GohmanDelete some unneeded casts.
2010-02-17 Dan GohmanDon't attempt to divide INT_MIN by -1; consider such...
2010-02-17 Chris Lattnermake the new isel's interpreter loop call the generated
2010-02-17 Chris Lattnerimprove comments in generated matcher a bit.
2010-02-17 Dan GohmanMake the operand and format specifier match, and print all
2010-02-17 Chris Lattnermake the new isel generator plop out a CheckComplexPatt...
2010-02-17 Bob WilsonWrap lines to 80 columns and generally try to clean...
2010-02-17 Chris Lattnerroundss is an sse 4 thing, fix the test on non-sse41...
2010-02-17 Chris Lattnerfix inverted condition.
2010-02-16 Dale JohannesenMake g5 target explicit; scheduling affects register...
2010-02-16 Chris Lattnercomplex patterns don't get 'record' nodes, they implicitly
2010-02-16 Chris Lattnerclean up some code, eliminate NodeIsComplexPattern...
2010-02-16 Bill WendlingMake error statement more personal.
2010-02-16 Chris Lattnerfix indentation
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
2010-02-16 Dale JohannesenAdjust register numbers in tests to compensate for the
2010-02-16 Chris Lattnerfilecheckize
2010-02-16 Bob WilsonHandle tGPR register class in a few more places. This...
2010-02-16 Johnny ChenAdd SMC (Secure Monitor Call) system instruction for...
2010-02-16 Dale JohannesenReally reserve R2 on PPC Darwin. PR 6314.
2010-02-16 Devang PatelUse line and column number to distinguish two lexical...
2010-02-16 Jim Grosbach80 column cleanup
2010-02-16 Devang PatelNew testcase.
2010-02-16 Evan ChengLook for SSE and instructions of this form: (and x...
2010-02-16 Jim GrosbachRemove trailing whitespace
2010-02-16 Bob WilsonRename SuccessorNumber to GetSuccessorNumber.
2010-02-16 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-16 Bob WilsonTestcase for critical edge splitting with load PRE.
2010-02-16 Jim GrosbachUpdate Thumb2 to not use CarryDefIsUnused or CarryDefIs...
2010-02-16 Jim GrosbachRemove redundant setting of Defs. CPSR is already marke...
2010-02-16 Dan GohmanRefactor rewriting for PHI nodes into a separate function.
2010-02-16 Jim GrosbachFirst step in eliminating the CarryDefIsUnused and...
2010-02-16 Johnny ChenAdded for disassembly the following instructions:
2010-02-16 Bob WilsonSplit critical edges as needed for load PRE.
2010-02-16 Bob WilsonRefactor to share code to find the position of a basic...
2010-02-16 Dan GohmanFix whitespace.
2010-02-16 Kenneth UildriksFunction attributes have index ~0, not 0
2010-02-16 Chris Lattnersimplify this code. In the new world order there is no
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...
next