aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ## for comment delimiter on darwin x86-32, soDale Johannesen2008-03-253-12/+62
* Smaller function alignment when optimizing for size.Evan Cheng2008-03-253-6/+8
* Rename option -optimizefor-size to -optimize-size.Evan Cheng2008-03-251-1/+1
* Remove some debugging code.Owen Anderson2008-03-251-3/+0
* StrongPHIElimination doesn't support swapping live intervals like the coalesc...Owen Anderson2008-03-251-9/+6
* Add explicit keywords.Dan Gohman2008-03-2523-36/+39
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-2513-27/+30
* Avoid outputing spaces at the ends of lines.Dan Gohman2008-03-251-4/+4
* Do not align loops if optimizing for size.Devang Patel2008-03-251-1/+1
* Add optimize-for-size knob.Devang Patel2008-03-252-0/+10
* Handle a special case xor undef, undef -> 0. Technically this should be trans...Evan Cheng2008-03-254-2/+26
* Handle a special case xor undef, undef -> 0. Technically this should be trans...Evan Cheng2008-03-252-1/+12
* Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!Anton Korobeynikov2008-03-251-1/+1
* De-constify the input to the "operator >>" method as it is modified.Bill Wendling2008-03-251-1/+1
* Fix typos.Dan Gohman2008-03-251-3/+3
* Add CMP32mr and friends to the load-unfolding table. AmongDan Gohman2008-03-252-1/+5
* Tests for the instruction iterator bindings.Gordon Henriksen2008-03-251-0/+35
* Extend the builder interface to use the new instruction positioning code.Gordon Henriksen2008-03-253-36/+130
* Fix PR2062: Don't build Intrinsics.gen in the source directory. Do it in theBill Wendling2008-03-251-2/+2
* Disable building llvm-upgrade.Tanya Lattner2008-03-251-1/+1
* Make a note of the fact that EmitOwnedPtr() has nothing to do with theSam Bishop2008-03-251-0/+2
* Byebye llvm-upgrade!Tanya Lattner2008-03-25110-2138/+1823
* lastRegisterUse() should ignore identity copies. Those will be erased.Evan Cheng2008-03-252-7/+44