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-02-03 19:02:35 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
tools
/
bugpoint
History
Christopher Lamb
a608afb52e
Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.
...
llvm-svn: 45082
2007-12-17 01:12:55 +00:00
..
BugDriver.cpp
Pretty straightforward replacement of "bytecode" by "bitcode"
2007-07-04 21:55:50 +00:00
BugDriver.h
Allow the block extractor take to take a list of basic blocks to not extract
2007-11-14 06:47:06 +00:00
bugpoint.cpp
Move the space in overview output for commands out of each of the
2007-10-08 15:45:12 +00:00
CrashDebugger.cpp
Pretty straightforward replacement of "bytecode" by "bitcode"
2007-07-04 21:55:50 +00:00
ExecutionDriver.cpp
Pretty straightforward replacement of "bytecode" by "bitcode"
2007-07-04 21:55:50 +00:00
ExtractFunction.cpp
Allow the block extractor take to take a list of basic blocks to not extract
2007-11-14 06:47:06 +00:00
FindBugs.cpp
minor cleanups
2006-08-17 18:49:52 +00:00
ListReducer.h
Make the bugpoint reduction heuristics more effective. Patch submitted by
2006-10-10 21:42:25 +00:00
Makefile
switch tools to bitcode from bytecode
2007-05-06 09:32:02 +00:00
Miscompilation.cpp
Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.
2007-12-17 01:12:55 +00:00
OptimizerDriver.cpp
Allow the block extractor take to take a list of basic blocks to not extract
2007-11-14 06:47:06 +00:00
TestPasses.cpp
Drop 'const'
2007-05-03 01:11:54 +00:00
ToolRunner.cpp
Pretty straightforward replacement of "bytecode" by "bitcode"
2007-07-04 21:55:50 +00:00
ToolRunner.h
Pretty straightforward replacement of "bytecode" by "bitcode"
2007-07-04 21:55:50 +00:00