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-01 00:33:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
341473c86d
llvm-6502
/
include
/
llvm
History
Benjamin Kramer
341473c86d
Add compare operators to BranchProbability and use it to determine if an edge is hot.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@142751
91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-23 11:19:14 +00:00
..
ADT
Avoid warnings about the parameter G being unused.
2011-10-20 08:56:41 +00:00
Analysis
Add pass printing support to BlockFrequencyInfo pass. The implementation
2011-10-19 10:12:41 +00:00
Assembly
Bitcode
CodeGen
Implement a block placement pass based on the branch probability and
2011-10-21 06:46:38 +00:00
Config
DebugInfo
ExecutionEngine
MC
Add support for a new extension to the .file directive:
2011-10-17 23:05:28 +00:00
Object
Object/COFF: Change type from a struct to a uint16_t. The struct would be
2011-10-18 19:31:59 +00:00
Support
Add compare operators to BranchProbability and use it to determine if an edge is hot.
2011-10-23 11:19:14 +00:00
TableGen
Add NAME Member
2011-10-19 13:04:13 +00:00
Target
Haven't yet found a nice way to handle TargetData verification in the
2011-10-20 19:24:44 +00:00
Transforms
svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp
2011-10-17 17:17:43 +00:00
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h
Remove useless code.
2011-10-20 04:33:44 +00:00
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
DebugInfoProbe.h
DefaultPasses.h
DerivedTypes.h
Function.h
Refactor code from inlining and globalopt that checks whether a function definition is unused, and enhance it so it can tell that functions which are only used by a blockaddress are in fact dead. This probably doesn't happen much on most code, but the Linux kernel's _THIS_IP_ can trigger this issue with blockaddress. (GlobalDCE can also handle the given tescase, but we only run that at -O3.) Found while looking at PR11180.
2011-10-20 05:23:42 +00:00
GlobalAlias.h
GlobalValue.h
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
GlobalVariable.h
GVMaterializer.h
InitializePasses.h
Implement a block placement pass based on the branch probability and
2011-10-21 06:46:38 +00:00
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
Add a routine to swap branch instruction operands, and update any
2011-10-17 01:11:57 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsPTX.td
IntrinsicsX86.td
Remove intrinsics for X86 BLSI, BLSMSK, and BLSR intrinsics and replace with custom isel lowering code.
2011-10-21 06:55:01 +00:00
IntrinsicsXCore.td
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
LLVMContext.h
Metadata.h
Module.h
OperandTraits.h
Operator.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h
SymbolTableListTraits.h
Type.h
Use.h
User.h
Value.h
ValueSymbolTable.h