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
/
Bitcode
/
Writer
/
BitcodeWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bitcode: Simplify MDNode subclass dispatch, NFC
Duncan P. N. Exon Smith
2015-01-20
1
-10
/
+21
*
Bitcode: WriteMDNode() => WriteMDTuple(), NFC
Duncan P. N. Exon Smith
2015-01-20
1
-5
/
+4
*
Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFC
Duncan P. N. Exon Smith
2015-01-20
1
-14
/
+6
*
Bring r226038 back.
Rafael Espindola
2015-01-19
1
-5
/
+5
*
Revert r226242 - Revert Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
2015-01-16
1
-5
/
+5
*
Revert "Revert Don't create new comdats in CodeGen"
Rafael Espindola
2015-01-16
1
-5
/
+5
*
Revert Don't create new comdats in CodeGen
Timur Iskhodzhanov
2015-01-15
1
-5
/
+5
*
Don't create new comdats in CodeGen.
Rafael Espindola
2015-01-14
1
-5
/
+5
*
Add support for comdats with names larger than 256 characters.
Rafael Espindola
2015-01-14
1
-2
/
+4
*
AsmParser/Bitcode: Add support for MDLocation
Duncan P. N. Exon Smith
2015-01-13
1
-0
/
+39
*
Bitcode: Range-based for, NFC
Duncan P. N. Exon Smith
2015-01-12
1
-2
/
+2
*
Bitcode: Add abbreviation for METADATA_NAME
Duncan P. N. Exon Smith
2015-01-12
1
-3
/
+12
*
Bitcode: Range-based for, NFC
Duncan P. N. Exon Smith
2015-01-12
1
-7
/
+4
*
Bitcode: Range-based for, NFC
Duncan P. N. Exon Smith
2015-01-12
1
-4
/
+4
*
Bitcode: Simplify emission of METADATA_BLOCK
Duncan P. N. Exon Smith
2015-01-12
1
-35
/
+26
*
Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"
Duncan P. N. Exon Smith
2015-01-09
1
-1
/
+1
*
Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
Duncan P. N. Exon Smith
2015-01-09
1
-1
/
+1
*
IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
2015-01-08
1
-1
/
+3
*
clang-format. NFC.
Rafael Espindola
2015-01-08
1
-11
/
+22
*
Bitcode: Use unsigned char to record MDStrings
Duncan P. N. Exon Smith
2014-12-11
1
-1
/
+1
*
Bitcode: Add METADATA_NODE and METADATA_VALUE
Duncan P. N. Exon Smith
2014-12-11
1
-31
/
+9
*
Bitcode: Add `OLD_` prefix to metadata node records
Duncan P. N. Exon Smith
2014-12-11
1
-3
/
+3
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-33
/
+69
*
Prologue support
Peter Collingbourne
2014-12-03
1
-3
/
+6
*
Pass a reference to ValueEnumerator.
Rafael Espindola
2014-11-17
1
-1
/
+1
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+1
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
1
-1
/
+1
*
IR: Remove dead code in metadata bitcode writing, NFC
Duncan P. N. Exon Smith
2014-10-21
1
-3
/
+3
*
correct const-ness with auto and dyn_cast
Sanjay Patel
2014-10-15
1
-3
/
+3
*
Use 'auto' for easier reading; no functional change intended.
Sanjay Patel
2014-10-15
1
-6
/
+3
*
Bitcode: Serialize (and recover) use-list order
Duncan P. N. Exon Smith
2014-07-28
1
-94
/
+37
*
IPO: Add use-list-order verifier
Duncan P. N. Exon Smith
2014-07-25
1
-7
/
+2
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
1
-0
/
+2
*
Rename AlignAttribute to IntAttribute
Hal Finkel
2014-07-18
1
-1
/
+1
*
Roundtrip the inalloca bit on allocas through bitcode
Reid Kleckner
2014-07-16
1
-2
/
+9
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-1
/
+35
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-0
/
+1
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
1
-2
/
+2
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+2
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-1
/
+3
*
Convert a few loops to use ranges.
Rafael Espindola
2014-05-26
1
-54
/
+51
*
Add 'nonnull', a new parameter and return attribute which indicates that the ...
Nick Lewycky
2014-05-20
1
-0
/
+2
*
[IR] Make {extract,insert}element accept an index of any integer type.
Michael J. Spencer
2014-05-01
1
-2
/
+4
*
Add 'musttail' marker to call instructions
Reid Kleckner
2014-04-24
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-1
/
+1
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-2
/
+0
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-1
/
+3
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-9
/
+2
*
Store a DataLayout in Module.
Rafael Espindola
2014-02-25
1
-3
/
+3
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-4
/
+15
[next]