- May 28, 2010
-
-
Stuart Hastings authored
llvm-svn: 104953
-
- May 27, 2010
-
-
Devang Patel authored
llvm-svn: 104884
-
Devang Patel authored
inlined function's arguments need a label to mark the start point because they are not directly attached to current function. llvm-svn: 104848
-
Stuart Hastings authored
llvm-svn: 104841
-
Devang Patel authored
llvm-svn: 104785
-
- May 26, 2010
-
-
Devang Patel authored
There is no need to force an line number entry (using previous location) for a temp label at unknown location. llvm-svn: 104740
-
Devang Patel authored
Identify instructions, that needs a label to mark debug info entity, in advance. This simplifies beginScope(). llvm-svn: 104720
-
Devang Patel authored
llvm-svn: 104706
-
Devang Patel authored
llvm-svn: 104705
-
Devang Patel authored
This is used to track variable information. llvm-svn: 104649
-
- May 25, 2010
-
-
Eric Christopher authored
as well. llvm-svn: 104642
-
Eric Christopher authored
and testcases accordingly. llvm-svn: 104635
-
- May 24, 2010
-
-
Devang Patel authored
This fixes recent regression in store.exp from gdb testsuite. llvm-svn: 104524
-
Nicolas Geoffray authored
is first emitted, and StackOffsets are emitted in 16 bits. llvm-svn: 104488
-
- May 22, 2010
-
-
Eric Christopher authored
llvm-svn: 104414
-
Devang Patel authored
llvm-svn: 104412
-
- May 21, 2010
-
-
Devang Patel authored
llvm-svn: 104338
-
Devang Patel authored
llvm-svn: 104302
-
- May 20, 2010
-
-
Devang Patel authored
llvm-svn: 104265
-
Devang Patel authored
Split DbgVariable. Eventually, variable info will be communicated through frame index, or DBG_VALUE instruction, or collection of DBG_VALUE instructions. Plus each DbgVariable may not need a label. llvm-svn: 104233
-
Eric Christopher authored
llvm-svn: 104197
-
- May 19, 2010
-
-
Devang Patel authored
llvm-svn: 104172
-
Devang Patel authored
llvm-svn: 104165
-
- May 14, 2010
-
-
Devang Patel authored
llvm-svn: 103822
-
Bill Wendling authored
the variable actually tracks. N.B., several back-ends are using "HasCalls" as being synonymous for something that adjusts the stack. This isn't 100% correct and should be looked into. llvm-svn: 103802
-
Devang Patel authored
llvm-svn: 103798
-
Daniel Dunbar authored
- This is a hack, but I can't decide the best place to handle this. Chris? llvm-svn: 103765
-
- May 12, 2010
-
-
Duncan Sands authored
llvm-svn: 103586
-
Nathan Jeffords authored
Now, the .linkonce directive is emitted as part of MCSectionCOFF::PrintSwitchToSection instead of AsmPrinter::EmitLinkage since it is an attribute of the section the symbol was placed into not the symbol itself. llvm-svn: 103568
-
- May 11, 2010
-
-
Devang Patel authored
This means now 'llvm-ld a.bc b.bc' will preserve debug info appropriately. llvm-svn: 103439
-
- May 08, 2010
-
-
Devang Patel authored
llvm-svn: 103327
-
Devang Patel authored
llvm-svn: 103325
-
- May 07, 2010
-
-
Devang Patel authored
llvm-svn: 103303
-
Devang Patel authored
llvm-svn: 103295
-
Devang Patel authored
llvm-svn: 103272
-
Dan Gohman authored
increase in the debug line info section, and it's causing regressions in a gdb testsuite. llvm-svn: 103226
-
- May 06, 2010
-
-
Dan Gohman authored
llvm-svn: 103145
-
Chris Lattner authored
Users can write broken code that emits the same label twice with asm renaming, detect this and emit a fatal backend error instead of aborting. llvm-svn: 103140
-
Dan Gohman authored
of just letting them inherit the debug locations of adjacent instructions. Debug info should aim to be either accurate or absent. llvm-svn: 103135
-
- May 04, 2010
-
-
Devang Patel authored
llvm-svn: 103001
-