Age | Commit message (Expand) | Author |
2009-07-21 | Add some support for iterative coalescers to calculate a joined live | David Greene |
2009-07-21 | no really, I can spell! | Chris Lattner |
2009-07-21 | add an API so target-independent codegen can determine if a constant | Chris Lattner |
2009-07-21 | Change ELFCodeEmitter logic to emit the constant pool and jump tables to | Bruno Cardoso Lopes |
2009-07-21 | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner |
2009-07-21 | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman |
2009-07-21 | Prefix IR dumps with LiveInterval indices when possible. This turns | David Greene |
2009-07-21 | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner |
2009-07-21 | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene |
2009-07-21 | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson |
2009-07-21 | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner |
2009-07-21 | Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegFo... | Evan Cheng |
2009-07-21 | Simplify / normalize some uses of Value::getName. | Daniel Dunbar |
2009-07-21 | Support adding relocations for data sections, handling the cases where | Bruno Cardoso Lopes |
2009-07-21 | Fix a dagga combiner bug: avoid creating illegal constant. | Evan Cheng |
2009-07-21 | Move a bit more state over to the LLVMContext. | Owen Anderson |
2009-07-21 | Cross RC coalescing is now on by default. | Evan Cheng |
2009-07-20 | Move stripping of bitcasts in inline asm arguments | Dale Johannesen |
2009-07-20 | Simplify the code in DarwinTargetAsmInfo::emitUsedDirectiveFor so that humans... | Bill Wendling |
2009-07-20 | Pass in the unfortunately named "LessPrivatePrefix" for the | Bill Wendling |
2009-07-20 | Use TII->findCommutedOpIndices to find the commute operands (rather than gues... | Evan Cheng |
2009-07-20 | Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resu... | Evan Cheng |
2009-07-20 | For PC relative relocations where symbols are defined in the same section they | Bruno Cardoso Lopes |
2009-07-20 | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner |
2009-07-20 | use stripPointerCasts to simplify some code. | Chris Lattner |
2009-07-20 | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling |
2009-07-19 | Fix http://llvm.org/bugs/show_bug.cgi?id=4583 | Jakob Stoklund Olesen |
2009-07-19 | Fix some minor MSVC compiler warnings. | Daniel Dunbar |
2009-07-18 | Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag... | Bruno Cardoso Lopes |
2009-07-18 | Use a better name for the label relocations while emitting them for Jump Tables | Bruno Cardoso Lopes |
2009-07-18 | Add support to properly reference private symbols on relocation entries. | Bruno Cardoso Lopes |
2009-07-18 | Catch more coalescing opportunities. | Evan Cheng |
2009-07-18 | Enable cross register class coalescing. | Evan Cheng |
2009-07-17 | Fix pr4552. Stack slot coloring with register must take care not to generate ... | Evan Cheng |
2009-07-17 | remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. | Chris Lattner |
2009-07-17 | Simplify some more. | Evan Cheng |
2009-07-17 | Use more terse and precise linkage checks. | Chris Lattner |
2009-07-17 | Eliminate yet another copy of getOpcode. | Dan Gohman |
2009-07-17 | these two pieces of code are the same because we always | Chris Lattner |
2009-07-17 | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner |
2009-07-17 | fix include guard. | Chris Lattner |
2009-07-17 | Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDef... | Evan Cheng |
2009-07-17 | Add support for naked functions | Anton Korobeynikov |
2009-07-17 | revert one of the loops to use indicies over iterators because there are vect... | Bruno Cardoso Lopes |
2009-07-17 | Make promotion in operation legalization for SETCC work correctly. | Eli Friedman |
2009-07-17 | Fix my brain cramp by inverting the assertion condition. | Evan Cheng |
2009-07-16 | Disable this assert for now, it is firing on an llvm-gcc bootstrap. :( | Daniel Dunbar |
2009-07-16 | Assume an inline asm might be a call, so we get | Dale Johannesen |
2009-07-16 | Emit line numbers in asm comments when available. | David Greene |
2009-07-16 | Fix inverted preprocessor conditional. | Daniel Dunbar |