Ignore undef uses.
[oota-llvm.git] / lib / CodeGen /
2009-07-22 Evan ChengIgnore undef uses.
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-22 David GreenePut comment printing under asm-verbose.
2009-07-22 David GreeneMake some changes suggested by Bill and Evan.
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 Lang HamesExposed PHIElimination pass within CodeGen.
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 Bruno Cardoso LopesChange ELFCodeEmitter logic to emit the constant pool...
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 Eli FriedmanRemove shift amount flavor. It isn't actually complete...
2009-07-21 David GreenePrefix IR dumps with LiveInterval indices when possible...
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 Owen AndersonRename getConstantInt{True|False} to get{True|False...
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-21 Evan ChengAnother rewriter bug exposed by recent coalescer change...
2009-07-21 Daniel DunbarSimplify / normalize some uses of Value::getName.
2009-07-21 Bruno Cardoso LopesSupport adding relocations for data sections, handling...
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 Evan ChengCross RC coalescing is now on by default.
2009-07-20 Dale JohannesenMove stripping of bitcasts in inline asm arguments
2009-07-20 Bill WendlingSimplify the code in DarwinTargetAsmInfo::emitUsedDirec...
2009-07-20 Bill WendlingPass in the unfortunately named "LessPrivatePrefix...
2009-07-20 Evan ChengUse TII->findCommutedOpIndices to find the commute...
2009-07-20 Evan ChengFix some sub-reg coalescing bugs where the coalescer...
2009-07-20 Bruno Cardoso LopesFor PC relative relocations where symbols are defined...
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-20 Chris Lattneruse stripPointerCasts to simplify some code.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-19 Jakob Stoklund OlesenFix http://llvm.org/bugs/show_bug.cgi?id=4583
2009-07-19 Daniel DunbarFix some minor MSVC compiler warnings.
2009-07-18 Bruno Cardoso LopesUse R_X86_64_32S to handle Jump Table Index relocation...
2009-07-18 Bruno Cardoso LopesUse a better name for the label relocations while emitt...
2009-07-18 Bruno Cardoso LopesAdd support to properly reference private symbols on...
2009-07-18 Evan ChengCatch more coalescing opportunities.
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-07-17 Evan ChengFix pr4552. Stack slot coloring with register must...
2009-07-17 Chris Lattnerremove AsmPrinter::findGlobalValue, just use Value...
2009-07-17 Evan ChengSimplify some more.
2009-07-17 Chris LattnerUse more terse and precise linkage checks.
2009-07-17 Dan GohmanEliminate yet another copy of getOpcode.
2009-07-17 Chris Lattnerthese two pieces of code are the same because we always
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-17 Chris Lattnerfix include guard.
2009-07-17 Evan ChengSimplify the coalescer (finally!) by making LiveInterva...
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-17 Bruno Cardoso Lopesrevert one of the loops to use indicies over iterators...
2009-07-17 Eli FriedmanMake promotion in operation legalization for SETCC...
2009-07-17 Evan ChengFix my brain cramp by inverting the assertion condition.
2009-07-16 Daniel DunbarDisable this assert for now, it is firing on an llvm...
2009-07-16 Dale JohannesenAssume an inline asm might be a call, so we get
2009-07-16 David GreeneEmit line numbers in asm comments when available.
2009-07-16 Daniel DunbarFix inverted preprocessor conditional.
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Jakob Stoklund OlesenTeach MachineInstr::isRegTiedToDefOperand() to correctl...
2009-07-16 Evan ChengChanged my mind. We now allow remat of instructions...
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-16 Anton KorobeynikovLet RegisterInfo decide whether it can emit cross-class...
2009-07-16 Anton KorobeynikovScan for presence of calls and determine max callframe...
2009-07-16 Anton KorobeynikovPropagate return result extension type
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-16 Bruno Cardoso LopesFix coding style issues pointed by Bill.
2009-07-16 Devang PatelSkip special LLVM prefix '1' while emitting linknage...
2009-07-15 Daniel DunbarWe don't need to use llvm_report_error, this interface...
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-15 Daniel DunbarAdd missing includes.
2009-07-15 Jakob Stoklund OlesenVerify that there is no kill flag on tied operands...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Daniel DunbarLift DumpAsm / -print-emitted-asm functionality into...
2009-07-15 Jakob Stoklund OlesenFix bug in RegScavenger::scavengeRegister().
2009-07-15 Owen AndersonMove a few more convenience factory functions from...
2009-07-15 Evan ChengShortenDeadCopySrcLiveRange needs to be more conservati...
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-07-15 Bruno Cardoso Lopesuse std::vector instead of std::list for both Section...
2009-07-15 Chris Lattnerremove printSuffixedName.
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Torok Edwineliminate extra space.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName. These two files...
2009-07-14 Chris LattnerRename getValueName -> getMangledName
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-14 Evan ChengFix pr4544. When remating, make sure the destination...
2009-07-13 Evan ChengRevert an accidental commit.
2009-07-13 Devang PatelUse assertion.
2009-07-13 Bruno Cardoso LopesCleanup the global emission and refactor some code
2009-07-13 Dan GohmanMove isLCSSAForm, isLoopInvariant, getCanonicalInductio...
2009-07-13 Dan GohmanMake Loop and MachineLoop be subclasses of LoopBase...
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
2009-07-13 Owen AndersonAs Chris pointed out, this doesn't actually need an...
next