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
...
*
Remove unused argument from emitModuleMetadata.
Eric Christopher
2018-04-20
1
-1
/
+1
*
Remove MachineLoopInfo dependency from AsmPrinter.
Michael Zolotukhin
2018-04-09
1
-7
/
+24
*
Align stubs for external and common global variables to pointer size.
Rafael Espindola
2018-04-02
1
-0
/
+1
*
Style update. NFC.
Rafael Espindola
2018-03-29
1
-6
/
+6
*
Use local symbols for creating .stack-size.
Rafael Espindola
2018-03-26
1
-2
/
+3
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into IR so it can be le...
David Blaikie
2018-03-21
1
-2
/
+1
*
[dsymutil] Rename llvm-dsymutil -> dsymutil
Jonas Devlieghere
2018-03-18
1
-1
/
+1
*
TargetMachine: Add address space to getPointerSize
Matt Arsenault
2018-03-14
1
-2
/
+4
*
Avoid creating a Constant for each value in a ConstantDataSequential.
Alina Sbirlea
2018-03-09
1
-9
/
+14
*
test commit: fix typo in comment
Simi Pallipurath
2018-03-06
1
-1
/
+1
*
[TLS] use emulated TLS if the target supports only this mode
Chih-Hung Hsieh
2018-02-28
1
-1
/
+1
*
[WebAssembly] Add exception handling option and feature
Heejin Ahn
2018-02-24
1
-0
/
+3
*
[CodeGen] Simplify conditional. NFC
Shoaib Meenai
2018-01-29
1
-1
/
+1
*
[CodeGen] Ignore private symbols in llvm.used for COFF
Shoaib Meenai
2018-01-26
1
-4
/
+4
*
CodeGen: handle llvm.used properly for COFF
Saleem Abdulrasool
2018-01-20
1
-0
/
+30
*
[CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64
Reid Kleckner
2018-01-17
1
-0
/
+16
*
[MC] Fix -stack-size-section on ARM
Sean Eveson
2018-01-17
1
-2
/
+1
*
Reland "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-09
1
-0
/
+10
*
Revert "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-08
1
-10
/
+0
*
Emit Function IDs table for Control Flow Guard
Adrian McCarthy
2018-01-08
1
-0
/
+10
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-35
/
+35
*
Fix for bug PR35549 - Repeated schedule comments.
Andrew V. Tischenko
2017-12-15
1
-8
/
+16
*
MC/AsmPrinter: Reduce code duplication.
Matthias Braun
2017-12-14
1
-22
/
+2
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-4
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+2
*
[MC] Function stack size section.
Sean Eveson
2017-11-30
1
-0
/
+28
*
Revert r319423: [MC] Function stack size section.
Sean Eveson
2017-11-30
1
-28
/
+0
*
[MC] Function stack size section.
Sean Eveson
2017-11-30
1
-0
/
+28
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-3
/
+3
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-5
/
+5
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-2
/
+2
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
[MC] Adding code padding for performance stability - infrastructure. NFC.
Omer Paparo Bivas
2017-10-24
1
-4
/
+29
*
CodeGen: Minor cleanups to use MachineInstr::getMF. NFC
Justin Bogner
2017-10-10
1
-2
/
+2
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-10-10
1
-17
/
+16
*
[CodeGen] Emit necessary .note sections for -fsplit-stack
Than McIntosh
2017-09-27
1
-0
/
+10
*
[XRay][CodeGen] Use the current function symbol as the associated symbol for ...
Dean Michael Berris
2017-09-14
1
-1
/
+1
*
[XRay][CodeGen] Use PIC-friendly code in XRay sleds and remove synthetic refe...
Dean Michael Berris
2017-09-04
1
-28
/
+25
*
Revert r311525: "[XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove ...
Daniel Jasper
2017-08-31
1
-25
/
+28
*
[XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove synthetic referen...
Dean Michael Berris
2017-08-23
1
-28
/
+25
*
Make .file directive to have basename only
Taewook Oh
2017-08-10
1
-1
/
+3
*
[AsmPrinter] Constify needsCFIMoves. NFC
Francis Visoiu Mistrih
2017-07-19
1
-1
/
+1
*
Drop the LLVM mangler escape when printing the IR name in assembly comments
Reid Kleckner
2017-06-30
1
-1
/
+3
*
[XRay] Reduce synthetic references emitted by XRay
Dean Michael Berris
2017-06-21
1
-8
/
+6
*
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...
Peter Collingbourne
2017-06-12
1
-5
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
Check hasPersonalityFn before calling getPersonalityFn
Reid Kleckner
2017-05-31
1
-4
/
+5
[prev]
[next]