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
*
Comment some and reformat for clarity beginFunction.
Eric Christopher
2013-11-01
1
-30
/
+42
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-4
/
+2
*
DebugInfo: Emit member variable locations as data instead of expressions in b...
David Blaikie
2013-11-01
1
-29
/
+31
*
Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.
Manman Ren
2013-10-31
6
-11
/
+87
*
Produce .weak_def_can_be_hidden for some linkonce_odr values
Rafael Espindola
2013-10-30
1
-7
/
+20
*
DebugInfo: Push header handling down into CompileUnit
David Blaikie
2013-10-30
3
-18
/
+29
*
DwarfDebug: Change Abbreviations member from pointer to reference
David Blaikie
2013-10-30
2
-10
/
+10
*
Debug Info: code clean up.
Manman Ren
2013-10-29
2
-3
/
+5
*
Debug Info: support for DW_FORM_ref_addr.
Manman Ren
2013-10-29
6
-3
/
+67
*
Debug Info: instead of calling addToContextOwner which constructs the context
Manman Ren
2013-10-29
2
-21
/
+9
*
Move getSymbol to TargetLoweringObjectFile.
Rafael Espindola
2013-10-29
1
-2
/
+2
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
4
-14
/
+17
*
Debug Info: instead of calling addToContextOwner which constructs the context
Manman Ren
2013-10-29
1
-7
/
+17
*
Debug Info: use createAndAddDIE to wrap around "new DIE" in DwarfDebug.
Manman Ren
2013-10-29
1
-6
/
+5
*
Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.
Manman Ren
2013-10-29
1
-9
/
+5
*
Debug Info: add a helper function createAndAddDIE.
Manman Ren
2013-10-29
2
-29
/
+28
*
DIEHash: Summary hashing of member functions
David Blaikie
2013-10-25
1
-1
/
+1
*
DIEHash: Summary hashing of nested types
David Blaikie
2013-10-25
2
-1
/
+26
*
MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...
David Blaikie
2013-10-24
1
-1
/
+1
*
DWARF emission: Remove unnecessary/redundant DIE reference code
David Blaikie
2013-10-24
1
-7
/
+0
*
Fix name of variable in comment.
Eric Christopher
2013-10-24
1
-1
/
+1
*
Grammar.
Eric Christopher
2013-10-24
1
-1
/
+1
*
Update misleading comment.
Eric Christopher
2013-10-24
1
-2
/
+3
*
DIEHash: Const correct and use references where non-null/non-rebound.
David Blaikie
2013-10-24
3
-49
/
+49
*
DIEHash: Do not use shallow type hashing for unnamed types
David Blaikie
2013-10-24
1
-4
/
+6
*
DIEHash: Refactor ref attribute hashing into smaller functions
David Blaikie
2013-10-24
3
-68
/
+98
*
Remove unused debug-only member variable.
David Blaikie
2013-10-24
1
-4
/
+0
*
Debug Info: code clean up.
Manman Ren
2013-10-23
2
-31
/
+23
*
Debug Info: code clean up.
Manman Ren
2013-10-23
2
-5
/
+5
*
Debug Info: code clean up.
Manman Ren
2013-10-23
2
-18
/
+12
*
Debug Info: code clean up.
Manman Ren
2013-10-23
2
-18
/
+18
*
Remove {} from one-line block.
Manman Ren
2013-10-23
1
-2
/
+1
*
Reduce casting and use a fully covered switch.
Rafael Espindola
2013-10-23
1
-9
/
+14
*
Debug Info: code clean up.
Manman Ren
2013-10-22
1
-7
/
+1
*
DIEHashing: Provide an assert for unreachable functionality regarding friends.
David Blaikie
2013-10-22
1
-0
/
+3
*
DWARF type hashing: pointers to members
David Blaikie
2013-10-22
1
-11
/
+14
*
Formatting/whitespace.
Eric Christopher
2013-10-22
1
-4
/
+4
*
DWARF Type Hashing: Include reference and rvalue reference type in the declar...
David Blaikie
2013-10-21
1
-1
/
+3
*
DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...
David Blaikie
2013-10-21
2
-7
/
+39
*
Fix CodeGen for different size address space GEPs
Matt Arsenault
2013-10-21
1
-2
/
+2
*
Fix the build in DIE.cpp with MSVC 2010
Reid Kleckner
2013-10-21
1
-3
/
+5
*
DWARF type hashing: Handle multiple (including recursive) references to the s...
David Blaikie
2013-10-21
2
-8
/
+21
*
Fix up some old review feedback.
Eric Christopher
2013-10-21
1
-2
/
+3
*
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...
David Blaikie
2013-10-21
5
-185
/
+208
*
DebugInfo: Hash DW_FORM_GNU_str_index as a string.
David Blaikie
2013-10-21
1
-1
/
+3
*
Emit prefix data after debug and EH directives.
Peter Collingbourne
2013-10-20
1
-4
/
+4
*
Remove unused variable.
Benjamin Kramer
2013-10-19
1
-2
/
+1
*
Reformat.
Eric Christopher
2013-10-19
1
-80
/
+73
*
Fix up a few minor performance problems spotted in code review.
Eric Christopher
2013-10-19
1
-7
/
+6
*
Debug Info: add a newly-created DIE to a parent in the same function.
Manman Ren
2013-10-18
2
-24
/
+29
[next]