llvm/lib
Chris Lattner 5957c84e09 Change CurrentFnSym to be a non-const pointer since asmprinter mutates it
as it emits code.  Switch .globl directives to use OutStreamer instead of
doing it textually (in x86)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93700 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-18 00:59:24 +00:00
..
Analysis Create Generic DOTGraphTraits Printer/Viewer 2010-01-16 10:56:41 +00:00
Archive
AsmParser Remove the InlineHint attribute. There are no current or planned 2010-01-15 21:36:30 +00:00
Bitcode
CodeGen remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. 2010-01-18 00:37:40 +00:00
CompilerDriver
ExecutionEngine Replace DebugLocTuple with DILocation. 2010-01-16 06:09:35 +00:00
Linker
MC remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. 2010-01-18 00:37:40 +00:00
Support Temporarily revert r93581. It was causing failures in the ExecutionEngine tests 2010-01-16 01:06:58 +00:00
System
Target Change CurrentFnSym to be a non-const pointer since asmprinter mutates it 2010-01-18 00:59:24 +00:00
Transforms Convert some of the dynamic opcode lookups into static ones. 2010-01-17 19:33:27 +00:00
VMCore Update CMake files for Mangler move. 2010-01-16 22:23:09 +00:00
Makefile