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
/
ValueEnumerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
BitcodeWriter: Stop using implicit ilist iterator conversion, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-25
/
+19
*
Use foreach loop over constant operands. NFC.
Pete Cooper
2015-06-25
1
-3
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-0
/
+10
*
Rangify several for loops in ValueEnumerator constructor.
Yaron Keren
2015-06-12
1
-22
/
+18
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-4
/
+4
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+5
*
uselistorder: Thread bit through ValueEnumerator
Duncan P. N. Exon Smith
2015-04-14
1
-4
/
+6
*
IR: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-6
/
+4
*
BitcodeWriter: Refactor common computation of bits required for a type index.
David Blaikie
2015-02-25
1
-0
/
+4
*
IR: Assembly and bitcode for GenericDebugNode
Duncan P. N. Exon Smith
2015-02-03
1
-1
/
+2
*
IR: Split out DebugInfoMetadata.h, NFC
Duncan P. N. Exon Smith
2015-02-02
1
-0
/
+1
*
Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFC
Duncan P. N. Exon Smith
2015-01-20
1
-6
/
+0
*
AsmParser/Bitcode: Add support for MDLocation
Duncan P. N. Exon Smith
2015-01-13
1
-1
/
+3
*
Bitcode: Simplify emission of METADATA_BLOCK
Duncan P. N. Exon Smith
2015-01-12
1
-1
/
+3
*
Make ValueEnumerator::print use OS for metadata too. Noticed by inspection.
Nick Lewycky
2014-12-17
1
-2
/
+1
*
Bitcode: Add METADATA_NODE and METADATA_VALUE
Duncan P. N. Exon Smith
2014-12-11
1
-7
/
+1
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-93
/
+100
*
Prologue support
Peter Collingbourne
2014-12-03
1
-2
/
+14
*
Add and use Type::subtypes. NFC.
Rafael Espindola
2014-11-24
1
-3
/
+2
*
Pass a reference to ValueEnumerator.
Rafael Espindola
2014-11-17
1
-34
/
+33
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-4
/
+4
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
1
-4
/
+4
*
IR: Reorder metadata bitcode serialization, NFC
Duncan P. N. Exon Smith
2014-10-21
1
-12
/
+14
*
IR: Remove dead code in metadata bitcode writing, NFC
Duncan P. N. Exon Smith
2014-10-21
1
-11
/
+7
*
UseListOrder: Handle self-users
Duncan P. N. Exon Smith
2014-07-31
1
-3
/
+3
*
UseListOrder: Don't give constant IDs to GlobalValues
Duncan P. N. Exon Smith
2014-07-31
1
-3
/
+6
*
UseListOrder: Visit global values
Duncan P. N. Exon Smith
2014-07-30
1
-4
/
+3
*
Reapply "UseListOrder: Order GlobalValue uses after initializers"
Duncan P. N. Exon Smith
2014-07-30
1
-14
/
+55
*
UseListOrder: Fix undefined behaviour
Duncan P. N. Exon Smith
2014-07-30
1
-2
/
+7
*
Revert "UseListOrder: Order GlobalValue uses after initializers"
Duncan P. N. Exon Smith
2014-07-29
1
-55
/
+14
*
UseListOrder: Order GlobalValue uses after initializers
Duncan P. N. Exon Smith
2014-07-29
1
-14
/
+55
*
UseListOrder: Create a struct around OrderMap, NFC
Duncan P. N. Exon Smith
2014-07-29
1
-1
/
+9
*
IR: Create the use-list order shuffle vector in-place
Duncan P. N. Exon Smith
2014-07-29
1
-4
/
+3
*
Bitcode: Correctly compare a Use against itself
Duncan P. N. Exon Smith
2014-07-29
1
-0
/
+3
*
IR: Optimize size of use-list order shuffle vectors
Duncan P. N. Exon Smith
2014-07-28
1
-6
/
+5
*
Bitcode: Serialize (and recover) use-list order
Duncan P. N. Exon Smith
2014-07-28
1
-0
/
+193
*
Bitcode: Don't optimize constants when preserving use-list order
Duncan P. N. Exon Smith
2014-07-25
1
-0
/
+6
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-0
/
+10
*
Convert a few loops to use ranges.
Rafael Espindola
2014-06-17
1
-18
/
+15
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-5
/
+4
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-19
/
+9
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
1
-0
/
+5
*
Whitespace cleanup
Joe Abbey
2013-04-01
1
-1
/
+1
*
Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.
Bill Wendling
2013-02-12
1
-2
/
+3
*
Rename AttributeSets to AttributeGroups so that it's more meaningful.
Bill Wendling
2013-02-11
1
-3
/
+3
*
Add support for attribute groups in the value enumerator.
Bill Wendling
2013-02-10
1
-0
/
+10
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-2
/
+2
[prev]
[next]