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
2024-11-03 14:08:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
440596ffe5
llvm-6502
/
lib
/
VMCore
History
Eli Friedman
49fcf571da
Shuffle StandardPasses.cpp into VMCore; add it to CMake.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@131600
91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-18 23:51:11 +00:00
..
AsmWriter.cpp
Add command line option to print debug info in human readable form as comment in llvm IR output. This, i.e -enable-debug-info-comment, is very useful if you want to easily find out which optimization pass is losing line number information.
2011-04-28 17:41:38 +00:00
Attributes.cpp
AutoUpgrade.cpp
Replace the "movnt" intrinsics with a native store + nontemporal metadata bit.
2011-05-03 21:11:17 +00:00
BasicBlock.cpp
CMakeLists.txt
Shuffle StandardPasses.cpp into VMCore; add it to CMake.
2011-05-18 23:51:11 +00:00
ConstantFold.cpp
ConstantFold.h
Constants.cpp
Remove unused STL header includes.
2011-04-23 19:53:52 +00:00
ConstantsContext.h
Core.cpp
PR9214: Convert Metadata API to use ArrayRef.
2011-04-21 19:59:31 +00:00
DebugInfoProbe.cpp
Use IRBuiler while constant folding terminator.
2011-05-18 17:26:46 +00:00
DebugLoc.cpp
PR9214: Convert Metadata API to use ArrayRef.
2011-04-21 19:59:31 +00:00
Dominators.cpp
Function.cpp
Don't do tail calls in a function that call setjmp. The stack might be
2011-05-16 03:05:33 +00:00
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
Now that SrcBits and DestBits always represent the primitive size, rather
2011-05-18 10:59:25 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp
PR9214: Convert Metadata API to use ArrayRef.
2011-04-21 19:59:31 +00:00
Module.cpp
Pass.cpp
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
StandardPasses.cpp
Shuffle StandardPasses.cpp into VMCore; add it to CMake.
2011-05-18 23:51:11 +00:00
SymbolTableListTraitsImpl.h
Type.cpp
Make codegen able to handle values of empty types. This is one way
2011-05-13 15:18:06 +00:00
TypesContext.h
TypeSymbolTable.cpp
Use.cpp
User.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp