aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Emit exception handling info for functions which areDale Johannesen2008-03-318-25/+49
* Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen2008-03-3114-31/+31
* It's not safe to fold a load from GV stub or constantpool into a two-address ...Evan Cheng2008-03-313-2/+51
* Actually disable crash reporting on Mac OS X, returning bugpoint to speedyNate Begeman2008-03-311-23/+6
* Set blockBegin to point to the beginning of the block,Dan Gohman2008-03-311-2/+2
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-3124-149/+98
* Fix a DAGCombiner optimization to respect volatile qualification.Dan Gohman2008-03-312-1/+26
* Add a unified 'generated documentation' target so the web site script has a c...Gordon Henriksen2008-03-311-1/+5
* test commitTorok Edwin2008-03-311-1/+1
* Reverting r48974. See PR2183 for details.Gordon Henriksen2008-03-311-4/+4
* Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar2008-03-315-0/+39
* There isn't any c++ code in LangImpl8.html, so use thatErick Tryzelaar2008-03-311-1/+1
* Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorialErick Tryzelaar2008-03-315-6/+5051
* Re-apply 48911.Evan Cheng2008-03-311-8/+12
* The support for remat of instructions with a register operand is hackish, to ...Evan Cheng2008-03-311-18/+7
* Quote the ocaml executablesErick Tryzelaar2008-03-311-4/+4
* Fix a major bug in the DFS calculation. Thanks for Christopher Lamb for poin...Owen Anderson2008-03-311-1/+1
* Don't eliminate bitcast instructions that change the type of a pointerNate Begeman2008-03-312-19/+26
* Tweak build system to allow for installing the tutorial and uninstalling the ...Erick Tryzelaar2008-03-303-3/+35
* Fix comment typo.Duncan Sands2008-03-301-1/+1
* Fix some documentation for the tutorial.Erick Tryzelaar2008-03-302-40/+40
* Moved from PR1570.Nick Lewycky2008-03-301-0/+26
* stop building llvmc.Chris Lattner2008-03-301-1/+1
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-3011-0/+19
* minor code cleanups, allow constant folding sinf/cosf.Chris Lattner2008-03-301-20/+26
* fix typo, PR2181Chris Lattner2008-03-301-2/+2
* Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial.Erick Tryzelaar2008-03-302-0/+2115
* Cosmetic changes.Evan Cheng2008-03-291-24/+3
* Honour another bunch of parameter attributes in llvm2cppAnton Korobeynikov2008-03-291-0/+8
* Honour ByVal parameter attribute in llvm2cppAnton Korobeynikov2008-03-291-0/+2
* change iterator invalidation avoidance to just move the iterator backwardChris Lattner2008-03-291-18/+25
* make the common case of a single store (which clearly shouldn't be turnedChris Lattner2008-03-291-3/+12
* add a testcase for forming memset from noncontiguous stores.Chris Lattner2008-03-292-1/+100
* give form-memset a significantly more sane heuristic, enable it by default.Chris Lattner2008-03-291-7/+49
* Remove some unneeded code for LiveInterval joining, and fix a bug in the Phi ...Owen Anderson2008-03-291-58/+25
* Cosmetic change.Evan Cheng2008-03-291-1/+1
* Fix a tokenfactor node to use the load chain rather than theDan Gohman2008-03-282-1/+36
* Backing out 48911 for now. It's breaking stuff.Evan Cheng2008-03-281-12/+8
* ifdef out a dead function. Should this be removed?Chris Lattner2008-03-281-0/+2
* Rename getAnyLoad to getLoad is suggested by Evan.Duncan Sands2008-03-283-22/+22
* New entry.Evan Cheng2008-03-281-0/+44
* Load from stub is already re-materializable.Evan Cheng2008-03-281-8/+12
* Update example to new syntax.Nick Lewycky2008-03-282-3/+9
* make memset inference significantly more powerful: it can now handle Chris Lattner2008-03-281-82/+184
* New entry.Evan Cheng2008-03-281-0/+2
* Simplify the conversion from "0x" numbers to a single digit number.Bill Wendling2008-03-281-17/+1
* Implement LegalizeTypes support for softfloat LOAD.Duncan Sands2008-03-274-78/+69
* Avoid creating chain dependencies from CopyToReg nodes to load and storeDan Gohman2008-03-272-56/+73
* PHI->removeIncomingValue may remove PHInode.Devang Patel2008-03-271-1/+2
* add another testcaseDevang Patel2008-03-271-0/+13