summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-16
* Fix these comments to reflect current reality. Surprisingly,Dan Gohman2008-09-16
* Finally re-apply r46959. This is made feasible by the combinationDan Gohman2008-09-16
* Improve instcombine's handling of integer min and max in two ways:Dan Gohman2008-09-16
* AllocateRWXMemory -> AllocateRWX.Evan Cheng2008-09-16
* Don't take the time to CheckDAGForTailCallsAndFixThem when tail callsDan Gohman2008-09-16
* Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman2008-09-16
* Teach ScalarEvolution to consider loop preheaders in the search forDan Gohman2008-09-15
* Live intervals for live-in registers should begin at the beginning of a basic...Owen Anderson2008-09-15
* Teach LSR to optimize away SMAX operations for tripcounts in commonDan Gohman2008-09-15
* Fixed Bug 2751Bruno Cardoso Lopes2008-09-15
* Re-enable SelectionDAG CSE for calls. It matters in the case ofDan Gohman2008-09-15
* Correctly update kill infos after extending a live range and merge 2 val#'s; ...Evan Cheng2008-09-15
* Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman2008-09-14
* adjust last patch per review feedbackDale Johannesen2008-09-14
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-13
* Fix PR2792: treat volatile loads as writing memory somewhere.Duncan Sands2008-09-13
* Fix random abort.Evan Cheng2008-09-13
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-13
* Typo.Evan Cheng2008-09-13
* Rely on instruction format to determine so_reg operand for now.Evan Cheng2008-09-13
* Revert 56176. All those instruction formats are still needed.Evan Cheng2008-09-13
* Accidentially flipped the condition.Evan Cheng2008-09-13
* Add debug dumps.Evan Cheng2008-09-13
* Eliminate unnecessary instruction formats.Evan Cheng2008-09-12
* Addrmode 1 S bit can be dynamically set. Look for CPSR def.Evan Cheng2008-09-12
* Rewrite address mode 1 code emission routines.Evan Cheng2008-09-12
* On some targets, non-move instructions can become move instructions because o...Evan Cheng2008-09-12
* Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman2008-09-12
* Pass "earlyclobber" bit through to machineDale Johannesen2008-09-12
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* Rather than marking all internal globals "Ref"Duncan Sands2008-09-12
* The sequence for ppcf128 compares was not IEEEDale Johannesen2008-09-12
* On 64-bit targets, change 32-bit getelementptr indices to be 64-bitDan Gohman2008-09-11
* Fix a vectorshuffle instcombine bug introduced by r55995.Dan Gohman2008-09-11
* udpate header comment: s/VP/VFP/Jim Grosbach2008-09-11
* When tailcallopt is enabled all fastcc calls must have an aligned argument st...Arnold Schwaighofer2008-09-11
* Fix PR2748. Avoid coalescing physical register with virtual register which wo...Evan Cheng2008-09-11
* Fix a bug in ANY_EXTEND handling that was breaking 403.gcc on X86-64 in fast ...Owen Anderson2008-09-11
* Fix comment typo.Duncan Sands2008-09-11
* Intrinsics don't touch internal global variablesDuncan Sands2008-09-11
* Fix a copy+paste bug that Duncan spotted. For severalDan Gohman2008-09-11
* Fix PR2783 - coalescer bug. Missing a TargetRegisterInfo::isVirtualRegister c...Evan Cheng2008-09-11
* Intrinsics don't read these kinds of globalDuncan Sands2008-09-11
* Fix a 80 column violation.Evan Cheng2008-09-11
* The version of AtomicSDNode::AtomicSDNode used (only) forDale Johannesen2008-09-11
* If ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and ISD::SIGN_EXTEND before gi...Owen Anderson2008-09-11
* Succumb utterly to compatibility and implementDale Johannesen2008-09-11
* Propagate subreg index when promoting a load to a copy.Evan Cheng2008-09-11
* In my analysis for r56076 I missed the case where the originalDan Gohman2008-09-11