index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
IR
/
Core.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-08
IR: Remove implicit iterator conversions from lib/IR, NFC
Duncan P. N. Exon Smith
1
-35
/
+35
2015-09-14
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
1
-1
/
+2
2015-08-14
[IR] Add token types
David Majnemer
1
-0
/
+5
2015-08-02
Add support to set/get ordering for load/store from the C API
Andrew Wilkins
1
-1
/
+34
2015-07-16
Revert "Update LLVM bindings after r239940. ..."
Reid Kleckner
1
-1
/
+8
2015-07-14
Add capability to get and set the personalitty function from the C API
Andrew Wilkins
1
-0
/
+8
2015-06-17
Move the personality function from LandingPadInst to Function
David Majnemer
1
-5
/
+2
2015-06-04
[C API] Add LLVMStructGetTypeAtIndex.
Peter Zotov
1
-0
/
+5
2015-04-29
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
1
-2
/
+1
2015-04-17
Add the i128 builtin type to LLVM.
Kit Barton
1
-0
/
+6
2015-04-05
[opaque pointer type] The last of the GEP IRBuilder API migrations
David Blaikie
1
-1
/
+1
2015-04-03
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
1
-1
/
+2
2015-04-02
[opaque pointer type] API migration for GEP constant factories
David Blaikie
1
-3
/
+3
2015-03-30
IR: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
1
-3
/
+2
2015-03-15
[opaque pointer type] IRBuilder gep migration progress
David Blaikie
1
-1
/
+1
2015-02-23
Fix invalid cast.
Rafael Espindola
1
-1
/
+1
2015-02-13
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
1
-7
/
+7
2015-01-28
Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand for single value MDNodes
Bjorn Steinbrink
1
-4
/
+18
2014-12-09
IR: Split Metadata from Value
Duncan P. N. Exon Smith
1
-24
/
+100
2014-11-11
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
1
-2
/
+2
2014-11-05
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
1
-3
/
+3
2014-10-28
[C API] PR19859: Add functions to query and modify branches.
Peter Zotov
1
-0
/
+28
2014-10-28
[C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.
Peter Zotov
1
-1
/
+31
2014-10-17
[LLVM-C] Add LLVMInstructionClone.
Peter Zotov
1
-0
/
+6
2014-08-27
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
1
-7
/
+6
2014-08-25
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
1
-7
/
+9
2014-08-12
[LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.
Peter Zotov
1
-0
/
+5
2014-08-03
[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}.
Peter Zotov
1
-0
/
+16
2014-07-06
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
1
-16
/
+12
2014-06-27
Re-apply r211287: Remove support for LLVM runtime multi-threading.
Chandler Carruth
1
-2
/
+1
2014-06-26
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
1
-14
/
+23
2014-06-26
MSVC build fix following r211749
Alp Toker
1
-7
/
+7
2014-06-26
Introduce a string_ostream string builder facilty
Alp Toker
1
-23
/
+14
2014-06-24
Revert r211287, "Remove support for LLVM runtime multi-threading."
NAKAMURA Takumi
1
-1
/
+2
2014-06-21
Add back functionality removed in r210497.
Richard Trieu
1
-4
/
+10
2014-06-19
Remove support for LLVM runtime multi-threading.
Zachary Turner
1
-2
/
+1
2014-06-16
Revert r211066, 211067, 211068, 211069, 211070.
Zachary Turner
1
-1
/
+2
2014-06-16
Remove some more code out into a separate CL.
Zachary Turner
1
-2
/
+1
2014-06-13
Remove 'using std::errro_code' from lib.
Rafael Espindola
1
-3
/
+2
2014-06-12
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
1
-0
/
+1
2014-06-12
Remove system_error.h.
Rafael Espindola
1
-2
/
+2
2014-06-10
Revert "Remove support for runtime multi-threading."
Zachary Turner
1
-1
/
+2
2014-06-10
Remove support for runtime multi-threading.
Zachary Turner
1
-2
/
+1
2014-06-09
Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
1
-0
/
+2
2014-06-03
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
1
-1
/
+1
2014-05-17
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
1
-3
/
+3
2014-05-17
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
1
-3
/
+3
2014-05-16
Fix most of PR10367.
Rafael Espindola
1
-1
/
+1
2014-05-16
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
1
-2
/
+4
2014-05-16
Add C API for thread yielding callback.
Juergen Ributzka
1
-0
/
+7
[next]