oota-llvm.git
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-06-17 Stuart HastingsRelocate NUW test to cover all binary ops in a dynamic...
2011-06-17 Galina Kistanovaest 2008-06-04-indirectmem.ll is X86-specific. Move...
2011-06-17 Chris LattnerDrop the "2" suffix on some enums.
2011-06-17 Chris Lattnerremove support for a bunch of obsolete instruction...
2011-06-17 Benjamin KramerRemove a useless copy of MCELFStreamer. Patch by Logan...
2011-06-17 Jakub StaszakgetSuccWeight returns now default 0 if Weights vector...
2011-06-17 Chris Lattnermissed a file.
2011-06-17 Chris LattnerRemove some "2" suffixes from the metadata enums now...
2011-06-17 Chris Lattnerremove bitcode reader support for LLVM 2.7 metadata...
2011-06-17 Chris Lattnerremove another old and dead hunk of code.
2011-06-17 Chris LattnerStop accepting and ignoring attributes in function...
2011-06-17 Jakub StaszakAllow empty Weights vector.
2011-06-17 Roman DivackyFix a few places where 32bit instructions/registerset...
2011-06-17 Rafael EspindolaTest for previous commit.
2011-06-17 Rafael EspindolaTwo fixes relating to debug value:
2011-06-17 Jay FoadFix typo in comment.
2011-06-17 Justin HolewinskiPTX: Adjust rounding modes
2011-06-17 NAKAMURA TakumiDon't force remove config.cache on reconfiguration.
2011-06-17 Nick LewyckyWhen promoting an alloca to registers discard any lifet...
2011-06-17 Lang HamesAdd a hook for PBQP clients to run a custom pre-alloc...
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-17 Chris Lattnerstop accepting begin/end around function bodies in...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-06-17 Rafael EspindolaEnable early duplication of small blocks. There are...
2011-06-17 Jakob Stoklund... Allocate SystemZ callee-saved registers backwards:...
2011-06-17 Chris LattnerRemove old backwards compatibility support from the...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-17 Cameron ZwarichUpdate an insertion point iterator after replacing...
2011-06-17 Jakob Stoklund... Explicitly invoke ArrayRef constructor to keep gcc...
2011-06-16 Jakob Stoklund... Rename TRI::getAllocationOrder() to getRawAllocationOrd...
2011-06-16 Jakob Stoklund... Don't use register classes larger than TLI->getRegClass...
2011-06-16 Daniel DunbarRegenerate configure.
2011-06-16 Daniel Dunbarbuild/configure: Add support for --with-extra-ld-option...
2011-06-16 Andrew TrickAdded LLVM_BUILD_MODE to cmake so that lit supports...
2011-06-16 Jakob Stoklund... Teach antidependency breakers to use RegisterClassInfo.
2011-06-16 Chris Lattnerforward declare GraphTraits in Type.h instead of #inclu...
2011-06-16 Andrew Trickcmake may require LIT_TOOLS_DIR.
2011-06-16 Chris Lattnerchange Type.h to forward declare ArrayRef instead of...
2011-06-16 Chris Lattneradd some #includes that will soon be needed.
2011-06-16 Chris Lattnerprune #includes.
2011-06-16 Chris Lattnermove the address space into the subclass data field...
2011-06-16 Chris Lattnertidy up some comments, store the 'isvararg' bit for...
2011-06-16 Chris Lattnerremove Type::getVAArgsPromotedType, which is dead,...
2011-06-16 Nick LewyckyThere's no need to be so picky about the particular...
2011-06-16 Dan GohmanFix ARCOpt to insert releases on both successors of...
2011-06-16 Jakob Stoklund... Move PBQP off allocation_order_begin. No functional...
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-16 Owen AndersonChange the REG_SEQUENCE SDNode to take an explict regis...
2011-06-16 Jakob Stoklund... Switch linear scan to using RegisterClassInfo.
2011-06-16 Galina KistanovaMove test for appropriate directory.
2011-06-16 Bruno Cardoso... Mark ldrexd/strexd w/ volatile memory by default
2011-06-16 Jakub StaszakTest commit.
2011-06-16 Justin HolewinskiPTX: Finish new calling convention implementation
2011-06-16 Justin HolewinskiPTX: Rename register classes for readability and combin...
2011-06-16 Jakob Stoklund... Add TargetRegisterInfo::getRawAllocationOrder().
2011-06-16 Nick LewyckyAdd testcase for r133050 which added support for printi...
2011-06-16 Owen AndersonFix formatting.
2011-06-16 Dan GohmanDocument nonlazybind.
2011-06-16 Dan GohmanAdd a comment describing why transforming (shl x, 1...
2011-06-16 Justin HolewinskiPTX: Fix whitespace errors
2011-06-16 Bruno Cardoso... Add AVX suport for fpextend.
2011-06-16 Jakob Stoklund... Prempt some obnoxious compiler from complaing about...
2011-06-16 Jakob Stoklund... Make sure to pass an unsigned to a printf format that...
2011-06-16 Eli FriedmanFileCheck-ize test, and make it work on EABI hosts...
2011-06-16 Eli FriedmanForce a triple here so this test doesn't fail on EABI...
2011-06-16 Nick LewyckyCommit the right set of tests for r133124. Sorry 'bout...
2011-06-16 Andrew TrickReenabling this test with REQUIRES: Asserts
2011-06-16 Andrew TrickAdd support to lit for build mode requirements. e.g.
2011-06-16 Chad RosierTypos.
2011-06-16 Chad RosierRevision r128665 added an optimization to make use...
2011-06-16 Nick LewyckyAdd a DAGCombine for (ext (binop (load x), cst)).
2011-06-16 Bruno Cardoso... Silence warnings in non assert builds. Patch by David...
2011-06-16 Anna ZaksRename the test. Thanks Cameron! Use shorter/generic...
2011-06-16 Anna ZaksFunction::getNumBlockIDs() should be used instead of...
2011-06-15 Eli FriedmanAdd a limit to the number of instructions memdep will...
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...
2011-06-15 Dylan Noblesmithunittests: add test for APInt::toString()
2011-06-15 Owen AndersonAdd a new MVT::untyped. This will be used in future...
2011-06-15 Jakob Stoklund... Use set operations instead of plain lists to enumerate...
2011-06-15 John McCallUpdate the Clang diagnostic emitter to emit IDs for...
2011-06-15 Rafael EspindolaTestcase for previous commit.
2011-06-15 Eli FriedmanSimplify; no significant functionality change.
2011-06-15 Rafael EspindolaFix cmake build.
2011-06-15 Rafael EspindolaHandle jump tables. Test to follow soon.
2011-06-15 Argyrios KyrtzidisTry fixing google1.osuosl.org:8011/builders/clang-i686...
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-06-15 Eli FriedmanRemove unused code.
2011-06-15 Argyrios KyrtzidisDocument ADT/PackedVector.h in "Programmer's Manual...
2011-06-15 Argyrios KyrtzidisAdd unit tests for ADT/PackedVector
2011-06-15 Argyrios KyrtzidisConstify PackedVector::reference::operator T().
2011-06-15 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-15 Andrew TrickDisabling this test until I can figure out the right...
2011-06-15 Jakob Stoklund... Remove custom allocation orders in SystemZ.
2011-06-15 Evan ChengAnother revsh pattern. rdar://9609059
2011-06-15 Andrew TrickAdded -stress-sched flag in the Asserts build.
2011-06-15 Chad RosierTargetLoweringOpt is a struct used by DAGCombine, not...
2011-06-15 Roman DivackyMake PPC64CompilationCallback compilable no non-darwin...
next