oota-llvm.git
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...
2011-06-13 Chris Lattnermention graph vis isn't available in Release builds.
2011-06-13 Benjamin KramerInstCombine: Fold A-b == C --> b == A-C if A and C...
2011-06-13 Benjamin KramerRevert r132910 and r132909 on behalf of Michael. They...
2011-06-13 Michael J.... Revert the last two commits in the series. r132911...
2011-06-13 Michael J.... Modify llvm-nm to use new Binary creation method.
2011-06-13 Michael J.... Make Binary the parent of ObjectFile and update childre...
2011-06-13 Michael J.... Add Binary class. This is a cleaner parent than ObjectFile.
2011-06-13 Michael J.... Add Object/Error.
2011-06-13 Michael J.... Fix spelling and sort CMakeLists.txt.
2011-06-13 Nick LewyckyIt's possible that an all-zero GEP may be used as the...
2011-06-13 Jakob Stoklund... Be less aggressive about hinting in RAFast.
2011-06-13 Jakob Stoklund... Include callee-saved registers in debug output.
2011-06-13 Rafael EspindolaFix invalid uses of Twine. Hopefully this fixes the...
2011-06-12 Benjamin KramerInstCombine: Shrink ((zext X) & C1) == C2 to fold away...
2011-06-12 Benjamin KramerSimplify code. No functionality changes, name changes...
2011-06-12 Benjamin KramerHappy new year.
2011-06-12 Nadav RotemFix a bug in the calculation of the vectorTypeBreakdown...
2011-06-12 Nadav RotemImprove the generated code by getCopyFromPartsVector...
2011-06-12 Nadav RotemBugfix: When looking for a legal vector type, stop...
2011-06-12 Jakob Stoklund... Tweak hash function and compress hash tables.
2011-06-12 Jakob Stoklund... Remove now dead code.
2011-06-12 Jakob Stoklund... Extract the generateHashTable function.
2011-06-12 Rafael EspindolaReally fix the fall-through logic.
2011-06-12 Rafael EspindolaTest for the previous commit.
2011-06-12 Rafael EspindolaFix silly bug I introduce in the previous commit. Fixes...
2011-06-12 Rafael EspindolaAnalyzeBranch doesn't change which successors a bb...
2011-06-12 Jakob Stoklund... Compute lists of sub-regs, super-regs, and overlapping...
2011-06-12 Charles DavisPut FrameSetup flag on x86 instructions that set up...
2011-06-11 Bill WendlingReformatting. Moving class definitions to more natural...
2011-06-11 Chad RosierRevert r132871.
2011-06-11 Chad RosierTypo.
2011-06-11 Eli FriedmanMake sure to pass OpFlags into MachineInstrBuilder...
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-06-11 Jakob Stoklund... Move the list of registers into CodeGenRegBank.
2011-06-10 Eli FriedmanAdd full x86 fast-isel support for memcpy and memset.
2011-06-10 Eric Christopher80-col cleanups.
2011-06-10 Dan GohmanInitialize BasicAA's AliasCache to set it to use fewer...
2011-06-10 Bill WendlingInstall libprofile_rt.dylib where it's more available...
2011-06-10 Rafael EspindolaRemoved tabs. Also fixed my editor...
2011-06-10 Cameron ZwarichProvide an ARMCCState subclass of CCState so that ARM...
2011-06-10 Cameron ZwarichRename the ParmContext enum values to make a bit more...
2011-06-10 Cameron ZwarichRemove tabs.
2011-06-10 Cameron ZwarichRemove a pointless const_cast.
2011-06-10 Rafael EspindolaRemove duplicated test.
2011-06-10 Jakob Stoklund... Move some sub-register index calculations to CodeGenReg...
2011-06-10 Richard OsborneFix example code in comment.
2011-06-10 Eli FriedmanAdd -mattr=+sse2 to make the buildbots happy.
2011-06-10 Galina KistanovaReverted r132785. It seems this test needs more research.
2011-06-10 Galina KistanovaChanged condition.
2011-06-10 Chad RosierAdding a test case for revision 132825.
2011-06-10 Eli FriedmanPR10092 (second try): Don't crash on a load without...
next