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-25 21:48:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
VMCore
History
Chris Lattner
06a5b2acff
Bugfix for etforest updating. Contributed by Daniel Berlin.
...
llvm-svn: 25152
2006-01-09 07:58:01 +00:00
..
AsmWriter.cpp
…
BasicBlock.cpp
…
ConstantFolding.cpp
Implement a few symbolic constant folding things. X ? Y : Y is Y.
2006-01-05 07:49:30 +00:00
ConstantFolding.h
…
ConstantRange.cpp
…
Constants.cpp
Fix an assertion to allow constant folding of packed values
2006-01-04 01:01:04 +00:00
Dominators.cpp
Bugfix for etforest updating. Contributed by Daniel Berlin.
2006-01-09 07:58:01 +00:00
Function.cpp
…
Globals.cpp
…
Instruction.cpp
…
Instructions.cpp
…
LeakDetector.cpp
…
Makefile
…
Mangler.cpp
…
Module.cpp
…
ModuleProvider.cpp
…
Pass.cpp
Patch
#6
's in Saem's refactor-the-passmanager patch series. From him:
2006-01-04 07:47:13 +00:00
PassManagerT.h
Saem Ghani's PassManager Patch
#8
:
2006-01-08 22:57:07 +00:00
SymbolTable.cpp
…
SymbolTableListTraitsImpl.h
…
Type.cpp
…
Value.cpp
…
Verifier.cpp
…