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-13 20:32:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ff00a55517
llvm-6502
/
include
/
llvm
History
Victor Hernandez
c7650b4d19
Add MDNode::getFunction(), which figures out the metadata's function, if it has function that it is local to.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@93400
91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-14 01:45:14 +00:00
..
ADT
Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the
2010-01-13 12:45:23 +00:00
Analysis
Remove trailing white spaces in post dominators header file
2010-01-11 22:22:46 +00:00
Assembly
Bitcode
Compute isFunctionLocal in MDNode ctor or via argument in new function getWhenValsUnresolved().
2010-01-10 07:14:18 +00:00
CodeGen
Add a quick pass to optimize sign / zero extension instructions. For targets where the pre-extension values are available in the subreg of the result of the extension, replace the uses of the pre-extension value with the result + extract_subreg.
2010-01-13 00:30:23 +00:00
CompilerDriver
Config
ExecutionEngine
MC
expose a static function as a static method on the MCSymbol class.
2010-01-13 21:09:59 +00:00
Support
Add getSource() to SuccIterator
2010-01-13 22:21:43 +00:00
System
Target
change Mangler::makeNameProper to return its result in a SmallVector
2010-01-13 06:38:18 +00:00
Transforms
add a helper function.
2010-01-12 19:40:54 +00:00
AbstractTypeUser.h
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
DerivedTypes.h
Function.h
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Respond to Chris' review:
2010-01-11 07:45:19 +00:00
Intrinsics.h
Intrinsics.td
Delete renaming use of dead dbg intrinsics.
2010-01-05 01:47:06 +00:00
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsX86.td
Revert r92939. These intrinsics get matched to LLVM instructions,
2010-01-07 21:43:58 +00:00
IntrinsicsXCore.td
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
LLVMContext.h
Metadata.h
Add MDNode::getFunction(), which figures out the metadata's function, if it has function that it is local to.
2010-01-14 01:45:14 +00:00
Module.h
Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.
2010-01-12 18:34:06 +00:00
ModuleProvider.h
OperandTraits.h
Operator.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassSupport.h
SymbolTableListTraits.h
Type.h
Add a new predicate for integer type equality tests.
2010-01-05 20:04:48 +00:00
TypeSymbolTable.h
Use.h
User.h
Value.h
ValueSymbolTable.h
Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.
2010-01-12 18:34:06 +00:00