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
*
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
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-4
/
+15
*
[PM] Wire up support for writing bitcode with new PM.
Chandler Carruth
2014-01-13
1
-3
/
+9
*
Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
2013-12-19
1
-0
/
+2
*
Remove unused value.
Rafael Espindola
2013-12-07
1
-1
/
+0
*
Fix spacing, forward declare order.
Matt Arsenault
2013-11-18
1
-1
/
+1
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+1
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-1
/
+0
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
1
-3
/
+1
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
1
-1
/
+3
*
Update comment list of GLOBALVAR modifiers in BitcodeWriter to include extern...
Michael Gottesman
2013-10-14
1
-1
/
+1
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
2
-1
/
+10
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-92
/
+23
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
1
-0
/
+2
*
Make .bc en/decoding of AttrKind stable
Tobias Grosser
2013-07-26
1
-2
/
+85
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
2
-8
/
+8
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+1
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
*
Whitespace cleanup
Joe Abbey
2013-04-01
1
-1
/
+1
*
Have the bitcode writer and reader handle the new attribute references.
Bill Wendling
2013-02-12
1
-33
/
+3
*
Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.
Bill Wendling
2013-02-12
2
-5
/
+6
*
Rename AttributeSets to AttributeGroups so that it's more meaningful.
Bill Wendling
2013-02-11
3
-41
/
+41
*
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-11
1
-1
/
+1
*
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-11
1
-4
/
+4
*
Add code for emitting the attribute groups.
Bill Wendling
2013-02-10
1
-0
/
+53
*
Add support for attribute groups in the value enumerator.
Bill Wendling
2013-02-10
2
-0
/
+24
*
Added LLVM Asm/Bitcode Reader/Writer support for new IR keyword externally_in...
Michael Gottesman
2013-02-05
1
-1
/
+2
*
Initial cleanups of the param-attribute code in the bitcode reader/writer.
Bill Wendling
2013-02-04
1
-4
/
+26
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-3
/
+5
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
3
-13
/
+13
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
3
-5
/
+5
*
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...
Michael Ilseman
2012-12-09
1
-5
/
+5
*
Have the bitcode reader/writer just use FPMathOperator's fast math enum directly
Michael Ilseman
2012-12-09
1
-5
/
+5
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
3
-8
/
+8
*
Minor tweaking to SmallVector static size.
Michael Ilseman
2012-12-03
1
-1
/
+1
*
Since this SmallVector immediately grows on the next line, don't waste stack ...
Michael Ilseman
2012-12-03
1
-1
/
+1
[next]