1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/VMCore
Chris Lattner 84a9d11b28 Initial implementation of the ET-Forest data structure for dominators and
post-dominators.  This code was written/adapted by Daniel Berlin!

llvm-svn: 25144
2006-01-08 08:22:18 +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 Initial implementation of the ET-Forest data structure for dominators and 2006-01-08 08:22:18 +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 Patch #7 from Saem: 2006-01-07 23:16:58 +00:00
SymbolTable.cpp
SymbolTableListTraitsImpl.h
Type.cpp
Value.cpp
Verifier.cpp