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
/
LLParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
1
-6
/
+7
*
Currently string attributes on function arguments/return values can be genera...
Artur Pilipenko
2015-08-03
1
-7
/
+24
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-2
/
+2
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-01
1
-6
/
+9
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-5
/
+6
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+161
*
[opaque pointers] Avoid the use of pointee types when parsing inline asm in IR
David Blaikie
2015-07-27
1
-6
/
+9
*
AsmParser: Add a function to parse a standalone constant value.
Alex Lorenz
2015-07-17
1
-0
/
+35
*
Add argmemonly attribute.
Igor Laevsky
2015-07-11
1
-29
/
+38
*
Add support for fast-math flags to the FCmp instruction.
James Molloy
2015-07-10
1
-2
/
+11
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-161
/
+0
*
Address Joseph's review comments.
David Majnemer
2015-07-10
1
-2
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+161
*
Extended syntax of vector version of getelementptr instruction.
Elena Demikhovsky
2015-07-09
1
-7
/
+11
*
Add a DIModule metadata node to the IR.
Adrian Prantl
2015-06-29
1
-0
/
+18
*
AsmParser: Extend the API to make the global value and metadata node slot map...
Alex Lorenz
2015-06-23
1
-0
/
+9
*
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
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+3
*
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
1
-0
/
+1
*
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
*
[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
1
-1
/
+16
*
LLParser: Simplify ParseInstructionMetadata(), NFC
Duncan P. N. Exon Smith
2015-04-24
1
-6
/
+5
*
LLParser: Split out ParseMetadataAttachment(), NFC
Duncan P. N. Exon Smith
2015-04-24
1
-5
/
+14
*
[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
1
-6
/
+28
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-7
/
+5
*
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
[prev]
[next]