oota-llvm.git
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
2011-06-14 Jim GrosbachRevert 133010. Self-hosted buildbot unhappy.
2011-06-14 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-14 Rafael EspindolaAdd a test for the recent regression.
2011-06-14 Eli FriedmanRevert r133004 ; it's breaking nightly tests.
2011-06-14 Rafael EspindolaPartial revert of 132882.
2011-06-14 Evan ChengAlso recognize ARM v4t and v5e variants.
2011-06-14 Dan GohmanThis test is still failing. Delete the rest of it.
2011-06-14 Dan GohmanRevert r132991. This test is failing on the
2011-06-14 Jakob Stoklund... Fix a compile time regression caused by too small hash...
2011-06-14 Rafael EspindolaAdd 132986 back, but avoid non-determinism if a bb...
2011-06-14 Nadav RotemAdd a testcase for #9623
2011-06-14 Rafael Espindolarevert 132986 to see if the bots go green.
2011-06-14 Nadav RotemThis testcase cause a failure on some bots. Remove...
2011-06-14 Nadav RotemAdd a testcase for checking the integer-promotion of...
2011-06-14 Nadav RotemDisable trunc-store simplification on vectors.
2011-06-14 Cameron ZwarichBe more obvious about what is being tested.
2011-06-14 Rafael EspindolaImplement Jakob's suggestion on how to detect fall...
2011-06-14 Bruno Cardoso... Since ARM's prefetch implementation predicted the prese...
2011-06-14 Bruno Cardoso... Add one more argument to the prefetch intrinsic to...
2011-06-14 Rafael EspindolaMake the threshold used by branch folding softer. Befor...
2011-06-14 Nick LewyckyFit banner in 80-col and adjust whitespace. No function...
2011-06-14 Bill WendlingHeuristic: If the number of operands in the alias are...
2011-06-14 John McCallTest case for r132797.
2011-06-14 John McCallUse IRBuilder to make our intrinsic calls in the inline...
2011-06-14 Evan ChengUpdate BitcodeWriter to match recent Triple changes...
2011-06-14 Nick LewyckyUse Value::stripPointerCasts instead of reinventing...
2011-06-13 Cameron ZwarichFix grammar.
2011-06-13 Jim GrosbachClean up a few 80 column violations.
2011-06-13 Cameron ZwarichRename MergeInType to MergeInTypeForLoadOrStore.
2011-06-13 Cameron ZwarichRemove the HadAVector instance variable and replace...
2011-06-13 Cameron ZwarichRemove a vacuous check.
2011-06-13 Cameron ZwarichHave SRoA explicitly track the kind of scalar it is...
2011-06-13 Cameron ZwarichRemove an argument that is always true.
2011-06-13 Jim GrosbachFix coordination for using R4 in Thumb1 as a scratch...
2011-06-13 Evan ChengAliased flag options should be directed to stdout,...
2011-06-13 Bill WendlingAdd compatibility version when compiling the Apple...
2011-06-13 Stuart HastingsAvoid fusing bitcasts with dynamic allocas if the amoun...
2011-06-13 Benjamin KramerMove class into an anonymous namespace.
2011-06-13 Nadav RotemFix a bug in FindMemType. When widening vector loads...
next