oota-llvm.git
2009-10-14 Bob WilsonFix instruction encoding bits for NEON VPADAL.
2009-10-14 Bob WilsonRemove unused variables to fix build warning.
2009-10-14 Jim GrosbachMake loop not recalc getNumOperands() each time around
2009-10-14 Devang PatelAdd support to record DbgScope as inlined scope.
2009-10-14 Jim Grosbachquiet compiler warning
2009-10-14 Dan GohmanDelete bogus semicolons.
2009-10-14 Jim GrosbachInst{11-8} for vshl should be 0b0101, not 0b1111.
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
2009-10-14 Nick LewyckyThe ARM and PowerPC jits are broken in this regard.
2009-10-14 Duncan SandsThere seems to be no reason for opt's -S option to...
2009-10-14 Nick LewyckyMake use of the result of the loads even though that...
2009-10-14 Bob WilsonSet instruction encoding bits 4 and 7 for ARM register...
2009-10-14 Bob WilsonRefactor code to select NEON VST intrinsics.
2009-10-14 Devang PatelUse isVoidTy()
2009-10-14 Bob WilsonRefactor code to select NEON VLD intrinsics.
2009-10-14 Devang PatelAdd copyMD to copy metadata from one instruction to...
2009-10-14 Bob WilsonMore refactoring. NEON vst lane intrinsics can share...
2009-10-14 Bob WilsonRefactor code for selecting NEON load lane intrinsics.
2009-10-14 Duncan SandsI don't see any point in having both eh.selector.i32...
2009-10-14 Chris Lattnermake instcombine's instruction sinking more aggressive...
2009-10-14 Edward O'CallaghanUndo pthread patch from rev. 83930 & 83823. Credit...
2009-10-14 Evan ChengClear VisitedPHIs after use.
2009-10-14 Evan ChengAnother BasicAA fix. If a value does not alias a GEP...
2009-10-14 Edward O'CallaghanAuroraUX needs special Solaris system header.
2009-10-14 Evan ChengMore code clean up based on patch feedback.
2009-10-14 Evan ChengChange VisitedPHIs into an instance variable that's...
2009-10-14 Evan ChengReplace test with a simpler hand crafted one.
2009-10-14 Edward O'CallaghanProvide AuroraUX triple support in configure. Credit...
2009-10-14 Dale JohannesenUse llvmgxx for C++ test.
2009-10-14 Dan GohmanFix this test to account for a movl $0 being emitted...
2009-10-14 Dale JohannesenTestcases for msasm bit (llvm-gcc 84062).
2009-10-14 Dan GohmanMake isSafeToClobberEFLAGS more aggressive. Teach it...
2009-10-14 Dan GohmanThis remat entry is basically done. There are hooks...
2009-10-13 Dan GohmanAdd a few README.txt items.
2009-10-13 Dan GohmanFix resetCachedCostInfo to reset all of the cost inform...
2009-10-13 Kevin EnderbyCorrect comment about ARM immediates using '#' not...
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-13 Devang PatelCheck void type before using RAUWd.
2009-10-13 Bob WilsonMore Neon clean-up: avoid the need for custom-lowering...
2009-10-13 Kevin EnderbyMore bits of the ARM target assembler for llvm-mc to...
2009-10-13 Evan ChengTeach basic AA about PHI nodes. If all operands of...
2009-10-13 Dale JohannesenDocumentation for the new msasm flag, which is no
2009-10-13 Bob WilsonNEON VLD/VST are now fully implemented. For operations...
2009-10-13 Devang PatelDo not check use_empty() before replaceAllUsesWith...
2009-10-13 Jeffrey YasskinKeep track of stubs that are created. This fixes PR5162...
2009-10-13 Douglas GregorAdd is_same type trait
2009-10-13 Duncan SandsIntroduce new convenience methods for sign extending or
2009-10-13 Devang PatelOptimizer may remove debug info. This test checks...
2009-10-13 Bob WilsonRevise ARM inline assembly memory operands to require...
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-10-13 Devang PatelThese tests now pass.
2009-10-13 Sandeep PatelFix method name in comment, per Bob Wilson.
2009-10-13 Dan GohmanUse the new CodeMetrics class to compute code size...
2009-10-13 Dan GohmanCompute a full cost value even when a setjmp call is...
2009-10-13 Dan GohmanSplit code not specific to Function inlining out into...
2009-10-13 David GoodwinAdd debugging output.
2009-10-13 Ted KremenekProvide a mode for ImmutableMap/ImmutableSet to not...
2009-10-13 Sandeep PatelAdd ARMv6T2 SBFX/UBFX instructions. Approved by Anton...
2009-10-13 Ted KremenekUpdate CMake file (lexically order files).
2009-10-13 Devang PatelDo not write empty METADATA_ATTACHMENT record.
2009-10-13 Devang PatelRemove unnecessary assert.
2009-10-13 Benjamin KramerUpdate the other CMake file.
2009-10-13 Devang PatelParse GEP with attached custom metadata. This happens...
2009-10-13 Ted KremenekUpdate CMake file.
2009-10-13 Evan ChengRefactor some code. No functionality changes.
2009-10-13 Dan GohmanCommit the removal of this file, which is now moved...
2009-10-13 Dan GohmanMove the InlineCost code from Transforms/Utils to Analysis.
2009-10-13 Dan GohmanStart refactoring the inline cost estimation code so...
2009-10-13 Chris Lattnerchange simplifycfg to not duplicate 'unwind' instructio...
2009-10-13 Chris Lattnerconvert to filecheck
2009-10-13 Chris Lattnerrename test
2009-10-13 Dan GohmanMake LoopUnswitch's cost estimation count Instructions...
2009-10-13 Chris Lattnerrename ReleaseNotes-2.6.html -> ReleaseNotes.html
2009-10-13 Chris Lattneradd Zero
2009-10-13 Jeffrey YasskinMake the ExecutionEngine automatically remove global...
2009-10-13 Chris Lattnerdon't use dead loads as tests.
2009-10-13 Devang Patel"there is not any instruction with attached debug info...
2009-10-13 Bob WilsonAdd some ARM instruction encoding bits.
2009-10-13 Bob WilsonFix regression introduced by r83894.
2009-10-13 Devang PatelCopy metadata when value is RAUW'd. It is debatable...
2009-10-13 Devang PatelDisable this test for now.
2009-10-13 Bob WilsonFix a tab. Thanks to Johnny Chen for pointing it out.
2009-10-13 Duncan SandsThe eh.exception intrinsic only reads from memory,...
2009-10-13 Duncan SandsPacify the compiler (signed with unsigned comparison...
2009-10-13 Nick LewyckyForce memory use markers to have a ConstantInt for...
2009-10-13 Nick LewyckyTeach BasicAA a little something about the atomic intri...
2009-10-13 Nick LewyckyAdd new "memory use marker" intrinsics. These indicate...
2009-10-13 Daniel DunbarFix a -Asserts warning.
2009-10-13 Chris Lattnerremove dead header.
2009-10-13 Chris Lattnerremove notcast, it is now dead!
2009-10-13 Chris Lattnerremove two old and nearly useless tests.
2009-10-13 Devang PatelXFAIL these tests for now.
2009-10-13 Dan GohmanAdd a ceilLogBase2 function to APInt.
2009-10-13 Victor HernandezMemory dependence analysis was incorrectly stopping...
2009-10-13 Edward O'CallaghanRegenerate configure for rev. 83823 putback.
2009-10-12 Devang PatelEnable "debug info attached to an instruction" mode.
2009-10-12 Devang PatelFind enclosing subprogram info.
2009-10-12 Devang PatelSet default location for a function if it is not set.
2009-10-12 Kevin EnderbyFix two warnings about unused variables that are only...
2009-10-12 Bob WilsonDelete a comment that makes no sense to me. The statem...
next