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
*
IR/Core.cpp: Prune unused "llvm/Bitcode/BitcodeReader.h".
NAKAMURA Takumi
2017-07-17
1
-1
/
+0
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-8
/
+13
*
[SafepointIRVerifier] Add verifier pass for finding GC relocation bugs
Anna Thomas
2017-07-05
1
-0
/
+1
*
[LLVM-C] [OCaml] Expose Type::subtypes.
whitequark
2017-06-05
1
-0
/
+12
*
Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
Reid Kleckner
2017-04-19
1
-15
/
+5
*
Introducing LLVMMetadataRef
Amaury Sechet
2017-04-17
1
-0
/
+13
*
[IR] Add AttributeSet to hide AttributeSetNode* again, NFC
Reid Kleckner
2017-04-12
1
-17
/
+8
*
Remove AttributeSetNode::get(AttributeList, unsigned) and sink constructor
Reid Kleckner
2017-04-10
1
-4
/
+4
*
Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-1
/
+1
*
Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-1
/
+1
*
[IR] Make AttributeSetNode public, avoid temporary AttributeList copies
Reid Kleckner
2017-04-10
1
-1
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-8
/
+7
*
Store Arguments in a flat array instead of an iplist
Reid Kleckner
2017-03-17
1
-10
/
+7
*
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
[next]