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
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
3
-1
/
+26
*
[ASMParser] Parse FP constants in non-C locales
Meador Inge
2016-06-02
1
-2
/
+4
*
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
2
-7
/
+18
*
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
2
-33
/
+39
*
Refactor duplicated check for valid declaration linkage. NFC.
Rafael Espindola
2016-05-11
1
-2
/
+3
*
clang-format LLToken.h.
Rafael Espindola
2016-05-11
1
-225
/
+339
*
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
3
-0
/
+4
*
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
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
IR: Use an explicit map for debug info type uniquing
Duncan P. N. Exon Smith
2016-04-17
1
-0
/
+14
*
Update and fix LLVM_ENABLE_MODULES:
Richard Smith
2016-04-16
1
-1
/
+0
*
[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
4
-1
/
+46
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
3
-11
/
+17
*
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
3
-0
/
+18
*
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
3
-0
/
+4
*
[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar
Dmitry Polukhin
2016-04-05
2
-21
/
+41
*
Rename Context::discardValueNames() to shouldDiscardValueNames() (NFC)
Mehdi Amini
2016-04-02
1
-1
/
+1
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
3
-1
/
+9
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
3
-3
/
+30
*
Restore "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"
Teresa Johnson
2016-03-30
4
-0
/
+20
*
Revert "[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly"
Teresa Johnson
2016-03-30
4
-20
/
+0
*
[ThinLTO] Serialize the Module SourceFileName to/from LLVM assembly
Teresa Johnson
2016-03-30
4
-0
/
+20
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
3
-0
/
+5
*
IR: Stop upgrading !llvm.loop attachments via MDString
Duncan P. N. Exon Smith
2016-03-25
1
-1
/
+0
*
DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual fun...
Peter Collingbourne
2016-03-17
1
-1
/
+1
*
Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini
2016-03-10
1
-0
/
+5
*
[AsmParser] Expose an API to parse a string starting with a type.
Quentin Colombet
2016-03-08
3
-5
/
+27
*
[AsmParser] Add a function to parse a standalone type.
Quentin Colombet
2016-03-07
3
-0
/
+26
*
[AVR] Add calling convention parser tokens
Dylan McKay
2016-03-03
3
-0
/
+7
*
[IR] Extend cmpxchg to allow pointer type operands
Philip Reames
2016-02-19
1
-7
/
+3
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-14
/
+0
*
Implemented Support of IA interrupt and exception handlers:
Amjad Aboud
2015-12-21
3
-0
/
+4
*
Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes
Vaivaswatha Nagaraj
2015-12-16
3
-0
/
+8
*
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
2015-12-14
1
-12
/
+22
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
4
-41
/
+1
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
4
-200
/
+124
*
Macro debug info support in LLVM IR
Amjad Aboud
2015-12-10
3
-2
/
+64
*
[CXX TLS calling convention] Add CXX TLS calling convention.
Manman Ren
2015-12-04
3
-0
/
+4
*
AsmParser: Make the code for parsing unnamed aliases more closely resemble th...
Peter Collingbourne
2015-11-25
1
-18
/
+27
[next]