aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-09docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi
2011-04-09Add back a couple checks removed by r129128; the fact that an intitializerEli Friedman
2011-04-09fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec...Chris Lattner
2011-04-09Fix a bug where RecursivelyDeleteTriviallyDeadInstructions couldChris Lattner
2011-04-09Avoid excess precision issues that lead to generating host-compiler-specific ...Chris Lattner
2011-04-09PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman
2011-04-09Test for r129190.Eli Friedman
2011-04-09fix PR9629 - We were lowering regexes like a{{b|c}}d into ab|cd, whichChris Lattner
2011-04-09fix two completely broken tests, which were matching due to PR9629.Chris Lattner
2011-04-09remove a bunch of CHECK lines that aren't checking whatChris Lattner
2011-04-09regexes are allowed to match empty things, e.g. {{.*}} in filecheck.Chris Lattner
2011-04-09various cleanups, no functionality change.Chris Lattner
2011-04-09revert accidental commit.Chris Lattner
2011-04-09fix a potentially serious bug in AliasSet::removeCallSite Chris Lattner
2011-04-09Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen
2011-04-09Precompute interference for neighbor blocks as long as there is no interference.Jakob Stoklund Olesen
2011-04-09fix doc comment bug, noticed by JochenChris Lattner
2011-04-09have dag combine zap "store undef", which can be formed during call loweringChris Lattner
2011-04-09don't test for codegen of 'store undef'Chris Lattner
2011-04-09docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8.NAKAMURA Takumi
2011-04-09docs: Fix some in-package URLs.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-04-09Redirected errors from the AsmParser to the properSean Callanan
2011-04-09Moved an access to an object past a NULL check,Sean Callanan
2011-04-08Add radar number for future reference.Devang Patel
2011-04-08Simplify array bound checks and clarify comments. One element array can have...Devang Patel
2011-04-08Add a function for profiling to run at shutdown. Unlike the existing API, thisNick Lewycky
2011-04-08Fix an apparent typo that made GCC complainMatt Beaumont-Gay
2011-04-08Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel
2011-04-08Missing closed tag.Bill Wendling
2011-04-08Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng
2011-04-08Workaround g++ 4.2.1 warning diagnostic false positive.Jim Grosbach
2011-04-08Check opcoe (dmb, dsb) instead of bitfields matching.Johnny Chen
2011-04-08Hanlde the checking of bad regs for SMMLAR properly, instead of asserting.Johnny Chen
2011-04-08Sanity check the option operand for DMB/DSB.Johnny Chen
2011-04-08Mark hasExtraDefRegAllocReq=1 on LDRD.Jim Grosbach
2011-04-08reindent this whole file and do a variety of stylistic cleanups.Chris Lattner
2011-04-08fix this to build with the recent StructType changes.Chris Lattner
2011-04-08Refactor MCJIT 32-bit section loading.Jim Grosbach
2011-04-08MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it.Johnny Chen
2011-04-08llvm.global_[cd]tor is defined to be either external, or appending with an arrayNick Lewycky
2011-04-08Only emit the AvailableFeatures variable if it's used.Bill Wendling
2011-04-08Also add the late notes for Mips in the current release noteBruno Cardoso Lopes
2011-04-08Add sanity checking for bad register specifier(s) for the DPFrm instructions.Johnny Chen
2011-04-07Update testsRafael Espindola
2011-04-07Micro optimization and improved similarity with gas' output:Rafael Espindola
2011-04-07Do not let debug info interfer with branch folding.Devang Patel
2011-04-07Add a VEXT test.Johnny Chen
2011-04-07Replace the old algorithm that emitted the "print the alias for an instruction"Bill Wendling
2011-04-07If present, use gold's support for getting a file view. This prevents havingRafael Espindola