oota-llvm.git
2009-07-14 Dan GohmanLLVM doesn't use libelf. Remove libelf configurey.
2009-07-14 Dale JohannesenRevert 75571; I'm convinced this isn't the right thing...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Daniel DunbarRevert r75615, which depended on 75610.
2009-07-14 Daniel DunbarRevert r75610 (and r75620, which was blocking the rever...
2009-07-14 Dan GohmanMake SCEVCallbackVH::allUsesReplacedWith more thorough...
2009-07-14 Dan GohmanRequire IVUsers after LCSSA, since LCSSA does not prese...
2009-07-14 Dan GohmanAdd a comment about why ScalarEvolution doesn't recogni...
2009-07-14 Torok EdwinAfter converting assert(0) to LLVM_UNREACHABLE we lost...
2009-07-14 Torok Edwineliminate extra space.
2009-07-14 Anton KorobeynikovAdd extra sign extension to the same bit width before...
2009-07-14 Anton KorobeynikovAdd missing break. Patch by Artur Pietrek!
2009-07-14 Daniel DunbarMove main llvm-prof functionality into a ModulePass.
2009-07-14 Daniel DunbarProfileInfo interface tweaks.
2009-07-14 Evan ChengUse http instead https for anonymous readonly check...
2009-07-14 Chris Lattnerremove renamed method.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName. These two files...
2009-07-14 Chris LattnerRename getValueName -> getMangledName
2009-07-14 Chris Lattnerrename getValueName -> getMangledName
2009-07-14 Chris Lattnerrename getValueName -> getMangledName
2009-07-14 Chris LattnerRename getValueName -> getMangledName.
2009-07-14 Bob WilsonRemove some tabs and fix other whitespace. No function...
2009-07-14 Bob WilsonFix a comment.
2009-07-14 Bob WilsonFix an obvious error.
2009-07-14 Chris LattnerChange the X86 asmprinter to use the mangler to apply...
2009-07-14 Lang HamesNew VNInfo alignment patch by Ryan Flynn.
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Lang HamesUnbroke LiveInterval.
2009-07-14 Lang HamesTidy up VNInfo alignment code. Patch contributed by...
2009-07-14 Eli FriedmanFix trivial todo in instcombine.
2009-07-14 Evan Cheng1. In Thumb mode, select tBx instead of ARM variants.
2009-07-14 Dan GohmanUpdate LoopSimplify and LoopUnswitch to use the new...
2009-07-14 Dan GohmanPort this unittest to use LLVMContext.
2009-07-14 Bill WendlingRemove hack now that Evan fixed it so that the frame...
2009-07-14 Dan GohmanFix indvars to not assume that a loop with a single...
2009-07-14 Dan GohmanIntroduce a new LoopInfo utility function makeLoopInvar...
2009-07-14 Chris Lattneruse getValueName instead of makeNameProper.
2009-07-14 David GoodwinFix detection of valid BFC immediates.
2009-07-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-14 Bill WendlingCheck for the correct unnamed name.
2009-07-14 Evan ChengFix pr4544. When remating, make sure the destination...
2009-07-14 Dale JohannesenDon't delete asm's just because their inputs are undefined;
2009-07-14 Dan GohmanAdd a newline, now that Value's operator<< doesn't...
2009-07-14 Dan GohmanFreeInst is trapping.
2009-07-14 Bob WilsonFix an obvious copy-and-paste error.
2009-07-14 Bob WilsonRevert 75308.
2009-07-14 Chris Lattnerthe mangler can never mangle intrinsics, don't allow...
2009-07-14 Eli FriedmanFix obvious typo.
2009-07-14 Bob WilsonRevert 75309.
2009-07-14 Chris Lattnerrename Memo/Count to AnonGlobalIDs/NextAnonGlobalID...
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Chris Lattnerremove Mangler::getTypeID and related data, it was...
2009-07-13 Chris Lattnerremove mangler support for mangling local names. Mangl...
2009-07-13 Chris Lattnerfix CBE & MSIL backends to not use the mangler for...
2009-07-13 Chris Lattnerdon't print redundant @PLT suffixes
2009-07-13 Evan ChengRevert an accidental commit.
2009-07-13 Chris Lattnerthe mangler should put suffixes on unnamed global's...
2009-07-13 Owen AndersonMove a bit more functionality to LLVMContext, which...
2009-07-13 Kevin EnderbyAdded llvm-mc support for parsing the .abort directive.
2009-07-13 Dan GohmanCheck in a reduced version of this testcase.
2009-07-13 Dan GohmanPrint a newline after printing a Value, now that Value...
2009-07-13 Dan Gohman#include "llvm/Assembly/Writer.h" to get the declaratio...
2009-07-13 Chris LattnerTwo changes:
2009-07-13 Devang PatelUse assertion.
2009-07-13 Eli FriedmanPR4548: optimize zext+udiv+trunc to udiv.
2009-07-13 Owen AndersonInline EvalVectorOp in order to get rid of passing...
2009-07-13 Bruno Cardoso... Cleanup the global emission and refactor some code
2009-07-13 Owen AndersonFix the build.
2009-07-13 Daniel DunbarNewNightlyTest.pl - Add -configure-args option.
2009-07-13 Eli FriedmanFix bug in run-line.
2009-07-13 Dan GohmanAdd testcases for PR4538, PR4537, and PR4534.
2009-07-13 Chris Lattnerclean up some syntax.
2009-07-13 Eli FriedmanCanonicalize boolean +/- a constant to a select.
2009-07-13 Dan GohmanFix a few assertion strings.
2009-07-13 Dan GohmanForward-declare Loop and LoopInfo instead of #including...
2009-07-13 Owen AndersonThese don't really need contexts either.
2009-07-13 Daniel DunbarNewNightlyTest.pl - Add -noremoveatend option.
2009-07-13 Chris Lattnereliminate a bunch of code in print_pcrel_imm for printi...
2009-07-13 Dan GohmanWhitespace cleanups.
2009-07-13 Dan GohmanFix an 80-column violation.
2009-07-13 Dan GohmanMove isLCSSAForm, isLoopInvariant, getCanonicalInductio...
2009-07-13 Oscar FuentesCMake: Refuses to work for out-of-source builds when...
2009-07-13 Chris Lattnermove a method and add a comment, no functionality change.
2009-07-13 Dan GohmanMake Loop and MachineLoop be subclasses of LoopBase...
2009-07-13 Chris Lattnerrefactor operand printing to remove hte last of the...
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
2009-07-13 Eli FriedmanMisc simplifications to InstCombiner::commonIntCastTran...
2009-07-13 David GoodwinFix FP elimination code to work for Thumb-2 addrmode...
2009-07-13 Chris Lattnerrefactor symbol printing so the whole "mem" thing is...
2009-07-13 Dan GohmanReapply 75252, with a fix to avoid the infinite recursi...
2009-07-13 Oscar FuentesCMake: tablegen: Add .td files under the inlude/llvm...
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
2009-07-13 Devang Patelrevert rev. 75503 for now.
2009-07-13 Devang PatelUse Mangler to remove leading '1' from linkage names.
2009-07-13 Kevin Enderbyadd llvm-mc support for parsing the .subsections_via_sy...
2009-07-13 Eli FriedmanFix comment.
2009-07-13 Owen AndersonMove more functionality over to LLVMContext.
2009-07-13 Dan GohmanMove the memoization check for SCEVSignExtendExpr and
2009-07-13 Eli FriedmanDon't bother to call commonIntCastTransforms for bitcas...
next