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-07 11:33:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
56168c6553
llvm-6502
/
lib
/
IR
History
Craig Topper
ed42dcef75
[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics. We can represent them in IR with vector shuffles now. All their uses have been removed from clang in favor of shuffles.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@229640
91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-18 06:24:44 +00:00
..
AsmWriter.cpp
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
AsmWriter.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
AttributeImpl.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Attributes.cpp
InstCombine: propagate deref via new addDereferenceableAttr
2015-02-14 19:37:54 +00:00
AutoUpgrade.cpp
[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics. We can represent them in IR with vector shuffles now. All their uses have been removed from clang in favor of shuffles.
2015-02-18 06:24:44 +00:00
BasicBlock.cpp
Add a pass for inserting safepoints into (nearly) arbitrary IR
2015-02-04 00:37:33 +00:00
CMakeLists.txt
Comdat.cpp
ConstantFold.cpp
Prefer SmallVector::append/insert over push_back loops.
2015-02-17 15:29:18 +00:00
ConstantFold.h
ConstantRange.cpp
Constants.cpp
IR: Properly return nullptr when getAggregateElement is out-of-bounds
2015-02-16 04:02:09 +00:00
ConstantsContext.h
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
2015-02-15 22:54:22 +00:00
Core.cpp
DataLayout.cpp
DataLayout: Validate that the pref alignment is at least the ABI align
2015-02-16 05:41:55 +00:00
DebugInfo.cpp
IR: fieldIsMDNode() should be false for MDString
2015-02-17 22:34:15 +00:00
DebugInfoMetadata.cpp
DebugLoc.cpp
DiagnosticInfo.cpp
DiagnosticPrinter.cpp
DIBuilder.cpp
DIBuilder: add trackIfUnresolved() to all nodes that may be cyclic.
2015-02-17 19:17:39 +00:00
Dominators.cpp
Function.cpp
InstCombine: propagate deref via new addDereferenceableAttr
2015-02-14 19:37:54 +00:00
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp
IR: SrcTy == DstTy doesn't imply that a cast is valid
2015-02-16 09:37:35 +00:00
IntrinsicInst.cpp
IR: Split Metadata from Value
2014-12-09 18:38:53 +00:00
IRBuilder.cpp
IRPrintingPasses.cpp
LegacyPassManager.cpp
LLVMBuild.txt
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMContextImpl.h
Makefile
Mangler.cpp
MDBuilder.cpp
Metadata.cpp
MetadataImpl.h
MetadataTracking.cpp
IR: Store RAUW support and Context in the same pointer, NFC
2015-01-19 19:02:06 +00:00
Module.cpp
module.modulemap
Pass.cpp
PassManager.cpp
[PM] Push the debug option for the new pass manager into the opt tool
2015-01-13 22:42:38 +00:00
PassRegistry.cpp
[PM] Remove an unused and rather expensive mapping from an analysis
2014-10-06 00:30:59 +00:00
Statepoint.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypeFinder.cpp
Use.cpp
UseListOrder.cpp
User.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp
Prefer SmallVector::append/insert over push_back loops.
2015-02-17 15:29:18 +00:00