oota-llvm.git
2010-04-15 Anton KorobeynikovRevert r100896 and around - this breaks the only mingw3...
2010-04-15 Gabor Greifprune includes
2010-04-15 Evan ChengARM SelectDYN_ALLOC should emit a copy from SP rather...
2010-04-15 Johnny ChenDEBUG() print out "Unknown format" msg.
2010-04-15 Dan GohmanReuseFrameIndexVals is used in multiple files, so it...
2010-04-15 Dan GohmanEnablePPC64RS and EnablePPC32RS are used in multiple...
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2010-04-15 Dan GohmanFix namespace polution.
2010-04-15 Dan GohmanMake getPredecessorWithUniqueSuccessorForBB return...
2010-04-15 Gabor Greiftypos
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifzap mergeinfo
2010-04-15 Benjamin KramerSimplify ".bc" detection.
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-15 Chris Lattnerenhance the load/store narrowing optimization to handle a
2010-04-15 Chris Lattnerteach codegen to turn trunc(zextload) into load when...
2010-04-15 Chris Lattneradd a simple dag combine to replace trivial shl+lshr...
2010-04-15 Chris LattnerImplement rdar://7860110 (also in target/readme.txt...
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Chris Lattnerfurther tweak this to do something useful.
2010-04-15 Chris Lattnerremove undef control flow.
2010-04-15 Daniel DunbarRemove unnecessary uses of <iostream>.
2010-04-15 Daniel Dunbartests: MC/Disassembler tests depend on ARM support...
2010-04-15 Chris Lattnerfix a crash on "lli ex" or any other file whose name...
2010-04-15 Anders CarlssonFix build.
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...
next