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-18 09:46:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
/
llvm
/
Target
History
Evan Cheng
18acf2200c
Compute feature bits at time of MCSubtargetInfo initialization.
...
llvm-svn: 134606
2011-07-07 07:07:08 +00:00
..
Mangler.h
…
Target.td
Don't require pseudo-instructions to carry encoding information.
2011-07-06 21:33:38 +00:00
TargetAsmBackend.h
…
TargetAsmInfo.h
Add a target hook to encode the compact unwind information.
2011-07-07 00:54:13 +00:00
TargetAsmLexer.h
…
TargetAsmParser.h
…
TargetCallingConv.h
…
TargetCallingConv.td
…
TargetData.h
…
TargetELFWriterInfo.h
…
TargetFrameLowering.h
Use ArrayRef instead of a std::vector&.
2011-07-07 04:42:01 +00:00
TargetInstrInfo.h
Hide the call to InitMCInstrInfo into tblgen generated ctor.
2011-07-01 17:57:27 +00:00
TargetIntrinsicInfo.h
…
TargetJITInfo.h
…
TargetLibraryInfo.h
add a copy ctor to TargetLibraryInfo.
2011-05-21 20:09:13 +00:00
TargetLowering.h
Remove getRegClassForInlineAsmConstraint and all dependencies.
2011-06-30 01:20:03 +00:00
TargetLoweringObjectFile.h
Use the presence of the __compact_unwind section to indicate that a target
2011-06-23 05:13:28 +00:00
TargetMachine.h
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
2011-07-01 21:01:15 +00:00
TargetOpcodes.h
Change the REG_SEQUENCE SDNode to take an explict register class ID as its first operand. This operand is lowered away by the time we reach MachineInstrs, so the actual register-allocation handling of them doesn't need to change.
2011-06-16 18:17:13 +00:00
TargetOptions.h
Rename TargetOptions::StackAlignment to StackAlignmentOverride.
2011-06-23 18:15:47 +00:00
TargetRegisterInfo.h
Constify getCompactUnwindRegNum.
2011-07-06 20:33:48 +00:00
TargetRegistry.h
Compute feature bits at time of MCSubtargetInfo initialization.
2011-07-07 07:07:08 +00:00
TargetSchedule.td
…
TargetSelect.h
…
TargetSelectionDAG.td
Add one more argument to the prefetch intrinsic to indicate whether it's a data
2011-06-14 04:58:37 +00:00
TargetSelectionDAGInfo.h
…
TargetSubtargetInfo.h
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
2011-07-01 21:01:15 +00:00