This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
7
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
History
Evan Cheng
c1e4e3743b
Allow copyRegToReg to emit cross register classes copies.
...
Tested with "make check"! llvm-svn: 42346
2007-09-26 06:25:56 +00:00
..
CallingConvLower.cpp
propagate struct size and alignment of byval arguments to the DAG
2007-08-10 14:44:42 +00:00
DAGCombiner.cpp
Fix a bogus splat xform:
2007-09-18 21:54:37 +00:00
LegalizeDAG.cpp
Use the correct result value type instead of using getValueType(0)
2007-09-24 15:54:53 +00:00
Makefile
For PR780:
2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp
Allow copyRegToReg to emit cross register classes copies.
2007-09-26 06:25:56 +00:00
ScheduleDAGList.cpp
Added major new capabilities to scheduler (only BURR for now) to support physical register dependency. The BURR scheduler can now backtrace and duplicate instructions in order to avoid "expensive / impossible to copy" values (e.g. status flag EFLAGS for x86) from being clobbered.
2007-09-25 01:54:36 +00:00
ScheduleDAGRRList.cpp
Added major new capabilities to scheduler (only BURR for now) to support physical register dependency. The BURR scheduler can now backtrace and duplicate instructions in order to avoid "expensive / impossible to copy" values (e.g. status flag EFLAGS for x86) from being clobbered.
2007-09-25 01:54:36 +00:00
ScheduleDAGSimple.cpp
Allow copyRegToReg to emit cross register classes copies.
2007-09-26 06:25:56 +00:00
SelectionDAG.cpp
Change APFloat::convertFromInteger to take the incoming
2007-09-21 22:09:37 +00:00
SelectionDAGISel.cpp
Remove the assumption that FP's are either float or
2007-09-14 22:26:36 +00:00
SelectionDAGPrinter.cpp
Added major new capabilities to scheduler (only BURR for now) to support physical register dependency. The BURR scheduler can now backtrace and duplicate instructions in order to avoid "expensive / impossible to copy" values (e.g. status flag EFLAGS for x86) from being clobbered.
2007-09-25 01:54:36 +00:00
TargetLowering.cpp
Move the setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand) and
2007-09-25 15:10:49 +00:00