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-30 16:53:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
VMCore
History
Chris Lattner
2f766df51f
Comment typeo fix, thanks Duncan!
...
llvm-svn: 60429
2008-12-02 18:33:11 +00:00
..
AsmWriter.cpp
Use utohex_buffer instead of utohexstr to avoid creating a temporary
2008-11-10 04:30:26 +00:00
Attributes.cpp
Implement stack protectors as function attributes: "ssp" and "sspreq".
2008-11-13 01:02:14 +00:00
AutoUpgrade.cpp
…
BasicBlock.cpp
…
CMakeLists.txt
…
ConstantFold.cpp
Added support for the following definition of shufflevector
2008-11-10 04:46:22 +00:00
ConstantFold.h
…
Constants.cpp
Fix unused variable warnings.
2008-11-03 23:20:04 +00:00
Core.cpp
Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!
2008-11-03 22:55:43 +00:00
DebugInfoBuilder.cpp
…
Dominators.cpp
…
Function.cpp
…
Globals.cpp
…
InlineAsm.cpp
…
Instruction.cpp
improve const correctness.
2008-11-27 08:39:18 +00:00
Instructions.cpp
add a long-overdue AllocaInst::isStaticAlloca method.
2008-11-26 02:54:17 +00:00
IntrinsicInst.cpp
…
LeakDetector.cpp
…
Makefile
…
Mangler.cpp
…
Module.cpp
Add comments to function.
2008-11-05 23:42:27 +00:00
ModuleProvider.cpp
…
Pass.cpp
…
PassManager.cpp
Fix a use of an invalid iterator when -debug-pass=Details is used.
2008-11-06 21:57:17 +00:00
PrintModulePass.cpp
…
SymbolTableListTraitsImpl.h
…
Type.cpp
…
TypeSymbolTable.cpp
…
Use.cpp
…
Value.cpp
Comment typeo fix, thanks Duncan!
2008-12-02 18:33:11 +00:00
ValueSymbolTable.cpp
…
ValueTypes.cpp
Duncan pointed out that the Extended case in getTypeForMVT could
2008-11-04 16:19:44 +00:00
Verifier.cpp
The PreVerifier pass preserves everything. In practice, this
2008-12-01 03:58:38 +00:00