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
/
utils
/
TableGen
/
GlobalISelEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed nondeterminism in RuleMatcher::emit.
Galina Kistanova
2017-05-25
1
-1
/
+8
*
Fix unused variable warnings after r303678
Daniel Sanders
2017-05-23
1
-2
/
+2
*
[globalisel][tablegen] Add support for (set $dst, 1) and test X86's OptForSiz...
Daniel Sanders
2017-05-23
1
-18
/
+65
*
Revert r303259 - [globalisel][tablegen] Import rules containing intrinsic_wo_...
Daniel Sanders
2017-05-22
1
-22
/
+3
*
Re-commit: [globalisel][tablegen] Import rules containing intrinsic_wo_chain.
Daniel Sanders
2017-05-18
1
-3
/
+22
*
Revert "[globalisel][tablegen] Import rules containing intrinsic_wo_chain."
Quentin Colombet
2017-05-17
1
-22
/
+3
*
[globalisel][tablegen] Import rules containing intrinsic_wo_chain.
Daniel Sanders
2017-05-17
1
-3
/
+22
*
[globalisel][tablegen] Require that all registers between instructions of a m...
Daniel Sanders
2017-05-17
1
-0
/
+2
*
Fixup r303240: Use llvm::to_string instead of std::to_string
Diana Picus
2017-05-17
1
-3
/
+3
*
[GlobalISel][TableGen] Fix handling of default operands
Diana Picus
2017-05-17
1
-48
/
+49
*
[ARM] GlobalISel: Use TableGen instruction selector
Diana Picus
2017-05-02
1
-3
/
+9
*
[globalisel][tablegen] Silence unused variable warning.
Daniel Sanders
2017-04-29
1
-1
/
+0
*
[globalisel][tablegen] Compute available feature bits correctly.
Daniel Sanders
2017-04-29
1
-18
/
+60
*
[globalisel][tablegen] Fix vector element size
Igor Breger
2017-04-26
1
-1
/
+1
*
[globalisel][tablegen] Add support for RegisterOperand.
Daniel Sanders
2017-04-22
1
-1
/
+10
*
[globalisel][tablegen] Revise API for ComplexPattern operands to improve flex...
Daniel Sanders
2017-04-22
1
-103
/
+39
*
[globalisel][tablegen] Fix PR32733 by checking which instruction operands bel...
Daniel Sanders
2017-04-22
1
-2
/
+3
*
[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...
Daniel Sanders
2017-04-21
1
-25
/
+66
*
Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...
Daniel Sanders
2017-04-21
1
-66
/
+25
*
[globalisel][tablegen] Try again to fix builds on old MSVC's after r300964
Daniel Sanders
2017-04-21
1
-1
/
+1
*
Revert: r300966 - [globalisel][tablegen] Attempt to fix builds on old MSVC's ...
Daniel Sanders
2017-04-21
1
-2
/
+2
*
[globalisel][tablegen] Attempt to fix builds on old MSVC's after r300964
Daniel Sanders
2017-04-21
1
-2
/
+2
*
[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...
Daniel Sanders
2017-04-21
1
-25
/
+66
*
[globalisel][tablegen] Report more detail in some SelectionDAG import failure...
Daniel Sanders
2017-04-13
1
-19
/
+98
*
[globalisel][tablegen] Add experimental support for OperandWithDefaultOps, Pr...
Daniel Sanders
2017-04-12
1
-4
/
+78
*
[globalisel][tablegen] Fix patterns involving multiple ComplexPatterns.
Daniel Sanders
2017-04-05
1
-41
/
+60
*
[globalisel][tablegen] Fix non-determinism introduced in r299430.
Daniel Sanders
2017-04-04
1
-2
/
+7
*
[globalisel][tablegen] Try to make MSVC happy with r299430
Daniel Sanders
2017-04-04
1
-5
/
+5
*
[tablegen][globalisel] Add support for nested instruction matching.
Daniel Sanders
2017-04-04
1
-13
/
+180
*
[globalisel][tablegen] Change Expected<bool> to Error and rename functions.
Daniel Sanders
2017-03-30
1
-45
/
+41
*
[tablegen][globalisel] Convert the SelectionDAG importer to a tree walking ap...
Daniel Sanders
2017-03-29
1
-161
/
+266
*
[tablegen] Use categories on options that only matter to one emitter.
Daniel Sanders
2017-03-27
1
-1
/
+3
*
GlobalISel: add implicit defs & uses when mutating an instruction.
Tim Northover
2017-03-20
1
-1
/
+18
*
Explicitly add move constructor/assignment operators.
Zachary Turner
2017-03-20
1
-0
/
+2
*
[tablegen][globalisel] Capture instructions into locals and related infrastru...
Daniel Sanders
2017-03-20
1
-60
/
+125
*
Removed unnecessary semicolon. NFCI.
Simon Pilgrim
2017-03-15
1
-1
/
+1
*
[tablegen][globalisel] Trivial changes to reduce size of following patch. NFC.
Daniel Sanders
2017-03-15
1
-77
/
+90
*
[globalisel][tblgen] Add support for ComplexPatterns
Daniel Sanders
2017-03-14
1
-14
/
+245
*
[ADT] Improve the genericity of llvm::enumerate().
Zachary Turner
2017-03-13
1
-2
/
+2
*
Recommit: [globalisel] Change LLT constructor string into an LLT-based object...
Daniel Sanders
2017-03-07
1
-16
/
+35
*
Revert r297177: Change LLT constructor string into an LLT-based object ...
Daniel Sanders
2017-03-07
1
-35
/
+16
*
[globalisel] Change LLT constructor string into an LLT-based object that know...
Daniel Sanders
2017-03-07
1
-16
/
+35
*
Fixed IntOperandMatcher::emitCxxPredicateExpr arguments
Simon Pilgrim
2017-02-24
1
-1
/
+1
*
[globalisel] Decouple src pattern operands from dst pattern operands.
Daniel Sanders
2017-02-24
1
-53
/
+282
*
Fix missing call to base class constructor in r296121.
Daniel Sanders
2017-02-24
1
-1
/
+3
*
[globalisel] Sort RuleMatchers by priority.
Daniel Sanders
2017-02-24
1
-2
/
+165
*
tablegen: Fix android build
Pavel Labath
2017-02-21
1
-1
/
+2
*
[globalisel] OperandPredicateMatcher's shouldn't need to generate the Machine...
Daniel Sanders
2017-02-20
1
-17
/
+18
*
[globalisel] Separate the SelectionDAG importer from the emitter. NFC
Daniel Sanders
2017-02-20
1
-5
/
+11
*
[GlobalISel] Return an Expected<RuleMatcher> for each SDAG pattern. NFC.
Ahmed Bougacha
2017-02-10
1
-55
/
+63
[next]