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
/
LLLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DebugInfo] Added support for Checksum debug info feature.
Amjad Aboud
2016-12-25
1
-0
/
+6
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-7
/
+7
*
[AsmParser] Avoid recursing when lexing ';'. NFC.
Ahmed Bougacha
2016-11-16
1
-52
/
+54
*
IR: Introduce inrange attribute on getelementptr indices.
Peter Collingbourne
2016-11-10
1
-0
/
+1
*
[X86] Basic additions to support RegCall Calling Convention.
Oren Ben Simhon
2016-10-13
1
-0
/
+1
*
[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings
Eugene Zelenko
2016-08-18
1
-17
/
+18
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
LLLexer.cpp: Avoid using BitsToDouble() to preserve SNaN like "double 0x7FF40...
NAKAMURA Takumi
2016-08-05
1
-1
/
+2
*
Reformat.
NAKAMURA Takumi
2016-08-05
1
-1
/
+1
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
1
-0
/
+1
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-0
/
+1
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
1
-0
/
+1
*
[ASMParser] Parse FP constants in non-C locales
Meador Inge
2016-06-02
1
-2
/
+4
*
AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.
Nikolay Haustov
2016-05-06
1
-0
/
+1
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
1
-0
/
+1
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-0
/
+1
*
AMDGPU: Add a shader calling convention
Nicolai Haehnle
2016-04-06
1
-0
/
+4
*
Swift Calling Convention: add swiftcc.
Manman Ren
2016-04-05
1
-0
/
+1
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-0
/
+1
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
1
-1
/
+5
*
Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"
Teresa Johnson
2016-03-30
1
-0
/
+1
*
Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"
Teresa Johnson
2016-03-30
1
-1
/
+0
*
[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly
Teresa Johnson
2016-03-30
1
-0
/
+1
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+1
*
[AVR] Add calling convention parser tokens
Dylan McKay
2016-03-03
1
-0
/
+2
*
Implemented Support of IA interrupt and exception handlers:
Amjad Aboud
2015-12-21
1
-0
/
+1
*
Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes
Vaivaswatha Nagaraj
2015-12-16
1
-0
/
+2
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-1
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-2
/
+3
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
1
-0
/
+1
*
[CXX TLS calling convention] Add CXX TLS calling convention.
Manman Ren
2015-12-04
1
-0
/
+1
*
[IR] Add support for empty tokens
David Majnemer
2015-11-11
1
-0
/
+1
*
Add 'notail' marker for call instructions.
Akira Hatanaka
2015-11-06
1
-0
/
+1
*
Add a new attribute: norecurse
James Molloy
2015-11-06
1
-0
/
+1
*
HHVM calling conventions.
Maksim Panchenko
2015-09-29
1
-0
/
+2
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+1
*
Fix bug in method LLLexer::FP80HexToIntPair
Karl Schimpf
2015-08-31
1
-1
/
+1
*
[IR] Add token types
David Majnemer
2015-08-14
1
-0
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+7
*
Add argmemonly attribute.
Igor Laevsky
2015-07-11
1
-0
/
+1
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-7
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+7
*
ADT: Add a string APSInt constructor.
Alex Lorenz
2015-06-23
1
-14
/
+1
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+1
*
Fix doxygen comments. NFC
Filipe Cabecinhas
2015-06-07
1
-10
/
+10
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
1
-0
/
+1
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
1
-0
/
+1
*
AsmParser/Writer: Handle symbolic constants in DI 'flags:'
Duncan P. N. Exon Smith
2015-02-21
1
-0
/
+6
*
AsmParser: Use StringRef for keyword comparisons, NFC
Duncan P. N. Exon Smith
2015-02-21
1
-10
/
+9
*
AsmParser: Use do{}while(false) in macros, NFC
Duncan P. N. Exon Smith
2015-02-20
1
-11
/
+21
[prev]
[next]