oota-llvm.git
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-15 Eric ChristopherAllow lowering for palignr instructions for mmx sized...
2010-04-15 Evan ChengMore 80 violations.
2010-04-15 Johnny ChenWrap the error msgs in DEBUG() macro so that they won...
2010-04-15 Evan Cheng80 col violations.
2010-04-15 Devang PatelAdd comment.
2010-04-14 Devang PatelThere is no need to track compile unit offsets if there...
2010-04-14 Devang PatelRemove dead code.
2010-04-14 Tobias GrosserIPO needs ScalarOpts and InstCombine in its libs
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. Now, the...
2010-04-14 Jim GrosbachAdd -arm-long-calls option to force calls to be indirec...
2010-04-14 Dan GohmanFix TrackingVH to handle const Value subclasses.
2010-04-14 Dan GohmanRemove a const here. This makes this function consisten...
2010-04-14 Dan GohmanConstify GetConstantStringInfo.
2010-04-14 Nicolas GeoffrayDon't use DILocation when processing a DebugLoc.
2010-04-14 Johnny ChenFor t2BFI disassembly, apply the same error checking...
2010-04-14 Dan GohmanMove a bunch of methods from CallSite to CallSiteBase...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. The utility...
2010-04-14 Jakob Stoklund... Remove unneeded types from test.
2010-04-14 Evan Cheng- Code clean up to reduce indentation.
2010-04-14 Dan GohmanUse FunTy instead of hard-coding Function.
2010-04-14 Bob WilsonDon't custom lower bit converts to ARM VMOVDRRD or...
2010-04-14 Dan GohmanOops, make these public.
2010-04-14 Dan GohmanMove getType() and getCaller() into CallSiteBase so...
2010-04-14 Evan ChengTrim tests and convert to FileCheck.
2010-04-14 Dan GohmanDelete unneeeded arguments.
2010-04-14 Dan GohmanDelete unused arguments.
2010-04-14 Dan GohmanFactor out EH landing pad code into a separate function...
2010-04-14 Dan GohmanReset the debug location even if the instruction was...
2010-04-14 Dan GohmanFix a missing #include.
2010-04-14 Dan GohmanRefine #includes.
2010-04-14 Dan GohmanSplit ISD::NodeType and a few related items out of...
2010-04-14 Dan GohmanPull utility routines with no SelectionDAG dependence...
2010-04-14 Dan GohmanFix typos in comments.
2010-04-14 Gabor Greifperformance: cache the dereferenced use_iterator
2010-04-14 Dan GohmanDelete an obsolete comment.
2010-04-14 Dan GohmanDelete an unused function.
2010-04-14 Dan GohmanClear the FunctionLoweringInfo object before doing...
2010-04-14 Dan GohmanMove this assert out of SelectionDAGISel into FunctionL...
2010-04-14 Dan GohmanAdd a comment.
2010-04-14 Dan GohmanMove the code for initialing the entry block livein...
2010-04-14 Dan GohmanReorgnaize this code to be more tidy and readable.
2010-04-14 Dan GohmanTrim #includes.
2010-04-14 Dan GohmanMove the code for emitting livein copies out of Selecti...
2010-04-14 Gabor Greifperformance: cache the dereferenced use_iterator
2010-04-14 Dan GohmanSink landing-pad marking code out of
2010-04-14 Dan GohmanIt's not necessary to recompute EB here.
2010-04-14 Gabor Greifperformance: cache the dereferenced use_iterator
2010-04-14 Dan GohmanAdd a comment.
2010-04-14 Dan GohmanFix whitespace, comments.
2010-04-14 Dan GohmanAdd explicit keywords.
2010-04-14 Dan GohmanUse C++, not C++-standard-library-internals-ese.
2010-04-14 Dan GohmanMake SuccIterator's private parts private too.
2010-04-14 Dan GohmanMake helper utility members private.
2010-04-14 Benjamin KramerEDis: Don't include inttypes.h. We support compilers...
2010-04-14 Nick LewyckyEnable RTTI again. While this works fine for LLVM,...
2010-04-14 Nick LewyckyDon't forget cmake!
2010-04-14 Nick LewyckyTurn off RTTI for VMCore. Yay!
2010-04-14 Nick LewyckyI don't know how, but I managed to goof the revert...
2010-04-14 Nick LewyckyRevert r101213.
2010-04-14 Nick LewyckyRemove accidentally committed cruft.
2010-04-14 Nick LewyckyFix 80 column ruler.
2010-04-14 Nick LewyckyBugpoint no longer uses exceptions.
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-14 Nick LewyckyRemove tab.
2010-04-14 Nick LewyckyCommit testcase for r101213.
2010-04-14 Nick LewyckyWhile DAE can't modify the function signature of an...
2010-04-14 Dan GohmanGeneralize this code to handle Instructions in addition...
2010-04-14 Dan GohmanReorder the methods of this class to be a little more...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. Now, when...
2010-04-14 Devang PatelClear MachineInstr->MCSymbol maps at the end of a function.
2010-04-14 Johnny ChenFixed an assert() exposed by fuzzing. Now, instead...
2010-04-13 Daniel DunbarFix -Asserts warnings.
2010-04-13 Devang PatelXFAIL this test for powerpc.
2010-04-13 Douglas GregorUnbreak CMake build by improving the EnhancedDisassembl...
2010-04-13 Evan ChengFast path implicit_def check.
2010-04-13 Evan ChengAdd test for post-ra machine licm.
2010-04-13 Bob WilsonHandle a v2f64 formal parameter that is split between...
2010-04-13 Sean CallananQuick fix for build errors caused by undefined
2010-04-13 Sean CallananFixed a nasty layering violation in the edis source
2010-04-13 Ted KremenekAdd CMake support for 'edis'.
2010-04-13 Johnny ChenChanged getSOImmValRotate()'s hunt retry logic to ignor...
2010-04-13 Devang PatelDo not include types without any definition in pubtypes...
2010-04-13 Evan ChengAvoid variable shadowing.
2010-04-13 Evan ChengExpand postra machine licm's capability a little more...
2010-04-13 Jakob Stoklund... Teach MachineSinking to handle easy critical edges.
2010-04-13 Evan ChengFix test on non-x86 hosts.
2010-04-13 Evan ChengRe-apply 101075 and fix it properly. Just reuse the...
2010-04-13 Chris LattnerMake the disassembler respect the assembler dialect...
2010-04-13 Eric ChristopherTemporarily revert r101075, it's causing invalid iterat...
2010-04-13 Evan ChengTeach postra machine licm to hoist more obvious invaria...
2010-04-13 Dan GohmanAdd a few comments.
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-13 Dan GohmanRename MachineFrameInfo variables to MFI, for consisten...
2010-04-13 Dan GohmanMove MachineRegisterInfo's isLiveIn and isLiveOut out...
2010-04-13 Dan GohmanUse MachineBasicBlock::isLiveIn.
2010-04-13 Dan GohmanDelete an unused member variable.
2010-04-13 Dan GohmanTeach ScalarEvolution to simplify smax and umax when...
2010-04-13 Dan GohmanMinor code micro-optimizations.
2010-04-13 Eric ChristopherActually... return after the check for invalid input.
next