1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/lib
Chris Lattner c86c7ecdb5 Make sure that we abort if an error happens as early as neccesary. Before
it was possible for the passmanager to continue running passes after the
verifier even if the module was not well formed.

llvm-svn: 3820
2002-09-19 16:12:19 +00:00
..
Analysis Clean up indvar printing 2002-09-10 15:35:39 +00:00
AsmParser Change the MallocInst & AllocaInst ctors to take the allocated type, not the 2002-09-13 22:28:45 +00:00
Bytecode On the quest of eliminating unnecessary includes. 2002-09-14 02:18:57 +00:00
CodeGen Don't put default parameter values into .cpp files, it breaks 3.x compilers 2002-09-17 23:50:32 +00:00
CWriter Don't print global variable definitions twice! Sun's pathetic compiler 2002-09-17 11:50:38 +00:00
ExecutionEngine * Fix a bug that was causing lli to misrun: 2002-09-13 23:30:42 +00:00
Support Submitted by Casey Carter: 2002-09-13 14:57:24 +00:00
Target Removed debug info printing 2002-09-17 20:24:46 +00:00
Transforms split retracing into a separate file 2002-09-18 03:55:26 +00:00
VMCore Make sure that we abort if an error happens as early as neccesary. Before 2002-09-19 16:12:19 +00:00
Makefile Compile sub-directories in parallel, because they don't have interdependencies 2002-09-18 03:25:58 +00:00