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
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reformat.
NAKAMURA Takumi
2015-06-14
1
-5
/
+3
*
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
*
Create a MCSymbolELF.
Rafael Espindola
2015-06-02
1
-3
/
+4
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-36
/
+36
*
[WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86
Reid Kleckner
2015-05-29
1
-0
/
+1
*
Rename Win64Exception.(cpp|h) to WinException.(cpp|h)
Reid Kleckner
2015-05-28
1
-2
/
+2
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-15
/
+13
*
AsmPrinter: Compute absolute label difference directly
Duncan P. N. Exon Smith
2015-05-21
1
-0
/
+4
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-8
/
+8
*
Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.
Akira Hatanaka
2015-05-15
1
-1
/
+1
*
Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-05
1
-0
/
+2
*
Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-2
/
+0
*
Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-0
/
+2
*
Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"
Reid Kleckner
2015-05-01
1
-2
/
+0
*
[WinEH] Add an EH registration and state insertion pass for 32-bit x86
Reid Kleckner
2015-05-01
1
-0
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-3
/
+3
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-165
/
+164
*
DebugInfo: Drop rest of DIDescriptor subclasses
Duncan P. N. Exon Smith
2015-04-21
1
-2
/
+2
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+2
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+2
*
DebugInfo: Gut DIExpression
Duncan P. N. Exon Smith
2015-04-14
1
-3
/
+3
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
1
-2
/
+22
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-2
/
+2
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-1
/
+1
*
[AsmPrinter] Don't assert on GOT equivalent non-constant users.
Ahmed Bougacha
2015-03-27
1
-1
/
+1
*
At the beginning of doFinalization set the MachineFunction to
Eric Christopher
2015-03-20
1
-0
/
+5
*
Centralize the handling of unique ids for temporary labels.
Rafael Espindola
2015-03-17
1
-7
/
+7
*
Remove the error prone GetTempSymbol API.
Rafael Espindola
2015-03-17
1
-12
/
+0
*
Make EmitFunctionHeader a private helper.
Rafael Espindola
2015-03-17
1
-0
/
+2
*
Convert the easy cases of GetTempSymbol to createTempSymbol.
Rafael Espindola
2015-03-17
1
-1
/
+1
*
Don't duplicate comment from the .h. NFC.
Rafael Espindola
2015-03-17
1
-4
/
+0
*
Move the EH symbol to the asm printer and use it for the SJLJ case too.
Rafael Espindola
2015-03-17
1
-1
/
+8
*
[AsmPrinter] Use the per-function subtarget to emit inline asm instructions that
Akira Hatanaka
2015-03-16
1
-1
/
+5
*
[NVPTXAsmPrinter] do not print .align on function headers
Jingyue Wu
2015-03-12
1
-1
/
+2
*
[AsmPrinter][TLOF] Reintroduce AArch64 test
Bruno Cardoso Lopes
2015-03-10
1
-11
/
+12
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-5
/
+4
*
Print jump tables before exception tables.
Rafael Espindola
2015-03-09
1
-7
/
+12
*
[AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalents
Bruno Cardoso Lopes
2015-03-06
1
-4
/
+5
*
[AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalents
Bruno Cardoso Lopes
2015-03-06
1
-1
/
+6
*
Use the correct func begin symbol in all places in ppc.
Rafael Espindola
2015-03-05
1
-7
/
+9
*
Use the generic Lfunc_begin label on ppc.
Rafael Espindola
2015-03-05
1
-1
/
+5
*
Use the existing begin and end symbol for debug info.
Rafael Espindola
2015-03-05
1
-2
/
+3
*
Use the vanilla func_end symbol for .size.
Rafael Espindola
2015-03-04
1
-7
/
+4
*
Drop the "eh_" from eh_func_begin and eh_func_end.
Rafael Espindola
2015-03-04
1
-2
/
+2
*
Remove the Forward Control Flow Integrity pass and its dependencies.
Eric Christopher
2015-02-27
1
-53
/
+0
*
Centralize handling of the eh_begin and eh_end labels.
Rafael Espindola
2015-02-27
1
-0
/
+24
*
[AsmPrinter] Access pointers to globals via pcrel GOT entries
Bruno Cardoso Lopes
2015-02-23
1
-15
/
+209
*
Remove more uses of TargetMachine::getSubtargetImpl from the
Eric Christopher
2015-02-20
1
-9
/
+8
*
AsmPrinter::doFinalization is at the module level and so doesn't
Eric Christopher
2015-02-20
1
-2
/
+7
[prev]
[next]