oota-llvm.git
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew Trickwhitespace
2012-07-07 Andrew TrickTweak spelling.
2012-07-07 Manman RenX86: Fix optimizeCompare to correctly check safe condition.
2012-07-07 NAKAMURA TakumiLLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX...
2012-07-07 Bill WendlingUse the DebugInfo wrappers instead of mucking about...
2012-07-06 Bill WendlingPrint the name last.
2012-07-06 Chad RosierFix the naming of ensureAlignment. Per the coding...
2012-07-06 Nuno Lopesteach instcombine to remove allocated buffers even...
2012-07-06 Dmitri GribenkoSince SmallMap was removed in r158644, remove documenta...
2012-07-06 Bill WendlingCheck if it's a scope last, because several things...
2012-07-06 Jim GrosbachARM: Add test cleanup entry to the README.
2012-07-06 Akira Hatanakarevert r159851.
2012-07-06 Akira HatanakaReapply r158846.
2012-07-06 Bill WendlingAdd a print method to the ObjC property object.
2012-07-06 Bill WendlingRemove trailing comma in array initialization list.
2012-07-06 Bill WendlingRemove unnecessary 'llvm::'.
2012-07-06 Bill WendlingRemove unnecessary 'llvm::'.
2012-07-06 Chad RosierWhitespace.
2012-07-06 Manman RenX86: peephole optimization to remove cmp instruction
2012-07-06 Chad Rosier[fast-isel] Tell fast-isel to do nothing with the new...
2012-07-06 Chad RosierUpdate getFunction parameter documentation. Fixes PR13268.
2012-07-06 Dmitri GribenkoRevert r159789.
2012-07-06 NAKAMURA Takumillvm/include/llvm/CMakeLists.txt: Cut dependency to...
2012-07-06 Duncan SandsAttempt to fix windows buildbots. Patch by James Benton.
2012-07-06 NAKAMURA Takumitest/CodeGen/X86/sext-setcc-self.ll: Mark it as XFAIL...
2012-07-06 NAKAMURA TakumiRevert r159804, "[arm-fast-isel] Add support for vararg...
2012-07-06 Alexey SamsonovFix PR13202 and a regtest.
2012-07-06 Bill WendlingSphinxify the CMake document.
2012-07-06 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-07-06 Jack Carter Changes per review of commit 159787
2012-07-06 Eric ChristopherUntabify and move a function near similar functions...
2012-07-06 Jakob Stoklund... Add some comments suggested in code review.
2012-07-06 Dmitri GribenkoEnable new[] on llvm::BumpPtrAllocator.
2012-07-05 Jack Carter Mips specific inline asm operand modifier D.
2012-07-05 Owen AndersonFix an overzealous assertion. It is legitimate for...
2012-07-05 Akira Hatanakatest case for r159770.
2012-07-05 Akira HatanakaEnclose instruction rdhwr with directives, which are...
2012-07-05 Akira HatanakaEnable target dependent directive parsing to hook befor...
2012-07-05 Nuno Lopesadd @llvm.donothing
2012-07-05 Chandler CarruthOptimize extendIntervalEndTo a tiny bit by saving one...
2012-07-05 Chandler CarruthRemove dead infrastructure for building DenseMaps with...
2012-07-05 Chandler CarruthFinish fixing the MachineOperand hashing, providing...
2012-07-05 Duncan SandsAll cases are covered, no need for a default. This...
2012-07-05 Chandler CarruthThe hash function for MI expressions, used by MachineCS...
2012-07-05 Duncan SandsUse the right kind of booleans: we were emitting 0...
2012-07-05 Kostya Serebryany[tsan] fix compile-time falilure found while building...
2012-07-05 Nick LewyckyRemove ParentMap. You can just ask the domnode for...
2012-07-04 Jakob Stoklund... Make X86 call and return instructions non-variadic.
2012-07-04 Jakob Stoklund... Allow trailing physreg RegisterSDNode operands on non...
2012-07-04 Jakob Stoklund... Print SlotIndexes when available for -print-machineinstrs.
2012-07-04 Jakob Stoklund... Allow multiple terminators to read virtual registers.
2012-07-04 Jakob Stoklund... Ensure CopyToReg nodes are always glued to the call...
2012-07-04 Jakob Stoklund... Make sure -print-machineinstrs applies to the first...
2012-07-04 Rafael EspindolaAdd a testcase for pr13209. It is not a great test...
2012-07-04 Alexey SamsonovFix a bug in DebugInfo lib, extend a comment for one...
2012-07-04 Stepan DyatkovskiyReverted r159658:
2012-07-04 Stepan DyatkovskiyReverted r156659, due to probable performance regressio...
2012-07-04 Eric ChristopherReduce some code duplication.
2012-07-04 Matt Beaumont-GayFix some ascii art in a comment to not have trailing...
2012-07-04 Jakob Stoklund... Add early if-conversion support to X86.
2012-07-04 Jakob Stoklund... Add an experimental early if-conversion pass, off by...
2012-07-03 Nuno LopesPHINode::hasConstantValue(): return undef if the PHI...
2012-07-03 Bill WendlingUse the DebugInfo's 'print()' method to emit the comments.
2012-07-03 Nuno LopesBoundsChecking: optimize out the check for offset ...
2012-07-03 Nuno Lopesfold PHI nodes in SizeOffsetEvaluator whenever possible.
2012-07-03 Nuno Lopesimprove PHINode::hasConstantValue() to detect recursive...
2012-07-03 Stepan DyatkovskiyIntegersSubsetMappin: cosmetic changes in diff operation.
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-03 Stepan DyatkovskiyPart of r159527. Splitted into series of patches and...
2012-07-03 Peter CollingbourneDocument the llvm.fabs intrinsic.
2012-07-03 Chandler CarruthMicro-optimize this function a bit. This shrinks the...
2012-07-03 Craig TopperRemove extra space.
2012-07-03 Craig TopperChange i128mem/i256mem to f128mem/f256mem on some float...
2012-07-03 NAKAMURA TakumiMCContext.cpp: Fixup for my odd previous commit. No...
2012-07-03 Craig TopperAdd aliases for pblendvb, blendvpd, and blendvps instru...
2012-07-03 NAKAMURA Takumitest/CodeGen/SPARC/private.ll: Fixup. Forgot to prune...
2012-07-03 NAKAMURA Takumitest/CodeGen/SPARC/private.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumillvm/test/lit.cfg: Retweak for Win32 to fix testing.
2012-07-03 NAKAMURA TakumiMCContext::GetDwarfFile(): Make FileName parsing tolera...
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/sincos.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/fabs.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck...
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Eric ChristopherRevert " mips32 long long register inline asm constr...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Jack Carterdeleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
2012-07-02 Chandler CarruthAll glory to address sanitizer. ;]
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Andrew Trickmisched: allow NULL InstrItineraries.
2012-07-02 Chandler CarruthExtend the workaround from r159593 to cover a few expli...
2012-07-02 Chandler CarruthRevert r159588, and apply a more principled fix. Place...
2012-07-02 Eric ChristopherTurn an assert into an error to make it a bit more...
2012-07-02 Chandler CarruthWork around a really frustrating apparant CMake bug.
2012-07-02 David BlaikieFix -Wstring-conversion warning.
2012-07-02 Chandler CarruthRevert r159528 which taught lit's builtin shell test...
2012-07-02 Chandler CarruthSwitch from using a lit.cfg-generator variable that...
next