This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6ac2cd01d2fe1d3f94de470d01ebc379c4925372
clang-p2996
/
llvm
/
lib
/
Target
/
Sparc
/
MCTargetDesc
History
Rafael Espindola
566fcfe69b
Remove the UseCFI option from createAsmStreamer.
...
We were already always passing true, this just removes the option. llvm-svn: 208205
2014-05-07 13:00:43 +00:00
..
CMakeLists.txt
[Sparc] Add ELF Object Writer for Sparc.
2014-01-06 01:22:54 +00:00
LLVMBuild.txt
[Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.
2013-12-26 01:49:59 +00:00
Makefile
…
SparcAsmBackend.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Sparc edition
2014-04-29 07:57:13 +00:00
SparcELFObjectWriter.cpp
Completely rewrite ELFObjectWriter::RecordRelocation.
2014-03-29 06:26:49 +00:00
SparcFixupKinds.h
[SparcV9] Adds support for branch on integer register instructions (BPr) and conditional moves on integer register (MOVr/FMOVr).
2014-03-02 09:46:56 +00:00
SparcMCAsmInfo.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
SparcMCAsmInfo.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Sparc edition
2014-04-29 07:57:13 +00:00
SparcMCCodeEmitter.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Sparc edition
2014-04-29 07:57:13 +00:00
SparcMCExpr.cpp
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:41:26 +00:00
SparcMCExpr.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. Sparc edition
2014-04-29 07:57:13 +00:00
SparcMCTargetDesc.cpp
Remove the UseCFI option from createAsmStreamer.
2014-05-07 13:00:43 +00:00
SparcMCTargetDesc.h
[Sparc] Add ELF Object Writer for Sparc.
2014-01-06 01:22:54 +00:00
SparcTargetStreamer.cpp
Construct the MCStreamer before constructing the MCTargetStreamer.
2014-01-26 06:06:37 +00:00