Add instcombine transforms to optimize tests of multiple bits of the same value into...
[oota-llvm.git] / include /
2010-07-14 Dan GohmanMake the order in which variables are described in...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-14 Chris LattnerMerge lib/Target/X86/X86COFF.h into include/llvm/Suppor...
2010-07-14 Dan GohmanDelete fast-isel's trivial load optimization; it breaks...
2010-07-14 Evan ChengTeach ProcessImplicitDefs to transform more COPY instru...
2010-07-14 Dan GohmanDon't propagate debug locations to instructions for...
2010-07-13 Jakob Stoklund OlesenRemove vestigial decl.
2010-07-13 Evan ChengUpdate comment.
2010-07-13 Gabor Greifrotate CallInst operands
2010-07-13 Chris Lattneruse a typedef instead of its expansion, patch by Michae...
2010-07-13 Eric Christopher80-columns
2010-07-13 Stephen WilsonBring ELF64 on par with ELF32, add a few magic constant...
2010-07-12 Stephen WilsonSimple format/style fixes.
2010-07-12 Stephen WilsonTest commit.
2010-07-12 Argyrios KyrtzidisAdd convenience method FoldingSetImpl::InsertNode(Node...
2010-07-12 Daniel DunbarMC/AsmParser: Move .section parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.
2010-07-12 Bill WendlinggetOrInsertLeaderValue cannot be const because it calls...
2010-07-12 Daniel DunbarMC/AsmParser: Move special section directive parsing...
2010-07-12 Daniel DunbarMC/AsmParser: Inline AsmParser::CreateSymbol into callers.
2010-07-12 Daniel DunbarMC/AsmParser: Move .tbss and .zerofill parsing to Darwi...
2010-07-12 Daniel DunbarMC/AsmParser: Move .desc parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move .lsym parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move some misc. Darwin directive handling...
2010-07-12 Daniel DunbarMCAsmParser: Add getSourceManager().
2010-07-12 Daniel DunbarMC/AsmParser: Add a DarwinAsmParser extension.
2010-07-12 Rafael EspindolaFix a typo and fit in 80 columns. Found by Bob Wilson.
2010-07-12 Daniel DunbarMCAsmParser: Pull some directive handling out into...
2010-07-12 Daniel DunbarMC: Add MCAsmParserExtension, a base class for all...
2010-07-12 Daniel DunbarMC: Move AsmParser::TokError to MCAsmParser().
2010-07-12 Daniel DunbarMC: Move getLoc() to MCAsmLexer().
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Eric ChristopherRemove tab characters and 80-col.
2010-07-12 Eric Christopher80 columns.
2010-07-12 Chris LattnerPath::isRootDirectory is unimplemented on Unix and...
2010-07-12 Rafael EspindolaConvert the last use of getPhysicalRegisterRegClass...
2010-07-12 Chris Lattnermake the prototypes for CreateMalloc and CreateFree...
2010-07-11 Chris Lattnerintroduce WinCOFFObjectWriter, patch by Michael Spencer!
2010-07-11 Chris Lattnerintroduce WinCOFFStreamer.cpp, patch by Michael Spencer!
2010-07-11 Jakob Stoklund OlesenRemove TargetInstrInfo::copyRegToReg entirely.
2010-07-11 Rafael EspindolaMake getPhysicalRegisterRegClass non-virtual. Should...
2010-07-11 Jakob Stoklund OlesenRemove copyRegToReg from TargetInstrInfo so it is not...
2010-07-11 Rafael EspindolaFix va_arg for doubles. With this patch VAARG nodes...
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Jakob Stoklund OlesenAutomatically fold COPY instructions into stack load...
2010-07-09 Jakob Stoklund OlesenChange TII::foldMemoryOperand API to require the machin...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Gabor Greiffix clang selfhost issue (shadowing)
2010-07-09 Gabor Greifrefactor type expressions and cache operator*'s result
2010-07-09 Gabor Greiftwo more cases of reuse result of operator*, found...
2010-07-09 Gabor Greifanother case of reuse result of operator*, it is expens...
2010-07-09 Gabor Greifreuse result of operator*, it is expensive to recompute
2010-07-09 Lang HamesAdded a support for inserting new MBBs into the numbering.
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Stuart HastingsReverting r107918 and r107919. Radar 8063111.
2010-07-08 Stuart HastingsFix decl/def debug info for template functions. Radar...
2010-07-08 Kevin EnderbyRevert some unneeded parts of the change in r107886...
2010-07-08 Jakob Stoklund OlesenImplement X86InstrInfo::copyPhysReg
2010-07-08 Jim GrosbachAfter r107880, findSurvivorReg() no longer needs to...
2010-07-08 Kevin EnderbyAdded the darwin .weak_def_can_be_hidden directive.
2010-07-08 Gabor Greifonly dereference iterator once in the loop
2010-07-08 Gabor Greifremove unneeded parens
2010-07-08 Jakob Stoklund OlesenConvert EXTRACT_SUBREG to COPY when emitting machine...
2010-07-08 Duncan SandsUse std::vector rather than SmallVector here because...
2010-07-08 Duncan SandsDo not use std::stack because it causes obscure failure...
2010-07-08 Jakob Stoklund OlesenAdd TargetInstrInfo::copyPhysReg hook and use it from...
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-08 Jim GrosbachWhen processing frame index virtual registers, consider...
2010-07-07 Evan ChengMove getExtLoad() and (some) getLoad() DebugLoc argumen...
2010-07-07 Dan GohmanImplement bottom-up fast-isel. This has the advantage...
2010-07-07 Dan GohmanAdd X86FastISel support for return statements. This...
2010-07-07 Dan GohmanGive FunctionLoweringInfo an MBB member, avoiding the...
2010-07-07 Dan GohmanSimplify FastISel's constructor by giving it a Function...
2010-07-07 Dan GohmanMove FunctionLoweringInfo.h out into include/llvm/CodeG...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-07-07 Dan GohmanMove ArgFlagsTy, OutputArg, and InputArg out of Selecti...
2010-07-07 Dan GohmanMove CallingConvLower.cpp out of the SelectionDAG direc...
2010-07-07 Dan GohmanAdd a getFirstNonPHI utility function.
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-07 Gabor Greifconditionalize on CallInst::ArgOffset
2010-07-07 Gabor Greifminor cosmetic changes that happened to sit in my tree
2010-07-06 Dan GohmanCanLowerReturn doesn't need a SelectionDAG; it just...
2010-07-06 Devang PatelPropagate debug loc.
2010-07-06 Jakob Stoklund OlesenBe more forgiving when calculating alias interference...
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Matt FlemingAdd X86_64 ELF relocation values and ELF64 relocation...
2010-07-06 Matt FlemingAdd some more ELF OSABI values as found in the System...
2010-07-06 John McCallProvide IRBuilder conveniences for creating integer...
2010-07-06 John McCallProvide an abstraction to save and restore the current...
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Gabor Greifsecond round of low-level interface squeeze-out:
2010-07-06 Dan GohmanAdd versions of OutputArgReg, AnalyzeReturn, and Analyz...
2010-07-06 Dan GohmanAdd a new CCValAssign LocInfo value, and a comment...
2010-07-06 Dan GohmanMake getMinimalPhysRegClass' comment mention what makes...
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-07-06 Eric ChristopherFix up -fstack-protector on linux to use the segment
2010-07-06 Nick LewyckyAdd default value to setIsNoInline for parity with...
2010-07-06 Nick LewyckyFix typo 'getter' where 'setter' was intended.
2010-07-04 Gabor Greifback out r107580, I have seen what I wanted
next