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: 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
*
Add support for hashing DW_FORM_sdata and a small testcase.
Eric Christopher
2014-02-20
1
-0
/
+47
*
Format.
Eric Christopher
2014-02-20
1
-4
/
+8
*
Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashing
Eric Christopher
2014-01-31
1
-0
/
+31
*
Fix name of nested type in comment to match code.
Eric Christopher
2014-01-31
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-3
/
+2
*
DIEHash: Summary hashing of member functions
David Blaikie
2013-10-25
1
-0
/
+18
*
DIEHash: Summary hashing of nested types
David Blaikie
2013-10-25
1
-0
/
+19
*
DIEHash: Const correct and use references where non-null/non-rebound.
David Blaikie
2013-10-24
1
-16
/
+16
*
DIEHash: Do not use shallow type hashing for unnamed types
David Blaikie
2013-10-24
1
-0
/
+35
*
DWARF type hashing: pointers to members
David Blaikie
2013-10-22
1
-0
/
+178
*
DWARF Type Hashing: Include reference and rvalue reference type in the declar...
David Blaikie
2013-10-21
1
-0
/
+66
*
DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...
David Blaikie
2013-10-21
1
-6
/
+35
*
DIEHashTest: Correct the order of operands to the TEST macro
David Blaikie
2013-10-21
1
-7
/
+7
*
DWARF type hashing: Handle multiple (including recursive) references to the s...
David Blaikie
2013-10-21
1
-1
/
+58
[next]