This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-26 23:32:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
include
/
llvm
History
…
..
ADT
…
Analysis
…
Assembly
…
Bitcode
…
CodeGen
…
Config
…
Debugger
…
ExecutionEngine
…
Support
…
System
…
Target
…
Transforms
…
AbstractTypeUser.h
…
Argument.h
…
AutoUpgrade.h
This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
2007-08-04 01:51:18 +00:00
BasicBlock.h
…
CallGraphSCCPass.h
…
CallingConv.h
Fix 80 col violations.
2007-04-16 21:24:12 +00:00
Constant.h
…
Constants.h
…
DerivedTypes.h
…
Function.h
…
GlobalAlias.h
…
GlobalValue.h
…
GlobalVariable.h
…
InlineAsm.h
represent indirect operands explicitly in inline asm strings.
2007-04-28 01:02:58 +00:00
InstrTypes.h
…
Instruction.def
…
Instruction.h
…
Instructions.h
…
IntrinsicInst.h
…
Intrinsics.h
For PR1297:
2007-04-01 07:26:35 +00:00
Intrinsics.td
…
IntrinsicsARM.td
…
IntrinsicsPowerPC.td
…
IntrinsicsX86.td
…
LinkAllPasses.h
…
LinkAllVMCore.h
…
Linker.h
Fix minor doxygen nits.
2007-08-05 20:06:04 +00:00
LinkTimeOptimizer.h
…
Module.h
…
ModuleProvider.h
…
ParameterAttributes.h
…
Pass.h
…
PassAnalysisSupport.h
…
PassManager.h
remove unimplemented ctor, add some comments.
2007-10-25 05:19:24 +00:00
PassManagers.h
Fix a using namespace llvm; in a header file.
2007-10-03 19:04:09 +00:00
PassSupport.h
…
SymbolTableListTraits.h
…
Type.h
…
TypeSymbolTable.h
…
Use.h
…
User.h
…
Value.h
…
ValueSymbolTable.h
better portability for intptr_t.
2007-05-18 07:07:05 +00:00