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
*
Make global aliases have symbol size equal to their type
John Brawn
2015-07-17
1
-0
/
+10
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
5
-97
/
+91
*
Remove DataLayout from TargetLoweringObjectFile, redirect to Module
Mehdi Amini
2015-07-16
2
-10
/
+10
*
Redirect pointerSize query to the TargetMachine in ASMPrinter
Mehdi Amini
2015-07-16
2
-8
/
+12
*
Add a "debugger tuning" concept that allows us to fine-tune how we
Paul Robinson
2015-07-15
2
-10
/
+71
*
Debug Info: Add basic support for external types references.
Adrian Prantl
2015-07-15
4
-3
/
+28
*
[CodeGen] Force emission of personality directive if explicitly specified
Keno Fischer
2015-07-14
4
-22
/
+54
*
[WinEH] Emit the LSDA even if no lpads remain but outlining occurred
Reid Kleckner
2015-07-13
1
-6
/
+14
*
Service the doxygen comments in DwarfUnit and DwarfDebug.
Adrian Prantl
2015-07-13
2
-148
/
+151
*
Print the visibility of available_externally functions.
Rafael Espindola
2015-07-13
1
-1
/
+1
*
[WinEH] Make sure LSDA tables are 4 byte aligned
Reid Kleckner
2015-07-10
1
-0
/
+2
*
[CodeView] Add support for emitting column information
David Majnemer
2015-07-09
2
-10
/
+28
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
2
-2
/
+2
*
Remove JumpInstrTableInfo.h as it is no longer used.
Eric Christopher
2015-07-06
1
-1
/
+0
*
Revert "[DWARF] Fix debug info generation for function static variables, type...
David Blaikie
2015-07-01
6
-62
/
+35
*
[AsmPrinter] Hide implementation details
Benjamin Kramer
2015-07-01
4
-6
/
+6
*
[DWARF] Fix debug info generation for function static variables, typedefs, an...
Michael Kuperstein
2015-07-01
6
-35
/
+62
*
[SEH] Add new intrinsics for recovering and restoring parent frames
Reid Kleckner
2015-06-30
2
-15
/
+26
*
Debug info: Add dwarf backend support for DIModule.
Adrian Prantl
2015-06-30
3
-0
/
+27
*
[MMI] Use TinyPtrVector instead of PointerUnion with vector.
Benjamin Kramer
2015-06-29
1
-2
/
+1
*
Revert "Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed"
Adrian Prantl
2015-06-27
1
-18
/
+13
*
Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed
Adrian Prantl
2015-06-27
1
-16
/
+21
*
Debug Info: Fix a bug in the DW_AT_bit_offset calculation that would
Adrian Prantl
2015-06-26
1
-13
/
+28
*
Debug Info: Clarify the documentation for bitfields emission.
Adrian Prantl
2015-06-26
1
-2
/
+7
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
8
-53
/
+47
*
AsmPrinter: Convert DIE::Values to a linked list
Duncan P. N. Exon Smith
2015-06-25
7
-59
/
+66
*
[AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel
Bruno Cardoso Lopes
2015-06-25
1
-2
/
+9
*
AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
Duncan P. N. Exon Smith
2015-06-24
3
-14
/
+13
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
2
-5
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
16
-16
/
+16
*
AsmPrinter: Don't emit empty .debug_loc entries
Duncan P. N. Exon Smith
2015-06-21
5
-14
/
+122
*
AsmPrinter: Rewrite initialization of DbgVariable, NFC
Duncan P. N. Exon Smith
2015-06-21
3
-64
/
+85
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
17
-17
/
+17
*
[CodeGen] Don't emit a random reference to the personality function
David Majnemer
2015-06-18
1
-4
/
+0
*
[AsmPrinter] Make isRepeatedByteSequence smarter about odd integer types
Benjamin Kramer
2015-06-17
1
-26
/
+16
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-0
/
+4
*
Rename and improve emitSectionOffset.
Rafael Espindola
2015-06-16
4
-29
/
+19
*
Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...
Daniel Sanders
2015-06-16
1
-5
/
+5
*
Debug Info IR: Switch DIObjCProperty to use DITypeRef.
Adrian Prantl
2015-06-15
1
-1
/
+1
*
AsmPrinter.cpp: Avoid crashes for targeting like "arm-mingw32". CurrentFnSym ...
NAKAMURA Takumi
2015-06-14
1
-1
/
+2
*
Reformat.
NAKAMURA Takumi
2015-06-14
1
-5
/
+3
*
[WinEH] Put finally pointers in the handler scope table field
Reid Kleckner
2015-06-11
1
-14
/
+13
*
[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
Reid Kleckner
2015-06-11
1
-3
/
+18
*
Generalize emitAbsoluteSymbolDiff.
Rafael Espindola
2015-06-11
1
-19
/
+1
*
Remove MachineModuleInfo::UsedFunctions as it has no users.
Pete Cooper
2015-06-11
1
-1
/
+0
*
[WinEH] _except_handlerN uses 0 instead of 1 to indicate catch-all
Reid Kleckner
2015-06-10
1
-6
/
+4
*
Remove safeseh debug print and remove extra braces
Reid Kleckner
2015-06-10
1
-5
/
+2
*
[WinEH] Emit .safeseh directives for all 32-bit exception handlers
Reid Kleckner
2015-06-10
1
-0
/
+8
*
Fix -Wsign-compare warning in WinException.cpp
Reid Kleckner
2015-06-10
1
-1
/
+2
*
[WinEH] Add 32-bit SEH state table emission prototype
Reid Kleckner
2015-06-09
2
-1
/
+95
[next]