This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Transforms
/
IPO
History
Chris Lattner
afb4fc189c
Fix FunctionInlining pass assertion failure:
...
ilist:104: failed assertion `Traits::getNext(NodePtr) != 0 && "Dereferencing end()!"' llvm-svn: 3768
2002-09-16 22:30:20 +00:00
..
ConstantMerge.cpp
* Add support for different "PassType's"
2002-07-26 21:12:44 +00:00
DeadTypeElimination.cpp
Factor silly code duplication out
2002-09-08 21:47:54 +00:00
FunctionResolution.cpp
Simplify code (somtimes dramatically), by using the new "auto-insert" feature
2002-09-10 17:03:06 +00:00
GlobalDCE.cpp
- Made GlobalDCE worklist driven, making it more successful. Now can handle
2002-08-18 01:28:30 +00:00
InlineSimple.cpp
Fix FunctionInlining pass assertion failure:
2002-09-16 22:30:20 +00:00
Internalize.cpp
* Indent class into anonymous namespace, filling up the diff with garbage
2002-07-30 19:48:44 +00:00
Makefile
*** empty log message ***
2002-07-23 17:52:38 +00:00
MutateStructTypes.cpp
Following Chris's advice, I'm pruning some unnecessary .h includes that I'm
2002-09-14 02:06:53 +00:00
OldPoolAllocate.cpp
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
2002-09-13 22:28:50 +00:00
RaiseAllocations.cpp
Function.h is unnecessary when Module.h is included.
2002-09-14 03:04:02 +00:00
SimpleStructMutation.cpp
- Cleaned up the interface to AnalysisUsage to take analysis class names
2002-08-08 19:01:30 +00:00