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
...
*
[LLVM-C] Improve Bindings For Aliases
Robert Widmann
2018-05-20
1
-0
/
+45
*
[LLVM-C] Use Length-Providing Value Name Getters and Setters
Robert Widmann
2018-05-19
1
-0
/
+10
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-8
/
+11
*
Fix "not all control paths return a value" MSVC warning. NFCI.
Simon Pilgrim
2018-05-14
1
-0
/
+1
*
[LLVM-C] Add Bindings For Module Flags
Robert Widmann
2018-05-14
1
-0
/
+104
*
[LLVM-C] [PR34633] Avoid calling ->dump() methods from LLVMDump*.
whitequark
2018-04-17
1
-5
/
+3
*
[LLVM-C] Add Missing 'break's in InlineAsm bindings
Robert Widmann
2018-04-10
1
-0
/
+2
*
[LLVM-C] Audit Inline Assembly APIs for Consistency
Robert Widmann
2018-04-06
1
-0
/
+32
*
[LLVM-C] Finish exception instruction bindings - Round 2
Robert Widmann
2018-03-30
1
-2
/
+92
*
Revert "[LLVM-C] Finish exception instruction bindings"
Vlad Tsyrklevich
2018-03-30
1
-92
/
+2
*
[LLVM-C] Finish exception instruction bindings
Robert Widmann
2018-03-29
1
-2
/
+92
*
Fix 'not all control paths return a value' MSVC warning. NFCI.
Simon Pilgrim
2018-03-14
1
-0
/
+1
*
[LLVM-C] Redo unnamed_address attribute bindings
Robert Widmann
2018-03-14
1
-0
/
+24
*
[LLVM-C] Add Accessors For A Module's Source File Name
Robert Widmann
2018-01-30
1
-0
/
+9
*
[LLVM-C] Publicly expose getters of MetadataType, TokenType
whitequark
2017-10-27
1
-3
/
+6
*
[raw_fd_ostream] report actual error in error messages
Bob Haarman
2017-10-24
1
-1
/
+2
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-3
/
+3
*
This reverts r313381
Vivek Pandya
2017-09-15
1
-3
/
+3
*
This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
Vivek Pandya
2017-09-15
1
-3
/
+3
*
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
[prev]
[next]