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
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+18
*
ADT: Add a string APSInt constructor.
Alex Lorenz
2015-06-23
1
-14
/
+1
*
AsmParser: Extend the API to make the global value and metadata node slot map...
Alex Lorenz
2015-06-23
3
-11
/
+27
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-7
/
+8
*
Allow aliases to be unnamed.
Rafael Espindola
2015-06-17
1
-0
/
+3
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+3
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
3
-0
/
+5
*
Fix doxygen comments. NFC
Filipe Cabecinhas
2015-06-07
1
-10
/
+10
*
DebugInfo: Really support 2^16 arguments in a subprogram
Duncan P. N. Exon Smith
2015-06-02
1
-1
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-7
/
+7
*
Fix typos in variable/grammar names.
Eric Christopher
2015-05-28
1
-6
/
+6
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
3
-0
/
+3
*
Simplify boolean conditional return statements.
Rafael Espindola
2015-05-26
1
-4
/
+1
*
IR / debug info: Add a DWOId field to DICompileUnit,
Adrian Prantl
2015-05-21
1
-3
/
+4
*
AsmParser: Require a terminating null character when creating memory buffer.
Alex Lorenz
2015-05-20
1
-1
/
+1
*
[opaque pointer type] Use the value type of the GlobalVariable rather than ac...
David Blaikie
2015-05-13
1
-1
/
+1
*
[opaque pointer type] Pass the explicit function type down to the instruction...
David Blaikie
2015-05-13
1
-1
/
+1
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-4
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-83
/
+83
*
IR: Add assembly/bitcode support for function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
2
-1
/
+17
*
LLParser: Simplify ParseInstructionMetadata(), NFC
Duncan P. N. Exon Smith
2015-04-24
2
-7
/
+6
*
LLParser: Split out ParseMetadataAttachment(), NFC
Duncan P. N. Exon Smith
2015-04-24
2
-5
/
+15
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-24
1
-6
/
+4
*
Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...
David Blaikie
2015-04-23
1
-1
/
+1
*
Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...
David Blaikie
2015-04-22
1
-1
/
+1
*
[opaque pointer type] Use pointee type retrieved from asm, rather than access...
David Blaikie
2015-04-22
1
-2
/
+1
*
[opaque pointer type] Avoid using PointerType::getElementType for a few cases...
David Blaikie
2015-04-21
1
-1
/
+1
*
[opaque pointer type] Use the parsed explicit pointee type when error-checkin...
David Blaikie
2015-04-17
1
-5
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-6
/
+4
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
4
-7
/
+31
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-7
/
+5
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-1
/
+0
*
DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNode
Duncan P. N. Exon Smith
2015-04-07
1
-1
/
+1
*
[opaque pointer type] Avoid using PointerType::getElementType when parsing IR
David Blaikie
2015-04-06
1
-4
/
+3
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-6
/
+3
*
Verifier: Move more debug info checks away from Verify()
Duncan P. N. Exon Smith
2015-03-31
1
-2
/
+8
*
Verifier: Move checks over from DIDescriptor::Verify()
Duncan P. N. Exon Smith
2015-03-31
1
-1
/
+1
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-2
/
+7
*
Verifier: Add operand checks for MDLexicalBlock
Duncan P. N. Exon Smith
2015-03-30
1
-2
/
+2
*
LLParser: Require non-null scope for MDLocation and MDLocalVariable
Duncan P. N. Exon Smith
2015-03-27
1
-3
/
+7
*
Verifier: Check fields of MDVariable subclasses
Duncan P. N. Exon Smith
2015-03-27
1
-4
/
+4
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
1
-2
/
+2
*
AsmParser: Stop requiring 'name:' when it's not printed
Duncan P. N. Exon Smith
2015-03-16
1
-3
/
+3
*
[opaque pointer type] more gep API migrations (AsmParser)
David Blaikie
2015-03-14
1
-1
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-2
/
+18
*
Fix a stack overflow in the assembler when checking that GEPs must be over si...
Owen Anderson
2015-03-10
1
-2
/
+6
*
LLParser: gep: Simplify parsing error handling
David Blaikie
2015-03-09
1
-10
/
+4
*
Fix a bug in the LLParser where we failed to diagnose landingpads with non-co...
Owen Anderson
2015-03-09
1
-6
/
+7
[next]