oota-llvm.git
2012-07-11 Tom Stellardtest commit
2012-07-11 Chad Rosier[x86 fast-isel] Rather then call llvm_unreachable(...
2012-07-11 Nadav RotemWhen ext-loading and trunc-storing vectors to memory...
2012-07-11 Nadav RotemRename many of the Tmp1, Tmp2, Tmp3 variables to names...
2012-07-11 Benjamin KramerRemove unused variable.
2012-07-11 Nadav RotemRefactor the DAG Legalizer by extracting the legalizati...
2012-07-11 Owen AndersonOnly apply the SETCC+SITOFP -> SELECTCC optimization...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-07-10 Jack Carter Mips specific inline asm operand modifier 'L'.
2012-07-10 Jakob Stoklund... Require and preserve LoopInfo for early if-conversion.
2012-07-10 Chandler CarruthTeach the LiveInterval::join function to use the fast...
2012-07-10 Jakob Stoklund... Run early if-conversion in domtree post-order.
2012-07-10 Chad RosierMove [get|set]BasePtrStackAdjustment() from MachineFram...
2012-07-10 Chad RosierAdd newline.
2012-07-10 Chad RosierAdd test case accidentally omitted from r160002.
2012-07-10 Chad RosierAdd support for dynamic stack realignment in the presen...
2012-07-10 Chandler CarruthFix a bug where I didn't test for an empty range before...
2012-07-10 Nadav RotemImprove the loading of load-anyext vectors by allowing...
2012-07-10 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-10 Craig TopperReverse assembler/disassembler operand order for gather...
2012-07-10 Chandler CarruthAdd an efficient merge operation to LiveInterval and...
2012-07-10 Chandler CarruthTeach LiveIntervals how to verify themselves and start...
2012-07-10 Jim GrosbachARM: Allow more flexible patterns in NEON formats.
2012-07-10 Jim GrosbachAllow intrinsics to be used in place of node matchables.
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-07-09 Dan GohmanDelete code for folding undefs in ScalarEvolution....
2012-07-09 Chad RosierRevert r159938 (and r159945) to appease the buildbots.
2012-07-09 Andrew TrickMachine model: allow itineraries to be shared by differ...
2012-07-09 Andrew Trickindentation
2012-07-09 Owen AndersonTeach the DAG combiner to turn sitofp/uitofp from i1...
2012-07-09 Manman RenX86: implement functions to analyze & synthesize CMOV...
2012-07-09 Akira HatanakaReapply r158846.
2012-07-09 Nuno Lopesinstcombine: merge the functions that remove dead alloc...
2012-07-09 Richard BartonSome formatting to keep Clang happy
2012-07-09 Richard BartonOops - correct broken disassembly for VMOV
2012-07-09 Richard BartonFix instruction description of VMOV (between two ARM...
2012-07-09 Richard BartonPrevent ARM assembler from losing a right shift by...
2012-07-09 Richard BartonSpelling!
2012-07-09 Richard BartonTeach the assembler to use the narrow thumb encodings...
2012-07-08 Benjamin KramerRemove some trivial copy ctors so the classes become...
2012-07-08 Benjamin KramerSmallVector: Make use of move semantics to speed up...
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.
next