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
/
unittests
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GlobalISel] Make multi-step legalization work.
Kristof Beyls
2017-06-30
1
-0
/
+19
*
Added braces to work around gcc warning in googletest: suggest explicit brace...
Galina Kistanova
2017-06-15
1
-1
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
2
-2
/
+2
*
[SVE] Fix mismatched sign comparison warning in unit test from r300842.
Amara Emerson
2017-04-20
1
-2
/
+2
*
[MVT][SVE] Scalable vector MVTs (3/3)
Amara Emerson
2017-04-20
2
-0
/
+89
*
[GlobalISel] Support vector-of-pointers in LLT
Kristof Beyls
2017-04-19
1
-0
/
+11
*
Revert "[GlobalISel] Support vector-of-pointers in LLT"
Kristof Beyls
2017-04-18
1
-11
/
+0
*
[GlobalISel] Support vector-of-pointers in LLT
Kristof Beyls
2017-04-18
1
-0
/
+11
*
Recommit: [globalisel] Change LLT constructor string into an LLT-based object...
Daniel Sanders
2017-03-07
1
-3
/
+3
*
Revert r297177: Change LLT constructor string into an LLT-based object ...
Daniel Sanders
2017-03-07
1
-3
/
+3
*
[globalisel] Change LLT constructor string into an LLT-based object that know...
Daniel Sanders
2017-03-07
1
-3
/
+3
*
Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl...
Daniel Sanders
2017-02-28
1
-3
/
+3
*
[globalisel] Change LLT constructor string into an LLT subclass that knows ho...
Daniel Sanders
2017-02-28
1
-3
/
+3
*
ADT: Add explicit conversions for reverse ilist iterators
Duncan P. N. Exon Smith
2017-02-07
1
-0
/
+64
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
3
-121
/
+121
*
[GlobalISel] Get the AArch64 tests to work on Linux
Diana Picus
2016-10-14
1
-0
/
+1
*
GlobalISel: fix misuse of using declaration in test.
Tim Northover
2016-10-06
1
-48
/
+41
*
GlobalISel: remove "unsized" LLT
Tim Northover
2016-09-15
1
-20
/
+0
*
GlobalISel: cache pointer sizes in LLT
Tim Northover
2016-09-15
2
-13
/
+19
*
CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI
Duncan P. N. Exon Smith
2016-09-11
1
-0
/
+22
*
CodeGen: Assert that bundle iterators are valid
Duncan P. N. Exon Smith
2016-09-11
1
-0
/
+16
*
CodeGen: Turn on sentinel tracking for MachineInstr iterators
Duncan P. N. Exon Smith
2016-09-11
1
-1
/
+2
*
GlobalISel: use multi-dimensional arrays for legalize actions.
Tim Northover
2016-08-29
1
-0
/
+2
*
GlobalISel: legalize sdiv and srem operations.
Tim Northover
2016-08-26
1
-0
/
+2
*
GlobalISel: extend legalizer interface to handle multiple types.
Tim Northover
2016-08-23
1
-22
/
+42
*
GlobalISel: support loads and stores of strange types.
Tim Northover
2016-08-15
1
-4
/
+4
*
ADT: Remove all ilist_iterator => pointer casts, NFC
Duncan P. N. Exon Smith
2016-08-12
2
-0
/
+95
*
GlobalISel: refuse to halve size of 1-byte & odd-sized LLTs.
Tim Northover
2016-08-04
1
-9
/
+12
*
[GlobalISel] Add missing link components to r277160 unittest. NFC.
Ahmed Bougacha
2016-07-29
1
-0
/
+2
*
[GlobalISel] Add LLT::operator!=().
Ahmed Bougacha
2016-07-29
1
-0
/
+13
*
[GlobalISel] Fix LLT::unsized to match LLT(LabelTy).
Ahmed Bougacha
2016-07-29
1
-0
/
+5
*
[GlobalISel] Add unittests for LowLevelType.
Ahmed Bougacha
2016-07-29
2
-0
/
+199
*
GlobalISel: implement Legalization querying framework.
Tim Northover
2016-07-20
3
-0
/
+113
*
Fix header comment in unittests/CodeGen/DIEHashTest.cpp.
Justin Lebar
2016-07-13
1
-1
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
AsmPrinter: Use an intrusively linked list for DIE::Children
Duncan P. N. Exon Smith
2015-06-25
1
-64
/
+63
*
AsmPrinter: Convert DIE::Values to a linked list
Duncan P. N. Exon Smith
2015-06-25
1
-161
/
+193
*
Reapply "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-153
/
+153
*
Revert "AsmPrinter: Change DIEValue to be stored by value"
Duncan P. N. Exon Smith
2015-05-27
1
-153
/
+153
*
AsmPrinter: Change DIEValue to be stored by value
Duncan P. N. Exon Smith
2015-05-27
1
-153
/
+153
*
AsmPrinter: Make DIEString small
Duncan P. N. Exon Smith
2015-05-24
1
-56
/
+70
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Make DIE.h a public CodeGen header.
Frederic Riss
2015-01-05
1
-1
/
+1
*
DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.
David Blaikie
2014-04-25
1
-62
/
+64
*
DIEEntry: Refer to the specified DIE via reference rather than pointer.
David Blaikie
2014-04-25
1
-29
/
+29
*
PR19554: Fix some memory leaks in DIEHashTest.cpp
David Blaikie
2014-04-25
1
-11
/
+11
*
Add support for hashing attributes with DW_FORM_block. This required
Eric Christopher
2014-02-20
1
-0
/
+55
*
This tests DW_FORM_sdata, not DW_FORM_block. Make the test say so.
Eric Christopher
2014-02-20
1
-1
/
+1
*
Fix commit thinkos from splitting out patches.
Eric Christopher
2014-02-20
1
-3
/
+1
[next]