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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: Try to make legalize rules more useful for vectors
Matt Arsenault
2019-02-07
2
-0
/
+181
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
5
-6
/
+6
*
[ADT] Add a fallible_iterator wrapper.
Lang Hames
2019-02-05
2
-0
/
+294
*
Recommit: Add support for prefix-only CLI options
Thomas Preud'homme
2019-02-05
1
-0
/
+74
*
GlobalISel: Fix not calling observer when legalizing bitcount ops
Matt Arsenault
2019-02-04
1
-0
/
+65
*
GlobalISel: Fix CheckMachineFunction passing if ReadCheckFile files
Matt Arsenault
2019-02-04
1
-1
/
+3
*
GlobalISel: Allow constructing SrcOp/DstOp from MachineOperand
Matt Arsenault
2019-02-04
1
-0
/
+25
*
GlobalISel: Fix CSE handling of buildConstant
Matt Arsenault
2019-02-04
2
-4
/
+49
*
GlobalISel: Improve gtest usage
Matt Arsenault
2019-02-04
9
-169
/
+188
*
GlobalISel: Fix moreElementsToNextPow2
Matt Arsenault
2019-02-04
1
-0
/
+40
*
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
James Henderson
2019-02-04
1
-0
/
+215
*
Revert r353048.
James Henderson
2019-02-04
1
-215
/
+0
*
[CommandLine] Don't print empty sentinel values from EnumValN lists in help text
James Henderson
2019-02-04
1
-0
/
+215
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
4
-4
/
+6
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
13
-57
/
+62
*
[opaque pointer types] Pass function types to InvokeInst creation.
James Y Knight
2019-02-01
1
-3
/
+4
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
3
-9
/
+9
*
Revert r352750.
James Henderson
2019-02-01
1
-134
/
+0
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
10
-36
/
+41
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
10
-41
/
+36
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
10
-36
/
+41
*
[CommandLine] Improve help text for cl::values style options
James Henderson
2019-01-31
1
-0
/
+134
*
GlobalISel: Allow bitcount ops to have different result type
Matt Arsenault
2019-01-31
1
-33
/
+47
*
[WebAssembly] Exception handling: Switch to the new proposal
Heejin Ahn
2019-01-30
1
-142
/
+10
*
[VFS] Fix warning and use better check.
Michael J. Spencer
2019-01-29
1
-1
/
+1
*
VERSION_GREATER_EQUAL not supported in llvm cmake.
Ranjeet Singh
2019-01-28
1
-1
/
+1
*
Fix some warnings on MSVC
Alexandre Ganea
2019-01-27
1
-1
/
+15
*
Revert "Add support for prefix-only CLI options"
Thomas Preud'homme
2019-01-27
1
-75
/
+1
*
GlobalISel: Fix address space limit in LLT
Matt Arsenault
2019-01-26
1
-26
/
+33
*
Revert r351954 "Add a value_type to ArrayRef."
Clement Courbet
2019-01-25
1
-8
/
+0
*
GlobalISel: Add helper to LLT to get a scalar or vector
Matt Arsenault
2019-01-25
1
-0
/
+15
*
[llvm] Clarify responsiblity of some of DILocation discriminator APIs
Mircea Trofin
2019-01-24
1
-11
/
+17
*
[ADT] Notify ilist traits about in-list transfers
Reid Kleckner
2019-01-23
1
-0
/
+30
*
[LV][VPlan] Change to implement VPlan based predication for
Hideki Saito
2019-01-23
2
-0
/
+231
*
Re-land rL322538 "Add a value_type to ArrayRef."
Clement Courbet
2019-01-23
1
-0
/
+8
*
GlobalISel: Make buildConstant handle vectors
Matt Arsenault
2019-01-22
3
-7
/
+43
*
Fix compilation error with gcc 4.8
Pavel Labath
2019-01-21
1
-4
/
+4
*
[NFC] Fix warnings in unit test of r351725
Max Kazantsev
2019-01-21
1
-6
/
+6
*
[SCEV][NFC] Introduces expression sizes estimation
Max Kazantsev
2019-01-21
1
-0
/
+50
*
Add missing test file
Serge Guelton
2019-01-20
1
-0
/
+26
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
10
-0
/
+38
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
332
-1328
/
+996
*
Remove F_modify flag from FileOutputBuffer.
Rui Ueyama
2019-01-19
1
-49
/
+0
*
Add __[_[_]]Z demangling to new common demangle function
James Henderson
2019-01-18
1
-0
/
+6
*
[ADT] Add streaming operators for llvm::Optional
Pavel Labath
2019-01-18
1
-1
/
+51
*
Move demangling function from llvm-objdump to Demangle library
James Henderson
2019-01-17
2
-0
/
+20
*
[Support] Remove error return value from one overload of fs::make_absolute
Pavel Labath
2019-01-16
1
-1
/
+1
*
[WebAssembly] COWS has been renamed to WASI.
Dan Gohman
2019-01-16
1
-8
/
+8
*
[GISel]: Add support for CSEing continuously during GISel passes.
Aditya Nandakumar
2019-01-16
4
-49
/
+142
[next]