oota-llvm.git
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...
2009-07-13 Dan GohmanConvert SCEV from FoldingSetNode to FastFoldingSetNode...
2009-07-13 Dan GohmanDelete a spurious const.
2009-07-13 Bill WendlingReverted r75484. It was causing a failure with Apple...
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-07-13 Chris LattnerAdd NetBSD to the Triple class, patch by Krister Walfri...
2009-07-13 Bill WendlingMore standard way of specifying greater than Leopard.
2009-07-13 Bill WendlingOn greater than Leopard systems, place exception tables...
2009-07-13 Daniel DunbarMakefile rules for generating assembly matcher.
2009-07-13 Dan GohmanChange printInstruction to not print a trailing newline...
2009-07-13 Dan GohmanAdd an optional optimization to FoldingSet to allow...
2009-07-13 Bob WilsonFix comment typos.
2009-07-13 Chris Lattnerfactor the 'optimized sort' code out into a static...
2009-07-13 Chris LattnerMove the re-sort of invalidated NonLocalPointerDeps...
2009-07-13 David GreeneMake some more changes suggested by Chris. Manipulator...
2009-07-13 Sanjiv GuptaAdded a fixme for platform specific GetDirSeparator().
2009-07-13 Sanjiv Guptaallow mcc16 users to specify --save-temps even though...
2009-07-13 Daniel DunbarMatch declaration to definition (missed a few).
2009-07-13 Daniel DunbarTweak svn:ignore
2009-07-13 Daniel DunbarMatch declaration to definition.
2009-07-13 Nick LewyckyFix build on Linux.
2009-07-13 Daniel DunbarFix some non-sensical code.
2009-07-13 Daniel DunbarSwitch to raw_ostream.
2009-07-13 Lang HamesRemoved some junk code that snuck in to an earlier...
2009-07-13 Nick LewyckyFix an error in ConstantRange::getSignedMax on wrapped...
2009-07-13 Nick Lewycky'i8 full-range' sign extended to i16 should equal ...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-13 Nick LewyckyMultiply was very wrong for wrapped ranges. This suppli...
2009-07-13 Nick LewyckyFix a bug summing two full sets. The overflow checking...
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-12 Chris Lattnerremove tests for removed intrinsics.
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-07-12 Daniel DunbarUse llvm_report_error, not llvm_unreachable.
2009-07-12 Torok EdwinMention that llvm_report_error() does not return.
2009-07-12 Daniel DunbarAdd an LLVM API change.
2009-07-12 Daniel DunbarImprove sys::Path::makeAbsolute on Win32.
2009-07-12 Torok EdwinFix assert(0) conversion, as suggested by Chris.
2009-07-12 Daniel DunbarClarify a FIXME.
2009-07-12 Chris Lattner"UNIX paths can contain non-ASCII characters, so Path...
2009-07-12 Jakob Stoklund... Implement support for promotion of AND/OR/XOR on intege...
2009-07-12 Jakob Stoklund... Fix types in PromoteNode handling of CTPOP and friends.
2009-07-12 Jakob Stoklund... Add CCIfSRet calling convention predicate.
2009-07-12 Torok EdwinRemove extra \n from LLVM_UNREACHABLE calls.
2009-07-12 Nick LewyckyMake this clearer for the mathematically inclined....
2009-07-12 Nick LewyckyImplement udiv for ConstantRanges.
2009-07-12 Bill WendlingTemporarily revert r75408. It appears to break the...
2009-07-12 Nick LewyckyThis is not overly conservative.
2009-07-12 Nick LewyckyImplement ConstantRange::multiply based on the code...
2009-07-12 Eli FriedmanRemove check which is duplicated in
2009-07-12 Chris Lattnereliminate MOV64r0 in favor of a Pat<> pattern. This...
2009-07-12 Chris Lattneradd nounwind
next