hanchenye-llvm-project/llvm/lib
Jim Laskey a7b2bd5997 Add and sort "sections" in debug lines. This always stepping through
code in sections other than ".text", including weak sections like ctors and
dtors.

llvm-svn: 28909
2006-06-23 12:51:53 +00:00
..
Analysis Do partial inlining in BU. This resolves more call sites. Also add options to merge in globals during recursion and to back annotate DSNodes when function pointers are resolved. This makes PA work for a whole lot more things (unresolved call sites being what has been killing various DSA based passes) 2006-06-19 18:23:36 +00:00
AsmParser fix typo 2006-06-21 16:53:00 +00:00
Bytecode For PR787: 2006-06-07 23:18:34 +00:00
CodeGen Add and sort "sections" in debug lines. This always stepping through 2006-06-23 12:51:53 +00:00
Debugger Add the README files to the distribution. 2006-04-13 06:39:24 +00:00
ExecutionEngine Added jump table address relocation. 2006-06-23 01:02:37 +00:00
Linker Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll 2006-06-16 01:24:04 +00:00
Support Add some out-of-line virtual dtors so that the class has a "home", preventing 2006-06-21 16:53:47 +00:00
System Only print the stack trace if it was requested. Previously, any call into 2006-06-16 00:00:57 +00:00
Target Add and sort "sections" in debug lines. This always stepping through 2006-06-23 12:51:53 +00:00
Transforms Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll, a case where a 2006-06-17 01:02:31 +00:00
VMCore Add more anonymous namespaces to make it clear that these are private classes 2006-06-21 18:13:36 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00