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
*
Include LLVMDumpValue in release builds.
Sam McCall
2017-01-30
1
-3
/
+1
*
llvm-c: Keep LLVMDumpModule() even in release builds
Matthias Braun
2017-01-29
1
-4
/
+3
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-3
/
+9
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
IR: Change PointerType to derive from Type rather than SequentialType.
Peter Collingbourne
2016-12-02
1
-2
/
+5
*
[C API] Fix several null pointer dereferences.
whitequark
2016-11-12
1
-0
/
+8
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
Kill deprecated attribute API
Amaury Sechet
2016-11-06
1
-66
/
+0
*
[C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.
Manuel Jacob
2016-10-04
1
-0
/
+11
*
IR: Don't cast the end iterator to Instruction*
Duncan P. N. Exon Smith
2016-08-11
1
-2
/
+2
*
Expose AttributeSetNode, use it to provide aggregate getter for attribute in ...
Amaury Sechet
2016-07-21
1
-0
/
+28
*
Apply clang-tidy's modernize-loop-convert to most of lib/IR.
Benjamin Kramer
2016-06-26
1
-2
/
+2
*
Add support for string attributes in the C API.
Amaury Sechet
2016-06-15
1
-1
/
+23
*
Add support for callsite in the new C API for attributes
Amaury Sechet
2016-06-15
1
-0
/
+18
*
Remove unused import. NFC
Amaury Sechet
2016-06-14
1
-1
/
+0
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-2
/
+4
*
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
[next]