Fix a comment typo.
[oota-llvm.git] / lib /
2009-09-30 Bob WilsonFix a comment typo.
2009-09-30 Devang PatelCheck for null MDNode element while printing comment.
2009-09-30 Bob WilsonFix a comment.
2009-09-30 Bob WilsonThe AsmPrinter base class contains a DwarfWriter member...
2009-09-30 Jeffrey YasskinAssert that ConstantArrays are created with correctly...
2009-09-30 Dan GohmanFix this code so that it doesn't try to iterate through...
2009-09-30 Reid KlecknerSilence comparison always false warning in -Asserts...
2009-09-30 Jim GrosbachAdd additional assert() to verify no extraneous use...
2009-09-30 Devang PatelPrint tag name for MDNodes that are used to encode...
2009-09-30 Reid KlecknerFix integer overflow in instruction scheduling. This...
2009-09-30 Jim GrosbachClarify comment phrasing.
2009-09-30 Evan ChengAdd a option which would move ld/st multiple pass befor...
2009-09-30 Evan ChengAdd a target hook to add pre- post-regalloc scheduling...
2009-09-30 Nick LewyckyFix compile error as debug interface changed.
2009-09-30 Jim Grosbachreplace TRI->isVirtualRegister() with TargetRegisterInf...
2009-09-30 Jim GrosbachWhen checking whether we need to reserve a register...
2009-09-30 Jim GrosbachAdd "isBarrier = 1" to return instructions.
2009-09-30 Jim Grosbachfix compiler warning
2009-09-30 Bob WilsonFor Darwin, emit all the text section directives togeth...
2009-09-30 Devang PatelSimplify.
2009-09-30 David GoodwinRemove -post-RA-schedule flag and add a TargetSubtarget...
2009-09-30 Mike StumpAdd a way for a frontend to generate more complex dwarf...
2009-09-29 Jim Grosbachminor cleanup and add clarifying comment
2009-09-29 Devang PatelLookup handler name only when assertions are enabled.
2009-09-29 Devang PatelAdd removeMD().
2009-09-29 Devang PatelOnly one custom meadata of each kind can be attached...
2009-09-29 Jim GrosbachAdditional check for regno==0
2009-09-29 Devang PatelUse assertion instead of early exit to catch malformed...
2009-09-29 Devang PatelRemove unnecessary cast.
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-09-29 Jim GrosbachSimplify the tracking of virtual frame index registers...
2009-09-29 Jim GrosbachMoving register scavenging to a post pass results in...
2009-09-29 Evan ChengFix PR4687. Pre ARMv5te does not support ldrd / strd...
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-28 Jim GrosbachAdjust processFunctionBeforeCalleeSavedScan() to correc...
2009-09-28 Dan GohmanAdd C API calls for building FNeg operations. Patch...
2009-09-28 Devang Patels/class Metadata/class MetadataContext/g
2009-09-28 Devang PatelDo not use global typedef for MDKindID.
2009-09-28 Dan GohmanWhen extending the operands of an addrec, iterate throu...
2009-09-28 Devang PatelDo not hardcode metadata names.
2009-09-28 Evan ChengFix Thumb2 IT block pass bug. t2MOVi32imm may not be...
2009-09-28 Jakob Stoklund OlesenUse KILL instead of IMPLICIT_DEF in LowerSubregs pass.
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-09-28 Dan GohmanCreate a README.txt for lib/Analysis, and add an entry.
2009-09-28 Devang PatelRemove dead code.
2009-09-28 Dan GohmanUse VerifySchedule instead of doing the work manually.
2009-09-28 Dan GohmanFix this debug output to handle the case where the...
2009-09-28 Dan GohmanInclude the name of the loop header in debug messages.
2009-09-28 Dan GohmanRemove a redundant #ifndef and add an assertion string.
2009-09-28 Dan GohmanConvert LoopSimplify and LoopExtractor from FunctionPas...
2009-09-28 Bob WilsonPass the optimization level when constructing the ARM...
2009-09-28 Evan ChengMake ARM and Thumb2 32-bit immediate materialization...
2009-09-28 Anton KorobeynikovFix thinko in my recent movt commit: it's not safe...
2009-09-28 Chris LattnerThe select instruction is not neccesarily in the same...
2009-09-28 Evan ChengCoalescer should not delete extract_subreg, insert_subr...
2009-09-28 Dan GohmanRemove temporary debugging hack.
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-28 Dan GohmanMove this assert to check the condition as soon as...
2009-09-28 Dan GohmanExtend the StartPassTimer and StopPassTimer functions...
2009-09-27 Anton KorobeynikovUse movt/movw pair to materialize 32 bit constants...
2009-09-27 Dan GohmanFix an old copy+pasto.
2009-09-27 Dan GohmanExtract the code for inserting a loop into the loop...
2009-09-27 Dan GohmanWhen a loop is deleted, immediately release all of...
2009-09-27 Dan GohmanExtract the code for releasing a pass into a separate...
2009-09-27 Nick LewyckyRemove the "metadata*" type and simplify the code it...
2009-09-27 Dan GohmanLBRX no longer has an explicit SrcValueSDNode operand...
2009-09-27 Chris Lattnersimplify some code.
2009-09-27 Chris LattnerThe bitcast case is not needed here: instcombine turns...
2009-09-27 Chris Lattnercalls are already unmovable, malloc doesn't need a...
2009-09-27 Chris Lattnercalls to external functions are already marked overdefi...
2009-09-27 Chris Lattnercalls are already handled, malloc doesn't need a specia...
2009-09-27 Nick LewyckyRound out the API for the new optimization flags.
2009-09-27 Chris Lattnercalls are rejected above, no need to special case mallo...
2009-09-27 Chris Lattnerremove special handling of bitcast(malloc), it will...
2009-09-27 Chris Lattnerunlike the malloc instruction, "malloc" calls do not...
2009-09-27 Chris Lattnerallow pushing icmps through phis with multiple uses...
2009-09-27 Chris LattnerEnhance the previous fix for PR4895 to allow more value...
2009-09-27 Chris Lattnerimplement PR4895, by making FoldOpIntoPhi handle select...
2009-09-27 Tilmann SchellerUse explicit structs instead of std::pair to map callee...
2009-09-27 Dan GohmanDelete a bogus comment.
2009-09-27 Dan GohmanFix SCEVExpander's canonical addrec expansion code...
2009-09-27 Dan GohmanGrab an LLVM Context from an instruction that exists...
2009-09-27 Dan GohmanTell ScalarEvolution to forget everything it knows...
2009-09-27 Dan GohmanMicro-optimize DerivedType::dropAllTypeUses.
2009-09-27 Dan GohmanInstead of testing whether an instruction dominates...
2009-09-27 Dan GohmanAdd a properlyDominates member function to ScalarEvolution.
2009-09-27 Dan GohmanRemove a redundant #include.
2009-09-27 Torok EdwinAvoid using mutex locks if not in multithreaded mode...
2009-09-27 Evan ChengEnable pre-regalloc load / store multiple pass for...
2009-09-27 Nick LewyckyRemove dead code from this function and optimize. Updat...
2009-09-27 Nick LewyckyInstruction::clone does not need to take an LLVMContext...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-26 Dan GohmanFix SimplifyLibCalls to transfer attributes from callee...
2009-09-26 Dan GohmanFix a case where ScalarEvolution was expanding pointer...
2009-09-26 Duncan SandsFor the NSWSub support in the builder to actually be...
2009-09-26 Dan GohmanConvert comparisons like (x == infinity) to (x >= infin...
2009-09-26 Evan ChengReally remove this option.
2009-09-26 Evan ChengRemove a couple of unused command line options.
2009-09-26 Evan ChengAdd comment.
2009-09-26 Dan GohmanDon't hoist or sink instructions with physreg uses...
next