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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Redefine Freeze instruction
aqjune
2019-11-12
1
-0
/
+1
*
[Alignment][NFC] Use MaybeAlign in AttrBuilder
Guillaume Chatelet
2019-10-22
1
-2
/
+2
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-07-02
1
-0
/
+2
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-0
/
+1
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-1
/
+0
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-0
/
+1
*
[LLParser] Simplify type checking in ParseArithmetic and ParseUnaryOp.
Craig Topper
2019-05-05
1
-2
/
+2
*
IR: Support parsing numeric block ids, and emit them in textual output.
James Y Knight
2019-03-22
1
-1
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "[ThinLTO] Add summary entries for index-based WPD"
Teresa Johnson
2019-01-17
1
-2
/
+0
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-01-17
1
-0
/
+2
*
[ThinLTO] Assembly representation of ReadOnly attribute
Eugene Leviant
2018-11-23
1
-0
/
+1
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-0
/
+2
*
Allow creating llvm::Function in non-zero address spaces
Alexander Richardson
2018-08-23
1
-3
/
+11
*
[AsmParser] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-12
1
-37
/
+37
*
[ThinLTO] Parse module summary index from assembly
Teresa Johnson
2018-06-26
1
-1
/
+64
*
[ThinLTO] Print module summary index to assembly
Teresa Johnson
2018-05-26
1
-0
/
+2
*
Make the LLParser accept call instructions of variables in the program AS
Alexander Richardson
2018-02-27
1
-3
/
+3
*
LLParser: add an argument for overriding data layout and do not check alloca ...
Yaxun Liu
2018-01-30
1
-2
/
+9
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-1
/
+3
*
Represent runtime preemption in the IR.
Sean Fertile
2017-10-26
1
-3
/
+5
*
Move the stripping of invalid debug info from the Verifier to AutoUpgrade.
Adrian Prantl
2017-10-02
1
-2
/
+7
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-1
/
+2
*
[IR] Add AttributeSet to hide AttributeSetNode* again, NFC
Reid Kleckner
2017-04-12
1
-4
/
+4
*
Reland "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-4
/
+4
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-0
/
+2
*
Revert "[IR] Make AttributeSetNode public, avoid temporary AttributeList copies"
Reid Kleckner
2017-04-10
1
-4
/
+4
*
[IR] Make AttributeSetNode public, avoid temporary AttributeList copies
Reid Kleckner
2017-04-10
1
-4
/
+4
*
[IR] Add AllowContract to FastMathFlags
Adam Nemet
2017-03-28
1
-0
/
+4
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-6
/
+6
*
IR: Introduce inrange attribute on getelementptr indices.
Peter Collingbourne
2016-11-10
1
-1
/
+2
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-5
/
+4
*
Add support for metadata attachments for global variables.
Peter Collingbourne
2016-05-31
1
-0
/
+1
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-05-12
1
-6
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
1
-1
/
+5
*
[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar
Dmitry Polukhin
2016-04-05
1
-3
/
+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
*
[AsmParser] Expose an API to parse a string starting with a type.
Quentin Colombet
2016-03-08
1
-1
/
+2
*
[AsmParser] Add a function to parse a standalone type.
Quentin Colombet
2016-03-07
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
-21
/
+8
*
[IR] Add support for empty tokens
David Majnemer
2015-11-11
1
-9
/
+9
*
[Bitcode][Asm] Teach LLVM to read and write operand bundles.
Sanjoy Das
2015-09-24
1
-0
/
+4
*
Fix assertion failure in LLParser::ConvertValIDToValue
Karl Schimpf
2015-09-03
1
-1
/
+1
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+1
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-6
/
+19
[next]