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
*
PR 31534: When emitting both DWARF unwind tables and debug information,
Joerg Sonnenberger
2017-01-05
1
-1
/
+23
*
[XRay] Merge instrumentation point table emission code into AsmPrinter.
Dean Michael Berris
2017-01-03
1
-0
/
+57
*
Reapply "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2017-01-02
1
-1
/
+3
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-3
/
+4
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
Revert "[CodeGen] Fix invalid DWARF info on Win64"
Keno Fischer
2016-12-08
1
-1
/
+1
*
[CodeGen] Fix invalid DWARF info on Win64
Keno Fischer
2016-12-08
1
-1
/
+1
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-4
/
+4
*
[MC] Refactor emitELFSize to make usage more consistent. NFC.
Dan Gohman
2016-12-01
1
-5
/
+3
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-5
/
+4
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-4
/
+5
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-5
/
+4
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-2
/
+1
*
Rely on a single DWARF version instead of having two copies
Greg Clayton
2016-11-23
1
-0
/
+8
*
CodeGen: simplify TargetMachine::getSymbol interface. NFC.
Tim Northover
2016-11-22
1
-1
/
+1
*
[AsmPrinter] Enable codeview for windows-itanium
Shoaib Meenai
2016-11-21
1
-1
/
+2
*
Timer: Track name and description.
Matthias Braun
2016-11-18
1
-16
/
+31
*
Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to help
Eric Christopher
2016-10-14
1
-1
/
+1
*
Improve DEBUG_VALUE assembly comments for spilled bitpieces
Reid Kleckner
2016-10-05
1
-7
/
+7
*
Use StringRef in Registry API (NFC)
Mehdi Amini
2016-10-01
1
-2
/
+2
*
Remove getTargetTriple and update all uses to use the Triple off
Eric Christopher
2016-10-01
1
-8
/
+2
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-19
1
-0
/
+10
*
Move the Mangler from the AsmPrinter down to TLOF and clean up the
Eric Christopher
2016-09-16
1
-16
/
+10
*
Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"
Renato Golin
2016-09-08
1
-10
/
+0
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-08
1
-0
/
+10
*
Revert r279564. It introduces undefined behavior (binding a reference to a
Richard Smith
2016-08-23
1
-0
/
+2
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-2
/
+0
*
Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...
Matthias Braun
2016-08-23
1
-7
/
+0
*
CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePasses
Matthias Braun
2016-08-23
1
-0
/
+7
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[MC] Delete use of *structors_used.
Davide Italiano
2016-08-08
1
-12
/
+0
*
[ConstnatFolding] Teach the folder how to fold ConstantVector
David Majnemer
2016-07-29
1
-2
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-5
/
+5
*
AsmPrinter: Fix emitKill() not flush()ing a raw_string_ostream
Matthias Braun
2016-07-09
1
-1
/
+1
*
80-column and comment fixups.
Eric Christopher
2016-07-01
1
-5
/
+8
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-4
/
+4
*
Use isPositionIndependent in a few more places.
Rafael Espindola
2016-06-28
1
-1
/
+1
*
Move isPositionIndependent up to AsmPrinter.
Rafael Espindola
2016-06-27
1
-0
/
+4
*
IR: Introduce Module::global_objects().
Peter Collingbourne
2016-06-22
1
-10
/
+4
*
doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, the
Joerg Sonnenberger
2016-06-18
1
-2
/
+2
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
Fix BSS global handling in AsmPrinter
Nirav Dave
2016-06-14
1
-35
/
+33
*
[MC] Rename EmitFill to emitFill
Petr Hosek
2016-06-01
1
-2
/
+2
*
CodeGen: Move the call to DwarfDebug::beginModule() out of the constructor.
Peter Collingbourne
2016-05-20
1
-0
/
+1
*
Fail early on unknown appending linkage variables.
Rafael Espindola
2016-05-16
1
-6
/
+3
*
Return a StringRef from getSection.
Rafael Espindola
2016-05-11
1
-1
/
+1
*
Merge two unreachable cases.
Rafael Espindola
2016-05-11
1
-2
/
+1
*
CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
Peter Collingbourne
2016-04-22
1
-5
/
+25
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-2
/
+7
[next]