index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the "linker_private" linkage type emit a non-weak symbol to the file. It
Bill Wendling
2010-07-01
1
-1
/
+1
*
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
1
-0
/
+1
*
Do not require line number entry for undefined local variable.
Devang Patel
2010-07-01
1
-2
/
+4
*
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-07-01
1
-1
/
+1
*
Trailing whitespace.
Mikhail Glushenkov
2010-07-01
1
-3
/
+3
*
Do not construct DIE for already processed MDNode.
Devang Patel
2010-06-30
1
-1
/
+2
*
Add variables into a scope before constructing scope DIE otherwise variables ...
Devang Patel
2010-06-30
1
-2
/
+2
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
1
-3
/
+2
*
Print InlinedAt location.
Devang Patel
2010-06-29
1
-7
/
+21
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
1
-2
/
+3
*
Do not hardcode DW_AT_stmt_list value.
Devang Patel
2010-06-29
2
-7
/
+17
*
Use DW_FORM_addr for DW_AT_entry_pc.
Devang Patel
2010-06-28
2
-1
/
+3
*
Include inlined function in list of processed subprograms.
Devang Patel
2010-06-28
1
-1
/
+1
*
Preserve deleted function's local variables' debug info.
Devang Patel
2010-06-28
2
-0
/
+39
*
Remove dead code.
Devang Patel
2010-06-28
2
-3
/
+1
*
Collect debug info for optimized variables of inlined functions.
Devang Patel
2010-06-25
2
-6
/
+30
*
DBG_VALUE machine instruction pointing to undefined register for a variable j...
Devang Patel
2010-06-24
1
-4
/
+1
*
Use single interface, using twine, to get named metadata.
Devang Patel
2010-06-22
1
-2
/
+2
*
Discard special LLVM prefix from linkage name.
Devang Patel
2010-06-22
1
-1
/
+2
*
Do not rely on Twine temporaries to survive.
Devang Patel
2010-06-22
1
-3
/
+4
*
Give NamedRegionTimer an Enabled flag, allowing all its clients to
Dan Gohman
2010-06-18
2
-49
/
+19
*
Use separate named MDNode to hold each function's local variable info.
Devang Patel
2010-06-16
1
-2
/
+3
*
Don't emit the linkage for initializer label for mach-o tls.
Eric Christopher
2010-06-16
1
-1
/
+0
*
Added a comment.
Stuart Hastings
2010-06-15
1
-0
/
+5
*
Support for nested functions/classes in debug output. (Again.) Radar 7424645.
Stuart Hastings
2010-06-11
1
-1
/
+23
*
Revert 105492 & 105493 due to a testcase regression. Radar 7424645.
Stuart Hastings
2010-06-05
1
-18
/
+1
*
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-06-04
1
-1
/
+18
*
One underscore, not two.
Eric Christopher
2010-06-03
1
-1
/
+1
*
Skip identical instruction while calculating DBG_VALUE range.
Devang Patel
2010-06-02
1
-1
/
+4
*
Use local small vector.
Devang Patel
2010-06-02
2
-4
/
+3
*
Ignore line number of debug value in undefined register.
Devang Patel
2010-06-01
1
-0
/
+1
*
Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.
Stuart Hastings
2010-05-28
1
-11
/
+0
*
Do not drop location info for inlined function args.
Devang Patel
2010-05-27
1
-2
/
+6
*
inlined function's arguments need a label to mark the start point because the...
Devang Patel
2010-05-27
1
-2
/
+5
*
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-05-27
1
-0
/
+11
*
Simplify. Eliminate unneeded debug_loc entry.
Devang Patel
2010-05-26
1
-9
/
+9
*
There is no need to force an line number entry (using previous location) for ...
Devang Patel
2010-05-26
1
-4
/
+3
*
Identify instructions, that needs a label to mark debug info entity, in advan...
Devang Patel
2010-05-26
2
-37
/
+68
*
Remove dead code.
Devang Patel
2010-05-26
2
-11
/
+1
*
Do not construct location list backword!
Devang Patel
2010-05-26
1
-13
/
+17
*
First cut at supporting .debug_loc section.
Devang Patel
2010-05-25
3
-87
/
+253
*
Move the verbose asm output up a bit so it can be used in the special cases
Eric Christopher
2010-05-25
1
-5
/
+6
*
Add support for initialized global data for darwin tls. Update comments
Eric Christopher
2010-05-25
1
-4
/
+17
*
Do not emit line number entries for unknown debug values.
Devang Patel
2010-05-24
1
-0
/
+3
*
Encode the Caml frametable by following what the comment says: the number of ...
Nicolas Geoffray
2010-05-24
1
-5
/
+22
*
Add full bss data support for darwin tls variables.
Eric Christopher
2010-05-22
1
-1
/
+26
*
Collect variable information during endFunction() instead of beginFunction().
Devang Patel
2010-05-22
1
-12
/
+12
*
Simplify
Devang Patel
2010-05-21
1
-44
/
+23
*
Simplify.
Devang Patel
2010-05-21
1
-16
/
+8
*
Refactor.
Devang Patel
2010-05-20
2
-37
/
+76
[next]