Fix typo in comment.
[oota-llvm.git] / lib /
2011-06-17 Jay FoadFix typo in comment.
2011-06-17 Justin HolewinskiPTX: Adjust rounding modes
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 OlesenAllocate SystemZ callee-saved registers backwards:...
2011-06-17 Chris LattnerRemove old backwards compatibility support from the...
2011-06-17 Cameron ZwarichUpdate an insertion point iterator after replacing...
2011-06-17 Jakob Stoklund OlesenExplicitly invoke ArrayRef constructor to keep gcc...
2011-06-16 Jakob Stoklund OlesenRename TRI::getAllocationOrder() to getRawAllocationOrd...
2011-06-16 Jakob Stoklund OlesenDon't use register classes larger than TLI->getRegClass...
2011-06-16 Jakob Stoklund OlesenTeach antidependency breakers to use RegisterClassInfo.
2011-06-16 Chris Lattnerchange Type.h to forward declare ArrayRef instead of...
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 Dan GohmanFix ARCOpt to insert releases on both successors of...
2011-06-16 Jakob Stoklund OlesenMove 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 OlesenSwitch linear scan to using RegisterClassInfo.
2011-06-16 Bruno Cardoso LopesMark 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 OlesenAdd TargetRegisterInfo::getRawAllocationOrder().
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 LopesAdd AVX suport for fpextend.
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 LopesSilence warnings in non assert builds. Patch by David...
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 Owen AndersonAdd a new MVT::untyped. This will be used in future...
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
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 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-06-15 Eli FriedmanRemove unused code.
2011-06-15 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-15 Jakob Stoklund OlesenRemove 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 Roman DivackyMake PPC64CompilationCallback compilable no non-darwin...
2011-06-15 Nadav RotemgetZeroExtendInReg needs to get a scalar type
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 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-14 Tanya LattnerAdd an optimization that looks for a specific pair...
2011-06-14 Anna ZaksAnna's test commit (#2).
2011-06-14 Chad RosierWhen pattern matching during instruction selection...
2011-06-14 Eli FriedmanPR10136: fix PPCTargetLowering::LowerCall_SVR4 so that...
2011-06-14 Anna ZaksAnna's test commit.
2011-06-14 Jim GrosbachRevert 133010. Self-hosted buildbot unhappy.
2011-06-14 Jim GrosbachDiagnostic for undefined assembler local symbols.
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 Rafael EspindolaAdd 132986 back, but avoid non-determinism if a bb...
2011-06-14 Rafael Espindolarevert 132986 to see if the bots go green.
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 LopesAdd 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 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 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 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. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
next