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
*
Update a comment.
Adrian Prantl
2015-01-07
1
-0
/
+2
*
Debug info: Allow aggregate types to be described by constants.
Adrian Prantl
2015-01-07
1
-2
/
+5
*
Introduce an example statepoint GC strategy
Philip Reames
2015-01-07
1
-0
/
+5
*
Make DIE.h a public CodeGen header.
Frederic Riss
2015-01-05
9
-595
/
+8
*
DebugInfo: Omit is_stmt from line table entries on the same line.
David Blaikie
2014-12-30
1
-1
/
+3
*
x86_64: Fix calls to __morestack under the large code model.
Peter Collingbourne
2014-12-30
1
-0
/
+17
*
Band-aid fix for PR22032: don't emit DWARF debug info if AddressSanitizer is ...
Timur Iskhodzhanov
2014-12-26
1
-3
/
+16
*
CodeGen: Error on redefinitions instead of asserting
David Majnemer
2014-12-24
1
-5
/
+11
*
CodeGen: Allow aliases to be overridden by variables
David Majnemer
2014-12-24
1
-0
/
+2
*
MC: Label definitions are permitted after .set directives
David Majnemer
2014-12-24
1
-0
/
+2
*
Debug Info: In symmetry to DW_TAG_pointer_type, do not emit the byte size
Adrian Prantl
2014-12-24
1
-1
/
+2
*
EH: Sink computation of local PadMap variable into function that uses it
Reid Kleckner
2014-12-19
2
-17
/
+15
*
Add the ExceptionHandling::MSVC enumeration
Reid Kleckner
2014-12-19
2
-8
/
+9
*
Explain why LLVM is emitting a DW_AT_containing_type inside of a class.
Adrian Prantl
2014-12-19
1
-0
/
+2
*
[mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Toma Tabacu
2014-12-17
1
-0
/
+4
*
PR21875: codegen for non-type template parameters of nullptr_t type
David Blaikie
2014-12-17
1
-2
/
+5
*
Move lowerConstant to AsmPrinter
Matt Arsenault
2014-12-16
1
-25
/
+20
*
Fixing -Wsign-compare warnings; NFC.
Aaron Ballman
2014-12-16
1
-1
/
+2
*
ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions.
Adrian Prantl
2014-12-16
1
-1
/
+5
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-2
/
+4
*
A fix for PR21176.
Ekaterina Romanova
2014-12-12
1
-0
/
+12
*
Reverting commit 223981, because the test that I added (incorrect-variable-de...
Ekaterina Romanova
2014-12-11
1
-2
/
+0
*
GCStrategy should not own GCFunctionInfo
Philip Reames
2014-12-11
3
-15
/
+30
*
A fix for PR21176.
Ekaterina Romanova
2014-12-10
1
-0
/
+2
*
Remove the Module pointer from GCStrategy and GCMetadataPrinter
Philip Reames
2014-12-09
3
-15
/
+15
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
2
-5
/
+6
*
These two calls were grabbing the same register info. Unify them.
Eric Christopher
2014-12-05
1
-3
/
+2
*
Cleanup: Calls to getDwarfRegNum() may actually fail, if there is
Adrian Prantl
2014-12-05
3
-27
/
+44
*
Prologue support
Peter Collingbourne
2014-12-03
1
-3
/
+7
*
Debug Info: revert r222195, r222210 and r222239.
Manman Ren
2014-11-21
1
-2
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
2
-3
/
+4
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-2
/
+1
*
Allow DwarfCompileUnit::constructImportedEntityDIE to instanciate a GlobalVar...
Frederic Riss
2014-11-18
1
-0
/
+2
*
Debug Info: In DIBuilder, the context field of a global variable is updated to
Manman Ren
2014-11-18
1
-2
/
+2
*
Rename EH related stuff to be more precise
Reid Kleckner
2014-11-14
3
-9
/
+9
*
Allow the use of functions as typeinfo in landingpad clauses
Reid Kleckner
2014-11-14
2
-7
/
+7
*
Fix emission of Dwarf accelerator table when there are multiple CUs.
Frederic Riss
2014-11-12
3
-7
/
+10
*
Temporary fix for PR21528 - use mangled C++ function names in COFF debug info...
Timur Iskhodzhanov
2014-11-12
1
-1
/
+8
*
[COFF] Make it clearer that the symbols subsection holds function display nam...
Timur Iskhodzhanov
2014-11-12
1
-1
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
2
-5
/
+5
*
Add Forward Control-Flow Integrity.
Tom Roeder
2014-11-11
1
-6
/
+6
*
Compute the correct jump table entries on 32 bit windows.
Rafael Espindola
2014-11-06
1
-2
/
+3
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
2
-5
/
+5
*
Provide gmlt-like inline scope information in the skeleton CU to facilitate s...
David Blaikie
2014-11-04
5
-31
/
+74
*
Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere w...
David Blaikie
2014-11-04
3
-14
/
+14
*
CodeGen: Enable DWARF emission for MS ABI targets
David Majnemer
2014-11-04
1
-5
/
+3
*
Use common range handling for the CU's ranges
David Blaikie
2014-11-03
4
-55
/
+38
*
Push the CURangeList down into the skeleton CU (where available) rather than ...
David Blaikie
2014-11-03
3
-3
/
+3
*
Add DwarfCompileUnit::BaseAddress to track the base address used by relative ...
David Blaikie
2014-11-03
3
-7
/
+11
*
Cleanup some unused or trivial functions in DwarfCompileUnit
David Blaikie
2014-11-03
2
-7
/
+1
[next]