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-02-10 20:33:15 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
include
/
llvm
History
…
..
ADT
…
Analysis
Loop Strength Reduce: Scaling factor cost.
2013-05-31 21:29:03 +00:00
Assembly
…
Bitcode
…
CodeGen
…
Config
…
DebugInfo
…
ExecutionEngine
Expose the RTDyldMemoryManager through the C API. This allows clients of
2013-05-22 02:46:43 +00:00
IR
…
IRReader
…
MC
Whitespace.
2013-06-02 19:51:54 +00:00
Object
…
Option
…
Support
…
TableGen
…
Target
…
Transforms
Extend RemapInstruction and friends to take an optional new parameter, a ValueMaterializer.
2013-05-28 15:17:05 +00:00
AutoUpgrade.h
remove autoupgrade support for really old-style debug info intrinsics.
2011-11-27 06:18:33 +00:00
CMakeLists.txt
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
DebugInfo.h
…
DIBuilder.h
…
GVMaterializer.h
Fix include guards so they exactly match file names.
2013-01-10 00:45:19 +00:00
InitializePasses.h
…
InstVisitor.h
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
LinkAllIR.h
…
LinkAllPasses.h
…
Linker.h
…
Pass.h
…
PassAnalysisSupport.h
…
PassManager.h
This patch breaks up Wrap.h so that it does not have to include all of
2013-05-01 20:59:00 +00:00
PassManagers.h
Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduces the pass-manager overhead from FPPassManager::runOnFunction() by about 10%.
2013-02-26 01:31:59 +00:00
PassRegistry.h
This patch breaks up Wrap.h so that it does not have to include all of
2013-05-01 20:59:00 +00:00
PassSupport.h
…