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-19 17:33:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
10382fb71d
llvm-6502
/
include
/
llvm
History
Lang Hames
10382fb71d
More VNInfo tweaking, plus a little progress on intra-block splitting.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@73750
91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-19 02:17:53 +00:00
..
ADT
Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_iterator.
2009-06-15 22:54:48 +00:00
Analysis
Add a parent pointer to SCEV, in preparation for getting rid of the global uniquing tables. No functionality change.
2009-06-18 22:25:12 +00:00
Assembly
Bitcode
CodeGen
More VNInfo tweaking, plus a little progress on intra-block splitting.
2009-06-19 02:17:53 +00:00
CompilerDriver
Config
Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT
2009-06-17 17:01:56 +00:00
Debugger
ExecutionEngine
Remove unused parameter warnings.
2009-06-11 20:10:02 +00:00
MC
Include DataTypes.h for 'uint64_t'.
2009-06-19 01:56:53 +00:00
Support
Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead.
2009-06-18 20:05:31 +00:00
System
Fix weird class-size-being-different problems. At some level this is being caused by config.h not being
2009-06-19 00:48:22 +00:00
Target
merge the common darwin settings from the X86/PPC/ARM targets
2009-06-19 00:08:39 +00:00
Transforms
Generalize instcombine's isSafeToLoadUnconditionally() function
2009-06-16 17:23:12 +00:00
AbstractTypeUser.h
Argument.h
Attributes.h
Cosmetic changes to parameter attribute verification.
2009-06-11 08:11:03 +00:00
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
Constants.h
Add comments to ConstantInt::get and ConstantFP::get to more fully
2009-06-16 01:02:32 +00:00
DerivedTypes.h
Forgot this file in my last commit.
2009-06-16 22:56:04 +00:00
Function.h
Implement and use new method Function::hasAddressTaken().
2009-06-10 08:41:11 +00:00
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
Instruction.def
Split the Add, Sub, and Mul instruction opcodes into separate
2009-06-04 22:49:04 +00:00
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h
Add an early implementation of a partial inlining pass. The idea behind this
2009-06-14 08:26:32 +00:00
LinkAllVMCore.h
Linker.h
MDNode.h
Module.h
ModuleProvider.h
OperandTraits.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
Use atomic increment/decrement for reference counting of Type's.
2009-06-17 00:28:49 +00:00
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h