1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/lib
Chris Lattner df1b7b6164 Add the ability for MCStreamer to emit comments on the same line as directives.
Switch over the asm-verbose comment for double values to use it.  We now get:

_x:
	.long	343597384                                   ## double 1.231200e+02
	.long	1079953326

For example, note that the comment is on the same line as the .long.  Woo.

llvm-svn: 94166
2010-01-22 07:29:22 +00:00
..
Analysis Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Archive Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
AsmParser Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Bitcode Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
CodeGen Add the ability for MCStreamer to emit comments on the same line as directives. 2010-01-22 07:29:22 +00:00
CompilerDriver Make Path use StringRef instead of std::string where possible. 2009-12-17 21:02:39 +00:00
ExecutionEngine Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Linker Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
MC Add the ability for MCStreamer to emit comments on the same line as directives. 2010-01-22 07:29:22 +00:00
Support Avoid printing a spurious semicolon when there is no filename. 2010-01-21 10:13:27 +00:00
System Stubs for getHostCPUFeatures API. This implements part of PR5389. 2010-01-19 21:26:05 +00:00
Target Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Transforms Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
VMCore Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Makefile remove llvm-db: it is completely broken and if anyone wants to do a debugger, 2009-10-05 02:29:51 +00:00