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-19 01:13:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a11af531ec
llvm-6502
/
include
/
llvm
History
Daniel Dunbar
a11af531ec
Start MCAsmStreamer implementation.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@74044
91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-24 01:03:06 +00:00
..
ADT
Use atomic operations when accessing statistics, and make the lazy initialization of statistics actually threadsafe.
2009-06-23 21:19:38 +00:00
Analysis
Move the special cases for constants out of getUnknown and into
2009-06-24 00:54:57 +00:00
Assembly
Bitcode
CodeGen
Add more methods to gather target specific elf stuff
2009-06-22 19:16:16 +00:00
CompilerDriver
Make llvmc work again.
2009-06-23 20:46:48 +00:00
Config
Provide InitializeAllTargets and InitializeNativeTarget functions in the
2009-06-23 23:59:40 +00:00
Debugger
ExecutionEngine
MC
Start MCAsmStreamer implementation.
2009-06-24 01:03:06 +00:00
Support
Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses locking rather than atomic arithmetic),
2009-06-23 20:52:29 +00:00
System
Add atomic multiply and divide operations, built on top of CompareAndSwap.
2009-06-23 21:19:04 +00:00
Target
Provide InitializeAllTargets and InitializeNativeTarget functions in the
2009-06-23 23:59:40 +00:00
Transforms
Generalize instcombine's isSafeToLoadUnconditionally() function
2009-06-16 17:23:12 +00:00
AbstractTypeUser.h
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
Address review comments: add 3 ARM calling conventions.
2009-06-16 18:50:49 +00:00
CMakeLists.txt
Constant.h
Revert r73790, and replace it with a significantly less ugly solution. Rather than trying to make the global reader-writer lock work,
2009-06-20 00:24:58 +00:00
Constants.h
Revert r73790, and replace it with a significantly less ugly solution. Rather than trying to make the global reader-writer lock work,
2009-06-20 00:24:58 +00:00
DerivedTypes.h
Forgot this file in my last commit.
2009-06-16 22:56:04 +00:00
Function.h
GlobalAlias.h
GlobalValue.h
Revert r73790, and replace it with a significantly less ugly solution. Rather than trying to make the global reader-writer lock work,
2009-06-20 00:24:58 +00:00
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
Add support for ARM's Advanced SIMD (NEON) instruction set.
2009-06-22 23:27:02 +00:00
IntrinsicsAlpha.td
IntrinsicsARM.td
Add support for ARM's Advanced SIMD (NEON) instruction set.
2009-06-22 23:27:02 +00:00
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
MDNode.h
Revert r73790, and replace it with a significantly less ugly solution. Rather than trying to make the global reader-writer lock work,
2009-06-20 00:24:58 +00:00
Module.h
ModuleProvider.h
OperandTraits.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
Revert my last series of commits related to Timer and 64-bit atomics. Not all the targets
2009-06-23 20:17:22 +00:00
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h