aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-09-21Merge from mainline for PR1693.Tanya Lattner
2007-09-21Merge into release for PR1690.Tanya Lattner
2007-09-19Merge -r42152:42153 svn/llvm-project/llvm/trunkEvan Cheng
2007-09-18Merge from mainline. Tanya Lattner
2007-09-18Merge from mainline.Tanya Lattner
2007-09-18Merge from mainline: Fix PR1666, SPASS with the CBE and 254.gap with the CBE.Tanya Lattner
2007-09-18Merge from mainline because Owen said so.Tanya Lattner
2007-09-14Merge from mainline.Tanya Lattner
2007-09-14Merge from mainline. Tanya Lattner
2007-09-14Merge from mainline for PR1639Tanya Lattner
2007-09-14Merge from mainline for PR1652.Tanya Lattner
2007-09-13Bug fixes.Evan Cheng
2007-09-12Remove dead code.Evan Cheng
2007-09-12Yet another getTargetNode variant.Evan Cheng
2007-09-12Initial support for multi-result patterns:Evan Cheng
2007-09-12Fixed a typo that's causing a missing kill marker.Evan Cheng
2007-09-12Change llvm.gcroot to not init the root to null at runtime, this preventsChris Lattner
2007-09-12Generated files for previous patch.Dale Johannesen
2007-09-12Revise previous patch per review comments.Dale Johannesen
2007-09-12Compensate for partCount change in Bogus definitionDale Johannesen
2007-09-11Enable indirect encoding for the personality functionBill Wendling
2007-09-11Sometimes a MI can define a register as well as defining a super-register at theEvan Cheng
2007-09-11Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng
2007-09-11Added status flags register: EFLAGS.Evan Cheng
2007-09-11Generated files for previous patch.Dale Johannesen
2007-09-11Add APInt interfaces to APFloat (allows directlyDale Johannesen
2007-09-11Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling
2007-09-11Two ParamAttrsVectors which differ by a permutationDuncan Sands
2007-09-11Turn calls to trampolines into calls to the underlyingDuncan Sands
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-09-11My compiler warns about the semicolon.Duncan Sands
2007-09-11The personality function on Darwin needs a global stub. We then refer toBill Wendling
2007-09-11Fix a typo in memdep, which was causing PR1648.Owen Anderson
2007-09-11Avoid negative logic.Devang Patel
2007-09-11Refactor code into a separate method.Devang Patel
2007-09-11Clear split info object.Devang Patel
2007-09-11Split condition does not have to be ICmpInst in all cases.Devang Patel
2007-09-10Check all terminators inside loop.Devang Patel
2007-09-10remove some dead code, this is handled by constant folding.Chris Lattner
2007-09-10Fix a buggy constant folding transformation when handling aliases.Chris Lattner
2007-09-10Swap exit condition operands if it works.Devang Patel
2007-09-10regenerateChris Lattner
2007-09-10Fix PR1645 by resolving forward alias references.Chris Lattner
2007-09-1080 col.Evan Cheng
2007-09-10New entry.Evan Cheng
2007-09-10Observation of rematerialization.Evan Cheng
2007-09-10Add some notes about better flag handling.Chris Lattner
2007-09-10Emit:Chris Lattner
2007-09-101. Don't call Value::getName(), which is slow.Chris Lattner
2007-09-10Prevent tailcallelim from breaking "recursive" calls to builtins.Chris Lattner