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
*
[globalisel][tablegen] Simplify named operand/operator lookups and fix a wron...
Daniel Sanders
2017-10-14
1
-69
/
+128
*
[globalisel][tablegen] Fix a use-after free bug that manifests on non-macOS m...
Daniel Sanders
2017-10-13
1
-1
/
+1
*
[globalisel][tablegen] Add support for fpimm and import of APInt/APFloat base...
Daniel Sanders
2017-10-13
1
-19
/
+83
*
[aarch64] Support APInt and APFloat in ImmLeaf subclasses and make AArch64 us...
Daniel Sanders
2017-10-13
1
-26
/
+40
*
[globalisel] Add support for ValueType operands in patterns.
Daniel Sanders
2017-10-09
1
-1
/
+9
*
[globalisel] Add support for intrinsic_w_chain.
Daniel Sanders
2017-09-19
1
-3
/
+5
*
TableGen support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-17
/
+24
*
[globalisel][tablegen] Predicates should start from GIPFP_Invalid+1 not GIPFP...
Daniel Sanders
2017-08-24
1
-2
/
+4
*
Re-commit: [globalisel][tablegen] Add support for ImmLeaf without SDNodeXForm
Daniel Sanders
2017-08-24
1
-13
/
+124
*
Revert r311546 as it breaks build
Victor Leschuk
2017-08-23
1
-124
/
+13
*
[globalisel][tablegen] Add support for ImmLeaf without SDNodeXForm
Daniel Sanders
2017-08-23
1
-13
/
+124
*
[globalisel][tablegen] Add tests for FeatureBitsets and ComplexPattern predic...
Daniel Sanders
2017-08-23
1
-3
/
+6
*
[globalisel][tablegen] Generate TypeObject table. NFC
Daniel Sanders
2017-08-17
1
-33
/
+29
*
Re-commit: [globalisel][tablegen] Support zero-instruction emission.
Daniel Sanders
2017-08-17
1
-40
/
+65
*
Revert r310919 - [globalisel][tablegen] Support zero-instruction emission.
Daniel Sanders
2017-08-15
1
-100
/
+60
*
Re-commit with some instrumentation: [globalisel][tablegen] Support zero-inst...
Daniel Sanders
2017-08-15
1
-60
/
+100
*
Revert r310716 (and r310735): [globalisel][tablegen] Support zero-instruction...
Daniel Sanders
2017-08-11
1
-65
/
+50
*
[globalisel][tablegen] Generate TypeObject table. NFC
Daniel Sanders
2017-08-11
1
-33
/
+29
*
[globalisel][tablegen] Support zero-instruction emission.
Daniel Sanders
2017-08-11
1
-25
/
+44
*
[globalisel][tablegen] Remove unnecessary ; to satisfy ubuntu-gcc7.1-werror.
Daniel Sanders
2017-08-08
1
-1
/
+1
*
[globalisel][tablegen] Add support for importing 'imm' operands.
Daniel Sanders
2017-08-08
1
-15
/
+122
*
[GlobalISel] Only merge memory ops for mayLoad or mayStore instrs.
Florian Hahn
2017-08-03
1
-18
/
+21
*
[globalisel][tablegen] Do not merge memoperands from instructions that weren'...
Daniel Sanders
2017-08-02
1
-1
/
+28
*
[globalisel][tablegen] Ensure MatchTable's are compile-time constants with co...
Daniel Sanders
2017-07-27
1
-1
/
+1
*
Re-commit: r309094 [globalisel][tablegen] Fuse the generated tables together.
Daniel Sanders
2017-07-27
1
-28
/
+26
*
Revert r309094: [globalisel][tablegen] Fuse the generated tables together.
Daniel Sanders
2017-07-26
1
-26
/
+28
*
[globalisel][tablegen] Fuse the generated tables together.
Daniel Sanders
2017-07-26
1
-28
/
+26
*
[globalisel][tablegen] Add control-flow to the MatchTable.
Daniel Sanders
2017-07-20
1
-119
/
+411
*
[globalisel][tablegen] Fix an multi-insn match bug where ComplexPattern is us...
Daniel Sanders
2017-07-11
1
-7
/
+11
*
[globalisel][tablegen] Correct matching of intrinsic ID's.
Daniel Sanders
2017-07-11
1
-6
/
+23
*
[globalisel][tablegen] Rename and re-comment render functions to match the ne...
Daniel Sanders
2017-07-06
1
-7
/
+7
*
[globalisel][tablegen] Rename and re-comment to match the new MatchTables. NFC.
Daniel Sanders
2017-07-06
1
-46
/
+47
*
[globalisel][tablegen] Import rules containing intrinsic_wo_chain.
Daniel Sanders
2017-07-06
1
-4
/
+27
*
[globalisel][tablegen] Finish fixing compile-time regressions by merging the ...
Daniel Sanders
2017-07-05
1
-36
/
+26
*
[globalisel][tablegen] Fix the misuse of STATISTICS() on release builds (like...
Daniel Sanders
2017-07-05
1
-4
/
+4
*
[globalisel][tablegen] Added instruction emission to the state-machine-based ...
Daniel Sanders
2017-07-05
1
-105
/
+105
*
[globalisel][tablegen] Fix release builds after r307079
Daniel Sanders
2017-07-04
1
-2
/
+7
*
[globalisel][tablegen] Partially fix compile-time regressions by converting m...
Daniel Sanders
2017-07-04
1
-156
/
+299
*
[globalisel][tablegen] Post-commit review nits for r306388. NFC
Daniel Sanders
2017-06-28
1
-37
/
+31
*
[globalisel][tablegen] Multiple 80-col corrections.
Daniel Sanders
2017-06-28
1
-20
/
+41
*
[globalisel][tablegen] Add support for EXTRACT_SUBREG.
Daniel Sanders
2017-06-27
1
-9
/
+142
*
[globalisel][tablegen] Add support for COPY_TO_REGCLASS.
Daniel Sanders
2017-06-20
1
-24
/
+96
*
[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...
Craig Topper
2017-05-31
1
-1
/
+1
*
[TableGen] Introduce DagInit::getArgs that returns an ArrayRef. Use it to fix...
Craig Topper
2017-05-29
1
-1
/
+1
*
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
[next]