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
/
XCore
/
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
[CMake] Let add_public_tablegen_target responsible to provide dependency to CommonTableGen.
2013-11-28 17:04:04 +00:00
LLVMBuild.txt
Add proper dependencies to LLVMBuild.txt in llvm/lib.
2013-12-10 05:39:34 +00:00
Makefile
…
XCoreMCAsmInfo.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
XCoreMCAsmInfo.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. XCore edition
2014-04-29 07:57:00 +00:00
XCoreMCTargetDesc.cpp
Remove the UseCFI option from createAsmStreamer.
2014-05-07 13:00:43 +00:00
XCoreMCTargetDesc.h
…