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-16 16:48:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
/
llvm
/
Target
History
Evan Cheng
89f7ea0382
Another typo. Pointed out by Nate Begeman.
...
llvm-svn: 28353
2006-05-17 18:22:14 +00:00
..
MRegisterInfo.h
Also add super- register class info.
2006-05-11 07:31:44 +00:00
SubtargetFeature.h
Clean up some commentary.
2006-03-24 10:00:56 +00:00
TargetData.h
Add a method to generate a string representation from a TargetData.
2006-05-12 07:01:44 +00:00
TargetFrameInfo.h
Shut GCC 4.0 up about classes that have virtual functions but a non-virtual
2005-04-25 02:55:55 +00:00
TargetInstrInfo.h
Add capability to scheduler to commute nodes for profit.
2006-05-12 01:58:24 +00:00
TargetInstrItineraries.h
<cassert> no longer required to make VC++ happy.
2005-11-04 02:59:16 +00:00
TargetJITInfo.h
allow constants to be relocated like GV (necessary for alpha, as constants are relocated with globals, not with .text), and allow targets to have a GOT managed for them
2005-07-22 20:46:42 +00:00
TargetLowering.h
Another typo. Pointed out by Nate Begeman.
2006-05-17 18:22:14 +00:00
TargetMachine.h
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
2006-05-12 06:33:49 +00:00
TargetMachineRegistry.h
Improve comments, patch provided by Vladimir Prus!
2006-05-15 17:25:05 +00:00
TargetOptions.h
- Added option -relocation-model to set relocation model. Valid values include static, pic,
2006-02-22 20:19:42 +00:00
TargetSubtarget.h
Clean up the TargetSubtarget class a bit, removing an unnecessary argument
2005-07-12 02:41:19 +00:00