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
...
*
Change () to (void) in the C API.
Amaury Sechet
2016-06-12
1
-1
/
+1
*
Make sure we have a Add/Remove/Has function for various thing that can have a...
Amaury Sechet
2016-06-12
1
-2
/
+68
*
Extract renaming from D19181
Amaury Sechet
2016-05-23
1
-7
/
+2
*
Return a StringRef from getSection.
Rafael Espindola
2016-05-11
1
-1
/
+3
*
Properly name LLVMSetIsInBounds's argument. NFC
Amaury Sechet
2016-05-01
1
-2
/
+2
*
Reformat LLVMConstPointerNull. NFC
Amaury Sechet
2016-04-25
1
-2
/
+1
*
Style fix in Core.h / Core.cpp. NFC
Amaury Sechet
2016-04-23
1
-14
/
+10
*
Add LLVMGetAttrKindID in the C API in order to facilitate migration away from...
Amaury Sechet
2016-04-20
1
-0
/
+14
*
Nuke getGlobalContext() from LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-4
/
+4
*
Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...
Amaury Sechet
2016-04-13
1
-12
/
+0
*
Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...
Amaury Sechet
2016-04-13
1
-0
/
+12
*
[llvm-c] Expose LLVMContextGetDiagnostic{Handler,Context}
Jeroen Ketema
2016-04-08
1
-1
/
+11
*
[llvm-c] Add LLVMGetValueKind.
Peter Zotov
2016-04-06
1
-0
/
+11
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-14
/
+16
*
[llvm-c] Expose LLVM{Get,Set}ModuleIdentifier
Peter Zotov
2016-04-05
1
-0
/
+11
*
Style update in Core.h/Core.cpp . NFC
Amaury Sechet
2016-04-04
1
-2
/
+2
*
Various style fix in Core.h/Core.cpp . NFC
Amaury Sechet
2016-04-03
1
-7
/
+7
*
Expose IRBuilder::CreateAtomicCmpXchg as LLVMBuildAtomicCmpXchg in the C API.
Mehdi Amini
2016-03-19
1
-0
/
+55
*
Use templated version of unwrap instead of cats in the Core.cpp. NFC
Amaury Sechet
2016-03-13
1
-6
/
+7
*
Move LLVMConstStructInContext so that declarationa nd definition order match....
Amaury Sechet
2016-03-13
1
-8
/
+8
*
Small formating change in Core.cpp . NFC
Amaury Sechet
2016-03-07
1
-3
/
+1
*
Add support for invoke/landingpad/resume in C API test
Amaury Sechet
2016-02-18
1
-0
/
+34
*
Add support for memory operations (load/store/gep) in C API echo test
Amaury Sechet
2016-02-17
1
-0
/
+12
*
Deprecate LLVMGetDataLayout and replace it by LLVMGetDataLayoutStr
Amaury Sechet
2016-02-16
1
-1
/
+5
*
Rename LLVMSetDataLayout's argument to match what they stand for
Amaury Sechet
2016-02-15
1
-2
/
+2
*
Add support for phi nodes in the LLVM C API test
Amaury Sechet
2016-02-11
1
-0
/
+4
*
Add support for struct in C API test
Amaury Sechet
2016-02-10
1
-0
/
+22
*
Add binding for counting argument and find called value of call and invoke in...
Amaury Sechet
2016-02-10
1
-12
/
+11
*
Add C binding for AllocaInst::getAllocatedType
Amaury Sechet
2016-02-09
1
-0
/
+6
*
Improve the C API echo test tool to emit basic block is the right order.
Amaury Sechet
2016-02-09
1
-0
/
+4
*
Remove static global GCNames from Function.cpp and move it to the Context
Mehdi Amini
2016-01-08
1
-1
/
+1
*
IR: Remove implicit iterator conversions from lib/IR, NFC
Duncan P. N. Exon Smith
2015-10-08
1
-35
/
+35
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-1
/
+2
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+5
*
Add support to set/get ordering for load/store from the C API
Andrew Wilkins
2015-08-02
1
-1
/
+34
*
Revert "Update LLVM bindings after r239940. ..."
Reid Kleckner
2015-07-16
1
-1
/
+8
*
Add capability to get and set the personalitty function from the C API
Andrew Wilkins
2015-07-14
1
-0
/
+8
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-5
/
+2
*
[C API] Add LLVMStructGetTypeAtIndex.
Peter Zotov
2015-06-04
1
-0
/
+5
*
[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
[prev]
[next]