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
/
IR
/
AsmWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
IR: Merge UniquableMDNode back into MDNode, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-5
/
+4
*
IR: Remove isa<UniquableMDNode>, NFC
Duncan P. N. Exon Smith
2015-01-19
1
-1
/
+1
*
IR: Always print MDLocation line
Duncan P. N. Exon Smith
2015-01-14
1
-2
/
+2
*
IR: Add MDLocation class
Duncan P. N. Exon Smith
2015-01-13
1
-0
/
+33
*
IR: Split out writeMDTuple(), NFC
Duncan P. N. Exon Smith
2015-01-12
1
-6
/
+24
*
IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
2015-01-08
1
-0
/
+2
*
Change the .ll syntax for comdats and add a syntactic sugar.
Rafael Espindola
2015-01-06
1
-8
/
+20
*
IR: Stop printing 'metadata' in Metadata::print()
Duncan P. N. Exon Smith
2014-12-16
1
-3
/
+0
*
IR: Make MDNode::dump() useful by adding addresses
Duncan P. N. Exon Smith
2014-12-16
1
-1
/
+3
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-6
/
+1
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-66
/
+103
*
Prologue support
Peter Collingbourne
2014-12-03
1
-0
/
+10
*
Parse 'ghccc' in .ll files as the GHC convention (cc 10)
Reid Kleckner
2014-12-01
1
-0
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-14
/
+13
*
IR: MDNode => Value: AsmWriter SlotTracker API
Duncan P. N. Exon Smith
2014-11-05
1
-8
/
+9
*
IR: MDNode => Value: Instruction::getAllMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-5
/
+5
*
X86: Implement the vectorcall calling convention
Reid Kleckner
2014-10-28
1
-0
/
+1
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-1
/
+1
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+1
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+1
*
Declare that musttail calls in variadic functions forward the ellipsis
Reid Kleckner
2014-08-26
1
-0
/
+8
*
IR: Implement uselistorder assembly directives
Duncan P. N. Exon Smith
2014-08-19
1
-0
/
+258
*
IR: Print a newline when dumping Types
Justin Bogner
2014-08-12
1
-1
/
+1
*
Use "weak alias" instead of "alias weak"
Rafael Espindola
2014-07-30
1
-2
/
+1
*
IR: Aliases don't belong to an explicit comdat
David Majnemer
2014-07-10
1
-5
/
+0
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-2
/
+65
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-0
/
+3
*
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
2014-06-09
1
-8
/
+0
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
1
-1
/
+4
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-7
/
+1
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-0
/
+1
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-1
/
+7
*
Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"
Reid Kleckner
2014-05-09
1
-1
/
+0
*
printCustom is only used in PseudoSourceValue, remove it from Value.
Nick Lewycky
2014-05-09
1
-8
/
+1
*
Add 'musttail' marker to call instructions
Reid Kleckner
2014-04-24
1
-2
/
+6
*
Remove AssemblyAnnotationWriter from NamedMDNode::print.
Rafael Espindola
2014-04-23
1
-3
/
+3
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-6
/
+0
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-24
/
+24
*
Remove unused parameter
David Blaikie
2014-04-05
1
-8
/
+8
*
Make some assertions on constant expressions static.
Benjamin Kramer
2014-03-15
1
-2
/
+2
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-4
/
+0
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-1
/
+33
*
IR: Change inalloca's grammar a bit
David Majnemer
2014-03-09
1
-2
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Store a DataLayout in Module.
Rafael Espindola
2014-02-25
1
-2
/
+3
*
[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
Reid Kleckner
2014-01-31
1
-0
/
+1
*
Fix llvm-dis to print the inalloca bit on allocas.
Reid Kleckner
2014-01-25
1
-0
/
+2
*
Add two new calling conventions for runtime calls
Juergen Ributzka
2014-01-17
1
-0
/
+2
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-2
/
+12
[prev]
[next]