oota-llvm.git
2009-10-16 Evan ChengIf post-alloc scheduler is not enabled, it should retur...
2009-10-16 Zhongxing XuIndent code.
2009-10-16 Evan ChengAdd comment.
2009-10-16 Evan Cheng80 column violation.
2009-10-16 Bob WilsonFix more NEON instruction encodings.
2009-10-16 Chris LattnerAdd half precision floating point support (float16...
2009-10-16 Chris Lattneradd haiku support, patch by Paul Davey!
2009-10-16 Daniel DunbarMC: Set symbol values in MachO MCStreamer.
2009-10-16 Daniel DunbarMinor formatting tweaks.
2009-10-16 Daniel DunbarMC: Switch assembler API to using MCExpr instead of...
2009-10-16 Daniel DunbarMC: Remove unneeded context argument to MCExpr::Evaluate*.
2009-10-16 Daniel DunbarMC: Tweak variable assignment diagnostics, and make...
2009-10-16 Daniel DunbarMC: When parsing a variable reference, substitute absol...
2009-10-16 Daniel DunbarMC: Move assembler variable values from MCContext to...
2009-10-16 Daniel DunbarMC: Switch MCContext value table to storing MCExprs.
2009-10-16 Evan ChengWhen checking aliases between phi sources and V2, we...
2009-10-15 Bob WilsonRevert svn r80498 and replace it with a different solut...
2009-10-15 Anton KorobeynikovDllexport stuff cleanup:
2009-10-15 Sandeep PatelBranches must be the last instruction in a Thumb2 IT...
2009-10-15 Bob WilsonFix encoding bits for N3VLInt3_QHS multiclass with...
2009-10-15 Kevin EnderbyFix ARM memory operand parsing of post indexing with...
2009-10-15 Bob WilsonFix a potential performance problem in placing ARM...
2009-10-15 Kevin EnderbyMore bits of the ARM target assembler for llvm-mc,...
2009-10-15 Evan ChengRemove X86Subtarget::IsLinux. It's no longer being...
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.
next