oota-llvm.git
2010-03-19 Torok EdwinSet numThreads to 1 by default when Python is older...
2010-03-19 Chris Lattnermake FillWithPossibleTypes take a predicate to filter...
2010-03-19 Johnny ChenRenumber LdStExFrm from 28 to 11 and shift the existing...
2010-03-19 Douglas GregorAcccess control is lame
2010-03-19 Douglas Gregorstruct -> class, to silence a Clang warning
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::createObjectWriter.
2010-03-19 Daniel DunbarMCCodeEmitter: Add target independent fixup flag for...
2010-03-19 Daniel DunbarMC: Sink code emitter into MCAssembler.
2010-03-19 Daniel DunbarMC/Mach-O: Move to MachObjectWriter.{h,cpp}.
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::isVirtualSection hook.
2010-03-19 Daniel DunbarMC: Split MCObjectWriter out of MCAssembler.cpp.
2010-03-19 Daniel DunbarMCAssembler: Pull out MCObjectWriter class.
2010-03-19 Daniel DunbarMCAssembler: Move ApplyFixup to the TargetAsmBackend...
2010-03-19 Daniel DunbarMC/Mach-O: Lift the fixup evaluation and application...
2010-03-19 Daniel DunbarMC/Mach-O: Factor out ExecutePostLayoutBinding, to...
2010-03-19 Daniel DunbarMC/Mach-O: Lift relocation emission logic a bit higher...
2010-03-19 Jeffrey YasskinRemove a memory leak from the CBackend.
2010-03-19 Chris Lattnerfix an MCInstPrinter leak that jyasskin pointed out:
2010-03-19 Chris Lattnerresolve fixme: we now infer the instruction-level ...
2010-03-19 Chris Lattnerset SDNPVariadic on nodes throughout the rest of the...
2010-03-19 Jeffrey YasskinRemove a memory leak from ThumbTargetMachine.
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-19 Chris Lattnerrewrite EnforceSmallerThan to be less bone headed.
2010-03-19 Chris Lattnerremove some damaged sign extend patterns that can never...
2010-03-19 Chris Lattnerdisable some illegal blackfin patterns. sext from...
2010-03-19 Chris Lattnercomment out a bunch of parallel store patterns that...
2010-03-19 Daniel DunbarFix -Asserts warnings.
2010-03-19 Daniel DunbarFix -Asserts warning.
2010-03-19 Daniel DunbarMC/Mach-O: Add isScatteredFixupFullyResolved, which...
2010-03-19 Daniel DunbarMC/Mach-O/x86_64: Add getAtom[ForAddress].
2010-03-19 Daniel DunbarMC/Mach-O: Factor out isScatteredFixupFullyResolvedSimp...
2010-03-19 Daniel DunbarMC/Mach-O: Factor out isSymbolLinkerVisible method...
2010-03-19 Daniel DunbarDrop KLEE blurb, we don't have anything new.
2010-03-19 Mon P WangFixed a widening bug where we were not using the correc...
2010-03-19 Daniel DunbarX86: Fix encoding for TEST64rr.
2010-03-19 Chris Lattnereliminate the last use of EEVT::isUnknown
2010-03-19 Jeffrey YasskinRemove `ignore` from LLVMC/TestWarnings.td. This avoids
2010-03-19 Chris LattnerFinally change the instruction looking map to be a...
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Chris Lattnerrevert 98912
2010-03-19 Chris Lattnermake inst_begin/inst_end iterate over InstructionsByEnu...
2010-03-19 Anton KorobeynikovFP16 constfolding
2010-03-19 Chris Lattnerchange Target.getInstructionsByEnumValue to return...
2010-03-19 Jeffrey YasskinRevert r98892. BSD systems may not have bash installed...
2010-03-19 Chris Lattnerfactor copy and paste code.
2010-03-19 Chris Lattnerdon't go through getInstructions().
2010-03-19 Jeffrey YasskinBugpoint's default memory limit (100MB) was too low...
2010-03-19 Chris Lattnerlook up instructions by record, not by name.
2010-03-19 Chris LattnerNow that tblgen can handle matching implicit defs of...
2010-03-18 Bob WilsonUpdate comment to refer to the right filename.
2010-03-18 Chris Lattnertidy up
2010-03-18 Chris Lattnerexpand tblgen's support for instructions with implicit...
2010-03-18 Chris Lattnerinfer results of a pattern from implicit defs. This...
2010-03-18 Jeffrey YasskinWork around a valgrind oddity where it doesn't pass...
2010-03-18 Anton KorobeynikovGet rid of target-specific fp <-> int nodes when still...
2010-03-18 Anton KorobeynikovGet rid of target-specific nodes for fp16 <-> fp32...
2010-03-18 Anton KorobeynikovRefactor Reg-Reg copy emission routine for ARM. This...
2010-03-18 Eric ChristopherCouple of changes that Dan mentioned for llvm.stackprot...
2010-03-18 Daniel DunbarX86MCCodeEmitter: Fix two minor issues with reloc_ripre...
2010-03-18 Chris Lattnercapture implicit uses and defs in CodeGenInstruction
2010-03-18 Chris Lattnersimplify this code, the # of sets in the pattern for...
2010-03-18 Chris Lattnerdisallow concatenation of two dags with different opera...
2010-03-18 Chris Lattnerrewrite this to not artificially force concat the ins...
2010-03-18 Chris Lattnerfix some buggy ops concatentation
2010-03-18 Chris Lattnereliminate support for "ops" in the input/output list...
2010-03-18 Chris Lattneruse ins/outs
2010-03-18 Chris Lattneruse ins/outs.
2010-03-18 Chris Lattnerremove some code that was working around old sparc...
2010-03-18 Chris Lattnerouts come before ins.
2010-03-18 Eric ChristopherMake fast-isel understand llvm.stackprotector.
2010-03-18 Bob WilsonRefactor NEON ld/st instructions to hardcode class...
2010-03-18 Daniel Dunbarlit: Tweak example tests config.
2010-03-18 Daniel DunbarMC/X86/AsmMatcher: Use the new instruction cleanup...
2010-03-18 Daniel DunbarMC/AsmMatcher: Add support for target specific "instruc...
2010-03-18 Chris Lattnerfix an x86-64 encoding bug Daniel found.
2010-03-18 Dan Gohmanoffsetof always has type size_t.
2010-03-18 Dan GohmanSimplify this code.
2010-03-18 Benjamin KramerFix a name clash that was breaking MSVC builds.
2010-03-18 Dan GohmanExplicitly cast std::min's arguments to avoid type...
2010-03-18 Gabor Greifanother one
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-18 Dan GohmanMake this test more lenient; with SmallVector now using...
2010-03-18 Bob WilsonFix pr6543: svn r88806 changed MachineJumpTableInfo...
2010-03-18 Dan GohmanFix a bug found by inspection; in the __GNUC__ code...
2010-03-18 Andrew LenharthNick wants these alphabetized
2010-03-18 Chris Lattneradd a special relocation type for movq loads for object
2010-03-18 Dan GohmanAdd explicit braces to avoid ambiguous ‘else’.
2010-03-18 Chris Lattnercallq is pcrelative
2010-03-18 Bob WilsonCheck if function names start with "llvm." before tryin...
2010-03-18 Devang PatelFix comment.
2010-03-18 Dan GohmanAdd the ability to "intern" FoldingSetNodeID data into a
2010-03-18 Wesley PeckAdding MicroBlaze as an experimental backend in the...
2010-03-18 Oscar FuentesCMake: Add options for using static runtime on MSVC...
2010-03-18 Kovarththanan... Add an extra newline to separate PP directives from...
2010-03-18 Benjamin KramerTry to fix a valgrind error on 32 bit platforms: use...
2010-03-18 Jeffrey YasskinAvoid a problem in libc_freeres() seen on a linux-i686...
2010-03-18 Evan ChengTurning off post-ra scheduling for x86. It isn't a...
2010-03-18 Chris Lattneradd a couple blurbs back
next