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
...
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
1
-5
/
+17
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-17
/
+5
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-5
/
+17
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
1
-17
/
+5
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
1
-5
/
+17
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-3
/
+3
*
IR: Introduce inrange attribute on getelementptr indices.
Peter Collingbourne
2016-11-10
1
-10
/
+21
*
Add DWARF debug info support for C++11 inline namespaces.
Adrian Prantl
2016-11-03
1
-2
/
+3
*
DebugInfo: preparation to implement DW_AT_alignment
Victor Leschuk
2016-10-20
1
-7
/
+12
*
DebugInfo: change alignment type from uint64_t to uint32_t to save space.
Victor Leschuk
2016-10-18
1
-3
/
+3
*
[X86] Basic additions to support RegCall Calling Convention.
Oren Ben Simhon
2016-10-13
1
-0
/
+1
*
[AsmParser] Remove unused partial template specialization.
Davide Italiano
2016-09-22
1
-10
/
+0
*
Don't create a SymbolTable in Function when the LLVMContext discards value na...
Mehdi Amini
2016-09-17
1
-3
/
+3
*
Fix auto-upgrade of TBAA tags in Bitcode Reader
Mehdi Amini
2016-09-14
1
-2
/
+7
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
1
-2
/
+2
*
DebugInfo: use strongly typed enum for debug info flags
Leny Kholodov
2016-09-06
1
-9
/
+12
*
Revert "DebugInfo: use strongly typed enum for debug info flags"
Mehdi Amini
2016-09-06
1
-12
/
+9
*
DebugInfo: use strongly typed enum for debug info flags
Mehdi Amini
2016-09-06
1
-9
/
+12
*
[AsmParser] Placate a -Wmisleading-indentantion warning (GCC7).
Davide Italiano
2016-08-26
1
-1
/
+3
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-25
1
-23
/
+41
*
DebugInfo: Add flag to CU to disable emission of inline debug info into the s...
David Blaikie
2016-08-24
1
-2
/
+4
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
1
-0
/
+2
*
[codeview] Add DISubprogram::ThisAdjustment
Reid Kleckner
2016-07-01
1
-3
/
+5
*
Remangle intrinsics names when types are renamed
Artur Pilipenko
2016-06-24
1
-0
/
+13
*
Revert r273568 "Remangle intrinsics names when types are renamed"
Hans Wennborg
2016-06-23
1
-13
/
+0
*
Remangle intrinsics names when types are renamed
Artur Pilipenko
2016-06-23
1
-0
/
+13
*
IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...
Peter Collingbourne
2016-06-21
1
-1
/
+14
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-13
/
+22
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
1
-1
/
+24
*
IR: Allow multiple global metadata attachments with the same type.
Peter Collingbourne
2016-06-01
1
-1
/
+1
*
Add support for metadata attachments for global variables.
Peter Collingbourne
2016-05-31
1
-7
/
+17
*
Remove some 'const' specifiers that do nothing but prevent moving the argument.
Benjamin Kramer
2016-05-29
1
-1
/
+1
*
Objective-C Class Properties: Autoupgrade "Class Properties" module flag.
Manman Ren
2016-05-25
1
-0
/
+2
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-05-12
1
-27
/
+35
*
Refactor duplicated check for valid declaration linkage. NFC.
Rafael Espindola
2016-05-11
1
-2
/
+3
*
Make "@name =" mandatory for globals in .ll files.
Rafael Espindola
2016-05-10
1
-40
/
+0
*
Simplify LLParser::ParseOptionalLinkage. NFC.
Rafael Espindola
2016-05-10
1
-19
/
+34
*
AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.
Nikolay Haustov
2016-05-06
1
-0
/
+2
*
IR: Enable debug info type ODR uniquing for forward decls
Duncan P. N. Exon Smith
2016-04-19
1
-4
/
+3
*
IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-9
/
+9
*
IR: Require DICompositeType for ODR uniquing type map
Duncan P. N. Exon Smith
2016-04-19
1
-2
/
+2
*
IR: Rename API for enabling ODR uniquing of DITypes, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-1
/
+1
*
IR: Use an explicit map for debug info type uniquing
Duncan P. N. Exon Smith
2016-04-17
1
-0
/
+14
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-10
/
+8
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
1
-0
/
+39
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-11
/
+15
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-22
/
+32
*
AMDGPU: Add a shader calling convention
Nicolai Haehnle
2016-04-06
1
-0
/
+10
*
AsmParser: Don't crash on unresolved !tbaa
Duncan P. N. Exon Smith
2016-04-06
1
-4
/
+5
*
Swift Calling Convention: add swiftcc.
Manman Ren
2016-04-05
1
-0
/
+2
[prev]
[next]