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-12-17 03:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e9f5d2ea8b
llvm-6502
/
lib
/
VMCore
History
Manuel Klimek
e9f5d2ea8b
Fix compile error.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@156986
91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-17 09:32:05 +00:00
..
AsmWriter.cpp
Attributes.cpp
AutoUpgrade.cpp
change the objectsize intrinsic signature: add a 3rd parameter to denote the maximum runtime performance penalty that the user is willing to accept.
2012-05-09 15:52:43 +00:00
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
Reapply r155682, making constant folding more consistent, with a fix to work
2012-04-27 17:50:22 +00:00
ConstantFold.h
Constants.cpp
ConstantsContext.h
Core.cpp
Introduce llvm-c function LLVMPrintModuleToFile.
2012-05-09 16:54:17 +00:00
DebugLoc.cpp
Dominators.cpp
Function.cpp
Fix compile error.
2012-05-17 09:32:05 +00:00
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Fix a problem with incomplete equality testing of PHINodes in
2012-05-10 15:59:41 +00:00
Instructions.cpp
Recommited r156374 with critical fixes in BitcodeReader/Writer:
2012-05-12 10:48:17 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Metadata.cpp
Don't forget to reset 'first operand' flag when we're setting the MDNodeOperand value.
2012-04-26 00:38:42 +00:00
Module.cpp
Cleanup whitespace.
2012-04-23 00:23:33 +00:00
Pass.cpp
PassManager.cpp
Use ArrayRef instead of an explicit vector type.
2012-05-14 07:53:40 +00:00
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
Revert r155241, which is causing some breakage.
2012-04-20 23:11:38 +00:00
Use.cpp
User.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp