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
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-2
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2015-09-11
1
-0
/
+11
*
Fix PR 24633 - Handle undef values when parsing standalone constants.
Alex Lorenz
2015-09-09
1
-0
/
+1
*
Allow global address space forward decls using IDs in .ll files.
Karl Schimpf
2015-09-03
1
-16
/
+13
*
Fix assertion failure in LLParser::ConvertValIDToValue
Karl Schimpf
2015-09-03
2
-3
/
+2
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
4
-1
/
+33
*
Fix bug in method LLLexer::FP80HexToIntPair
Karl Schimpf
2015-08-31
1
-1
/
+1
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
1
-0
/
+6
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
2
-54
/
+155
*
AsmParser: Save and restore the parsing state for types using SlotMapping.
Alex Lorenz
2015-08-21
3
-4
/
+27
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
1
-3
/
+14
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+1
*
Fix with a bit more care. (but only a bit)
David Blaikie
2015-08-03
1
-2
/
+3
*
Try to fix the build for C++ standard libraries missing std::map::emplace
David Blaikie
2015-08-03
2
-8
/
+7
*
Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in...
David Blaikie
2015-08-03
2
-18
/
+23
*
Revert "-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that...
Reid Kleckner
2015-08-03
2
-20
/
+15
*
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
2
-7
/
+26
*
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
2
-15
/
+20
*
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
4
-1
/
+180
*
[opaque pointers] Avoid the use of pointee types when parsing inline asm in IR
David Blaikie
2015-07-27
2
-7
/
+11
*
AsmParser: Add a function to parse a standalone constant value.
Alex Lorenz
2015-07-17
3
-0
/
+50
*
Add argmemonly attribute.
Igor Laevsky
2015-07-11
3
-29
/
+40
*
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
4
-180
/
+1
*
Address Joseph's review comments.
David Majnemer
2015-07-10
1
-2
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
4
-1
/
+180
*
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
*
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
[next]