oota-llvm.git
2009-10-17 Evan ChengDistinquish stack slots from other stack objects. They...
2009-10-17 Evan ChengRe-arrange some fields.
2009-10-17 Daniel DunbarAdd another required #include for freestanding .h files.
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-17 Evan Cheng80 col violation.
2009-10-17 Chris LattnerSimplify some code (first hunk) and fix PR5208 (second...
2009-10-17 Chris Lattnercheck in a bunch of content from TestingGuide. Part...
2009-10-17 Daniel Dunbarllvm-as: Simplify, and don't create empty output files...
2009-10-17 Daniel DunbarReclaim a lost month.
2009-10-17 Daniel DunbarAdd required #includes for freestanding .h files.
2009-10-17 Dan GohmanDelete an obsolete comment.
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-17 Dan GohmanEnhance CodePlacementOpt's unconditional intra-loop...
2009-10-17 Dan GohmanAdd a splice member function which accepts a range...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-16 Victor HernandezHeapAllocSRoA also needs to check if malloc array size...
2009-10-16 Mon P WangUpdate tests to use FileCheck
2009-10-16 Mon P WangAdd test case for r84279
2009-10-16 Mon P WangAllow widening of extract subvector
2009-10-16 Devang PatelDo not emit name entry for a pointer type.
2009-10-16 Evan ChengChange createPostRAScheduler so it can be turned off...
2009-10-16 Evan ChengAdd a CodeGenOpt::Less level to match -O1. It'll be...
2009-10-16 Dan GohmanMove zext and sext casts fed by loads into the same...
2009-10-16 Devang PatelParse PHI instruction with attached metadata.
2009-10-16 Devang PatelIf there is not any llvm instruction associated with...
2009-10-16 Victor HernandezInvert isSafeToGetMallocArraySize check because we...
2009-10-16 Victor HernandezInvert isSafeToGetMallocArraySize check because we...
2009-10-16 Chris LattnerUpdate from Cristina, llvm-gcc doesn't build on the...
2009-10-16 Daniel DunbarForce triple in tests.
2009-10-16 Duncan SandsStrip trailing white space.
2009-10-16 Duncan SandsCheck that GVN performs this transform even if the...
2009-10-16 Benjamin KramerUpdate CMake file.
2009-10-16 Sanjiv GuptaCleaned up some code. No functionality change.
2009-10-16 Evan ChengI am no spelling bee.
2009-10-16 Evan ChengEnable post-alloc scheduling for all ARM variants excep...
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.
next