aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,Chris Lattner2011-04-093-0/+23
* look for the verboten argument slot access in any order, thanks to FritsChris Lattner2011-04-091-0/+1
* Fix potential buffer overflow on win32.Benjamin Kramer2011-04-091-12/+9
* Don't store Twine temporaries, it's not safe.Benjamin Kramer2011-04-092-9/+11
* Make error message more useful.Benjamin Kramer2011-04-091-2/+2
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-0915-36/+38
* Add back a couple checks removed by r129128; the fact that an intitializerEli Friedman2011-04-092-4/+11
* fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec...Chris Lattner2011-04-092-1/+21
* Fix a bug where RecursivelyDeleteTriviallyDeadInstructions couldChris Lattner2011-04-092-3/+46
* Avoid excess precision issues that lead to generating host-compiler-specific ...Chris Lattner2011-04-091-2/+6
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-093-0/+54
* Test for r129190.Eli Friedman2011-04-091-0/+32
* fix PR9629 - We were lowering regexes like a{{b|c}}d into ab|cd, whichChris Lattner2011-04-091-0/+8
* fix two completely broken tests, which were matching due to PR9629.Chris Lattner2011-04-092-4/+4
* remove a bunch of CHECK lines that aren't checking whatChris Lattner2011-04-091-5/+0
* regexes are allowed to match empty things, e.g. {{.*}} in filecheck.Chris Lattner2011-04-091-1/+1
* various cleanups, no functionality change.Chris Lattner2011-04-091-10/+6
* revert accidental commit.Chris Lattner2011-04-091-11/+11
* fix a potentially serious bug in AliasSet::removeCallSite Chris Lattner2011-04-092-11/+12
* Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen2011-04-097-84/+183
* Precompute interference for neighbor blocks as long as there is no interference.Jakob Stoklund Olesen2011-04-092-22/+37
* fix doc comment bug, noticed by JochenChris Lattner2011-04-091-2/+2
* have dag combine zap "store undef", which can be formed during call loweringChris Lattner2011-04-092-2/+23
* don't test for codegen of 'store undef'Chris Lattner2011-04-092-7/+11
* docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8.NAKAMURA Takumi2011-04-091-1/+1
* docs: Fix some in-package URLs.NAKAMURA Takumi2011-04-093-12/+12
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-0981-96/+96
* Redirected errors from the AsmParser to the properSean Callanan2011-04-091-0/+10
* Moved an access to an object past a NULL check,Sean Callanan2011-04-091-2/+2
* Add radar number for future reference.Devang Patel2011-04-081-1/+1
* Simplify array bound checks and clarify comments. One element array can have...Devang Patel2011-04-082-11/+9
* Add a function for profiling to run at shutdown. Unlike the existing API, thisNick Lewycky2011-04-082-3/+40
* Fix an apparent typo that made GCC complainMatt Beaumont-Gay2011-04-081-1/+1
* Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel2011-04-083-4/+50
* Missing closed tag.Bill Wendling2011-04-081-1/+1
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-085-26/+33
* Workaround g++ 4.2.1 warning diagnostic false positive.Jim Grosbach2011-04-081-2/+2
* Check opcoe (dmb, dsb) instead of bitfields matching.Johnny Chen2011-04-081-12/+1
* Hanlde the checking of bad regs for SMMLAR properly, instead of asserting.Johnny Chen2011-04-082-9/+13
* Sanity check the option operand for DMB/DSB.Johnny Chen2011-04-085-8/+67
* Mark hasExtraDefRegAllocReq=1 on LDRD.Jim Grosbach2011-04-081-1/+5
* reindent this whole file and do a variety of stylistic cleanups.Chris Lattner2011-04-081-1422/+1400
* fix this to build with the recent StructType changes.Chris Lattner2011-04-081-6/+6
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-084-84/+72
* MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it.Johnny Chen2011-04-082-0/+16
* llvm.global_[cd]tor is defined to be either external, or appending with an arrayNick Lewycky2011-04-084-37/+33
* Only emit the AvailableFeatures variable if it's used.Bill Wendling2011-04-081-4/+7
* Also add the late notes for Mips in the current release noteBruno Cardoso Lopes2011-04-081-1/+5
* Add sanity checking for bad register specifier(s) for the DPFrm instructions.Johnny Chen2011-04-085-0/+80
* Update testsRafael Espindola2011-04-0730-71/+71