oota-llvm.git
2009-07-23 Devang PatelMDString
2009-07-23 Eric ChristopherAdd test for pinsrd and pinsrb instructions.
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 PatelHide constructors.
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-23 Dan GohmanRevert r75663 (and r76805), as it is causing regression...
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 GohmanAdd new keywords to the vim syntax highlighting.
2009-07-22 Dan GohmanAdd new optimization keywords to the polygen grammar.
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 Dan GohmanAdd -march=ppc32 lines so that this test doesn't ever...
2009-07-22 Evan ChengUse getTargetConstant instead of getConstant since...
2009-07-22 Dan GohmanMake the grep line in this test more specific, to avoid
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 DunbarDefine npos in a way that should make MSVC happier.
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 Sanjiv GuptaAdded -b option to override the default bitcode output...
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 Devang PatelRemove empty test.
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 Daniel DunbarSupport writing a StringRef to a raw_ostream directly.
2009-07-22 Chris Lattnerfix some wording problems Daniel pointed out, make...
2009-07-22 Chris Lattnerdoxygenify
2009-07-22 Chris Lattnerfix typo noticed by Duncan
2009-07-22 Ryan Flynncast signed APInt constructor params to uint64_t to...
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 Torok EdwinRemove a comment that was copy+pasted from the wrong...
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 Chris Lattnerremove Bill from the author list: his contribution...
2009-07-22 Chris Lattneradd some more topics to the coding standards doc:
2009-07-22 Eli FriedmanAttempt to fix BuildBot breakage with MSVC.
2009-07-22 Chris Lattnerfix some formatting stuff, patch by Edward O'Callaghan!
2009-07-22 Eric ChristopherRemove intrinsic support for __builtin_ia32_vec_set_v16...
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-22 Dan GohmanMisc. doc fixes following suggestions from Eli.
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 Eric ChristopherAdd intrinsic for __builtin_ia32_vec_set_v4si which...
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 Chris Lattnerfix typo
2009-07-21 Bruno Cardoso... Change ELFCodeEmitter logic to emit the constant pool...
2009-07-21 Dan GohmanReplace the original ad-hoc code for determining whethe...
2009-07-21 Evan ChengRemove a big test case.
2009-07-21 Chris LattnerVarious doc updates from Edward O'Callaghan!
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 Lattnerimprove comments.
2009-07-21 Chris LattnerRemove the XCore custom implementation of MergeableCons...
2009-07-21 Bob WilsonFix ocaml tests for 64-bit MacOS systems. LLVM is...
2009-07-21 Bob WilsonReorder the "Metadata" entry to match the C bindings.
2009-07-21 Daniel DunbarAdd missing include
next