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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add uint8_t size to LegalizeAction enum so we can use the enum type directly ...
Craig Topper
2015-12-07
1
-12
/
+11
*
[LLDB][MIPS] Marking some expected failures
Mohit K. Bhakkad
2015-12-07
2
-11
/
+17
*
Moved total test count and rerun count into summary counts.
Todd Fiala
2015-12-07
1
-8
/
+22
*
Move test summary counts to end; simplify issue detail line
Todd Fiala
2015-12-07
1
-6
/
+16
*
Fix PR20334: invalid assertion while diagnosing list initialization failure
Faisal Vali
2015-12-07
2
-1
/
+23
*
[llvm-objdump/MachoDump] Make code much more concise.
Davide Italiano
2015-12-07
1
-20
/
+5
*
[Verifier] Fix !dbg validation if Scope is the Subprogram
Keno Fischer
2015-12-06
3
-2
/
+30
*
[X86][AVX] Tidied up BROADCASTPD/BROADCASTPS tests
Simon Pilgrim
2015-12-06
1
-45
/
+72
*
[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.
Lang Hames
2015-12-06
7
-9
/
+11
*
[WebAssembly] Factor out a TypeToString function, since we need it in multipl...
Dan Gohman
2015-12-06
3
-31
/
+24
*
[WebAssembly] Make tableswitch's 'default' operand explicit. NFC.
Dan Gohman
2015-12-06
1
-6
/
+6
*
[WebAssembly] Enable folding of offsets into global variable addresses.
Dan Gohman
2015-12-06
3
-8
/
+56
*
[WebAssembly] Tighten up some testcase regular expressions.
Dan Gohman
2015-12-06
3
-13
/
+13
*
[WebAssembly] Add some more ideas to README.txt.
Dan Gohman
2015-12-06
1
-0
/
+43
*
[x86] add missing maxnum/minnum tests for 256-bit vectors
Sanjay Patel
2015-12-06
2
-42
/
+66
*
Create llvm.global_ctors in the new format.
Rafael Espindola
2015-12-06
2
-4
/
+4
*
[X86] Add support for loopz, loopnz for Intel syntax
Marina Yatsina
2015-12-06
2
-2
/
+7
*
[PGO] Instrument only base constructors and destructors.
Serge Pavlov
2015-12-06
9
-34
/
+67
*
[X86][AVX512] add vmovss/sd missing encoding
Asaf Badouh
2015-12-06
6
-39
/
+245
*
[X86] Always generate precise CFA adjustments.
Michael Kuperstein
2015-12-06
7
-25
/
+65
*
AVX512: support AVX512BW Intrinsic in 32bit mode.
Igor Breger
2015-12-06
2
-53
/
+1139
*
Use make_range to reduce mentions of iterator type. NFC
Craig Topper
2015-12-06
25
-139
/
+105
*
Minor formatting fix. NFC
Craig Topper
2015-12-06
1
-1
/
+1
*
Use llvm::make_range to reduce mentions of iterator type. NFC
Craig Topper
2015-12-06
4
-12
/
+7
*
[InstCombine] Call getCmpPredicateForMinMax only with a valid SPF
Sanjoy Das
2015-12-05
3
-1
/
+30
*
[llvm-readobj] report_error() does not return, so we can simplify.
Davide Italiano
2015-12-05
1
-6
/
+2
*
Fix crash in ASTDumper when dumping NamedDecl with NULL getQualifier().
Dawn Perchik
2015-12-05
1
-3
/
+6
*
[WebAssembly] Don't perform the returned-argument optimization on constants.
Dan Gohman
2015-12-05
2
-0
/
+17
*
Plug-in PlatformNetBSD initializer and terminator
Kamil Rytarowski
2015-12-05
1
-0
/
+2
*
[WebAssembly] Replace the fake JUMP_TABLE instruction with a def : Pat. NFC.
Dan Gohman
2015-12-05
1
-5
/
+2
*
[WebAssembly] Implement direct calls to external symbols.
Dan Gohman
2015-12-05
4
-9
/
+59
*
Add vector fmaxnum tests that correspond to the existing fminnum tests
Sanjay Patel
2015-12-05
1
-0
/
+47
*
[WebAssembly] Support inline asm constraints of type i16 and similar.
Dan Gohman
2015-12-05
2
-4
/
+23
*
fix typo; NFC
Sanjay Patel
2015-12-05
1
-1
/
+1
*
[WebAssembly] Update a stale comment. NFC.
Dan Gohman
2015-12-05
1
-2
/
+2
*
Document NetBSD platform support on the webpage
Kamil Rytarowski
2015-12-05
5
-4
/
+25
*
WebAssembly: improve readme, add placeholder for tests.
JF Bastien
2015-12-05
2
-0
/
+11
*
[WebAssembly] Move useAA() out of line to make it more convenient to experime...
Dan Gohman
2015-12-05
2
-1
/
+2
*
[WebAssembly] Call TargetPassConfig base class functions in overriding functi...
Dan Gohman
2015-12-05
1
-1
/
+11
*
[WebAssembly] Expand frem as a floating point library function.
Dan Gohman
2015-12-05
1
-1
/
+2
*
Define new builder_netbsd
Kamil Rytarowski
2015-12-05
2
-0
/
+6
*
[Hexagon] Don't call getNumImplicitDefs and then iterate over the count. getN...
Craig Topper
2015-12-05
1
-24
/
+25
*
[ASAN] Add doFinalization to reset state
Keno Fischer
2015-12-05
2
-0
/
+19
*
[LLDB][MIPS] Fix TestConstVariables.py
Sagar Thakur
2015-12-05
1
-0
/
+1
*
[X86][3DNow!] Stripped backend codegen tests
Simon Pilgrim
2015-12-05
1
-26
/
+0
*
Updated test names to match the intrinsics being tested
Simon Pilgrim
2015-12-05
2
-14
/
+14
*
[X86][F16C] Stripped backend codegen tests
Simon Pilgrim
2015-12-05
1
-6
/
+4
*
[AST] Use std::copy and std::fill to simplify some memcpy and memset calls. A...
Craig Topper
2015-12-05
1
-5
/
+7
*
Use std::copy and std::transform instead of manual loops. NFC
Craig Topper
2015-12-05
1
-17
/
+16
*
[X86][ADX] Added memory folding patterns and stack folding tests
Simon Pilgrim
2015-12-05
2
-0
/
+51
[next]