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
*
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
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Code Custodian:
Joe Abbey
2012-11-25
1
-10
/
+10
*
Relax the restrictions on vector of pointer types, and vector getelementptr.
Duncan Sands
2012-11-13
1
-5
/
+6
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
1
-4
/
+0
*
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
1
-0
/
+4
*
with recent changes, ConstantArray is never a "string". Remove the associated
Chris Lattner
2012-01-31
1
-4
/
+0
*
ValueEnumerator - debug dump().
Chad Rosier
2011-12-07
1
-1
/
+39
*
switch to use the new api for structtypes.
Chris Lattner
2011-08-12
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-86
/
+28
*
Revert name change from r132533. Lower case naming was intended per style gu...
Chad Rosier
2011-06-03
1
-2
/
+2
*
Whitespace and other cleanup. Functionallity unchanged.
Chad Rosier
2011-06-03
1
-3
/
+2
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Fix or remove code which seemed to think that the operand of a Constant
Jay Foad
2011-04-11
1
-1
/
+1
*
Do a topological sort of the types before writing them out.
Rafael Espindola
2011-04-06
1
-26
/
+68
[next]