oota-llvm.git
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
2010-03-18 Dan GohmanReapply r98755 with a thinko which miscompiled gengtype...
2010-03-18 Daniel DunbarMCValue: Change to holding MCSymbolRefExprs instead...
2010-03-18 Daniel DunbarAdd MCSymbol::isInSection.
2010-03-18 Daniel DunbarMC/Darwin: Add a new target hook for whether the target...
2010-03-18 Jakob Stoklund... Revert "Change coalescer complexity from N^2 to N logN...
2010-03-17 Evan ChengX86 address mode matching code MatchAddressRecursively...
2010-03-17 Devang PatelDebug info intrinsic does not intefer during tail call...
2010-03-17 Johnny ChenRevert 98745 with respect to the addition of NEONFrm...
2010-03-17 Jakob Stoklund... Change coalescer complexity from N^2 to N logN by chang...
2010-03-17 Johnny ChenFixed a bug in the IT mask printing where T means the...
2010-03-17 Johnny ChenRefines 98745 so that it only contains the patch relate...
2010-03-17 Sean CallananChanged install_name for libEnhancedDisassembly.dylib on
2010-03-17 Jim Grosbachremove arm mode workaround for ARM host
2010-03-17 Jim GrosbachUse llvm-gcc to build ARM when it's available
2010-03-17 Bob WilsonClean up whitespace.
2010-03-17 Bob WilsonIncrease format field from 5 to 6 bits. ARMII::FormMas...
2010-03-17 Benjamin KramerInitialize Size member to appease valgrind.
2010-03-17 Dan GohmanRevert 98755, which may be causing trouble.
2010-03-17 Gabor Greiffeedback from Nick
2010-03-17 Dan GohmanChange SCEVNAryExpr's operand array from a SmallVector...
2010-03-17 Bob WilsonRemove an unnecessary (and misspelled) typedef. Tweak...
2010-03-17 Andrew Lenharthmissing include
2010-03-17 Johnny Chen98745 contains something unrelated to the patch.
2010-03-17 Chris Lattnernotes from evan
2010-03-17 Johnny ChenAdded sub-formats to the NeonI/NeonXI instructions...
2010-03-17 Stuart HastingsTestcase for r98728.
2010-03-17 Devang PatelFix EmitSectionOffset incorrect argument. DwarfDebug...
2010-03-17 Chris Lattnerseveral updates
2010-03-17 Jeffrey YasskinMake lit pay attention to --vg for tcl tests too, which...
2010-03-17 John CriswellFixed spelling errors.
2010-03-17 Jeffrey YasskinFix a false-positive memory leak in code using RemoveFi...
2010-03-17 Chris Lattnercombiner-aa too, what's its status?
2010-03-17 Chris Lattnermore chris scribble.
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-17 Chris Lattneradd a bunch of random and unformatted notes as I am...
2010-03-17 Chris Lattneradd logo, comment out project info, they need to send...
2010-03-17 Chris Lattnerremove dead variable, patch by Nathan Howell!
2010-03-17 Jeffrey YasskinFix death tests in -Asserts builds.
next