Remove a comment that was copy+pasted from the wrong place,
[oota-llvm.git] / lib /
2009-07-22 Duncan SandsRevert commit 76707, it was breaking the llvm-gcc build
2009-07-22 Eli FriedmanDon't give a massive inlining cost bonus to available_e...
2009-07-22 Evan ChengDon't forget D16 - D31 are clobbered by calls and sjlj eh.
2009-07-22 Evan ChengAdd R12 to the list of registers clobbered by 16-bit...
2009-07-22 Evan ChengFix a obvious copy-n-paste bug.
2009-07-22 Evan ChengGet rid one of the getRegisterNumbering. Also add D16...
2009-07-22 Eli FriedmanAdd support for MMX VSETCC.
2009-07-22 Sean CallananAdded the unconditional JMP with an 8-bit relocation...
2009-07-22 Evan ChengAdd an entry.
2009-07-22 Chris Lattnerinline the two MergeableConstSection implementations...
2009-07-22 Chris Lattnerset the ELF "small" flag on objects that end up in...
2009-07-22 Chris Lattnerdon't set the small flag yet.
2009-07-22 Chris Lattnerremove the SelectSectionForMachineConst hook, replacing...
2009-07-22 Evan ChengLet each target determines whether a machine instructio...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-22 Chris Lattnerreimplement Constant::ContainsRelocations as
2009-07-21 Evan ChengFixing cp island pass. Step 1: Determine whether the...
2009-07-21 Evan ChengFix comment.
2009-07-21 Chris Lattnersimplify code now that it is inlined.
2009-07-21 Lang HamesExposed PHIElimination pass within CodeGen.
2009-07-21 Chris LattnerNow that RelocBehaviour() is never overloaded, it doesn...
2009-07-21 Chris Lattnerthis doesn't break any of the 4 ia64 tests.
2009-07-21 Chris Lattneralpha doesn't need to redefine this: it only supports...
2009-07-21 David GreeneAdd some support for iterative coalescers to calculate...
2009-07-21 Chris Lattnerno really, I can spell!
2009-07-21 Chris Lattneradd an API so target-independent codegen can determine...
2009-07-21 Dan GohmanConvert instcombine from using using getAnalysis<Target...
2009-07-21 Dan GohmanPermit the IntPtrTy argument to isEliminableCastPair...
2009-07-21 Bruno Cardoso LopesChange ELFCodeEmitter logic to emit the constant pool...
2009-07-21 Dan GohmanReplace the original ad-hoc code for determining whethe...
2009-07-21 Chris Lattnerremove the last bits of SectionFlagsForGlobal. There...
2009-07-21 Chris Lattnerdon't mask out the small flag and then reapply it later.
2009-07-21 Chris Lattnerif Xcore doesn't support TLS, it doesn't have to worry...
2009-07-21 Chris Lattnerremove the Xcore implementation of SelectSectionForGlob...
2009-07-21 Chris Lattnersimplify based on the fact that darwin always uses...
2009-07-21 Chris Lattnermake some stuff private.
2009-07-21 Chris LattnerRemove the XCore custom implementation of MergeableCons...
2009-07-21 Chris Lattnerinline a trivial method into its only call site and...
2009-07-21 Chris LattnerRemove some overridden functions in XCoreTargetAsmInfo...
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 Chris Lattnerminor cleanups.
2009-07-21 Owen AndersonPrivatize the ConstantArray table.
2009-07-21 Eli FriedmanMissed a piece of the commit to remove the shift flavor.
2009-07-21 Owen AndersonPrivatize the first of the value maps.
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-21 Eli FriedmanRemove a couple of already-implemented notes.
2009-07-21 David GreenePrefix IR dumps with LiveInterval indices when possible...
2009-07-21 Evan ChengAdd fake v7 itineraries for now.
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 David GreeneAdd PrefixPrinter arguments to the dump routines for...
2009-07-21 Evan ChengDo not select tSXTB / tSXTH in thumb2 mode.
2009-07-21 Owen AndersonRename getConstantInt{True|False} to get{True|False...
2009-07-21 Chris Lattnerreduce indentation by using an early exit.
2009-07-21 Ted KremenekUpdate CMake files.
2009-07-21 Chris Lattnerwhitespace cleanups, make the MipsAsmPrinter::doInitial...
2009-07-21 Chris Lattnerfix Sparc, SystemZ, and MSP430 to not override AsmPrint...
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-21 Chris Lattnerfix indentation
2009-07-21 Chris Lattnerremove an unneeded override.
2009-07-21 Chris Lattnermore random whitespace cleanup, eliminate #define,...
2009-07-21 Chris Lattnersome simple whitespace cleanup, avoid copying vectors...
2009-07-21 Evan ChengAnother rewriter bug exposed by recent coalescer change...
2009-07-21 Daniel DunbarAdd missing include.
2009-07-21 Daniel DunbarSwitch this API to StringRef.
2009-07-21 Daniel DunbarSimplify / normalize some uses of Value::getName.
2009-07-21 Daniel DunbarRemove some unused code.
2009-07-21 Bruno Cardoso LopesSupport adding relocations for data sections, handling...
2009-07-21 Evan ChengAdd jumps with 8-bit relocation for assembler / disasse...
2009-07-21 Evan ChengFix a dagga combiner bug: avoid creating illegal constant.
2009-07-21 Owen AndersonMove a bit more state over to the LLVMContext.
2009-07-21 Bill WendlingAdd the following functions:
2009-07-21 Dan GohmanMake the range calculations for addrecs to be more...
2009-07-21 Dan GohmanWhitespace cleanups.
2009-07-21 Dan GohmanMinor code simplification.
2009-07-21 Evan ChengFix ARM isle code that optimize multiply by constants...
2009-07-21 Evan ChengCross RC coalescing is now on by default.
2009-07-21 Dale Johannesenrevert 76503 while I figure out what's going on
2009-07-20 Dan GohmanAdd a comment to clarify why there isn't any code in...
2009-07-20 Dan GohmanRemove the code that tried to evaluate whether (A pred...
2009-07-20 Dale JohannesenMake sure a global matching asm 'i' constraint gets its
2009-07-20 Dale JohannesenMove stripping of bitcasts in inline asm arguments
2009-07-20 Dan GohmanMinor code simplification.
2009-07-20 Dan GohmanThe upper argument of ConstantRange is exclusive, not...
2009-07-20 Chris Lattnerclean up some formatting, indent by 2 instead of 4.
2009-07-20 David GoodwinCMP and TST define CPSR, not use it.
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Bill WendlingSimplify the code in DarwinTargetAsmInfo::emitUsedDirec...
2009-07-20 Bill WendlingPass in the unfortunately named "LessPrivatePrefix...
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Evan ChengUse TII->findCommutedOpIndices to find the commute...
2009-07-20 Bill WendlingChange the casting of linkage types into a map. This...
2009-07-20 Kevin EnderbyRemoved the DumpSymbolsandMacros and LoadSymbolsandMacr...
2009-07-20 Daniel DunbarAdd MCAsmLexer interface.
2009-07-20 Evan ChengFix some sub-reg coalescing bugs where the coalescer...
2009-07-20 Bill WendlingRename Mangler linkage enums to something less gross.
2009-07-20 Devang PatelRefactor metadata parsing routines into separate functions.
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-20 Chris Lattnerremove TargetAsmInfo::ExpandInlineAsm
2009-07-20 Chris Lattneruse ExpandInlineAsm on TargetLowering instead of Target...
2009-07-20 Chris LattnerCopy ExpandInlineAsm to TargetLowering from TargetAsmInfo.
next