Age | Commit message (Expand) | Author |
2012-07-06 | [fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic. | Chad Rosier |
2012-07-06 | Update getFunction parameter documentation. Fixes PR13268. | Chad Rosier |
2012-07-06 | Revert r159789. | Dmitri Gribenko |
2012-07-06 | llvm/include/llvm/CMakeLists.txt: Cut dependency to intrinsics_gen. | NAKAMURA Takumi |
2012-07-06 | Attempt to fix windows buildbots. Patch by James Benton. | Duncan Sands |
2012-07-06 | test/CodeGen/X86/sext-setcc-self.ll: Mark it as XFAIL: cygwin,mingw32,win32. ... | NAKAMURA Takumi |
2012-07-06 | Revert r159804, "[arm-fast-isel] Add support for vararg function calls." | NAKAMURA Takumi |
2012-07-06 | Fix PR13202 and a regtest. | Alexey Samsonov |
2012-07-06 | Sphinxify the CMake document. | Bill Wendling |
2012-07-06 | [arm-fast-isel] Add support for vararg function calls. | Jush Lu |
2012-07-06 | Changes per review of commit 159787 | Jack Carter |
2012-07-06 | Untabify and move a function near similar functions dealing with struct | Eric Christopher |
2012-07-06 | Add some comments suggested in code review. | Jakob Stoklund Olesen |
2012-07-06 | Enable new[] on llvm::BumpPtrAllocator. | Dmitri Gribenko |
2012-07-05 | Mips specific inline asm operand modifier D. | Jack Carter |
2012-07-05 | Fix an overzealous assertion. It is legitimate for a target to have multiple... | Owen Anderson |
2012-07-05 | test case for r159770. | Akira Hatanaka |
2012-07-05 | Enclose instruction rdhwr with directives, which are needed when target is | Akira Hatanaka |
2012-07-05 | Enable target dependent directive parsing to hook before standard parser in | Akira Hatanaka |
2012-07-05 | add @llvm.donothing | Nuno Lopes |
2012-07-05 | Optimize extendIntervalEndTo a tiny bit by saving one call through the | Chandler Carruth |
2012-07-05 | Remove dead infrastructure for building DenseMaps with a SlotIndex as | Chandler Carruth |
2012-07-05 | Finish fixing the MachineOperand hashing, providing a nice modern | Chandler Carruth |
2012-07-05 | All cases are covered, no need for a default. This deals with the | Duncan Sands |
2012-07-05 | The hash function for MI expressions, used by MachineCSE, is really | Chandler Carruth |
2012-07-05 | Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1 | Duncan Sands |
2012-07-05 | [tsan] fix compile-time falilure found while building Chromium with tsan (tsa... | Kostya Serebryany |
2012-07-05 | Remove ParentMap. You can just ask the domnode for its parent. No functionality | Nick Lewycky |
2012-07-04 | Make X86 call and return instructions non-variadic. | Jakob Stoklund Olesen |
2012-07-04 | Allow trailing physreg RegisterSDNode operands on non-variadic instructions. | Jakob Stoklund Olesen |
2012-07-04 | Print SlotIndexes when available for -print-machineinstrs. | Jakob Stoklund Olesen |
2012-07-04 | Allow multiple terminators to read virtual registers. | Jakob Stoklund Olesen |
2012-07-04 | Ensure CopyToReg nodes are always glued to the call instruction. | Jakob Stoklund Olesen |
2012-07-04 | Make sure -print-machineinstrs applies to the first pass as well. | Jakob Stoklund Olesen |
2012-07-04 | Add a testcase for pr13209. It is not a great test, but it still fails if | Rafael Espindola |
2012-07-04 | Fix a bug in DebugInfo lib, extend a comment for one of the methods | Alexey Samsonov |
2012-07-04 | Reverted r159658: | Stepan Dyatkovskiy |
2012-07-04 | Reverted r156659, due to probable performance regressions, DenseMap should be... | Stepan Dyatkovskiy |
2012-07-04 | Reduce some code duplication. | Eric Christopher |
2012-07-04 | Fix some ascii art in a comment to not have trailing backslashes (inspiration | Matt Beaumont-Gay |
2012-07-04 | Add early if-conversion support to X86. | Jakob Stoklund Olesen |
2012-07-04 | Add an experimental early if-conversion pass, off by default. | Jakob Stoklund Olesen |
2012-07-03 | PHINode::hasConstantValue(): return undef if the PHI is fully recursive. | Nuno Lopes |
2012-07-03 | Use the DebugInfo's 'print()' method to emit the comments. | Bill Wendling |
2012-07-03 | BoundsChecking: optimize out the check for offset < 0 if size is known to be... | Nuno Lopes |
2012-07-03 | fold PHI nodes in SizeOffsetEvaluator whenever possible. | Nuno Lopes |
2012-07-03 | improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi... | Nuno Lopes |
2012-07-03 | IntegersSubsetMappin: cosmetic changes in diff operation. | Stepan Dyatkovskiy |
2012-07-03 | Part of r159527. Splitted into series of patches and gone with fixed PR13256: | Stepan Dyatkovskiy |
2012-07-03 | Part of r159527. Splitted into series of patches and gone with fixed PR13256: | Stepan Dyatkovskiy |