Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal.
[oota-llvm.git] / lib /
2009-07-24 Chris LattnerReplace UniqueSectionForGlobal with getSectionPrefixFor...
2009-07-24 Chris Lattnerdocument SectionFlags::Named better and make it more...
2009-07-24 Chris Lattnerfix indentation.
2009-07-24 Chris Lattneruse section flags more correctly.
2009-07-24 Daniel DunbarSwitch to raw_ostream.
2009-07-24 Chris Lattnerfix a mysterious and scary failure on test/CodeGen...
2009-07-24 Chris Lattnerreduce api exposure: clients shouldn't call SectionKind...
2009-07-24 Chris Lattnermake Constant::getRelocationInfo return an enum, as...
2009-07-24 Chris Lattnerremove more bits of small section support.
2009-07-24 Chris Lattnerremove more remnants of small section support.
2009-07-24 Chris LattnerRemove SectionKind::Small*. This was only used on...
2009-07-24 Evan ChengThumb2 should use the register scavenger.
2009-07-24 Dan GohmanFix whitespace.
2009-07-24 Evan ChengFLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ...
2009-07-24 Owen AndersonPrivatize the ConstantVector tables.
2009-07-24 Eric ChristopherUpdate insertps handling based on feedback. Move to...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-24 David GoodwinCorrectly handle the Thumb-2 imm8 addrmode. Specialize...
2009-07-23 Sean CallananAdded a 2+-byte NOP instruction to the Intel tables,
2009-07-23 Owen AndersonPrivatize the ConstantStruct table.
2009-07-23 David GreeneWrite space padding as one string to speed up comment...
2009-07-23 Evan ChengThumb2 does not allow the use of "pc" register as part...
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Chris Lattner"fix" PR4612, which is a crash on:
2009-07-23 Duncan SandsRevert r75581: it causes massive breakage in the Ada
2009-07-23 Daniel DunbarSwitch ValueSymbolTable to StringRef based API.
2009-07-23 Daniel DunbarAdd llvm::Value::getNameRef, for help in API migration.
2009-07-23 Reid KlecknerRe-committing changes from r76825 to BumpPtrAllocator...
2009-07-23 Evan ChengFix up ARM constant island pass for Thumb2.
2009-07-23 Evan ChengSince we have moved unified assembly, switch to ADR...
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 David GoodwinFix frame index elimination to correctly handle thumb...
2009-07-23 Andreas BolkaCache dependence computation using FoldingSet.
2009-07-23 Evan Cheng80 col violation.
2009-07-23 Chris Lattnerrefactor a blob of code out to a new 'FoldOrOfFCmps...
2009-07-23 Lang HamesFor real this time: PHI Def & Kill tracking added to...
2009-07-23 Chris LattnerMake some existing optimizations that would only trigge...
2009-07-23 Chris Lattnerrefactor a bunch of code out into a helper function,
2009-07-23 Lang HamesAdded PHI Def & Kill tracking to PHIElimination pass.
2009-07-23 Eric ChristopherSupport insertps via the intrinsic and add a couple...
2009-07-23 Sanjiv GuptaDo not call getMangledName on Intrinsics.
2009-07-23 Devang PatelMDString
2009-07-23 Andreas BolkaMinor cosmetics: indentation, formatting, naming.
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Zhongxing Xuadd header for 'memset'.
2009-07-23 Devang PatelSilence "uninitialized use" warning.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-23 Eric ChristopherFix error message for correct opcode.
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-23 Reid KlecknerParameterize the BumpPtrAllocator over a slab allocator...
2009-07-22 Chris Lattnerremove SectionFlags::Small: it is only used on Xcore...
2009-07-22 Dan Gohmanx86 isel tweak: use lea (%reg,%reg) instead of lea...
2009-07-22 Dan GohmanRename the new unsigned and signed keywords to nuw...
2009-07-22 David GreeneReorder if-else branches as suggested by Bill.
2009-07-22 David GoodwinFix typo in addrmode definition.
2009-07-22 Evan ChengUse getTargetConstant instead of getConstant since...
2009-07-22 David GreeneConstify the key in Mi2IndexMap.
2009-07-22 Evan ChengIgnore undef uses.
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-22 Devang PatelFix indentation.
2009-07-22 Daniel DunbarSimplify some uses of Value::getName()
2009-07-22 Daniel DunbarRemove unnecessary store to temporary std::string.
2009-07-22 David GreenePut comment printing under asm-verbose.
2009-07-22 Daniel DunbarFix indentation.
2009-07-22 David GreeneMake some changes suggested by Bill and Evan.
2009-07-22 Devang PatelFix thinko.
2009-07-22 Devang PatelUse isa<> instead of dyn_cast<>.
2009-07-22 Devang PatelAdd replaceAllUsesWith() to FE replace debug info const...
2009-07-22 Devang PatelDo not print "metadata" twice while printing MDString.
2009-07-22 Evan ChengEliminate a redudant check Eli pointed out.
2009-07-22 Sanjiv GuptaFixed build warning. No functionality change.
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-22 Chris Lattnerdoxygenify
2009-07-22 Duncan SandsAdd newline at end of file.
2009-07-22 Richard OsborneThread local globals don't require special handling...
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!
next