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
/
IA64
/
IA64ISelPattern.cpp
Age
Commit message (
Expand
)
Author
2006-01-19
BOOM!
Duraid Madina
2006-01-14
bswap implementation
Nate Begeman
2006-01-13
new nodes
Chris Lattner
2006-01-11
Missed a spot.
Nate Begeman
2006-01-05
Had expand logic backward.
Jim Laskey
2006-01-05
Added initial support for DEBUG_LABEL allowing debug specific labels to be
Jim Laskey
2005-12-22
remove dead code
Chris Lattner
2005-12-21
Disengage DEBUG_LOC from non-PPC targets.
Jim Laskey
2005-12-01
IA64 doesn't support the LOCATION node, and for some reason the ISelPattern
Chris Lattner
2005-10-28
DAG->DAG instruction selection for ia64! "hello world" works, not much else.
Duraid Madina
2005-10-21
Don't generate operations that aren't yet supported
Nate Begeman
2005-10-07
Fix CodeGen/Generic/bool-to-double.ll
Chris Lattner
2005-09-28
Add FP versions of the binary operators, keeping the int and fp worlds seperate.
Chris Lattner
2005-09-02
Handle ANY_EXTEND like ZERO_EXTEND. Simplify the extend/truncate code on
Chris Lattner
2005-08-26
Fix a bug in my previous checkin
Chris Lattner
2005-08-26
Change ConstantPoolSDNode to actually hold the Constant itself instead of
Chris Lattner
2005-08-25
fix a warning in optimized build
Chris Lattner
2005-08-22
Fix a crash I introduced into the IA64 backend with my copyfromreg change.
Chris Lattner
2005-08-22
Add a pass name for -time-passes output
Chris Lattner
2005-08-21
reenable collapse of loadimm+AND -> dep.z (thanks guys)
Duraid Madina
2005-08-20
Repair an out by one error for IA64.
Jim Laskey
2005-08-19
a bugfix (up top) and a quick repair job: disable generation of dep.z
Duraid Madina
2005-08-16
update the backends to work with the new CopyFromReg/CopyToReg/ImplicitDef nodes
Chris Lattner
2005-08-16
Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty
Nate Begeman
2005-08-10
sorry!! this is temporary; for some reason the nasty constmul code seems to
Duraid Madina
2005-08-09
Update the targets to the new SETCC/CondCodeSDNode interfaces.
Chris Lattner
2005-08-02
Update to use the new MathExtras.h support for log2 computation.
Chris Lattner
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-10
Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.
Chris Lattner
2005-07-10
Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode
Chris Lattner
2005-07-05
Make several cleanups to Andrews varargs change:
Chris Lattner
2005-06-22
If we support structs as va_list, we must pass pointers to them to va_copy
Andrew Lenharth
2005-06-18
core changes for varargs
Andrew Lenharth
2005-05-20
re-enable direct calls, this should just be a performance boost
Duraid Madina
2005-05-15
make angry compilers happy again
Duraid Madina
2005-05-13
treat TAILCALL nodes identically to CALL nodes
Chris Lattner
2005-05-13
Add an isTailCall flag to LowerCallTo
Chris Lattner
2005-05-12
rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN.
Chris Lattner
2005-05-12
Pass in Calling Convention to use into LowerCallTo
Chris Lattner
2005-05-11
add the popcount instruction and support this in the isel
Duraid Madina
2005-05-11
No really IA*64* :)
Chris Lattner
2005-05-09
fix and cleanup constmul code a bit, this fixes mediabench/toast and
Duraid Madina
2005-05-04
fix typo
Andrew Lenharth
2005-05-02
support multiplication by constant negative integers
Duraid Madina
2005-05-02
add support for bools to SELECT, this fixes Prolangs-C/bison from the
Duraid Madina
2005-04-30
This target doesn't support the FSIN/FCOS/FSQRT nodes yet
Chris Lattner
2005-04-27
Implement Value* tracking for loads and stores in the selection DAG. This en...
Andrew Lenharth
2005-04-27
clean up some warnings
Duraid Madina
2005-04-26
constmul bugfix: multiply by 27611 was broken
Duraid Madina
2005-04-26
clean up the code! (oops) lots more cleaning left, however.
Duraid Madina
[next]