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
*
[cfi] Add flag to always generate .debug_frame
David Candler
2019-10-31
1
-1
/
+1
*
Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs"
Amy Huang
2019-10-28
1
-12
/
+4
*
[Remarks] Remove references to ELF support
Francis Visoiu Mistrih
2019-10-28
1
-1
/
+1
*
[Remarks] Emit the remarks section by default for certain formats
Francis Visoiu Mistrih
2019-10-28
1
-12
/
+7
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-3
/
+3
*
Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs."
Amy Huang
2019-10-25
1
-4
/
+12
*
Add an instruction marker field to the ExtraInfo in MachineInstrs.
Amy Huang
2019-10-25
1
-12
/
+4
*
[codeview] Workaround for PR43479, don't re-emit instr labels
Reid Kleckner
2019-10-17
1
-4
/
+12
*
AsmPrinter - emitGlobalConstantFP - silence static analyzer null dereference ...
Simon Pilgrim
2019-10-02
1
-5
/
+2
*
[NewPM] Port MachineModuleInfo to the new pass manager.
Yuanfang Chen
2019-09-30
1
-2
/
+3
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-34
/
+32
*
[AIX]Emit function descriptor csect in assembly
Xiangling Liao
2019-09-26
1
-3
/
+36
*
[Alignment][NFC] DataLayout migration to llvm::Align
Guillaume Chatelet
2019-09-23
1
-1
/
+1
*
[Alignment][NFC] Use Align::None instead of 1
Guillaume Chatelet
2019-09-18
1
-1
/
+1
*
[Remarks] Allow the RemarkStreamer to be used directly with a stream
Francis Visoiu Mistrih
2019-09-18
1
-5
/
+8
*
[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment
Guillaume Chatelet
2019-09-11
1
-52
/
+48
*
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...
Guillaume Chatelet
2019-09-11
1
-1
/
+1
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-3
/
+3
*
[PowerPC][AIX] Adds support for writing the .data section in assembly files
Xing Xue
2019-08-25
1
-2
/
+3
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
1
-2
/
+1
*
[MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is local
Francis Visoiu Mistrih
2019-08-22
1
-1
/
+1
*
[AsmPrinter] Remove const qualifier from EmitBasicBlockStart.
Karl-Johan Karlsson
2019-08-20
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
[DebugInfo] Consider debug label scope has an extra lexical block file
Taewook Oh
2019-08-14
1
-1
/
+2
*
[AsmPrinter] Delete redundant .type foo, @function when emitting an ifunc
Fangrui Song
2019-08-14
1
-5
/
+4
*
Reland: [Remarks] Add support for serializing metadata for every remark streamer
Francis Visoiu Mistrih
2019-07-26
1
-48
/
+13
*
Revert rL366946 : [Remarks] Add support for serializing metadata for every re...
Simon Pilgrim
2019-07-25
1
-13
/
+48
*
[Remarks] Add support for serializing metadata for every remark streamer
Francis Visoiu Mistrih
2019-07-24
1
-48
/
+13
*
[Remarks][NFC] Rename remarks::Serializer to remarks::RemarkSerializer
Francis Visoiu Mistrih
2019-07-24
1
-3
/
+3
*
[Remarks][NFC] Combine ParserFormat and SerializerFormat
Francis Visoiu Mistrih
2019-07-16
1
-0
/
+1
*
OpaquePtr: switch to GlobalValue::getValueType in a few places. NFC.
Tim Northover
2019-07-11
1
-2
/
+2
*
Standardize on MSVC behavior for triples with no environment
Reid Kleckner
2019-07-08
1
-1
/
+1
*
[Remarks][NFC] Move the serialization to lib/Remarks
Francis Visoiu Mistrih
2019-05-30
1
-10
/
+16
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-0
/
+18
*
[AsmPrinter] Treat a narrowing PtrToInt like Trunc
Shoaib Meenai
2019-05-23
1
-1
/
+4
*
[codeview] Fix SDNode representation of annotation labels
Reid Kleckner
2019-05-15
1
-0
/
+1
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
1
-8
/
+6
*
[AsmPrinter] Make AsmPrinter::HandlerInfo::Handler a unique_ptr
Fangrui Song
2019-04-30
1
-13
/
+13
*
[Remarks] Add string deduplication using a string table
Francis Visoiu Mistrih
2019-04-24
1
-0
/
+23
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-3
/
+3
*
[RISCV] Put data smaller than eight bytes to small data section
Shiva Chen
2019-04-11
1
-0
/
+3
*
Change some dyn_cast to more apropriate isa. NFC
Fangrui Song
2019-04-05
1
-1
/
+1
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[RISCV] Generate address sequences suitable for mcmodel=medium
Alex Bradbury
2019-04-01
1
-1
/
+4
*
[Remarks] Emit a section containing remark diagnostics metadata
Francis Visoiu Mistrih
2019-03-27
1
-0
/
+45
*
Revert "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"
Francis Visoiu Mistrih
2019-03-06
1
-1
/
+0
*
[Remarks] Refactor remark diagnostic emission in a RemarkStreamer
Francis Visoiu Mistrih
2019-03-06
1
-0
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+1
*
Remove reference to non-existent function. NFC.
Sam Clegg
2019-02-07
1
-2
/
+1
[next]