oota-llvm.git
2011-02-01 Anton KorobeynikovFix imm printing for logical instructions.
2011-02-01 Anton KorobeynikovDocument the LLVM GIT mirror
2011-02-01 David Greene[AVX] Implement EnforceSmallerThan for mixed int/fp...
2011-02-01 Devang PatelRemove stale references of obsolete @llvm.dbg.variable.
2011-02-01 Jay FoadMake SwitchInst::removeCase() more efficient.
2011-02-01 Duncan SandsAdd a m_Undef pattern for convenience. This is so...
2011-02-01 Duncan SandsAdd a m_SignBit pattern for convenience.
2011-02-01 Duncan SandsHave m_One also match constant vectors for which every...
2011-02-01 Carl NorumTest commit - fix a double 'should' in a comment.
2011-02-01 Rafael EspindolaCorrectly merge available_externally and regular defini...
2011-02-01 Evan ChengFix bogus assert condition noticed by Csaba Raduly.
2011-02-01 Eric ChristopherReapply 124275 since the Dragonegg failure was unreprod...
2011-02-01 Evan ChengFix test for non-darwin targets.
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-02-01 Devang PatelRemove stale test that has never worked, afaik.
2011-02-01 Rafael EspindolaDon't tell the linker about available_externally defini...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-31 Devang PatelWhile printing "interesting" breakpoint locations for...
2011-01-31 Roman DivackyEnumerate .code16/32/64 instead of checking .code prefi...
2011-01-31 Devang PatelTidy up.
2011-01-31 Devang PatelFocus on arguments for now.
2011-01-31 Roman DivackyError on all .code* directives instead of just .code16...
2011-01-31 David GreeneFix vector sign extend to put the source and destinatio...
2011-01-31 Chris Lattneradd a note, progress unblocked by PR8575 being fixed.
2011-01-31 Oscar FuentesAdds some platform checks to cmake/config-ix.cmake...
2011-01-31 Richard OsborneFix bug where ReduceLoadWidth was creating illegal...
2011-01-31 NAKAMURA TakumiCMake: Fix a few definition to suppress warnings.
2011-01-30 Anton KorobeynikovSave a mapping between original and cloned constpool...
2011-01-30 Anton KorobeynikovClarify the LSDASection NULL check
2011-01-30 Anders CarlssonRecognize and simplify
2011-01-30 Jakob Stoklund... Respect the -tail-dup-size command line option even...
2011-01-30 Duncan SandsCommit 124487 broke 254.gap. See if disabling the...
2011-01-30 Duncan SandsTransform (X/Y)*Y into X if the division is exact....
2011-01-30 Benjamin KramerTeach DAGCombine to fold fold (sra (trunc (sr x, c1...
2011-01-30 Nick LewyckyFix 'fcmp one' constant folding. Noticed by inspection.
2011-01-30 Nick LewyckyFix some formatting and upgrade comments from llvm...
2011-01-29 Bill WendlingThis is #included by .c files. Remove C++-style comments.
2011-01-29 Nick LewyckyAdd the select optimization recently added to instcombi...
2011-01-29 Francois PichetUnbreak the MSVC build.
2011-01-29 Nick LewyckyFix comment.
2011-01-29 Frits van BommelCall SimplifyFDivInst() in InstCombiner::visitFDiv().
2011-01-29 Frits van BommelMove InstCombine's knowledge of fdiv to SimplifyInstruc...
2011-01-29 Duncan SandsFix typo: should have been testing that X was odd,...
2011-01-29 Benjamin KramerAdd the missing sub identity "A-(A-B) -> B" to DAGCombine.
2011-01-29 Evan ChengAdd a test for TCE return duplication.
2011-01-29 Evan ChengRe-apply r124518 with fix. Watch out for invalidated...
2011-01-29 Evan ChengRevert r124518. It broke Linux self-host.
2011-01-29 Evan ChengRe-commit r124462 with fixes. Tail recursion elim will...
2011-01-29 Andrew TrickImplementation of path profiling.
2011-01-29 Nick LewyckyMost browsers eliminate whitespace between anchor tags...
2011-01-28 Roman DivackyError on .code16 instead of producing wrong (32bit...
2011-01-28 Duncan SandsThis dyn_cast should be a cast. Pointed out by Frits...
2011-01-28 Duncan SandsThread divisions over selects and phis. This doesn...
2011-01-28 Bob WilsonPR9030: Fix disassembly of ARM "mov pc, lr" instruction.
2011-01-28 Duncan SandsMy auto-simplifier noticed that ((X/Y)*Y)/Y occurs...
2011-01-28 Oscar FuentesFix libffi usage when it is on a custom path.
2011-01-28 Roman DivackyAdd support for parsing .float
2011-01-28 Nick LewyckyRename functions to follow coding standard. Also rejigg...
2011-01-28 Nick LewyckyAdd a doxygen comment for this class.
2011-01-28 Nick LewyckyReorder for readability. (Chris, is this what you meant?)
2011-01-28 Evan ChengRevert r124462. There are a few big regressions that...
2011-01-28 Nick LewyckyReduce the number of functions we look at in the first...
2011-01-28 Nick LewyckyClean up the tests a little, make sure we match an...
2011-01-28 Nick LewyckyFix build with stdcxx by using llvm::next. Patch by...
2011-01-28 Rafael EspindolaAdd a triple.
2011-01-28 Nick LewyckyAdd missing include for ptrdiff_t. Patch by Joerg Sonne...
2011-01-28 Nick LewyckyFold select + select where both selects are on the...
2011-01-28 Rafael EspindolaPrint the visibility of declarations.
2011-01-28 Nico WeberPR8951: Support for .equiv in integrated assembler...
2011-01-28 Evan Cheng- Stop simplifycfg from duplicating "ret" instructions...
2011-01-27 Evan ChengFix PLD encoding.
2011-01-27 Kevin EnderbyChanged llvm-mc arm target to give an error if .syntax...
2011-01-27 Bob WilsonFix a comment typo.
2011-01-27 Oscar FuentesUse the paths to libffi's header and library even when...
2011-01-27 David Greene[AVX] Clean up the code to configure target lowering...
2011-01-27 Andrew TrickRemove a temporary workaround for a lencod miscompile...
2011-01-27 Andrew TrickVirtRegRewriter fix: update kill flags, which are used...
2011-01-27 Douglas GregorClang: separate the access-control diagnostics from...
2011-01-27 Benjamin KramerUnbreak the build.
2011-01-27 Nick LewyckyExpound upon this comparison!
2011-01-27 Nick LewyckyUse dyn_cast instead of isa+cast.
2011-01-27 Oscar FuentesDon't show -pedantic, -W and -Wall on the output of
2011-01-27 Devang PatelSpeculatively revert r124380.
2011-01-27 Devang PatelWhile legalizing SDValues do not drop SDDbgValues,...
2011-01-27 Roman DivackyAdd support for specifying register name in cfi-registe...
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2011-01-27 Jay FoadFix indentation.
2011-01-27 Nick LewyckyAdd DenseSet::resize for API parity with DenseMap:...
2011-01-27 Nick LewyckyFix surprising missed optimization in mergefunc where...
2011-01-27 Chris LattnerDon't infinitely recurse! Patch by Marius Wachtler!
2011-01-27 Bob WilsonAvoid modifying the OneClassForEachPhysReg map while...
2011-01-27 Eric ChristopherAdd a testcase for my last checkin.
2011-01-27 Eric ChristopherUse the incoming VT not the VT of where we're trying...
2011-01-27 NAKAMURA Takumilib/Target/X86/X86ISelDAGToDAG.cpp: __main should be...
2011-01-27 Matt Beaumont-GayTry harder to not have unused variables.
2011-01-27 Matt Beaumont-GayOpt-mode -Wunused-variable cleanup
2011-01-27 Devang PatelReapply 124301
2011-01-26 Bill WendlingInitialize variable to get rid of clang warning.
2011-01-26 Jay FoadSimplify User::operator delete().
2011-01-26 Bob WilsonAdd a MnemonicIsValid method to the asm matcher.
next