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