index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Linker
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-03
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
26
-334
/
+337
2014-10-02
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
26
-337
/
+334
2014-10-02
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
26
-334
/
+337
2014-10-01
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
16
-55
/
+55
2014-10-01
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
16
-55
/
+55
2014-10-01
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
16
-55
/
+55
2014-09-09
Merge alignment of common GlobalValue.
Rafael Espindola
2
-0
/
+5
2014-09-09
When merging two common GlobalValues, keep the largest.
Rafael Espindola
2
-2
/
+7
2014-09-09
Make this input file pass the verifier.
Rafael Espindola
1
-2
/
+2
2014-09-09
Fix a use of an undefined value (the linkage).
Rafael Espindola
2
-1
/
+5
2014-09-09
Prefer common over weak linkage when linking.
Rafael Espindola
2
-0
/
+7
2014-09-05
Fix pr20078.
Rafael Espindola
2
-0
/
+21
2014-09-04
[ dwarfdump ] Add symbolic dump of known DWARF attribute values.
Frederic Riss
1
-1
/
+1
2014-08-29
Debug info: Add a new explicit DIDescriptor flag for the "public" access
Adrian Prantl
2
-6
/
+6
2014-08-27
Fix a couple of debug info test cases to match the metadata schema change in ...
David Blaikie
1
-1
/
+1
2014-08-15
Set comdats when lazily linking functions.
Rafael Espindola
2
-0
/
+12
2014-08-12
Don't upgrade global constructors when reading bitcode
Duncan P. N. Exon Smith
1
-0
/
+1
2014-08-11
Fix use of uninitialized variable.
Rafael Espindola
2
-0
/
+20
2014-07-30
Use "weak alias" instead of "alias weak"
Rafael Espindola
4
-56
/
+56
2014-07-28
Clean up testing cases.
Manman Ren
2
-4
/
+4
2014-07-28
Remove extra ; in testing case.
Manman Ren
1
-1
/
+1
2014-07-28
[Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
2
-0
/
+237
2014-06-27
IR: Add COMDATs to the IR
David Majnemer
13
-0
/
+132
2014-06-06
Allow aliases to be unnamed_addr.
Rafael Espindola
2
-0
/
+17
2014-06-03
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
5
-14
/
+5
2014-05-27
DebugInfo: Lazily construct subprogram definition DIEs.
David Blaikie
1
-6
/
+6
2014-05-23
DebugInfo: Generalize some tests to handle variations in attribute ordering.
David Blaikie
1
-4
/
+8
2014-05-19
LTO: Add a testcase for linking modules with incompatible Debug Info
Adrian Prantl
2
-0
/
+26
2014-05-16
Add comdat key field to llvm.global_ctors and llvm.global_dtors
Reid Kleckner
2
-0
/
+29
2014-05-16
Fix most of PR10367.
Rafael Espindola
5
-1
/
+29
2014-04-22
Fix DataLayout::operator==().
Rafael Espindola
1
-1
/
+1
2014-03-18
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
Adrian Prantl
1
-1
/
+1
2014-03-14
Debug info: Unique types before emitting them to DWARF, where applicable.
Adrian Prantl
1
-0
/
+4
2014-03-14
Debug Info: Fix LTO type uniquing for C++ member declarations
Adrian Prantl
2
-0
/
+180
2014-03-12
Reject alias to undefined symbols in the verifier.
Rafael Espindola
1
-27
/
+81
2014-03-11
Don't assume an empty stderr.
Rafael Espindola
2
-6
/
+6
2014-03-10
Add test for LinkModules warning on triple, modified by r203009. Datalayout i...
JF Bastien
3
-0
/
+16
2014-03-05
Fix datalayout test that I broke with my previous LinkModules warning improve...
JF Bastien
1
-1
/
+1
2014-02-27
Revert "Use count 0."
Juergen Ributzka
1
-1
/
+4
2014-02-26
Use count 0.
Rafael Espindola
1
-4
/
+1
2014-02-26
Compare DataLayout by Value, not by pointer.
Rafael Espindola
3
-0
/
+16
2014-02-13
Copy dll storage in copyAttributes.
Rafael Espindola
2
-0
/
+7
2014-02-04
DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...
David Blaikie
6
-6
/
+6
2014-01-30
Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...
Timur Iskhodzhanov
3
-3
/
+3
2014-01-24
Verify that attributes are not lost during linking.
Bill Wendling
2
-0
/
+22
2014-01-18
Debug info (LTO): Move the creation of accessibility flags to
Adrian Prantl
2
-0
/
+217
2013-11-22
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
16
-6
/
+32
2013-10-31
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
3
-5
/
+31
2013-10-05
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
3
-0
/
+153
2013-10-04
Temporarily revert r191792 as it is causing some LTO debug failures
Eric Christopher
4
-172
/
+2
[next]