aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Generalize to support more ARM types.Nick Lewycky2009-04-182-2/+2
* Add a ScalarEvolution::getCouldNotCompute() function, and use itDan Gohman2009-04-182-12/+22
* More const qualifiers.Dan Gohman2009-04-181-14/+14
* Use more const qualifiers with SCEV interfaces.Dan Gohman2009-04-185-72/+73
* Regenerate.Nick Lewycky2009-04-181-1/+1
* Detect beagleboard as ARM. The $target is "armv7l".Nick Lewycky2009-04-181-1/+1
* Make it clearer that llvm-gcc is not needed forDuncan Sands2009-04-181-1/+2
* Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling2009-04-183-954/+3073
* Regenerate.Mikhail Glushenkov2009-04-181-3066/+944
* Add a configure check for llvm-gcc.Mikhail Glushenkov2009-04-182-7/+10
* Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a...Evan Cheng2009-04-182-0/+20
* Fixed a few 64 bit cases in X86InstrInfo::commuteInstructionMon P Wang2009-04-181-3/+3
* Adjust XFAIL syntax, maybe that will help. The otherDale Johannesen2009-04-181-1/+2
* patch 69408 breaks this by removing the opportunityDale Johannesen2009-04-181-0/+1
* Inline asm's were still introducing bogus dependencies;Dale Johannesen2009-04-181-1/+7
* remove trailing whitespaceJim Grosbach2009-04-171-50/+50
* Recommit r69335 and r69336. These were not causing problems.Bill Wendling2009-04-171-3/+5
* Move the AddLiveIn function definition closer to its uses.Bob Wilson2009-04-171-11/+11
* Rearrange code to reduce indentation.Bob Wilson2009-04-171-41/+38
* Rename file to have the correct suffix.Bob Wilson2009-04-171-0/+0
* Clean up formatting, remove trailing whitespace, fix comment typos andBob Wilson2009-04-174-50/+37
* Delete an unused field.Dan Gohman2009-04-171-1/+0
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-1727-309/+748
* Update information on canadian cross buildsJim Grosbach2009-04-171-36/+9
* Use a safer iterator interface and get rid of std C++ library misuse.David Greene2009-04-171-3/+2
* Regenerate configure.David Greene2009-04-171-26/+44
* Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene2009-04-173-30/+46
* For general dynamic TLS access we must useRafael Espindola2009-04-174-36/+49
* Revert r69335 and r69336. They were causing build failures.Bill Wendling2009-04-171-5/+3
* Don't create ConstantInts with pointer type. This fixes aDan Gohman2009-04-171-1/+1
* Teach spiller to unfold instructions which modref spill slot when a scratchEvan Cheng2009-04-173-11/+366
* MOV8rr_NOREX is a "Move" instruction. This doesn't currentlyDan Gohman2009-04-171-0/+1
* Don't use MOV8rr_NOREX on x86-32. It doesn't actually hurt anything atDan Gohman2009-04-171-3/+4
* Fix some failures in targets on available_externally functions,Chris Lattner2009-04-173-0/+17
* Use TargetData::getTypeSizeInBits instead of getPrimitiveSizeInBits()Dan Gohman2009-04-161-5/+5
* Fix PR3994: LLVMMatchType arguments do not refer to absolute return valueBob Wilson2009-04-162-10/+18
* make sure to unlock keymgr if the JIT is created and destroyed, allChris Lattner2009-04-161-5/+3
* Add a comment to describe LLVMMatchType.Bob Wilson2009-04-161-0/+6
* Fix for PR3944: make mem2reg O(N) instead of O(N^2) in the number of Eli Friedman2009-04-161-19/+11
* Handle a pointer type correctly in SCEVExpander::visitAddRecExpr.Dan Gohman2009-04-161-0/+2
* In the list-burr's pseudo two-addr dependency heuristics, don'tDan Gohman2009-04-161-0/+10
* Handle SUBREG_TO_REG instructions with the same heuristicsDan Gohman2009-04-161-5/+7
* Fix a bug with inttoptr/ptrtoint casts where the pointer has a differentDan Gohman2009-04-162-5/+12
* Do not treat beginning of inlined scope as beginning of normal function scope...Devang Patel2009-04-162-2/+20
* Minor code simplifications. Don't attempt LSR on theoreticalDan Gohman2009-04-161-12/+6
* LSR is no longer a GEP optimizer. It is now an IV expressionDan Gohman2009-04-161-2/+1
* Fix SCEVExpander::visitSMaxExpr and SCEVExpander::visitUMaxExpr toDan Gohman2009-04-161-0/+8
* Teach SCEVExpander::InsertCastOfTo to avoid creating inttoptr-of-ptrtointDan Gohman2009-04-162-2/+10
* Use ConstantExpr::getIntToPtr instead of SCEVExpander::InsertCastOfTo,Dan Gohman2009-04-161-3/+2
* Use a SCEV expression cast instead of immediately inserting aDan Gohman2009-04-161-8/+8