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-04 06:09:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a69534912d
llvm-6502
/
lib
/
VMCore
History
Craig Topper
a963c81819
Remove AVX vpermil intrinsics. I removed their uses from clang headers and builtins a while back.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@154985
91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-18 05:24:00 +00:00
..
AsmWriter.cpp
Attributes.cpp
AutoUpgrade.cpp
Remove AVX vpermil intrinsics. I removed their uses from clang headers and builtins a while back.
2012-04-18 05:24:00 +00:00
BasicBlock.cpp
CMakeLists.txt
Fix up cmake build.
2012-03-23 03:55:14 +00:00
ConstantFold.cpp
ConstantFold.h
Constants.cpp
ConstantsContext.h
Core.cpp
DebugLoc.cpp
Compute hashes directly with hash_combine instead of taking a detour through FoldingSetNodeID.
2012-04-11 14:06:39 +00:00
Dominators.cpp
Def here is an Instruction, so !isa<Instruction>(Def) is always false,
2012-04-13 00:50:57 +00:00
Function.cpp
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
Remove support for the special 'fast' value for fpmath accuracy for the moment.
2012-04-16 19:39:33 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
2012-04-14 12:36:06 +00:00
LLVMContextImpl.cpp
LLVMContextImpl.h
Cache the hash value of the operands in the MDNode.
2012-04-11 14:06:54 +00:00
Makefile
Metadata.cpp
Cache the hash value of the operands in the MDNode.
2012-04-11 14:06:54 +00:00
Module.cpp
Typo.
2012-04-16 23:54:31 +00:00
Pass.cpp
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
Use.cpp
Add missing include of <new>
2012-03-26 14:04:17 +00:00
User.cpp
Value.cpp
The MDString class stored a StringRef to the string which was already in a
2012-04-10 20:12:16 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp
Remove support for the special 'fast' value for fpmath accuracy for the moment.
2012-04-16 19:39:33 +00:00