This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-15 16:07:49 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Target
History
Duraid Madina
a60348b6b2
add FP select. next up - divide!
...
llvm-svn: 24346
2005-11-14 01:17:30 +00:00
..
Alpha
unbreak the build
2005-11-13 01:45:23 +00:00
CBackend
do not allow '.' in symbol names
2005-11-10 21:39:29 +00:00
IA64
add FP select. next up - divide!
2005-11-14 01:17:30 +00:00
PowerPC
Make BB and CPI labels use the function number, not the function name as a
2005-11-10 21:59:25 +00:00
Skeleton
Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build.
2005-11-08 02:11:51 +00:00
SparcV8
Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build.
2005-11-08 02:11:51 +00:00
SparcV9
Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build.
2005-11-08 02:11:51 +00:00
X86
Add a new option to indicate we want the code generator to emit code quickly,not spending tons of time microoptimizing it. This is useful for an -O0style of build.
2005-11-08 02:11:51 +00:00
Makefile
…
MRegisterInfo.cpp
…
SubtargetFeature.cpp
…
Target.td
…
TargetData.cpp
…
TargetFrameInfo.cpp
…
TargetInstrInfo.cpp
…
TargetLowering.cpp
…
TargetMachine.cpp
…
TargetMachineRegistry.cpp
…
TargetSchedInfo.cpp
…
TargetSchedule.td
…
TargetSelectionDAG.td
add support for SELECT to TargetSelectionDAG.td, add support for
2005-11-02 02:37:18 +00:00
TargetSubtarget.cpp
…