oota-llvm.git
2010-02-02 Chris LattnerInline addAssemblyEmitter into its one real caller...
2010-02-02 Duncan SandsAdding missing methods for creating Add, Mul, Neg and...
2010-02-02 Zhongxing XuReturn value on every path.
2010-02-02 Zhongxing Xusimplify code.
2010-02-02 Zhongxing XuMore logic correction: RemoveOverlap should always...
2010-02-02 Zhongxing XuAdd a lookup method to the IntervalMap. The difference...
2010-02-02 Devang PatelApparently gdb is not amused by empty lines in pubtypes...
2010-02-02 Devang PatelNULL terminate name in pubtypes sections.
2010-02-02 Chris Lattnerdon't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0...
2010-02-02 Zhongxing XuFix a bunch of errors in the old logic.
2010-02-02 Chris Lattnerfix a crash in loop unswitch on a loop invariant vector...
2010-02-02 Chris Lattnerremove an unreduced testcase, rename another.
2010-02-02 Evan ChengPerform sibcall in some cases when arguments are passes...
2010-02-02 Sean CallananRemoved an unnecessary class from the EDDisassembler
2010-02-02 Dale JohannesenMake local RA smarter about reusing input register...
2010-02-02 Zhongxing Xu11.8p1: A nested class is a member and as such has...
2010-02-02 Dan GohmanLangRef.html says that inttoptr and ptrtoint always...
2010-02-02 Dan GohmanFactor out alignof expression folding into a separate...
2010-02-02 Dan GohmanVarious code simplifications.
2010-02-02 Daniel DunbarUpdate CMake.
2010-02-02 Eric ChristopherDon't need to check the last argument since it'll alway...
2010-02-02 Eric ChristopherMore indentation/tabification fixes.
2010-02-02 Eric ChristopherUntabify previous commit.
2010-02-02 Sean CallananChanged to Chris Lattner's suggested approach, which
2010-02-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
2010-02-01 Sean CallananFix for builds with separate source and build
2010-02-01 Eric ChristopherFormatting.
2010-02-01 Johnny ChenMOVi16 should also be marked as a UnaryDP instruction...
2010-02-01 Sean CallananUpdated to use the proper .exports file for the
2010-02-01 Bill WendlingAdd "dump" method to IVUsersOneStride.
2010-02-01 Dale JohannesenTestcase for 94996 (PR 6157)
2010-02-01 Evan ChengFix PR6196. GV callee may not be a function.
2010-02-01 Evan ChengAdd test case for 95013.
2010-02-01 Mon P WangImprove EXTRACT_VECTOR_ELT patch based on comments...
2010-02-01 Sean CallananRollback on including blocks functionality in .exports
2010-02-01 Bob WilsonAdd an option to GVN to remove all partially redundant...
2010-02-01 Duncan SandsDo an early exit when the result is known cheaply.
2010-02-01 Chris Lattnereliminate a bunch of pointless LLVMContext arguments.
2010-02-01 Duncan SandsFix typo "of" -> "or" and change the way a line was...
2010-02-01 Chris Lattnerfix PR6195, a bug constant folding scalar -> vector...
2010-02-01 Dale Johannesenfix PR 6157. Testcase pending.
2010-02-01 Chris Lattnercleanups.
2010-02-01 Chris Lattnerfix PR6197 - infinite recursion in ipsccp due to block...
2010-02-01 Mon P WangFixed a couple of optimization with EXTRACT_VECTOR_ELT...
2010-02-01 Dan GohmanUpdate this test for a trivial register allocation...
2010-02-01 Dan GohmanGeneralize target-independent folding rules for sizeof...
2010-02-01 Chris Lattnerfix rdar://7590304, a miscompilation of objc apps on...
2010-02-01 Chris Lattnerfix rdar://7590304, an infinite loop in instcombine...
2010-02-01 Bob WilsonFix pr6198 by moving the isSized() check to an outer...
2010-02-01 Dan GohmanAdd a getNUWMul function.
2010-02-01 Dan GohmanAdd a generalized form of ConstantExpr::getOffsetOf...
2010-02-01 Bruno Cardoso... MulOp is actually a Mips specific node, so do the match...
2010-02-01 Zhongxing XuAdd an immutable interval map, prepared to be used...
2010-02-01 Sean CallananWhoops, left some debugging code in that broke
2010-02-01 Sean CallananAdded the enhanced disassembly library's implementation and
2010-02-01 Zhongxing XuSimplify code. We can compare TNew with T in one batch.
2010-02-01 Evan ChengUndo r94946 now all the tests are passing again.
2010-02-01 Bruno Cardoso... Fix stack size bug while using o32 abi
2010-01-31 Johnny ChenFor MVNr and MVNs, we need to set Inst{25} = 0 so as...
2010-01-31 Evan ChengChange TAILJMP's to be varargs and transfer implicit...
2010-01-31 Evan ChengFix a missing check from my last commit.
2010-01-31 Evan ChengAvoid recursive sibcall's.
2010-01-31 Eli FriedmanRemove a completed item, add a couple new ones.
2010-01-31 Eli FriedmanRemove test which is no longer relevant.
2010-01-31 Eli FriedmanSimplify/generalize the xor+add->sign-extend instcombine.
2010-01-31 Eli FriedmanAdd a small transform: transform -(X<<Y) to (-X<<Y...
2010-01-31 Sean CallananMoved InstallLexer() from the X86-specific AsmLexer
2010-01-31 Evan ChengDo not mark no-return calls tail calls. It'll screw...
2010-01-30 Bruno Cardoso... Fix PR6144. Reload GP before the emission of CALLSEQ_EN...
2010-01-30 Bruno Cardoso... Fix mov.d out register by using the FFR register class...
2010-01-30 Anton KorobeynikovFix a gross typo: ARMv6+ may or may not support unalign...
2010-01-30 Bob WilsonCheck alignment of loads when deciding whether it is...
2010-01-30 Evan ChengAllow more tailcall optimization: calls with inputs...
2010-01-30 Evan ChengDon't forget to transfer target flag when inserting...
2010-01-30 Devang PatelEmit declaration DIE for the class static variables.
2010-01-30 Daniel DunbarMC/X86 AsmParser: Handle absolute memory operands corre...
2010-01-30 Daniel DunbarAsmMatcher: Create operand classes before use, apparent...
2010-01-30 Dale JohannesenFix a case where debug_value could affect codegen.
2010-01-30 Bob WilsonUse more specific types to avoid casts. No functionali...
2010-01-30 Bob WilsonRemove ARM-specific calling convention from this test...
2010-01-30 Daniel DunbarX86.td: Refactor to bring operands that use print_pcrel...
2010-01-30 Daniel DunbarFileCheck: When looking for "possible matches", only...
2010-01-30 Daniel DunbarAsmMatcher/X86: Separate out sublass for memory operand...
2010-01-29 Jakob Stoklund... Keep iterating over all uses when meeting a phi node...
2010-01-29 Daniel DunbarMC/X86: Add a nice X86 assembler matcher test case...
2010-01-29 Johnny ChenModified encoding bits specification for VFP instructio...
2010-01-29 Dan GohmanPrint a comment next to "materializable" global values...
2010-01-29 Evan ChengPPC is not ready for sibcall optimization.
2010-01-29 Bob WilsonPreserve load alignment in instcombine transformations...
2010-01-29 Dan GohmanMinor code cleanup.
2010-01-29 Dan GohmanSkip whitespace when looking for a potential intended...
2010-01-29 Dan GohmanFix the position of the caret in the FileCheck error...
2010-01-29 Junjie GuMake sure the size is doubled (not 4x).
2010-01-29 Sean CallananRemoved symbols from .exports that are not yet in
2010-01-29 Dale JohannesenAdd assertion to humor the paranoid.
2010-01-29 Victor HernandezWe were not writing bitcode for function-local metadata...
2010-01-29 Eric ChristopherRevert my last couple of patches. They appear to have...
2010-01-29 Jeffrey YasskinRename two IRReader.h functions to indicate that they...
2010-01-29 Bob WilsonUse uint64_t instead of unsigned for offsets and sizes.
2010-01-29 Dan GohmanAdd svn:ignore properties.
next