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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prologue support
Peter Collingbourne
2014-12-03
2
-5
/
+20
*
Add and use Type::subtypes. NFC.
Rafael Espindola
2014-11-24
1
-3
/
+2
*
Pass a reference to ValueEnumerator.
Rafael Espindola
2014-11-17
3
-37
/
+36
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
2
-5
/
+5
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
2
-5
/
+5
*
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
3
-16
/
+12
*
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
*
Introduce LLVMWriteBitcodeToMemoryBuffer C API function.
Peter Collingbourne
2014-10-14
1
-0
/
+8
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-3
/
+3
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
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
3
-94
/
+234
*
Bitcode: Don't optimize constants when preserving use-list order
Duncan P. N. Exon Smith
2014-07-25
1
-0
/
+6
*
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
3
-1
/
+54
*
Convert a few loops to use ranges.
Rafael Espindola
2014-06-17
1
-18
/
+15
*
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
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
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
2
-14
/
+6
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-19
/
+9
*
Store a DataLayout in Module.
Rafael Espindola
2014-02-25
1
-3
/
+3
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-4
/
+15
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-15
/
+4
[next]