aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Missed patch from my last commitAnton Korobeynikov2008-03-051-0/+10
* Resolve aliases to aliasees, where possibleAnton Korobeynikov2008-03-051-0/+3
* Handle functions as targets during linking of aliases as wellAnton Korobeynikov2008-03-051-1/+25
* - Fix support for "special" i64 immediates that can be loadedScott Michel2008-03-054-647/+361
* Try hard to link aliases. Checks can be too strict by now.Anton Korobeynikov2008-03-051-20/+101
* Fix a coalescer bug wrt how dead copy interval is shortened.Evan Cheng2008-03-052-13/+36
* Handle 'ret' with multiple values.Devang Patel2008-03-051-11/+23
* Add Hybrid Cycle Detection to Andersen's analysis.Daniel Berlin2008-03-051-32/+272
* Clarify that CALLSEQ_START..END may not be nested,Dale Johannesen2008-03-051-0/+7
* evan implemented this.Chris Lattner2008-03-051-26/+0
* Remember the source->dest mapping when copying aliases. This fixes PR2054Anton Korobeynikov2008-03-051-4/+10
* Clarify the state-of-the-artAnton Korobeynikov2008-03-051-9/+12
* isTwoAddress = 1 -> Constraints.Evan Cheng2008-03-051-47/+47
* PSLLWri etc. are two-address instructions.Evan Cheng2008-03-051-1/+3
* add a noteChris Lattner2008-03-051-0/+30
* Generalize FP constant shrinking optimization to apply to any vtChris Lattner2008-03-051-26/+25
* Improve comment, pass in the original VT so that we can shrink a long double ...Chris Lattner2008-03-051-2/+4
* Ignore debugging related instructions if they get this far.Evan Cheng2008-03-051-0/+4
* Rather than asserting. Dump out the MI that we are not able to encode and abort.Evan Cheng2008-03-051-1/+6
* Codegen support for i128 UINT_TO_FP. This just fixes aDan Gohman2008-03-052-6/+2
* Add a target lowering hook to control whether it's worthwhile to compress fp ...Evan Cheng2008-03-052-1/+12
* 64bit CAS on 32bit x86.Andrew Lenharth2008-03-054-8/+75
* Codegen support for i128 SINT_TO_FP.Dan Gohman2008-03-053-21/+56
* Refactor code. Remove duplicated functions that basically do the same thing asEvan Cheng2008-03-0513-171/+111
* Skip functions that return multiple values.Devang Patel2008-03-051-0/+5
* Check struct return type first. Devang Patel2008-03-051-6/+7
* Removed spurious EnablePPCRS check.Bill Wendling2008-03-041-4/+3
* Move PPC lowering functions into PPCTargetLoweringDale Johannesen2008-03-042-28/+120
* Use a command-line option to turn register scavenging on/off for PPC.Bill Wendling2008-03-042-39/+51
* Print types for all ret operands.Devang Patel2008-03-041-1/+2
* Use while loop.Devang Patel2008-03-041-3/+2
* Revert SmallVector ctor variants.Devang Patel2008-03-041-51/+0
* Use cast instead of dyn_cast.Devang Patel2008-03-041-2/+1
* Filter nested structsDevang Patel2008-03-041-0/+16
* Handle multiple return values.Devang Patel2008-03-041-3/+15
* x86-64 atomicsAndrew Lenharth2008-03-042-2/+35
* Properly populate lists of defined/undefined symbols in presence of aliasesAnton Korobeynikov2008-03-041-1/+11
* Add alias with non-external aliasee to the list of exported symbols of the li...Anton Korobeynikov2008-03-041-1/+10
* Use appropriate index to get the result value.Devang Patel2008-03-041-1/+3
* Skip sret attribute while preparing attribute list forDevang Patel2008-03-041-11/+21
* Add FunctionType ctor variant that takes SmallVector params.Devang Patel2008-03-041-0/+51
* Increment counter that keeps track of total number of sret promoted.Devang Patel2008-03-041-0/+1
* Skip declarations.Devang Patel2008-03-041-1/+1
* Process externally visible functions also. Later on code generator will do th...Devang Patel2008-03-041-2/+1
* Collect statistics.Devang Patel2008-03-041-5/+11
* Some improvements related to the computation of heights, depths of SUnits.Roman Levenstein2008-03-041-21/+93
* Refactor ExpandConstantFP so it can optimize load from constpool of types lar...Evan Cheng2008-03-041-16/+19
* 80 column violations.Evan Cheng2008-03-041-3/+6
* Did I say 'e = getNumOperands()'? I meant --e, of course.Bill Wendling2008-03-041-1/+1
* Rename isOperand() to isOperandOf() (and other similar methods). It always co...Evan Cheng2008-03-044-17/+17