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-16 11:30:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ca6245c554
llvm-6502
/
lib
/
Transforms
/
Utils
History
Benjamin Kramer
b886152fde
SSAUpdater: Use range-based for. NFC.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@229908
91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-19 20:04:02 +00:00
..
AddDiscriminators.cpp
ASanStackFrameLayout.cpp
[asan] Reuse a common function.
2015-02-16 14:49:37 +00:00
BasicBlockUtils.cpp
Teach SplitBlockPredecessors how to handle landingpad blocks.
2015-01-28 23:06:47 +00:00
BreakCriticalEdges.cpp
BuildLibCalls.cpp
BypassSlowDivision.cpp
CloneFunction.cpp
Adding implementation to outline C++ catch handlers for native Windows 64 exception handling.
2015-02-18 18:31:51 +00:00
CloneModule.cpp
CMakeLists.txt
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-11 03:28:02 +00:00
CmpInstAnalysis.cpp
CodeExtractor.cpp
CtorUtils.cpp
DemoteRegToStack.cpp
Fix a bug in DemoteRegToStack where a reload instruction was inserted into the
2015-02-09 06:38:23 +00:00
FlattenCFG.cpp
GlobalStatus.cpp
InlineFunction.cpp
Remove a redundant dyn_cast.
2015-01-30 19:42:59 +00:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp
LLVMBuild.txt
Local.cpp
Don't promote asynch EH invokes of nounwind functions to calls
2015-02-11 01:23:16 +00:00
LoopSimplify.cpp
Prefer SmallVector::append/insert over push_back loops.
2015-02-17 15:29:18 +00:00
LoopUnroll.cpp
Resurrect the assertion removed by r227717
2015-02-02 20:41:11 +00:00
LoopUnrollRuntime.cpp
Partial fix for bug 22589
2015-02-18 19:32:25 +00:00
LowerInvoke.cpp
LowerSwitch.cpp
LowerSwitch: Use ConstantInt for CaseRange::{Low,High}
2015-02-05 16:58:10 +00:00
Makefile
Mem2Reg.cpp
MetaRenamer.cpp
ModuleUtils.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp
Demote vectors to arrays. No functionality change.
2015-02-19 15:26:17 +00:00
SimplifyIndVar.cpp
SimplifyInstructions.cpp
SimplifyLibCalls.cpp
[SimplifyLibCalls] Don't confuse strcpy_chk for stpcpy_chk.
2015-01-27 21:52:16 +00:00
SSAUpdater.cpp
SSAUpdater: Use range-based for. NFC.
2015-02-19 20:04:02 +00:00
SymbolRewriter.cpp
[PM] Remove the old 'PassManager.h' header file at the top level of
2015-02-13 10:01:29 +00:00
UnifyFunctionExitNodes.cpp
[LPM] Stop using the string based preservation API. It is an
2015-01-28 04:57:56 +00:00
Utils.cpp
ValueMapper.cpp
Utils: Resolve cycles under distinct MDNodes
2015-02-04 19:44:34 +00:00