llvm-6502/lib
Anton Korobeynikov ab4022f196 1. Clean up code due to changes in SwitchTo*Section(2)
2. Added partial debug support for mingw\cygwin targets (the same as
   Linux\ELF). Please note, that currently mingw\cygwin uses 'stabs' format
   for storing debug info by default, thus many (runtime) libraries has
   this information included. These formats shouldn't be mixed in one binary
   ('stabs' & 'DWARF'), otherwise binutils tools will be confused.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31311 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-31 08:31:24 +00:00
..
Analysis add a method 2006-10-28 01:24:05 +00:00
Archive
AsmParser For PR950: 2006-10-26 06:15:43 +00:00
Bytecode For PR950: 2006-10-26 06:15:43 +00:00
CodeGen 1. Clean up code due to changes in SwitchTo*Section(2) 2006-10-31 08:31:24 +00:00
Debugger For PR950: 2006-10-20 07:07:24 +00:00
ExecutionEngine For PR950: 2006-10-26 06:15:43 +00:00
Linker Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Support add a highly efficient hash table that is specialized for mapping C strings 2006-10-29 23:42:03 +00:00
System Use new config.h macro 2006-09-14 06:21:59 +00:00
Target 1. Clean up code due to changes in SwitchTo*Section(2) 2006-10-31 08:31:24 +00:00
Transforms Fix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash compiling QT. 2006-10-29 21:21:20 +00:00
VMCore Update comment. Valid option is -debug-pass=Structures. 2006-10-30 19:25:54 +00:00
Makefile