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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Add test case for preferred function alignment (NFC).
Florian Hahn
2017-07-07
1
-0
/
+26
*
[ARM] GlobalISel: Select hard G_FCMP for s32
Diana Picus
2017-07-07
2
-0
/
+637
*
[TableGen] Add a proper namespace to an Instruction in an AsmMatcher test. Th...
Craig Topper
2017-07-07
1
-0
/
+1
*
[PDB] Teach libpdb to write DBI Stream ECNames.
Zachary Turner
2017-07-07
1
-0
/
+50
*
RegisterScavenging: Fix PR33687
Matthias Braun
2017-07-07
1
-0
/
+66
*
[InferAddressSpaces] Fix assertion about null pointer
Yaxun Liu
2017-07-07
1
-0
/
+12
*
[WebAssembly] Support weak defined symbols
Sam Clegg
2017-07-07
1
-5
/
+27
*
Extend memcpy expansion in Transform/Utils to handle wider operand types.
Sean Fertile
2017-07-07
2
-0
/
+73
*
Revert r307342, r307343.
Evgeniy Stepanov
2017-07-07
1
-48
/
+0
*
Copy arguments passed by value into explicit allocas for ASan.
Evgeniy Stepanov
2017-07-07
1
-0
/
+48
*
[ConstHoisting] Turn on consthoist-with-block-frequency by default.
Wei Mi
2017-07-07
1
-4
/
+1
*
Reverting r307326 because it breaks clang tests.
Michael Kuperstein
2017-07-06
3
-93
/
+0
*
[ConstHoisting] choose to hoist when frequency is the same.
Wei Mi
2017-07-06
1
-4
/
+48
*
[NVPTX] Add lowering of i128 params.
Michael Kuperstein
2017-07-06
3
-0
/
+93
*
Change remaining references to lit.util.capture to use subprocess.check_output.
David L. Jones
2017-07-06
2
-4
/
+6
*
Use @LINE in two more tests.
Rafael Espindola
2017-07-06
2
-4
/
+2
*
AMDGPU: Add macro fusion schedule DAG mutation
Matt Arsenault
2017-07-06
14
-305
/
+422
*
AMDGPU: Remove unnecessary IR from MIR tests
Matt Arsenault
2017-07-06
7
-358
/
+113
*
[AMDGPU] Always use rcp + mul with fast math
Stanislav Mekhanoshin
2017-07-06
2
-43
/
+32
*
[ValueTracking] Support icmps fed by 'and' and 'or'.
Chad Rosier
2017-07-06
2
-0
/
+224
*
[LTO] Fix the interaction between linker redefined symbols and ThinLTO
Davide Italiano
2017-07-06
1
-0
/
+16
*
[X86][SSE] Tests for bitcasting iX integers to vXi1 boolean vectors
Simon Pilgrim
2017-07-06
3
-0
/
+7447
*
Add @LINE to checks in a test.
Rafael Espindola
2017-07-06
1
-22
/
+29
*
Modify constraints in `llvm::canReplaceOperandWithVariable`
Leo Li
2017-07-06
1
-0
/
+24
*
[LoopUnrollRuntime] Bailout when multiple exiting blocks to the unique latch ...
Anna Thomas
2017-07-06
1
-0
/
+30
*
[X86][SSE] Dropped -mcpu from bitcast+setcc tests
Simon Pilgrim
2017-07-06
2
-100
/
+475
*
Bitcode: Include any strings added to the string table in the module hash.
Peter Collingbourne
2017-07-06
4
-4
/
+39
*
[InstCombine] Add single use checks to SimplifyBSwap to ensure we are really ...
Craig Topper
2017-07-06
1
-6
/
+4
*
[LSR] Narrow search space by filtering non-optimal formulae with the same Sca...
Wei Mi
2017-07-06
3
-3
/
+63
*
[X86][SSE4A] Add support for shuffle combining to INSERTQI.
Simon Pilgrim
2017-07-06
1
-13
/
+4
*
[CGP, x86] update test checks; NFC
Sanjay Patel
2017-07-06
1
-38
/
+39
*
[X86][SSE4A] Add test showing missed opportunities to combine INSERTQI shuffle
Simon Pilgrim
2017-07-06
1
-0
/
+20
*
[x86] fix over-specified triple and auto-generate checks; NFC
Sanjay Patel
2017-07-06
1
-17
/
+25
*
[MachineVerifier] Add check that tied physregs aren't different.
Mikael Holmen
2017-07-06
1
-0
/
+22
*
[X86][SSE4A] Add support for shuffle combining to EXTRQ.
Simon Pilgrim
2017-07-06
1
-24
/
+12
*
[X86][SSE4A] Add scheduling tests for SSE4A instructions
Simon Pilgrim
2017-07-06
1
-0
/
+95
*
Revert "Revert "Revert "[IndVars] Canonicalize comparisons between non-negati...
Max Kazantsev
2017-07-06
4
-58
/
+6
*
[RegisterCoalescer] Fix for SubRange join unreachable
David Stuttard
2017-07-06
1
-0
/
+162
*
[ARM] GlobalISel: Map s32 G_FCMP in reg bank select
Diana Picus
2017-07-06
1
-0
/
+29
*
Revert "Revert "[IndVars] Canonicalize comparisons between non-negative value...
Max Kazantsev
2017-07-06
4
-6
/
+58
*
[ARM] GlobalISel: Legalize G_FCMP for s32
Diana Picus
2017-07-06
1
-0
/
+654
*
[globalisel][tablegen] Import rules containing intrinsic_wo_chain.
Daniel Sanders
2017-07-06
1
-39
/
+76
*
[ARM] GlobalISel: Widen s1, s8, s16 G_CONSTANT
Diana Picus
2017-07-06
1
-0
/
+15
*
[GlobalOpt] Remove unreachable blocks before optimizing a function.
Davide Italiano
2017-07-05
1
-0
/
+17
*
Fix libcall expansion creating DAG nodes with invalid type post type legaliza...
Vadim Chugunov
2017-07-05
1
-0
/
+21
*
[DependenceAnalysis] Make sure base objects are the same when comparing GEPs
Brendon Cahoon
2017-07-05
1
-0
/
+80
*
[WebAssembly] Fix types for address taken functions
Sam Clegg
2017-07-05
1
-20
/
+29
*
[WebAssembly] MC: Don't generate extra types for weak alias
Sam Clegg
2017-07-05
1
-1
/
+8
*
Add a test for relocation addend on mips.
Rafael Espindola
2017-07-05
1
-0
/
+21
*
[PDB] Add a test that verifies every known type record.
Zachary Turner
2017-07-05
8
-52
/
+622
[next]