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
2006-10-20
For PR950:
Reid Spencer
2006-10-13
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-12
adjcallstack up/down clobbers the sp
Chris Lattner
2006-10-11
Reduce the amount of state in the lowering code and drop old pattern ISel fun...
Andrew Lenharth
2006-10-11
Use cute tblgen tricks to make zap handling more powerful. Specifically,
Chris Lattner
2006-10-11
Jimptables working again on alpha.
Andrew Lenharth
2006-10-11
Remove dead/redundant instructions. These are handled by ZAPNOTi
Chris Lattner
2006-10-11
This entry is done. switched to the gcc way of doing things.
Andrew Lenharth
2006-10-11
This has apparently been fixed
Chris Lattner
2006-10-09
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-06
Set the jt section
Chris Lattner
2006-10-06
Alpha uses a got
Chris Lattner
2006-10-05
Make use of getStore().
Evan Cheng
2006-10-05
Don't bother setting JumpTableTextSection, it is about to disappear
Chris Lattner
2006-10-05
Pass the MachineFunction into EmitJumpTableInfo.
Chris Lattner
2006-10-05
use getSectionForFunction to decide which section to emit code into
Chris Lattner
2006-10-04
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-09-24
Fix jump tables to match gcc (and the ABI and whatnot)
Andrew Lenharth
2006-09-24
jump table note
Andrew Lenharth
2006-09-20
Account for pseudo-ops correctly
Andrew Lenharth
2006-09-20
catch constants more often
Andrew Lenharth
2006-09-20
clarify with test case
Andrew Lenharth
2006-09-20
Add Note
Andrew Lenharth
2006-09-18
A pass to remove the worst of the replay trap offenders, and as a bonus, alig...
Andrew Lenharth
2006-09-18
Jump tables on Alpha
Andrew Lenharth
2006-09-14
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-12
Reflects MachineConstantPoolEntry changes.
Evan Cheng
2006-09-07
1. Remove condition on delete.
Jim Laskey
2006-09-07
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
Break out target asm info into separate files.
Jim Laskey
2006-09-06
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-05
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-09-05
jmp_bufs are this big on alpha.
Andrew Lenharth
2006-09-04
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-03
Simplify target construction.
Chris Lattner
2006-08-27
Do not use getTargetNode() and SelectNodeTo() which takes more than 3
Evan Cheng
2006-08-26
SelectNodeTo now returns a SDNode*.
Evan Cheng
2006-08-26
Select() no longer require Result operand by reference.
Evan Cheng
2006-08-26
Match tblgen changes.
Evan Cheng
2006-08-17
Constify some methods. Patch provided by Anton Vayvod, thanks!
Chris Lattner
2006-08-16
SelectNodeTo() may return a SDOperand that is different from the input.
Evan Cheng
2006-08-11
Eliminate use of getNode that takes a vector.
Chris Lattner
2006-08-11
eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.
Chris Lattner
2006-08-11
Match tablegen changes.
Evan Cheng
2006-08-11
CALLSEQ_* produces chain even if that's not needed.
Evan Cheng
2006-08-07
Match tablegen isel changes.
Evan Cheng
2006-07-31
Remove a duplicate pattern/
Evan Cheng
2006-07-28
Remove InFlightSet hack. No longer needed.
Evan Cheng
2006-07-27
Resolve BB references with relocation.
Evan Cheng
2006-07-25
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
[prev]
[next]