projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Avoid hash lookups when finalizing StringTableBuilder. NFC.
[oota-llvm.git]
/
lib
/
AsmParser
/
2015-10-20
Duncan P. N. Exon...
AsmParser: Remove implicit ilist iterator conversions...
tree
|
commitdiff
2015-09-29
Maksim Panchenko
HHVM calling conventions.
tree
|
commitdiff
2015-09-24
Sanjoy Das
[Bitcode][Asm] Teach LLVM to read and write operand...
tree
|
commitdiff
2015-09-21
David Blaikie
auto and range-for-ify some things to make changing...
tree
|
commitdiff
2015-09-18
Artur Pilipenko
Support align attribute for return values
tree
|
commitdiff
2015-09-14
David Blaikie
Revert "[opaque pointer type] Pass GlobalAlias the...
tree
|
commitdiff
2015-09-11
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-09-09
Alex Lorenz
Fix PR 24633 - Handle undef values when parsing standal...
tree
|
commitdiff
2015-09-03
Karl Schimpf
Allow global address space forward decls using IDs...
tree
|
commitdiff
2015-09-03
Karl Schimpf
Fix assertion failure in LLParser::ConvertValIDToValue
tree
|
commitdiff
2015-09-03
Joseph Tremoulet
[WinEH] Add cleanupendpad instruction
tree
|
commitdiff
2015-08-31
Karl Schimpf
Fix bug in method LLLexer::FP80HexToIntPair
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Require subprogram definitions to be distinct
tree
|
commitdiff
2015-08-23
Joseph Tremoulet
[WinEH] Require token linkage in EH pad/ret signatures
tree
|
commitdiff
2015-08-21
Alex Lorenz
AsmParser: Save and restore the parsing state for types...
tree
|
commitdiff
2015-08-15
David Majnemer
[IR] Give catchret an optional 'return value' operand
tree
|
commitdiff
2015-08-14
David Majnemer
[IR] Add token types
tree
|
commitdiff
2015-08-03
David Blaikie
Fix with a bit more care. (but only a bit)
tree
|
commitdiff
2015-08-03
David Blaikie
Try to fix the build for C++ standard libraries missing...
tree
|
commitdiff
2015-08-03
David Blaikie
Recommit r243824: -Wdeprecated-clean: Fix cases of...
tree
|
commitdiff
2015-08-03
Reid Kleckner
Revert "-Wdeprecated-clean: Fix cases of violating...
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
DI: Disallow uniquable DICompileUnits
tree
|
commitdiff
2015-08-03
Artur Pilipenko
Currently string attributes on function arguments/retur...
tree
|
commitdiff
2015-08-01
Craig Topper
De-constify pointers to Type since they can't be modifi...
tree
|
commitdiff
2015-08-01
David Blaikie
-Wdeprecated-clean: Fix cases of violating the rule...
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
tree
|
commitdiff
2015-07-31
David Majnemer
New EH representation for MSVC compatibility
tree
|
commitdiff
2015-07-27
David Blaikie
[opaque pointers] Avoid the use of pointee types when...
tree
|
commitdiff
2015-07-17
Alex Lorenz
AsmParser: Add a function to parse a standalone constan...
tree
|
commitdiff
2015-07-11
Igor Laevsky
Add argmemonly attribute.
tree
|
commitdiff
2015-07-10
James Molloy
Add support for fast-math flags to the FCmp instruction.
tree
|
commitdiff
2015-07-10
David Majnemer
Revert the new EH instructions
tree
|
commitdiff
2015-07-10
David Majnemer
Address Joseph's review comments.
tree
|
commitdiff
2015-07-10
David Majnemer
New EH representation for MSVC compatibility
tree
|
commitdiff
2015-07-09
Elena Demikhovsky
Extended syntax of vector version of getelementptr...
tree
|
commitdiff
2015-06-29
Adrian Prantl
Add a DIModule metadata node to the IR.
tree
|
commitdiff
2015-06-23
Alex Lorenz
ADT: Add a string APSInt constructor.
tree
|
commitdiff
2015-06-23
Alex Lorenz
AsmParser: Extend the API to make the global value...
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
tree
|
commitdiff
2015-06-17
Rafael Espindola
Allow aliases to be unnamed.
tree
|
commitdiff
2015-06-16
Duncan P. N. Exon...
modules: Add explicit dependency on intrinsics_gen
tree
|
commitdiff
2015-06-15
Peter Collingbourne
Protection against stack-based memory corruption errors...
tree
|
commitdiff
2015-06-07
Filipe Cabecinhas
Fix doxygen comments. NFC
tree
|
commitdiff
2015-06-02
Duncan P. N. Exon...
DebugInfo: Really support 2^16 arguments in a subprogram
tree
|
commitdiff
2015-05-29
Benjamin Kramer
Replace push_back(Constructor(foo)) with emplace_back...
tree
|
commitdiff
2015-05-28
Eric Christopher
Fix typos in variable/grammar names.
tree
|
commitdiff
2015-05-26
Owen Anderson
Add initial support for the convergent attribute.
tree
|
commitdiff
2015-05-26
Rafael Espindola
Simplify boolean conditional return statements.
tree
|
commitdiff
2015-05-21
Adrian Prantl
IR / debug info: Add a DWOId field to DICompileUnit,
tree
|
commitdiff
2015-05-20
Alex Lorenz
AsmParser: Require a terminating null character when...
tree
|
commitdiff
2015-05-13
David Blaikie
[opaque pointer type] Use the value type of the GlobalV...
tree
|
commitdiff
2015-05-13
David Blaikie
[opaque pointer type] Pass the explicit function type...
tree
|
commitdiff
2015-04-29
David Blaikie
[opaque pointer type] Pass GlobalAlias the actual point...
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-04-24
Duncan P. N. Exon...
IR: Add assembly/bitcode support for function metadata...
tree
|
commitdiff
2015-04-24
Duncan P. N. Exon...
LLParser: Simplify ParseInstructionMetadata(), NFC
tree
|
commitdiff
2015-04-24
Duncan P. N. Exon...
LLParser: Split out ParseMetadataAttachment(), NFC
tree
|
commitdiff
2015-04-24
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-04-23
David Blaikie
Recommit r235458: [opaque pointer type] Avoid using...
tree
|
commitdiff
2015-04-22
David Blaikie
Revert "[opaque pointer type] Avoid using PointerType...
tree
|
commitdiff
2015-04-22
David Blaikie
[opaque pointer type] Use pointee type retrieved from...
tree
|
commitdiff
2015-04-21
David Blaikie
[opaque pointer type] Avoid using PointerType::getEleme...
tree
|
commitdiff
2015-04-17
David Blaikie
[opaque pointer type] Use the parsed explicit pointee...
tree
|
commitdiff
2015-04-16
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-04-16
Sanjoy Das
[IR] Introduce a dereferenceable_or_null(N) attribute.
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
tree
|
commitdiff
2015-04-11
Benjamin Kramer
Remove empty non-virtual destructors or mark them ...
tree
|
commitdiff
2015-04-07
Duncan P. N. Exon...
DebugInfo: Move DIFlag-related API from DIDescriptor...
tree
|
commitdiff
2015-04-06
David Blaikie
[opaque pointer type] Avoid using PointerType::getEleme...
tree
|
commitdiff
2015-04-02
David Blaikie
[opaque pointer type] API migration for GEP constant...
tree
|
commitdiff
2015-03-31
Duncan P. N. Exon...
Verifier: Move more debug info checks away from Verify()
tree
|
commitdiff
2015-03-31
Duncan P. N. Exon...
Verifier: Move checks over from DIDescriptor::Verify()
tree
|
commitdiff
2015-03-30
David Blaikie
[opaque pointer type] Change GetElementPtrInst::getInde...
tree
|
commitdiff
2015-03-30
Duncan P. N. Exon...
Verifier: Add operand checks for MDLexicalBlock
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
LLParser: Require non-null scope for MDLocation and...
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
Verifier: Check fields of MDVariable subclasses
tree
|
commitdiff
2015-03-26
Duncan P. N. Exon...
Verifier: Check accessors of MDLocation
tree
|
commitdiff
2015-03-16
Duncan P. N. Exon...
AsmParser: Stop requiring 'name:' when it's not printed
tree
|
commitdiff
2015-03-14
David Blaikie
[opaque pointer type] more gep API migrations (AsmParser)
tree
|
commitdiff
2015-03-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-03-10
Owen Anderson
Fix a stack overflow in the assembler when checking...
tree
|
commitdiff
2015-03-09
David Blaikie
LLParser: gep: Simplify parsing error handling
tree
|
commitdiff
2015-03-09
Owen Anderson
Fix a bug in the LLParser where we failed to diagnose...
tree
|
commitdiff
2015-03-04
Reid Kleckner
Revert "unique_ptrify ValID::ConstantStructElts"
tree
|
commitdiff
2015-03-04
David Blaikie
Workaround MSVC not providing implicit move members
tree
|
commitdiff
2015-03-04
David Blaikie
unique_ptrify ValID::ConstantStructElts
tree
|
commitdiff
2015-03-04
David Blaikie
LLParser: Avoid copying ValIDs, the copy ctor is deprec...
tree
|
commitdiff
2015-03-03
David Blaikie
Revert "Remove the explicit SDNodeIterator::operator...
tree
|
commitdiff
2015-03-03
David Blaikie
Remove the explicit SDNodeIterator::operator= in favor...
tree
|
commitdiff
2015-03-03
Owen Anderson
Cleanup after r230934 per Dave's suggestions.
tree
|
commitdiff
2015-03-02
Owen Anderson
Teach the LLParser to fail gracefully when it encounter...
tree
|
commitdiff
2015-03-02
Owen Anderson
Fix a crash in the LL parser where it failed to validat...
tree
|
commitdiff
2015-03-01
Benjamin Kramer
Add missing includes. make_unique proliferated everywhere.
tree
|
commitdiff
2015-02-28
Duncan P. N. Exon...
Optimize metadata node fields for CHECK-ability
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-23
David Majnemer
AsmParser: Check ConstantExpr insertvalue operands...
tree
|
commitdiff
2015-02-23
David Majnemer
AsmParser: Call instructions can't have an alignment
tree
|
commitdiff
next