aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the LLVM Getting Started page.Chad Rosier2012-02-261-54/+64
* Add href to clang in overview.Chad Rosier2012-02-261-3/+4
* Remove references to llvm-gcc from overview and tutorial.Chad Rosier2012-02-261-26/+13
* Add support for random constant vectors.Nadav Rotem2012-02-261-1/+23
* Style fix: Remove unneeded parentheses.Nadav Rotem2012-02-261-2/+2
* Fix a bug in the code that checks if a store value is a vector of i1sNadav Rotem2012-02-261-1/+2
* Fix compilation on MSVC. Rename "_BB" to "Block"Nadav Rotem2012-02-261-2/+2
* fix a copy-and-paste error in the docsNadav Rotem2012-02-261-1/+1
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-269-2/+741
* Add testcase for the previous commit.Rafael Espindola2012-02-261-0/+25
* Don't call dominates on unreachable instructions. Should fix the dragoneggRafael Espindola2012-02-261-2/+6
* Default TargetData alignment information for 128-bit floating-point types.Hal Finkel2012-02-261-0/+1
* And update the comment...Rafael Espindola2012-02-261-1/+0
* Enable the assert that got all this dominator work started.Rafael Espindola2012-02-261-1/+1
* Use the DT dominates function in the verifier.Rafael Espindola2012-02-261-72/+55
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-265-32/+156
* Don't call dominates on unreachable instructions.Rafael Espindola2012-02-261-2/+2
* Reinstate the optimization from r151449 with a fix to not turn 'gep %x' intoNick Lewycky2012-02-263-14/+115
* Don't call dominates on unreachable instructions.Rafael Espindola2012-02-262-2/+3
* Roll these back to r151448 until I figure out how they're breakingNick Lewycky2012-02-253-97/+13
* An argument and a local identified object (eg. a noalias call) could turn outNick Lewycky2012-02-252-26/+37
* Fix five-letter typo in comment.Nick Lewycky2012-02-251-1/+1
* Teach instsimplify to be more aggressive when analyzing comparisons of pointersNick Lewycky2012-02-253-13/+86
* Move isKnownNonNull from private implementation detail of BasicAA to a publicNick Lewycky2012-02-253-16/+21
* Remove spurious emacs mode marker.Nick Lewycky2012-02-251-1/+1
* Revert r151278, breaks static linking.Hal Finkel2012-02-252-17/+8
* Target/X86: Fix assertion failures and warnings caused by r151382 _ftol2 lowe...NAKAMURA Takumi2012-02-254-12/+34
* Add comment.Chad Rosier2012-02-252-2/+3
* Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. TheseChad Rosier2012-02-257-18/+31
* Make the peephole optimizer clear kill flags on a vreg if it's about to add newLang Hames2012-02-251-0/+4
* Fix indentation.Chad Rosier2012-02-251-2/+1
* Grammar-o.Eric Christopher2012-02-251-1/+1
* Fixed typo.Lang Hames2012-02-251-1/+1
* Add definitions of floating point multiply add/sub and negative multiplyAkira Hatanaka2012-02-254-8/+159
* Add an option to use a virtual register as the global base register instead ofAkira Hatanaka2012-02-2418-99/+276
* Remove unused cl::opt, make another opt static.Benjamin Kramer2012-02-242-4/+1
* Add missing staticJakob Stoklund Olesen2012-02-241-3/+3
* Fix undefined behavior.Ahmed Charles2012-02-241-1/+1
* Thumb2 asm aliases for wide bitwise w/ immediate instructions.Jim Grosbach2012-02-241-0/+9
* fix PR12075, a regression in a recent transform I added. In unreachable code...Chris Lattner2012-02-242-4/+28
* Add WIN_FTOL_* psudo-instructions to model the unique calling conventionMichael J. Spencer2012-02-246-32/+261
* Add a -stress-regalloc=<N> option.Jakob Stoklund Olesen2012-02-241-1/+9
* X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel2012-02-242-2/+8
* Don't crash when a glue node contains an internal CopyToRegHal Finkel2012-02-242-0/+15
* Teach GVN that x+y is the same as y+x and that x<y is the same as y>x.Duncan Sands2012-02-242-1/+39
* SDAGBuilder: Remove register sets that were never read and prune dead code su...Benjamin Kramer2012-02-241-63/+3
* test commit. removing unnecessary whitespace.Kristof Beyls2012-02-241-1/+1
* test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.NAKAMURA Takumi2012-02-241-1/+1
* Remove dead code.Richard Osborne2012-02-241-3/+1
* Workaround a miscompilation by gcc-4.3 that showed up as a failureDuncan Sands2012-02-241-1/+1