llvm-6502/lib
Dan Gohman 9a31254d0e Add an assertion check to raw_ostream's destructor to verify
that the subclass hasn't left any pending data in the buffer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77245 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-27 20:49:44 +00:00
..
Analysis Fix wording in comments. 2009-07-27 16:09:48 +00:00
Archive Fix some non-sensical code. 2009-07-13 05:29:34 +00:00
AsmParser Change the assembly syntax for nsw, nuw, and exact, putting them 2009-07-27 16:11:46 +00:00
Bitcode Remove Value::setName(const char*, unsigned). 2009-07-26 00:34:27 +00:00
CodeGen fix comment 2009-07-27 19:38:38 +00:00
CompilerDriver Delete the temp dir even when '--temp-dir' is specified. 2009-07-11 19:27:07 +00:00
Debugger
ExecutionEngine Remove Value::getName{Start,End}, the last of the old Name APIs. 2009-07-26 09:48:23 +00:00
Linker Remove Value::{isName, getNameRef}. 2009-07-25 23:55:21 +00:00
MC Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
Support Add an assertion check to raw_ostream's destructor to verify 2009-07-27 20:49:44 +00:00
System CMake: make sure that the *.inc files for libSystem show up in the resulting 2009-07-27 17:55:55 +00:00
Target Remove TPat. No patterns depend on just isThumb(). Must use either T1Pat (isThumb1Only()) or T2Pat (is Thumb2). 2009-07-27 19:59:26 +00:00
Transforms Do not seed mstadata into the value map. 2009-07-27 17:17:04 +00:00
VMCore Initialize mdnNext. 2009-07-27 18:42:56 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00