aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build breakage on Windows with GCC 4.3. References bug #2176.Mikhail Glushenkov2008-03-271-1/+1
* Fix spelling. Thanks, Duncan! :-)Roman Levenstein2008-03-271-1/+1
* Speed-up the SumOfUnscheduledPredsOfSuccs by introducing a new functionRoman Levenstein2008-03-271-2/+25
* Adding the first two chapters of the ocaml/kaleidoscope tutorial.Erick Tryzelaar2008-03-273-0/+1421
* when a node is removed from an ilist, set its next/prev pointers toChris Lattner2008-03-271-0/+8
* New test case.Devang Patel2008-03-271-0/+7
* Code clean up.Evan Cheng2008-03-271-14/+16
* Allow certain lea instructions to be rematerialized.Evan Cheng2008-03-273-35/+68
* Remove an unused command line option.Evan Cheng2008-03-271-6/+0
* Fix a memory bug: increment an iterator of a deleted machine instr.Evan Cheng2008-03-272-2/+31
* Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar2008-03-276-2/+24
* Updating win32 VStudio project files with new file references and removing de...Chuck Rose III2008-03-274-29/+37
* Fix a bug in Darwin EH: FDE->CIE pointer mustDale Johannesen2008-03-262-15/+18
* Another test commit (with git-svn)Mikhail Glushenkov2008-03-262-0/+4
* Test commitMikhail Glushenkov2008-03-261-9/+0
* One more coalescer fix wrt deadness propagation.Evan Cheng2008-03-262-14/+50
* Avoid commuting a def MI in order to coalesce a copy instruction away if any ...Evan Cheng2008-03-263-2/+62
* Use a linked data structure for the uses lists of an SDNode, just like Roman Levenstein2008-03-2611-178/+372
* Fixed some spelling errors. Thanks, Duncan!Roman Levenstein2008-03-261-52/+54
* Some improvements related to the computation of isReachable.Roman Levenstein2008-03-261-54/+315
* Fix some SSE4.1 instruction encoding bugs.Evan Cheng2008-03-261-4/+4
* Dead PHI instructions need to be handled specially.Owen Anderson2008-03-261-0/+22
* Test commit (removed trailing whitespace)Erick Tryzelaar2008-03-261-1/+1