1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Chris Lattner 769668c09a Stop LiveVariables from using BasicBlocks as part of the mapping, instead
use MachineBasicBlocks.  To do this, we traverse the Machine CFG instead of
the LLVM CFG, which is also *MUCH* more efficient by having fewer levels of
indirections and mappings.

llvm-svn: 13301
2004-05-01 21:24:24 +00:00
..
Analysis Wrapped code and comments at 80 cols; doxygenified some comments. 2004-04-29 04:05:30 +00:00
AsmParser Fix a memory leak. We leaked the vector holding the entries in switch tables. 2004-04-17 23:49:15 +00:00
Bytecode Squelch compile-time warning (profile build). 2004-04-28 15:32:09 +00:00
CodeGen Stop LiveVariables from using BasicBlocks as part of the mapping, instead 2004-05-01 21:24:24 +00:00
Debugger
ExecutionEngine Generalize the strlen size_t hack, for the benefit of the other external 2004-05-01 06:42:15 +00:00
Support Bugpoint was not correctly capturing stderr! This caused it to "find" bugs 2004-04-16 05:35:58 +00:00
Target Add a constructor that got lost 2004-05-01 11:17:13 +00:00
Transforms Fix a major pessimization in the instcombiner. If an allocation instruction 2004-04-30 04:37:52 +00:00
VMCore class AssemblyWriter: 2004-04-28 19:24:28 +00:00
Makefile