oota-llvm.git
2010-02-24 Chris Lattnerconvert cycle checker to smallptrset, add comments...
2010-02-24 Chris Lattnerrevert david's patch which does not even build.
2010-02-24 David GreeneUse a SmallPtrSet as suggested by Chris.
2010-02-24 Wesley PeckAdding function "lookupGCCName" to MBlazeIntrinsicInfo
2010-02-24 Chris Lattnercontract movechild+checktype into a new checkchild...
2010-02-24 Johnny ChenAdded Vector Swap (VSWPd and VSWPq) instructions for...
2010-02-24 Chris Lattnersplit the movechild/record/moveparent -> recordchild...
2010-02-24 Dan GohmanConstantFoldInstOperands can theoretically return null...
2010-02-24 Dan GohmanSimplify this code; these casts aren't necessary.
2010-02-24 Chris Lattneremit a histogram of the opcodes in comments.
2010-02-24 Jakob Stoklund... Stay away from str <undef> in ARMLoadStoreOpt. This...
2010-02-24 Johnny ChenFixed typo of opcodestr, should be "vst1", not "vld1".
2010-02-24 Dan GohmanConvert a few more backedge-taken count functions to...
2010-02-24 Daniel DunbarSpeculatively revert r97011, "Re-apply 96540 and 96556...
2010-02-24 Daniel DunbarReapply r97010, the speculative revert failed.
2010-02-24 Chris Lattnerlets not break the old isel.
2010-02-24 Chris LattnerSince the new instruction selector now works, I don...
2010-02-24 Chris Lattnerimplement a simple proof-of-concept optimization for
2010-02-24 Chris LattnerThe new isel passes all tests, time to start making...
2010-02-24 Dan GohmanAdd svn:ignore properties.
2010-02-24 Daniel DunbarSpeculatively revert r97010, "Add an argument to PHITra...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Dan GohmanFix indentation.
2010-02-24 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-02-24 Chandler CarruthRemove an unused variable. Was this intentional?
2010-02-24 Chris LattnerThe new isel was not properly handling patterns that...
2010-02-24 Chris Lattneradd node #'s to debug dumps.
2010-02-24 Johnny ChenAdded for disassembly VST1 (multiple single elements...
2010-02-24 Sean CallananChanged the table generator so that the X86
2010-02-24 Jim Grosbachhandle very large call frames when require SPAdj !...
2010-02-24 Jim GrosbachLowerCall() should always do getCopyFromReg() to refere...
2010-02-24 Evan ChengRe-apply 96540 and 96556 with fixes.
2010-02-24 Bob WilsonAdd an argument to PHITranslateValue to specify the...
2010-02-24 Jakob Stoklund... DIV8r must define %AX since X86DAGToDAGISel::Select...
2010-02-23 Chris Lattnerfix X86/uint_to_fp-2.ll, only fold loads when they...
2010-02-23 Chris Lattnermake selectnodeto set the nodeid to -1. This makes...
2010-02-23 Jakob Stoklund... Remember to handle sub-registers when moving imp-defs...
2010-02-23 Jakob Stoklund... Keep track of phi join registers explicitly in LiveVari...
2010-02-23 Evan ChengFix rev 96389 by restricting the xform to mask that...
2010-02-23 Kevin EnderbyThis is the second patch to allow x86 code to be aligne...
2010-02-23 Richard OsborneDon't mark call instruction as a barrier.
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Johnny ChenAdded for disassembly VLD1 (multiple single elements...
2010-02-23 Nicolas GeoffrayUse the module's context instead of the global context.
2010-02-23 Devang Patelnew test case for r96974.
2010-02-23 Chris Lattnerno need to override IsLegalToFold, the base implementation
2010-02-23 Chris Lattnerfix a bug in findNonImmUse (used by IsLegalToFold)...
2010-02-23 Chris LattnerPrint node ID's in dumps and views if set.
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-23 Chris Lattneruse OutStreamer.EmitCodeAlignment for alignment in...
2010-02-23 Chris Lattnergenericize MCAsmStreamer::EmitCodeAlignment to support...
2010-02-23 Jeffrey YasskinOops. Pass -lgcc _only_ on ARM, not on everything...
2010-02-23 Richard OsborneECALLF, ECALLT shouldn't be marked as barriers.
2010-02-23 Kevin EnderbyThis is the first patch to put the needed bits in place...
2010-02-23 Richard OsborneMark unconditional branches as barriers. Found using...
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-23 David GreeneSpeed up cycle checking significantly by caching results.
2010-02-23 Dan GohmanDon't do (X != Y) ? X : Y -> X for floating-point...
2010-02-23 Jim GrosbachSpelling. s/suppor /support /
2010-02-23 Dan GohmanRemove the code which constant-folded ptrtoint(inttoptr...
2010-02-23 Garrison VennModified examples Makefile to only build the ExceptionD...
2010-02-23 Wesley PeckTesting subversion commit access
2010-02-23 Mikhail GlushenkovFix -mtune forwarding.
2010-02-23 Richard OsborneRemove unused lowering function LowerJumpTable
2010-02-23 Richard OsborneLower BR_JT on the XCore to a jump into a series of...
2010-02-23 Daniel Dunbartests: Don't make a missing llvm-gcc dir a fatal error.
2010-02-23 Daniel DunbarSwitch .bc/.ll Makefile rules to use LLVM{CC,CXX} inste...
2010-02-23 Daniel DunbarAdd LLVM{CC,CXX} make variables, which specify the...
2010-02-23 Daniel DunbarInitial configure support for using Clang as the LLVM...
2010-02-23 Mikhail GlushenkovUpdate mcc16 and the ancient Clang plugin for the ...
2010-02-23 Daniel DunbarEliminate CFERuntimeLibDir make variable, this shouldn...
2010-02-23 Daniel DunbarFix a thinko in the lit.cfg.
2010-02-23 Mikhail GlushenkovInput files with empty suffixes must be passed to linker.
2010-02-23 Mikhail GlushenkovSupport -Xlinker et al.
2010-02-23 Mikhail GlushenkovTemporary disable response files.
2010-02-23 Mikhail GlushenkovTypo.
2010-02-23 Mikhail GlushenkovTrailing whitespace.
2010-02-23 Mikhail GlushenkovImplement order-preserving option forwarding.
2010-02-23 Mikhail GlushenkovUpdate the test suite.
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovPrecompiled headers: initial support.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-02-23 Mikhail GlushenkovSupport '-install_name'.
2010-02-23 Mikhail GlushenkovAdd a way to enable '-opt=foo' forwarding.
2010-02-23 Daniel DunbarInline and eliminate LLVMG{CC,XX}WITHPATH.
2010-02-23 Daniel DunbarRemove ancient Xcode project, replaced by CMake project.
2010-02-23 Daniel DunbarRemove dead LUPGRADE make variable.
2010-02-23 Daniel DunbarKill off unused LLVMGCCLIBEXEC make variable.
2010-02-23 Daniel DunbarKill off LLVMGCCARCH and LLVMGCC_VERSION make variables.
2010-02-23 Daniel DunbarEliminate llvmgcc_version testing variable.
2010-02-23 Daniel DunbarKill off LLVMGCC_MAJVERS make variable.
2010-02-23 Daniel DunbarKill unused llvmgccmajvers testing variable.
2010-02-23 Chris Lattneradd some #if 0'd out code for checking that named values in
2010-02-23 Chris LattnerReject patterns that use a name multiple times in the...
2010-02-23 Chris Lattnerdisable two patterns that are using non-sensical result...
2010-02-23 Chris Lattnerremove a confused pattern that is trying to match an...
2010-02-23 Chris Lattnerreject patterns that have dead named arguments in the...
2010-02-23 Chris Lattnerremove a bunch of dead named arguments in input patterns,
2010-02-23 Chris Lattnerreject patterns that mention a name in the destination...
2010-02-23 Chris Lattnermerge some code.
next