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
/
IR
/
Core.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-2
/
+1
*
Add the i128 builtin type to LLVM.
Kit Barton
2015-04-17
1
-0
/
+6
*
[opaque pointer type] The last of the GEP IRBuilder API migrations
David Blaikie
2015-04-05
1
-1
/
+1
*
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
2015-04-03
1
-1
/
+2
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-3
/
+3
*
IR: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-3
/
+2
*
[opaque pointer type] IRBuilder gep migration progress
David Blaikie
2015-03-15
1
-1
/
+1
*
Fix invalid cast.
Rafael Espindola
2015-02-23
1
-1
/
+1
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-7
/
+7
*
Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes
Bjorn Steinbrink
2015-01-28
1
-4
/
+18
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-24
/
+100
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-2
/
+2
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-3
/
+3
*
[C API] PR19859: Add functions to query and modify branches.
Peter Zotov
2014-10-28
1
-0
/
+28
*
[C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.
Peter Zotov
2014-10-28
1
-1
/
+31
*
[LLVM-C] Add LLVMInstructionClone.
Peter Zotov
2014-10-17
1
-0
/
+6
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-7
/
+6
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-7
/
+9
*
[LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.
Peter Zotov
2014-08-12
1
-0
/
+5
*
[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}.
Peter Zotov
2014-08-03
1
-0
/
+16
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-16
/
+12
*
Re-apply r211287: Remove support for LLVM runtime multi-threading.
Chandler Carruth
2014-06-27
1
-2
/
+1
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-14
/
+23
*
MSVC build fix following r211749
Alp Toker
2014-06-26
1
-7
/
+7
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-23
/
+14
*
Revert r211287, "Remove support for LLVM runtime multi-threading."
NAKAMURA Takumi
2014-06-24
1
-1
/
+2
*
Add back functionality removed in r210497.
Richard Trieu
2014-06-21
1
-4
/
+10
*
Remove support for LLVM runtime multi-threading.
Zachary Turner
2014-06-19
1
-2
/
+1
*
Revert r211066, 211067, 211068, 211069, 211070.
Zachary Turner
2014-06-16
1
-1
/
+2
*
Remove some more code out into a separate CL.
Zachary Turner
2014-06-16
1
-2
/
+1
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-3
/
+2
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Revert "Remove support for runtime multi-threading."
Zachary Turner
2014-06-10
1
-1
/
+2
*
Remove support for runtime multi-threading.
Zachary Turner
2014-06-10
1
-2
/
+1
*
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
2014-06-09
1
-0
/
+2
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-1
/
+1
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
1
-3
/
+3
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
1
-3
/
+3
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
2014-05-16
1
-2
/
+4
*
Add C API for thread yielding callback.
Juergen Ributzka
2014-05-16
1
-0
/
+7
*
Revert "[PM] Add pass run listeners to the pass manager."
Juergen Ributzka
2014-05-15
1
-30
/
+0
*
Split GlobalValue into GlobalValue and GlobalObject.
Rafael Espindola
2014-05-13
1
-2
/
+2
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[PM] Add pass run listeners to the pass manager.
Juergen Ributzka
2014-04-28
1
-0
/
+30
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Added new functionality to LLVM C API to use DiagnosticInfo to handle errors
Tom Stellard
2014-04-16
1
-0
/
+44
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-37
/
+39
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-6
/
+2
[next]