oota-llvm.git
2009-10-15 Victor HernandezFix bug where array malloc with unexpected computation...
2009-10-15 Benjamin KramerAdd files Sanjiv forgot.
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Jakob Stoklund... Move Blackfin intrinsics into the Target/Blackfin direc...
2009-10-15 Jakob Stoklund... Report errors correctly for unselected target intrinsics.
2009-10-15 Jakob Stoklund... Clean up TargetIntrinsicInfo API. Add pure virtual...
2009-10-15 Nick LewyckyAdd missing break statements! Thanks to Duncan Sands...
2009-10-15 Jakob Stoklund... Tablegen target intrinsics from the target main .td...
2009-10-15 Benjamin KramerDisable another unittest that doesn't work on arm and...
2009-10-15 Daniel DunbarRevert "Complete Rewrite of AsmPrinter, TargetObjectFil...
2009-10-15 Sanjiv GuptaComplete Rewrite of AsmPrinter, TargetObjectFile based...
2009-10-15 Sanjiv GuptaFew changes to comply with new DebugInfo Metadata repre...
2009-10-15 Duncan SandsThe gcc plugin is now called dragonegg.so and no longer...
2009-10-15 Nick LewyckyTeach basicaa about memcpy/memmove/memset. The length...
2009-10-15 Nick LewyckyTeach BasicAA to use the size parameter of the memory...
2009-10-15 Bob WilsonBe smarter about reusing constant pool entries.
2009-10-15 Bob WilsonFix another problem with ARM constant pools. Radar...
2009-10-15 Chris Lattneronly try to fold constantexpr operands when the worklis...
2009-10-15 Chris Lattnerdon't bother calling ConstantFoldInstruction unless...
2009-10-15 Nick LewyckyTake advantage of TargetData when available; we know...
2009-10-15 Dan GohmanMake CodePlacementOpt align loops, rather than loop...
2009-10-14 Evan ChengWhen LiveVariables is adding implicit-def to model...
2009-10-14 Evan ChengPrint earlyclobber for implicit-defs as well.
2009-10-14 Eric ChristopherOne more iteration here and a yet better way to solve it.
2009-10-14 Eric ChristopherFix the unused argument problem here a different way...
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...
next