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
*
The .dwo section shouldn't contain the unrelocated values (and
Eric Christopher
2013-04-09
1
-13
/
+21
*
DW_FORM_sec_offset should be a relocation on platforms that use
Eric Christopher
2013-04-07
2
-5
/
+14
*
Dwarf: use utostr on CUID to append to SmallString.
Manman Ren
2013-04-06
1
-1
/
+1
*
Debug Info: revert 178722 for now.
Manman Ren
2013-04-04
3
-15
/
+4
*
typo
Adrian Prantl
2013-04-04
1
-1
/
+1
*
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
Manman Ren
2013-04-04
3
-4
/
+15
*
Fix grammar.
Eric Christopher
2013-04-03
1
-1
/
+1
*
Remove ZeroOrMore from the option description. We don't need it here.
Eric Christopher
2013-04-03
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector at the uses.
Eric Christopher
2013-03-29
3
-18
/
+18
*
Use 12 as the magic number for our abbreviation data and our
Eric Christopher
2013-03-29
3
-11
/
+11
*
Move the construction of the skeleton compile unit after the
Eric Christopher
2013-03-29
1
-7
/
+8
*
Teach cmake about the new Erlang GC files.
Duncan Sands
2013-03-25
1
-0
/
+1
*
Add a GC plugin for Erlang
Yiannis Tsiouris
2013-03-25
1
-0
/
+120
*
Fix integer comparison in DIEInteger::BestForm.
Hans Wennborg
2013-03-18
1
-3
/
+4
*
No functionality change. Use unreachable in getCUOffset.
Manman Ren
2013-03-13
1
-1
/
+3
*
No functionality change. Use unreachable in getCompileUnit.
Manman Ren
2013-03-13
1
-1
/
+1
*
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-03-12
6
-4
/
+54
*
Remove support for versioned debug info.
David Blaikie
2013-03-11
3
-143
/
+24
*
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-07
3
-18
/
+39
*
Remove unnecessary check against isGlobalVariable. We check it
Eric Christopher
2013-02-27
1
-1
/
+1
*
Rework comment slightly and fix a few typos.
Eric Christopher
2013-02-27
1
-8
/
+5
*
Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
1
-5
/
+12
*
Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
1
-1
/
+7
*
Revert r176120 as it caused a failure at static-member.cpp
Manman Ren
2013-02-26
1
-4
/
+1
*
Debug Info: for static member variables, move AT_MIPS_linkage_name from
Manman Ren
2013-02-26
1
-1
/
+4
*
Use getSplitDebugFilename when constructing the skeleton cu and
Eric Christopher
2013-02-22
1
-4
/
+2
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-1
/
+1
*
Allow optionally generating pubnames section in DWARF info. Introduce
Krzysztof Parzyszek
2013-02-12
4
-2
/
+83
*
Revert "Rename LLVMContext diagnostic handler types and functions."
Bob Wilson
2013-02-11
1
-5
/
+5
*
Remove unneeded "TargetMachine.h" #includes.
Jakub Staszak
2013-02-09
3
-3
/
+0
*
Dwarf: do not use line_table_start in at_stmt_list since we do not always emit
Manman Ren
2013-02-09
1
-1
/
+4
*
"Clean up" line section symbol emission by emitting the section
Eric Christopher
2013-02-07
2
-8
/
+12
*
Clean up multiple skeleton compile units if we have multiple compile
Eric Christopher
2013-02-06
2
-8
/
+6
*
Remove some dead code.
Eric Christopher
2013-02-06
2
-34
/
+0
*
Attempt to recover gdb bot after r174445.
Manman Ren
2013-02-06
1
-0
/
+2
*
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
1
-2
/
+19
*
Construct a skeleton cu for each compile unit in the module, not just
Eric Christopher
2013-02-05
1
-5
/
+8
*
Add support for emitting a stub DW_AT_GNU_dwo_id as part of the
Eric Christopher
2013-02-05
1
-1
/
+7
*
[Dwarf] avoid emitting multiple AT_const_value for static memebers.
Manman Ren
2013-02-01
1
-3
/
+9
*
[Dwarf] early exit to avoid creating dangling DIEs
Manman Ren
2013-01-31
1
-1
/
+6
*
Support artificial parameters in function types.
David Blaikie
2013-01-29
1
-0
/
+2
*
Fix comment.
Eric Christopher
2013-01-28
1
-1
/
+1
*
The last of PR14471 - emission of constant floats
David Blaikie
2013-01-20
2
-4
/
+19
*
Split out DW_OP_addr for the split debug info DWARF5 proposal.
Eric Christopher
2013-01-18
2
-6
/
+23
*
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
Eric Christopher
2013-01-17
2
-4
/
+7
*
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
Eric Christopher
2013-01-17
2
-1
/
+7
*
Define metadata interfaces for describing a static data member
Eric Christopher
2013-01-16
2
-43
/
+100
*
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
5
-23
/
+114
*
Simplify writing floating types to assembly.
Tim Northover
2013-01-11
1
-74
/
+32
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
4
-8
/
+8
[next]