oota-llvm.git
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...
2011-06-15 Nadav RotemgetZeroExtendInReg needs to get a scalar type
2011-06-15 Nadav RotemThis test was failing on X86 machines which do not...
2011-06-15 Nadav RotemEnable the simplification of truncating-store after...
2011-06-15 Owen AndersonReplace the statically generated hashtables for checkin...
2011-06-15 Nick LewyckyTeach the .ll parser to handle named metadata with...
2011-06-15 Bob WilsonA minor simplification: no functional change.
2011-06-15 Jakob Stoklund... Use a SetTheory instance to expand register lists in...
2011-06-15 Bill WendlingRemove the LTO stuff from the profile_rt library's...
2011-06-15 Jakob Stoklund... Give CodeGenRegisterClass a real sorted member set.
2011-06-15 Bill WendlingImprove the heuristic to emit the alias if the number...
2011-06-15 Eli FriedmanStop using memdep for a check that didn't really make...
2011-06-15 Evan ChengPerformBFICombine - (bfi A, (and B, Mask1), Mask2)...
2011-06-15 Ted Kremenekadd option for literal formatting to APInt::toString()
2011-06-15 Eli FriedmanAdd "unknown" results for memdep, which mean "I don...
2011-06-15 Jakob Stoklund... Move the list of register classes into CodeGenRegBank...
2011-06-14 Tanya LattnerAdd an optimization that looks for a specific pair...
2011-06-14 Rafael EspindolaAdd triple.
2011-06-14 Anna ZaksAnna's test commit (#2).
2011-06-14 Chad RosierWhen pattern matching during instruction selection...
2011-06-14 Rafael EspindolaCheck the llc output.
2011-06-14 Eli FriedmanPR10136: fix PPCTargetLowering::LowerCall_SVR4 so that...
2011-06-14 Anna ZaksAnna's test commit.
2011-06-14 Stuart HastingsTest case for x86 MMX inline asm. rdar://problem/8886707
next