projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[opaque pointers] Avoid the use of pointee types when parsing inline asm in IR
[oota-llvm.git]
/
lib
/
AsmParser
/
LLParser.cpp
2015-07-27
David Blaikie
[opaque pointers] Avoid the use of pointee types when...
blob
|
commitdiff
|
raw
2015-07-17
Alex Lorenz
AsmParser: Add a function to parse a standalone constan...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Igor Laevsky
Add argmemonly attribute.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
James Molloy
Add support for fast-math flags to the FCmp instruction.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
David Majnemer
Revert the new EH instructions
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
David Majnemer
Address Joseph's review comments.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
David Majnemer
New EH representation for MSVC compatibility
blob
|
commitdiff
|
raw
|
diff to current
2015-07-09
Elena Demikhovsky
Extended syntax of vector version of getelementptr...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-29
Adrian Prantl
Add a DIModule metadata node to the IR.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Alex Lorenz
AsmParser: Extend the API to make the global value...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-17
Rafael Espindola
Allow aliases to be unnamed.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-15
Peter Collingbourne
Protection against stack-based memory corruption errors...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
Duncan P. N. Exon...
DebugInfo: Really support 2^16 arguments in a subprogram
blob
|
commitdiff
|
raw
|
diff to current
2015-05-29
Benjamin Kramer
Replace push_back(Constructor(foo)) with emplace_back...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
Eric Christopher
Fix typos in variable/grammar names.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
Owen Anderson
Add initial support for the convergent attribute.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
Rafael Espindola
Simplify boolean conditional return statements.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-21
Adrian Prantl
IR / debug info: Add a DWOId field to DICompileUnit,
blob
|
commitdiff
|
raw
|
diff to current
2015-05-13
David Blaikie
[opaque pointer type] Use the value type of the GlobalV...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-13
David Blaikie
[opaque pointer type] Pass the explicit function type...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-29
David Blaikie
[opaque pointer type] Pass GlobalAlias the actual point...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
blob
|
commitdiff
|
raw
|
diff to current
2015-04-24
Duncan P. N. Exon...
IR: Add assembly/bitcode support for function metadata...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-24
Duncan P. N. Exon...
LLParser: Simplify ParseInstructionMetadata(), NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-04-24
Duncan P. N. Exon...
LLParser: Split out ParseMetadataAttachment(), NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-04-24
David Blaikie
[opaque pointer type] Add textual IR support for explic...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-23
David Blaikie
Recommit r235458: [opaque pointer type] Avoid using...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-22
David Blaikie
Revert "[opaque pointer type] Avoid using PointerType...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-22
David Blaikie
[opaque pointer type] Use pointee type retrieved from...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-21
David Blaikie
[opaque pointer type] Avoid using PointerType::getEleme...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-17
David Blaikie
[opaque pointer type] Use the parsed explicit pointee...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-16
David Blaikie
[opaque pointer type] Add textual IR support for explic...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-16
Sanjoy Das
[IR] Introduce a dereferenceable_or_null(N) attribute.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-15
Duncan P. N. Exon...
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
blob
|
commitdiff
|
raw
|
diff to current
2015-04-07
Duncan P. N. Exon...
DebugInfo: Move DIFlag-related API from DIDescriptor...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-06
David Blaikie
[opaque pointer type] Avoid using PointerType::getEleme...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-02
David Blaikie
[opaque pointer type] API migration for GEP constant...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-31
Duncan P. N. Exon...
Verifier: Move more debug info checks away from Verify()
blob
|
commitdiff
|
raw
|
diff to current
2015-03-31
Duncan P. N. Exon...
Verifier: Move checks over from DIDescriptor::Verify()
blob
|
commitdiff
|
raw
|
diff to current
2015-03-30
David Blaikie
[opaque pointer type] Change GetElementPtrInst::getInde...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-30
Duncan P. N. Exon...
Verifier: Add operand checks for MDLexicalBlock
blob
|
commitdiff
|
raw
|
diff to current
2015-03-27
Duncan P. N. Exon...
LLParser: Require non-null scope for MDLocation and...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-27
Duncan P. N. Exon...
Verifier: Check fields of MDVariable subclasses
blob
|
commitdiff
|
raw
|
diff to current
2015-03-26
Duncan P. N. Exon...
Verifier: Check accessors of MDLocation
blob
|
commitdiff
|
raw
|
diff to current
2015-03-16
Duncan P. N. Exon...
AsmParser: Stop requiring 'name:' when it's not printed
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
David Blaikie
[opaque pointer type] more gep API migrations (AsmParser)
blob
|
commitdiff
|
raw
|
diff to current
2015-03-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-10
Owen Anderson
Fix a stack overflow in the assembler when checking...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-09
David Blaikie
LLParser: gep: Simplify parsing error handling
blob
|
commitdiff
|
raw
|
diff to current
2015-03-09
Owen Anderson
Fix a bug in the LLParser where we failed to diagnose...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
Reid Kleckner
Revert "unique_ptrify ValID::ConstantStructElts"
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
David Blaikie
unique_ptrify ValID::ConstantStructElts
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
David Blaikie
LLParser: Avoid copying ValIDs, the copy ctor is deprec...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-03
David Blaikie
Revert "Remove the explicit SDNodeIterator::operator...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-03
David Blaikie
Remove the explicit SDNodeIterator::operator= in favor...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-03
Owen Anderson
Cleanup after r230934 per Dave's suggestions.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-02
Owen Anderson
Teach the LLParser to fail gracefully when it encounter...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-02
Owen Anderson
Fix a crash in the LL parser where it failed to validat...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-28
Duncan P. N. Exon...
Optimize metadata node fields for CHECK-ability
blob
|
commitdiff
|
raw
|
diff to current
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-23
David Majnemer
AsmParser: Check ConstantExpr insertvalue operands...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-23
David Majnemer
AsmParser: Call instructions can't have an alignment
blob
|
commitdiff
|
raw
|
diff to current
2015-02-22
David Majnemer
AsmParser: Check ConstantExpr GEP operands for validity
blob
|
commitdiff
|
raw
|
diff to current
2015-02-21
Duncan P. N. Exon...
AsmParser/Writer: Handle symbolic constants in DI ...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-19
Duncan P. N. Exon...
IR: Fix MDType fields from unsigned to uint64_t
blob
|
commitdiff
|
raw
|
diff to current
2015-02-19
Duncan P. N. Exon...
IR: Drop scope from MDTemplateParameter
blob
|
commitdiff
|
raw
|
diff to current
2015-02-18
Duncan P. N. Exon...
IR: Allow MDSubrange to have 'count: -1'
blob
|
commitdiff
|
raw
|
diff to current
2015-02-18
Duncan P. N. Exon...
IR: Swap order of name and value in MDEnum
blob
|
commitdiff
|
raw
|
diff to current
2015-02-16
David Majnemer
AsmParser: extractvalue requires at least one index...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-16
David Majnemer
AsmParser: Make sure GlobalVariables have sane types
blob
|
commitdiff
|
raw
|
diff to current
2015-02-16
David Majnemer
AsmParser: Reject alloca with function type
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDImportedEntity
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDObjCProperty
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDExpression
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDLocalVariable
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDGlobalVariable
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDNamespace
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDLexicalBlockFile
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDLexicalBlock
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDSubprogram
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDCompileUnit
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDSubroutineType
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDDerivedType and MDCompositeType
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDFile
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDBasicType
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDEnumerator
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
Duncan P. N. Exon...
AsmWriter/Bitcode: MDSubrange
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
David Majnemer
AsmParser: Validate alloca's type
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
David Majnemer
AsmParser: Don't crash when insertvalue has bad operands
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
David Majnemer
AsmParser: Switch some vectors to maps
blob
|
commitdiff
|
raw
|
diff to current
2015-02-10
Duncan P. N. Exon...
AsmParser: Add stubs for specialized MDNodes, NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-02-06
Duncan P. N. Exon...
IR: Allow 32-bits for lines in debug location
blob
|
commitdiff
|
raw
|
diff to current
2015-02-06
Duncan P. N. Exon...
AsmParser: Use DW_TAG_hi_user instead of magic constant...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
Duncan P. N. Exon...
AsmParser: Split out LineField, NFC
blob
|
commitdiff
|
raw
|
diff to current
next