1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib
Devang Patel 5a52b71500 Remove dead code.
llvm-svn: 82999
2009-09-28 18:31:56 +00:00
..
Analysis Fix this debug output to handle the case where the loop has been deleted. 2009-09-28 15:40:01 +00:00
Archive
AsmParser Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
Bitcode Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
CodeGen Use VerifySchedule instead of doing the work manually. 2009-09-28 16:09:41 +00:00
CompilerDriver
Debugger
ExecutionEngine Fix a struct/class mismatch. 2009-09-23 11:48:57 +00:00
Linker Remove unnecessary #include. 2009-09-12 22:24:25 +00:00
MC eliminate a use of strtoul. 2009-09-20 06:58:54 +00:00
Support Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex 2009-09-27 11:08:03 +00:00
System ... missed hiding a variable for MSVC only. 2009-09-22 16:10:35 +00:00
Target Pass the optimization level when constructing the ARM instruction selector. 2009-09-28 14:30:20 +00:00
Transforms Remove a redundant #ifndef and add an assertion string. 2009-09-28 14:38:19 +00:00
VMCore Remove dead code. 2009-09-28 18:31:56 +00:00
Makefile