summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix a copy-and-paste error in the docsNadav Rotem2012-02-26
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-26
* Add testcase for the previous commit.Rafael Espindola2012-02-26
* Don't call dominates on unreachable instructions. Should fix the dragoneggRafael Espindola2012-02-26
* Default TargetData alignment information for 128-bit floating-point types.Hal Finkel2012-02-26
* And update the comment...Rafael Espindola2012-02-26
* Enable the assert that got all this dominator work started.Rafael Espindola2012-02-26
* Use the DT dominates function in the verifier.Rafael Espindola2012-02-26
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-26
* Don't call dominates on unreachable instructions.Rafael Espindola2012-02-26
* Reinstate the optimization from r151449 with a fix to not turn 'gep %x' intoNick Lewycky2012-02-26
* Don't call dominates on unreachable instructions.Rafael Espindola2012-02-26
* Roll these back to r151448 until I figure out how they're breakingNick Lewycky2012-02-25
* An argument and a local identified object (eg. a noalias call) could turn outNick Lewycky2012-02-25
* Fix five-letter typo in comment.Nick Lewycky2012-02-25
* Teach instsimplify to be more aggressive when analyzing comparisons of pointersNick Lewycky2012-02-25
* Move isKnownNonNull from private implementation detail of BasicAA to a publicNick Lewycky2012-02-25
* Remove spurious emacs mode marker.Nick Lewycky2012-02-25
* Revert r151278, breaks static linking.Hal Finkel2012-02-25
* Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...NAKAMURA Takumi2012-02-25
* Add comment.Chad Rosier2012-02-25
* Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. TheseChad Rosier2012-02-25
* Make the peephole optimizer clear kill flags on a vreg if it's about to add newLang Hames2012-02-25
* Fix indentation.Chad Rosier2012-02-25
* Grammar-o.Eric Christopher2012-02-25
* Fixed typo.Lang Hames2012-02-25
* Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka2012-02-25
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-24
* Remove unused cl::opt, make another opt static.Benjamin Kramer2012-02-24
* Add missing staticJakob Stoklund Olesen2012-02-24
* Fix undefined behavior.Ahmed Charles2012-02-24
* Thumb2 asm aliases for wide bitwise w/ immediate instructions.Jim Grosbach2012-02-24
* fix PR12075, a regression in a recent transform I added. In unreachable code...Chris Lattner2012-02-24
* Add WIN_FTOL_* psudo-instructions to model the unique calling conventionMichael J. Spencer2012-02-24
* Add a -stress-regalloc=<N> option.Jakob Stoklund Olesen2012-02-24
* X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel2012-02-24
* Don't crash when a glue node contains an internal CopyToRegHal Finkel2012-02-24
* Teach GVN that x+y is the same as y+x and that x<y is the same as y>x.Duncan Sands2012-02-24
* SDAGBuilder: Remove register sets that were never read and prune dead code su...Benjamin Kramer2012-02-24
* test commit. removing unnecessary whitespace.Kristof Beyls2012-02-24
* test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.NAKAMURA Takumi2012-02-24
* Remove dead code.Richard Osborne2012-02-24
* Workaround a miscompilation by gcc-4.3 that showed up as a failureDuncan Sands2012-02-24
* ScheduleDAGInstrs.h:155: warning: suggest parentheses around `&&' within `||'.Nick Lewycky2012-02-24
* PostRA sched: speed up physreg tracking by not abusing SparseSet.Andrew Trick2012-02-24
* ARM Thumb symbol references in assembly need the low bit set.Jim Grosbach2012-02-24
* Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...Pete Cooper2012-02-24
* comment fixJia Liu2012-02-24
* some comment fixJia Liu2012-02-24
* comment fixJia Liu2012-02-24