This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-31 01:03:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
/
llvm
History
Benjamin Kramer
21a49e9375
simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0
...
llvm-svn: 106047
2010-06-15 21:34:25 +00:00
..
ADT
disable SmallVectorImpl's copy constructor. This prevents a class
2010-06-15 18:59:43 +00:00
Analysis
…
Assembly
…
Bitcode
…
CodeGen
Add CoalescerPair helper class.
2010-06-15 16:04:21 +00:00
CompilerDriver
…
Config
…
ExecutionEngine
…
MC
…
Support
…
System
…
Target
Fix a comment typo.
2010-06-14 18:29:23 +00:00
Transforms
simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0
2010-06-15 21:34:25 +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
…
GVMaterializer.h
…
InlineAsm.h
…
InstrTypes.h
…
Instruction.def
…
Instruction.h
…
Instructions.h
…
IntrinsicInst.h
…
Intrinsics.h
…
Intrinsics.td
…
IntrinsicsAlpha.td
…
IntrinsicsARM.td
…
IntrinsicsCellSPU.td
…
IntrinsicsPowerPC.td
…
IntrinsicsX86.td
…
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
…
PassSupport.h
…
SymbolTableListTraits.h
…
Type.h
…
TypeSymbolTable.h
…
Use.h
…
User.h
…
Value.h
…
ValueSymbolTable.h
…