index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WinEH] Remove more dead code
David Majnemer
2015-10-10
1
-27
/
+23
*
[WinEH] Delete the old landingpad implementation of Windows EH
Reid Kleckner
2015-10-09
1
-210
/
+69
*
[SEH] Update SEH codegen tests to use the new IR
Reid Kleckner
2015-10-09
1
-0
/
+5
*
[SEH] Fix _except_handler4 table base states
Reid Kleckner
2015-10-09
1
-1
/
+4
*
[SEH] Remember to emit the last invoke range for SEH
Reid Kleckner
2015-10-09
2
-28
/
+51
*
Do not assert on first non-prologue instruction being a CFI directive.
Michael Kuperstein
2015-10-08
1
-5
/
+1
*
[WinEH] Refer to filter funclets using their symbol-table symbol
David Majnemer
2015-10-07
1
-1
/
+2
*
[WinEH] Undo the effect of r249578 for 32-bit
Reid Kleckner
2015-10-07
2
-3
/
+22
*
[WinEH] Fix two minor issues in __CxxFrameHandler3 tables
Reid Kleckner
2015-10-07
1
-1
/
+1
*
[X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls
Michael Kuperstein
2015-10-07
1
-0
/
+6
*
DebugInfo: Include the decl_line/decl_file in subprogram definitions if they ...
David Blaikie
2015-10-07
1
-0
/
+8
*
[WinEH] Recognize CoreCLR personality function
Joseph Tremoulet
2015-10-06
1
-4
/
+4
*
Move helper classes into an anonymous namespace. NFC.
Benjamin Kramer
2015-10-05
1
-0
/
+2
*
Call the correct overload.
Richard Trieu
2015-10-02
1
-2
/
+4
*
[WinEH] Emit __C_specific_handler tables for the new IR
Reid Kleckner
2015-10-01
2
-54
/
+199
*
Fix debug info with SafeStack.
Evgeniy Stepanov
2015-09-30
1
-3
/
+12
*
[WinEH] Teach AsmPrinter about funclets
David Majnemer
2015-09-29
4
-30
/
+141
*
[WinEH] Fix ip2state table emission with funclets
Reid Kleckner
2015-09-28
3
-55
/
+71
*
Remove 'const' from some ArrayRefs. ArrayRefs are already immutable. NFC
Craig Topper
2015-09-28
1
-2
/
+2
*
Debug Info: Emit the dwo_name only in skeleton CUs, not in DWOs.
Adrian Prantl
2015-09-22
1
-3
/
+5
*
Test commit. Fix comment. NFC.
Maksim Panchenko
2015-09-19
1
-1
/
+1
*
[WinEH] Rip out the landingpad-based C++ EH state numbering code
Reid Kleckner
2015-09-16
2
-86
/
+30
*
[WinEH] Pull Adjectives and CatchObj out of the catchpad arg list
Reid Kleckner
2015-09-16
1
-0
/
+10
*
DwarfDebug: Emit dwo_id+dwo_name for DICompileUnits that provide a dwoId.
Adrian Prantl
2015-09-14
1
-0
/
+8
*
Fix typos.
Bruce Mitchener
2015-09-12
1
-2
/
+2
*
[X86] Make sure startproc/endproc are paired
David Majnemer
2015-09-11
1
-1
/
+1
*
Debug Info: Allow a DIModule to appear as the scope of other entities.
Adrian Prantl
2015-09-10
1
-0
/
+2
*
[WinEH] Add codegen support for cleanuppad and cleanupret
Reid Kleckner
2015-09-10
1
-4
/
+6
*
[SEH] Emit 32-bit SEH tables for the new EH IR
Reid Kleckner
2015-09-09
2
-14
/
+40
*
[WinEH] Emit prologues and epilogues for funclets
Reid Kleckner
2015-09-08
1
-6
/
+14
*
[EH] Handle non-Function personalities like unknown personalities
Reid Kleckner
2015-08-31
2
-6
/
+3
*
AsmPrinter: Allow null subroutine type
Duncan P. N. Exon Smith
2015-08-28
1
-4
/
+3
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
2
-24
/
+39
*
[WinEH] Calculate state numbers for the new EH representation
David Majnemer
2015-08-18
2
-6
/
+7
*
Redo "Make global aliases have symbol size equal to their type"
John Brawn
2015-08-12
1
-0
/
+14
*
Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE.
Paul Robinson
2015-08-11
3
-1
/
+21
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
[MC/Dwarf] Allow to specify custom parameters for linetable emission.
Frederic Riss
2015-08-07
1
-1
/
+2
*
Revert "Make global aliases have symbol size equal to their type"
John Brawn
2015-08-07
1
-10
/
+0
*
If the "CodeView" module flag is set, emit codeview instead of DWARF
Reid Kleckner
2015-08-05
2
-12
/
+5
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-03
1
-5
/
+8
*
AsmPrinter: Split out non-DIE printing from DIE::print(), NFC
Duncan P. N. Exon Smith
2015-08-02
1
-28
/
+24
*
AsmPrinter: Take DIEValueList in some DwarfUnit API, NFC
Duncan P. N. Exon Smith
2015-08-02
2
-13
/
+17
*
AsmPrinter: Change DIEValueList to a subclass of DIE, NFC
Duncan P. N. Exon Smith
2015-08-02
1
-6
/
+6
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
3
-4
/
+3
*
Reapply "Add reverse(ContainerTy) range adapter."
Pete Cooper
2015-07-29
1
-2
/
+1
*
Revert "Add reverse(ContainerTy) range adapter."
Pete Cooper
2015-07-29
1
-1
/
+2
*
Add reverse(ContainerTy) range adapter.
Pete Cooper
2015-07-29
1
-2
/
+1
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
2
-29
/
+115
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
3
-8
/
+5
[next]