oota-llvm.git
2008-05-10 Owen AndersonRe-enable loop deletion by default.
2008-05-10 Evan ChengWhen transforming a vector_shuffle to a load, the base...
2008-05-10 Tanya LattnerSet to 2.4 and regenerate configure.
2008-05-10 Evan ChengAdd nounwind.
2008-05-10 Dan GohmanFor now, abort when an ISD::VAARG is encountered on...
2008-05-10 Evan ChengSome clean up.
2008-05-10 Evan ChengIf movl top bits are undef, let it be selected to movlp...
2008-05-10 Evan ChengIf all sources of a PHI node are defined by an implicit...
2008-05-10 Bill WendlingCosmetic changes:
2008-05-09 Evan ChengAdd a pattern to do move the low element of a v4f32...
2008-05-09 Dale JohannesenRemove an evil vector bool. Cosmetic refactoring,
2008-05-09 Evan ChengHandle a few more cases of folding load i64 into xmm...
2008-05-09 Evan ChengMake OpActionsCapacity multiple of 4.
2008-05-09 Dale JohannesenRewrite tail merging algorithm to handle the
2008-05-09 Torok Edwinput LibCallAliasAnalysis into anonymous namespace to...
2008-05-09 Evan ChengSimplify test.
2008-05-09 Mikhail GlushenkovRename Example.td to Graph.td.
2008-05-09 Nick Kledzikuse doxygen comments for makeBuffer()
2008-05-09 Chris Lattnerdon't sink invokes, even if they are readonly. This...
2008-05-09 Duncan SandsFix a type and formatting.
2008-05-09 Gabor Greifignore Output dirs
2008-05-09 Gabor Greifignore AutoGenerated.inc, it is created by TableGen
2008-05-09 Gabor Greifignore Output dir
2008-05-09 Mikhail GlushenkovReapply 50867: A small refactoring (extract method...
2008-05-09 Chris Lattneradd support for pattern matching 'neg'
2008-05-09 Chris LattnerImplement PR2298. This transforms:
2008-05-09 Chris Lattnerrestore doxygen comment.
2008-05-09 Nick Kledzik<rdar://problem/5917641> use getMemBufferCopy if suppli...
2008-05-08 Anton KorobeynikovCheck for validity of aliasee pointer before dereference.
2008-05-08 Evan ChengUse movq to move low half of XMM register and zero...
2008-05-08 Chris Lattnerconservatively say that volatile stores read memory.
2008-05-08 Tanya LattnerRevertin 50867 since it was breaking the build.
2008-05-08 Chris Lattnerstore can't read from memory.
2008-05-08 Mikhail GlushenkovAdd -E and -S options
2008-05-08 Mikhail GlushenkovA small refactoring (extract method) + some comment...
2008-05-08 Chris LattnerRemove dead return. Thanks to Bill for the review!
2008-05-08 Gordon HenriksenImprove pass documentation and comments.
2008-05-08 Chris LattnerMore than just loads can read from memory: readonly...
2008-05-08 Chris LattnerMake instcombine's DSE respect loads as well as stores...
2008-05-08 Chris Lattneradd a new Instruction::mayReadFromMemory predicate...
2008-05-08 Devang PatelCheck linkage.
2008-05-08 Duncan SandsGet exception handling working again on 64 bit
2008-05-08 Chris Lattnernew testcase.
2008-05-08 Chris LattnerAdd support for constant folding the 'offsetof' pattern...
2008-05-08 Evan ChengHandle vector move / load which zero the destination...
2008-05-07 Evan ChengAdd nounwind.
2008-05-07 Anton KorobeynikovTurn StripPointerCast() into a method
2008-05-07 Mikhail GlushenkovUse Doxygen-style comments.
2008-05-07 Ted KremenekMake the interface of CStrInCStrNoCase be the same...
2008-05-07 Chris LattnerAdd a new LibCallAliasAnalysis pass, which is parameterized
2008-05-07 Ted KremenekFix some serious logical errors in CStrInCStrNoCase...
2008-05-07 Duncan SandsOutput correct exception handling and frame info
2008-05-07 Ted KremenekGuard for empty strings in CStrInCStrNoCase.
2008-05-07 Ted KremenekAdded CStrInCStrNoCase, a portable implementation of...
2008-05-07 Chris LattnerAdd a new interface for describing the behavior of...
2008-05-07 Nick LewyckyTypo.
2008-05-07 Evan ChengYet another nasty spiller bug.
2008-05-07 Dan GohmanFix a bug in the ComputeMaskedBits logic for multiply.
2008-05-07 Bill WendlingMake the use of the "noinline" attribute conditional...
2008-05-06 Owen AndersonDisable loop deletion until the release branch.
2008-05-06 Bill WendlingRemoving.
2008-05-06 Bill WendlingWorkaround for a compiler bug (see <rdar://problem...
2008-05-06 Steve NaroffUpdate a couple VC++ project files.
2008-05-06 Anton KorobeynikovUse target triple in tests, not 'realign-stack=0' optio...
2008-05-06 Anton KorobeynikovIf weak GlobalVariable was bitcast'ed to different...
2008-05-06 Anton KorobeynikovMake StripPointerCast a common function (should we...
2008-05-06 Owen AndersonTestcase for r50770.
2008-05-06 Owen AndersonWe need to update PHIs containing the exiting block...
2008-05-06 Gordon HenriksenImprove documentation.
2008-05-06 Mikhail GlushenkovChange from llvm::SmallSet<std::string> to llvm::String...
2008-05-06 Mikhail GlushenkovAdd new edge property combinator: weight.
2008-05-06 Mikhail GlushenkovAdd a help string for the -c option
2008-05-06 Mikhail GlushenkovUpdate documentation to reflect the current state of...
2008-05-06 Mikhail GlushenkovSome cosmetic changes (change some comments, move code...
2008-05-06 Mikhail GlushenkovMove test files around a bit - fixes the reported numbe...
2008-05-06 Mikhail GlushenkovRefactoring: split the function CompilationGraph::Build...
2008-05-06 Mikhail GlushenkovUse edge weights to choose the right linker based on...
2008-05-06 Mikhail GlushenkovAdd weights to graph edges. Choose between edges based...
2008-05-06 Mikhail GlushenkovRemove the UnpackValues() function.
2008-05-06 Mikhail GlushenkovAdd a --linker command-line option, make all tests...
2008-05-06 Mikhail GlushenkovNaming fix: LLVMCCConfigurationEmitter -> LLVMCConfigur...
2008-05-06 Mikhail GlushenkovAdd two (currently failing) tests.
2008-05-06 Mikhail GlushenkovAdd -x option (like in gcc).
2008-05-06 Mikhail GlushenkovTake object file as input and handle files with the...
2008-05-06 Mikhail GlushenkovRename LLVMCCConfigurationEmitter to LLVMCConfiguration...
2008-05-06 Mikhail GlushenkovAdd output redirection, rename namespace llvmcc to...
2008-05-06 Mikhail GlushenkovMake AutoGenerated.inc depend also on Tools.td and...
2008-05-06 Mikhail GlushenkovUtilize topological sort in CompilationGraph::Build().
2008-05-06 Mikhail GlushenkovAdd TopologicalSort method to CompilationGraph.
2008-05-06 Mikhail GlushenkovDo not require positional arguments when we're only...
2008-05-06 Mikhail GlushenkovMake ChooseEdge more generic and use it to choose betwe...
2008-05-06 Mikhail GlushenkovRemove unnecessary argument from PassThroughGraph
2008-05-06 Mikhail GlushenkovSmall output formatting fix.
2008-05-06 Mikhail GlushenkovAdd inward edge counters to Nodes; Associate JoinLists...
2008-05-06 Mikhail GlushenkovEnhancements for --view-graph
2008-05-06 Mikhail GlushenkovSplit the Build function into two parts.
2008-05-06 Mikhail GlushenkovMake llvmc return 1 when the compilation fails.
2008-05-06 Mikhail GlushenkovFirst small tests for llvmc2.
2008-05-06 Mikhail GlushenkovReturn const char* instead of std::string in Tool classes
2008-05-06 Mikhail GlushenkovAdd an ability to choose between different edges based...
next