aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-07-22Fix typo in addrmode definition.David Goodwin
2009-07-22Use getTargetConstant instead of getConstant since it's meant as an constant ...Evan Cheng
2009-07-22Constify the key in Mi2IndexMap.David Greene
2009-07-22Ignore undef uses.Evan Cheng
2009-07-22Switch some clients to Value::getName(), and other getName() userDaniel Dunbar
2009-07-22Fix indentation.Devang Patel
2009-07-22Simplify some uses of Value::getName()Daniel Dunbar
2009-07-22Remove unnecessary store to temporary std::string.Daniel Dunbar
2009-07-22Put comment printing under asm-verbose.David Greene
2009-07-22Fix indentation.Daniel Dunbar
2009-07-22Make some changes suggested by Bill and Evan.David Greene
2009-07-22Fix thinko.Devang Patel
2009-07-22Use isa<> instead of dyn_cast<>.Devang Patel
2009-07-22Add replaceAllUsesWith() to FE replace debug info constructs while building c...Devang Patel
2009-07-22Do not print "metadata" twice while printing MDString.Devang Patel
2009-07-22Eliminate a redudant check Eli pointed out.Evan Cheng
2009-07-22Fixed build warning. No functionality change.Sanjiv Gupta
2009-07-22Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel
2009-07-22doxygenifyChris Lattner
2009-07-22Add newline at end of file.Duncan Sands
2009-07-22Thread local globals don't require special handling by the linker and so canRichard Osborne
2009-07-22Revert commit 76707, it was breaking the llvm-gcc buildDuncan Sands
2009-07-22Don't give a massive inlining cost bonus to available_externally Eli Friedman
2009-07-22Don't forget D16 - D31 are clobbered by calls and sjlj eh.Evan Cheng
2009-07-22Add R12 to the list of registers clobbered by 16-bit Thumb calls as a pre-cau...Evan Cheng
2009-07-22Fix a obvious copy-n-paste bug.Evan Cheng
2009-07-22Get rid one of the getRegisterNumbering. Also add D16 - D31.Evan Cheng
2009-07-22Add support for MMX VSETCC.Eli Friedman
2009-07-22Added the unconditional JMP with an 8-bit relocation for theSean Callanan
2009-07-22Add an entry.Evan Cheng
2009-07-22inline the two MergeableConstSection implementations into theirChris Lattner
2009-07-22set the ELF "small" flag on objects that end up in .rodata.cst4 consistently,Chris Lattner
2009-07-22don't set the small flag yet.Chris Lattner
2009-07-22remove the SelectSectionForMachineConst hook, replacing it withChris Lattner
2009-07-22Let each target determines whether a machine instruction is dead. If true, th...Evan Cheng
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-22reimplement Constant::ContainsRelocations as Chris Lattner
2009-07-21Fixing cp island pass. Step 1: Determine whether the constant pool offset can beEvan Cheng
2009-07-21Fix comment.Evan Cheng
2009-07-21simplify code now that it is inlined.Chris Lattner
2009-07-21Exposed PHIElimination pass within CodeGen.Lang Hames
2009-07-21Now that RelocBehaviour() is never overloaded, it doesn't need to beChris Lattner
2009-07-21this doesn't break any of the 4 ia64 tests.Chris Lattner
2009-07-21alpha doesn't need to redefine this: it only supports PIC codegen anyway.Chris Lattner
2009-07-21Add some support for iterative coalescers to calculate a joined liveDavid Greene
2009-07-21no really, I can spell!Chris Lattner
2009-07-21add an API so target-independent codegen can determine if a constantChris Lattner
2009-07-21Convert instcombine from using using getAnalysis<TargetData> toDan Gohman
2009-07-21Permit the IntPtrTy argument to isEliminableCastPair to be null,Dan Gohman
2009-07-21Change ELFCodeEmitter logic to emit the constant pool and jump tables toBruno Cardoso Lopes