index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Alpha
Age
Commit message (
Expand
)
Author
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
eliminateFrameIndex() change.
Evan Cheng
2007-04-25
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2007-04-17
Use this nifty Constraints thing and fix the inverted conditional moves
Andrew Lenharth
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
For PR1336:
Reid Spencer
2007-03-31
Readme
Andrew Lenharth
2007-03-25
switch TargetLowering::getConstraintType to take the entire constraint,
Chris Lattner
2007-03-20
Added MRegisterInfo hook to re-materialize an instruction.
Evan Cheng
2007-03-07
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-02-28
PEI now passes a RegScavenger ptr to eliminateFrameIndex.
Evan Cheng
2007-02-23
By default, spills kills the register being stored.
Evan Cheng
2007-02-22
Simplify lowering and selection of exception ops.
Jim Laskey
2007-02-21
Support to provide exception and selector registers.
Jim Laskey
2007-02-19
Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.
Evan Cheng
2007-02-19
For PR1207:
Reid Spencer
2007-02-17
Added getReservedRegs().
Evan Cheng
2007-02-16
This was done recently
Andrew Lenharth
2007-02-13
Well this isn't as ugly and it works better. At least gcc bootstraps again
Andrew Lenharth
2007-02-08
return addresses, those I already have
Andrew Lenharth
2007-02-08
Added new method to add a "simple" code emitter. That is, to only add
Bill Wendling
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-29
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2007-01-24
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
Andrew Lenharth
2007-01-24
Fix unordered fp on alpha
Andrew Lenharth
2007-01-24
Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().
Evan Cheng
2007-01-23
PEI is now responsible for adding MaxCallFrameSize to frame size and align th...
Evan Cheng
2007-01-23
hasFP() is now a virtual method of MRegisterInfo.
Evan Cheng
2007-01-19
For PR1043:
Reid Spencer
2007-01-02
Fix naming inconsistency.
Evan Cheng
2006-12-31
For PR950:
Reid Spencer
2006-12-19
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-07
Simplify a bit
Andrew Lenharth
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
Be sure to grab weak functions too, and make implicit defs comments
Andrew Lenharth
2006-12-06
add #include
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-11-30
MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
Evan Cheng
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-15
Properly transfer kill / dead info.
Evan Cheng
2006-11-13
Matches MachineInstr changes.
Evan Cheng
2006-11-03
silence warnings.
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
2006-11-02
fix 2006-11-01-vastart.ll
Andrew Lenharth
2006-10-31
more shotenning
Andrew Lenharth
2006-10-31
Let us play simplify the td file (and fix a few missed sub and mul patterns).
Andrew Lenharth
2006-10-31
Add all that branch mangling niftiness
Andrew Lenharth
[next]