summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge from mainline for PR1693.Tanya Lattner2007-09-211-0/+1
* Merge into release for PR1690.Tanya Lattner2007-09-211-12/+12
* Merge -r42152:42153 svn/llvm-project/llvm/trunkEvan Cheng2007-09-191-5/+26
* Merge from mainline. Tanya Lattner2007-09-181-1/+1
* Merge from mainline.Tanya Lattner2007-09-181-1/+1
* Merge from mainline: Fix PR1666, SPASS with the CBE and 254.gap with the CBE.Tanya Lattner2007-09-181-45/+27
* Merge from mainline because Owen said so.Tanya Lattner2007-09-181-1/+16
* Merge from mainline.Tanya Lattner2007-09-141-15/+5
* Merge from mainline. Tanya Lattner2007-09-141-4/+4
* Merge from mainline for PR1639Tanya Lattner2007-09-141-64/+162
* Merge from mainline for PR1652.Tanya Lattner2007-09-141-10/+10
* Bug fixes.Evan Cheng2007-09-131-4/+4
* Remove dead code.Evan Cheng2007-09-121-1/+1
* Yet another getTargetNode variant.Evan Cheng2007-09-121-0/+12
* Initial support for multi-result patterns:Evan Cheng2007-09-121-0/+2
* Fixed a typo that's causing a missing kill marker.Evan Cheng2007-09-121-4/+3
* Change llvm.gcroot to not init the root to null at runtime, this preventsChris Lattner2007-09-121-4/+1
* Generated files for previous patch.Dale Johannesen2007-09-124-12/+12
* Revise previous patch per review comments.Dale Johannesen2007-09-1214-88/+161
* Compensate for partCount change in Bogus definitionDale Johannesen2007-09-121-1/+1
* Enable indirect encoding for the personality functionBill Wendling2007-09-112-0/+2
* Sometimes a MI can define a register as well as defining a super-register at theEvan Cheng2007-09-111-6/+7
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-1114-260/+328
* Added status flags register: EFLAGS.Evan Cheng2007-09-111-0/+6
* Generated files for previous patch.Dale Johannesen2007-09-114-979/+1109
* Add APInt interfaces to APFloat (allows directlyDale Johannesen2007-09-1114-98/+298
* Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling2007-09-113-1/+8
* Two ParamAttrsVectors which differ by a permutationDuncan Sands2007-09-111-0/+4
* Turn calls to trampolines into calls to the underlyingDuncan Sands2007-09-111-0/+138
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-1111-56/+20
* My compiler warns about the semicolon.Duncan Sands2007-09-111-1/+1
* The personality function on Darwin needs a global stub. We then refer toBill Wendling2007-09-116-22/+26
* Fix a typo in memdep, which was causing PR1648.Owen Anderson2007-09-111-1/+1
* Avoid negative logic.Devang Patel2007-09-111-4/+4
* Refactor code into a separate method.Devang Patel2007-09-111-28/+47
* Clear split info object.Devang Patel2007-09-111-0/+1
* Split condition does not have to be ICmpInst in all cases.Devang Patel2007-09-111-5/+8
* Check all terminators inside loop.Devang Patel2007-09-101-4/+3
* remove some dead code, this is handled by constant folding.Chris Lattner2007-09-101-8/+1
* Fix a buggy constant folding transformation when handling aliases.Chris Lattner2007-09-101-4/+7
* Swap exit condition operands if it works.Devang Patel2007-09-101-5/+15
* regenerateChris Lattner2007-09-102-266/+308
* Fix PR1645 by resolving forward alias references.Chris Lattner2007-09-101-0/+21
* 80 col.Evan Cheng2007-09-101-4/+6
* New entry.Evan Cheng2007-09-101-0/+3
* Observation of rematerialization.Evan Cheng2007-09-101-0/+5
* Add some notes about better flag handling.Chris Lattner2007-09-103-1/+101
* Emit:Chris Lattner2007-09-101-0/+10
* 1. Don't call Value::getName(), which is slow.Chris Lattner2007-09-101-38/+52
* Prevent tailcallelim from breaking "recursive" calls to builtins.Chris Lattner2007-09-101-0/+9