aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add convenient helper to get suffix of the fileAnton Korobeynikov2008-02-201-0/+8
* Remove inline keywords from in-class function definitions, forDan Gohman2008-02-201-32/+32
* getresult type is the type of indexed aggregate elementDevang Patel2008-02-201-5/+0
* Specify GetResultInst index as an unsigned.Devang Patel2008-02-201-10/+11
* Fix typo. Add const version of getAggregateValue() accessor member function.Devang Patel2008-02-201-2/+7
* Add explicit keywords.Dan Gohman2008-02-203-4/+6
* Add an intersects method to APInt, to capture a common idiom.Dan Gohman2008-02-201-0/+6
* Add 'sink' cmdline option. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-02-201-1/+2
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-1/+1
* And final pack of warnings silencingAnton Korobeynikov2008-02-201-0/+1
* Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov2008-02-201-2/+0
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-209-11/+17
* Fixed typo.Bill Wendling2008-02-201-1/+1
* More constification of things. More comments added. No functionalityBill Wendling2008-02-201-3/+3
* Add 'umax' similar to 'smax' SCEV. Closes PR2003.Nick Lewycky2008-02-203-3/+35
* Add some comments to Intrinsic::getDeclaration to clarify how toDan Gohman2008-02-201-0/+6
* Add Alignment field to ParameterAttributes andDale Johannesen2008-02-191-0/+2
* Add GetResultInst. First step for multiple return value support.Devang Patel2008-02-193-1/+54
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-194-32/+39
* remove the LowerSelect pass. The last client was the old Sparc backend, whic...Chris Lattner2008-02-192-10/+0
* remove the lower packed pass. It can never work and even the parts that Chris Lattner2008-02-192-8/+0
* - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c...Evan Cheng2008-02-181-0/+5
* Simplify caller updating using a CallSite, asDuncan Sands2008-02-181-0/+1
* New helper function getMBBFromIndex() that given an index in any instruction ...Roman Levenstein2008-02-181-0/+30
* Add support for setting parameters to CallSite.Owen Anderson2008-02-181-0/+9
* Add a predicate to Argument to check for the StructRet attribute.Owen Anderson2008-02-171-0/+4
* llvm.memory.barrier, and impl for x86 and alphaAndrew Lenharth2008-02-162-0/+13
* Rename CountMemOperands to ComputeMemOperandsEnd to reflect whatDan Gohman2008-02-161-5/+6
* Make tblgen a little smarter about constants smaller than i32. Currently,Scott Michel2008-02-151-0/+4
* - Removing the infamous r2rMap_ and rep() method. Now the coalescer will updateEvan Cheng2008-02-152-12/+29
* Added CommuteChangesDestination(). This returns true if commuting the specifiedEvan Cheng2008-02-151-0/+10
* Change MemOperand's size and offset to be 64-bit.Dan Gohman2008-02-151-5/+6
* In TargetLowering::LowerCallTo, don't assert thatDuncan Sands2008-02-141-2/+2
* Change how FP immediates are handled. Nate Begeman2008-02-141-0/+1
* Support a new type of MachineOperand, MO_FPImmediate, used for holdingNate Begeman2008-02-141-0/+15
* Nuke dead commentNate Begeman2008-02-141-2/+0
* Fix a typo in a comment.Dan Gohman2008-02-131-1/+1
* Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBitsDan Gohman2008-02-132-2/+2
* Rename APInt's isPositive to isNonNegative, to reflect what itDan Gohman2008-02-131-6/+7
* Add countTrailingOnes member functions to APInt.Dan Gohman2008-02-131-2/+12
* Fix a typo in a comment.Dan Gohman2008-02-131-1/+1
* Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations.Dan Gohman2008-02-131-0/+32
* Enable exception handling int JITNicolas Geoffray2008-02-133-0/+105
* Remove use of ltdlDevang Patel2008-02-131-3/+0
* Simplify.Evan Cheng2008-02-131-8/+8
* Initial support for copy elimination by commuting its definition MI.Evan Cheng2008-02-131-0/+14
* - Added removeValNo() to remove all live ranges of a particular value#.Evan Cheng2008-02-131-9/+7
* Added debugging routine dumpUses.Evan Cheng2008-02-131-6/+10
* Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t.Dan Gohman2008-02-132-3/+9
* Change APInt::getBitsSet to accept a "half-open" range, where theDan Gohman2008-02-121-7/+7