oota-llvm.git
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...
2011-06-10 Chad RosierEnsure that EmitGlobalVariable is correctly differentia...
2011-06-10 Eli FriedmanAdd a simple test which makes sure folding immediate...
2011-06-09 Rafael EspindolaMake the optional verification step more strict.
2011-06-09 Rafael EspindolaAvoid a gcc warning about multiline comments.
2011-06-09 Rafael EspindolaOn last fix to the early tail duplication.
2011-06-09 Eli FriedmanChris fixed this README a while back by changing how...
2011-06-09 Rafael EspindolaAlso consider phi nodes when deciding if a register...
2011-06-09 Cameron ZwarichA CCState was being created without setting whether...
2011-06-09 Eli FriedmanChange this DAGCombine to build AND of SHR instead...
2011-06-09 Rafael EspindolaAnalyzeBranch modifies the bb, but we don't want to...
2011-06-09 Rafael EspindolaA PHI in this basic block is a use in another basic...
2011-06-09 John McCallWhen deleting a basic block, remove call edges only...
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-06-09 Johnny ChenModify comment.
2011-06-09 John McCallSplitCriticalEdge can sometimes split the edge from...
2011-06-09 Rafael EspindolaRefactor some checks into shouldTailDuplicate. Update...
2011-06-09 John McCallTeach the CallGraph to ignore calls to intrinsics.
2011-06-09 Eli FriedmanRevert 132789; it breaks tests. My mistake.
2011-06-09 Jason W KimRemove an uneeded switch - Turns out reloc results...
2011-06-09 Eli FriedmanAdd a check to make sure we don't crash with strange...
2011-06-09 Jakob Stoklund... Move TableGen's register bank classes to their own...
2011-06-09 Galina KistanovaAdded dg.exp to run FrontendC ARM-dependent tests;...
2011-06-09 Bob WilsonAdd special-case range checking for VCVT_N intrinsic...
2011-06-09 Jakob Stoklund... Remove custom allocation order boilerplate that is...
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
2011-06-09 Eric ChristopherRecommit r132764 since it didn't cause the windows...
2011-06-09 Rafael EspindolaImprove the handling of available_externally and llvm...
2011-06-09 Duncan SandsEnable printf() to iprintf() optimization for the TCE...
2011-06-09 Chris Lattneradd another sandybridge alias.
2011-06-09 Eric ChristopherTemporarily revert 132764 to see if it fixes the Window...
2011-06-09 Eric ChristopherHave the JIT tutorial use IRBuilder for the IR.
2011-06-09 Akira HatanakaInitial support for inline asm memory operand constraints.
2011-06-09 Cameron ZwarichRemove a vacuous condition.
2011-06-09 Cameron ZwarichFix PR10104 by adding a bounds check on a vector elemen...
2011-06-09 Eric ChristopherIf the alignment of the byval argument is greater than...
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
next