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
/
CodeGen
/
MIRParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-06
2
-13
/
+47
*
llc: Add ability to parse mir from stdin
Matthias Braun
2017-06-06
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
CodeGen: Refactor MIR parsing
Matthias Braun
2017-06-06
1
-57
/
+79
*
MIR: remove explicit "noVRegs" property.
Tim Northover
2017-05-30
1
-2
/
+0
*
MIParser/MIRPrinter: Compute block successors if not explicitely specified
Matthias Braun
2017-05-05
1
-7
/
+35
*
MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFC
Matthias Braun
2017-05-01
1
-1
/
+2
*
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...
Renato Golin
2017-04-23
1
-1
/
+2
*
[APInt] Fix a few places that use APInt::getRawData to operate within the nor...
Craig Topper
2017-04-23
1
-2
/
+1
*
MIR: Allow parsing of empty machine functions
Justin Bogner
2017-04-11
1
-3
/
+0
*
[MIR] Support Customed Register Mask and CSRs
Oren Ben Simhon
2017-03-19
2
-20
/
+50
*
ARM: avoid clobbering register in v6 jump-table expansion.
Tim Northover
2017-03-15
1
-0
/
+2
*
MIR: parse & print the atomic parts of a MachineMemOperand.
Tim Northover
2017-02-13
1
-2
/
+40
*
[MIRParser] Allow generic register specification on operand.
Ahmed Bougacha
2017-01-20
1
-12
/
+16
*
MIRParser: Allow regclass specification on operand
Matthias Braun
2017-01-18
3
-8
/
+83
*
[GlobalISel] More fix for the size vs. type typo. NFC.
Quentin Colombet
2016-12-22
1
-3
/
+3
*
[MIRParser] Fix a typo in comment and error message.
Quentin Colombet
2016-12-22
1
-2
/
+2
*
[MIRParser] Non-generic virtual register may have a type.
Quentin Colombet
2016-12-22
1
-3
/
+0
*
[MIRParser] Add parsing hex literals of arbitrary size as unsigned integers
Krzysztof Parzyszek
2016-12-16
1
-13
/
+38
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-3
/
+6
*
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-1
/
+1
*
Move FrameInstructions from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-7
/
+5
*
[MIRPrinter] Print raw branch probabilities as expected by MIRParser
Geoff Berry
2016-11-18
1
-1
/
+2
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
MIRParser: Add support for parsing vreg reg alloc hints
Tom Stellard
2016-11-15
3
-2
/
+30
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
[MIRParser] Parse lane masks for register live-ins
Krzysztof Parzyszek
2016-10-12
3
-23
/
+63
*
MIRParser: allow types on registers with a RegBank.
Tim Northover
2016-10-11
1
-1
/
+2
*
MIRParser: generic register operands with types
Matthias Braun
2016-10-11
1
-1
/
+1
*
MIRParser: Rewrite register info initialization; mostly NFC
Matthias Braun
2016-10-11
3
-101
/
+169
*
[MIRParser] Delete dead code. NFCI.
Davide Italiano
2016-09-21
1
-12
/
+0
*
Don't create a SymbolTable in Function when the LLVMContext discards value na...
Mehdi Amini
2016-09-17
2
-4
/
+4
*
[MIR Parser] Fix Build!
Mehdi Amini
2016-09-17
1
-1
/
+1
*
MIR Parser: issue an error when the Context discard value names.
Mehdi Amini
2016-09-17
1
-0
/
+8
*
GlobalISel: remove "unsized" LLT
Tim Northover
2016-09-15
1
-5
/
+1
*
GlobalISel: cache pointer sizes in LLT
Tim Northover
2016-09-15
1
-1
/
+3
*
GlobalISel: disambiguate types when printing MIR
Tim Northover
2016-09-12
2
-8
/
+23
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
3
-1
/
+6
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
2
-28
/
+8
*
[YAMLIO] Add the ability to map with context.
Zachary Turner
2016-09-08
1
-1
/
+2
*
[MFProperties] Introduce a reset method with no argument.
Quentin Colombet
2016-08-26
1
-1
/
+1
*
[MC] Move .cv_loc management logic out of MCContext
Reid Kleckner
2016-08-26
1
-0
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-2
/
+4
*
MIRParser/MIRPrinter: Compute HasInlineAsm instead of printing/parsing it
Matthias Braun
2016-08-24
1
-10
/
+13
*
MachineRegisterInfo/MIR: Initialize tracksSubRegLiveness early, do not print/...
Matthias Braun
2016-08-24
1
-1
/
+0
*
MIRParser/MIRPrinter: Compute isSSA instead of printing/parsing it.
Matthias Braun
2016-08-24
1
-4
/
+17
*
MachineFunction: Introduce NoPHIs property
Matthias Braun
2016-08-23
1
-0
/
+18
*
GlobalISel: legalize integer comparisons on AArch64.
Tim Northover
2016-08-23
1
-1
/
+1
*
GlobalISel: support irtranslation of icmp instructions.
Tim Northover
2016-08-17
3
-0
/
+66
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
[next]