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
...
*
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
*
llvm-c: expose unnamedaddr field of globals
Tim Northover
2014-03-10
1
-0
/
+8
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
Peter Zotov
2014-03-05
1
-2
/
+8
*
C API: Add functions to get or set a GlobalValue's DLLStorageClass
Reid Kleckner
2014-03-05
1
-0
/
+10
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Store a DataLayout in Module.
Rafael Espindola
2014-02-25
1
-1
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Don't make F_None the default.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
[PM] Wire up the Verifier for the new pass manager and connect it to the
Chandler Carruth
2014-01-20
1
-1
/
+1
[prev]
[next]