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
*
[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
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
21
-96
/
+98
*
Use std::fill instead of memset to initialize an array to avoid hardcoded cou...
Craig Topper
2015-12-05
1
-1
/
+1
*
[X86][FMA4] Explicitly set the domain of FMA4 float/double scalar instructions
Simon Pilgrim
2015-12-05
2
-30
/
+33
*
[ELF/AArch64] Allow only valid dynamic relocations in the output.
Igor Kudrin
2015-12-05
18
-55
/
+167
*
Pass profile version info to name API (NFC)
Xinliang David Li
2015-12-05
1
-1
/
+4
*
[PGO] Add version to getPGOFuncName method
Xinliang David Li
2015-12-05
3
-7
/
+15
*
Normalize successors' probabilities when building MBBs for jump table.
Cong Hou
2015-12-05
2
-1
/
+3
*
[llvm-dwp] Add coverage for both the presence and absence of type units, and ...
David Blaikie
2015-12-05
4
-28
/
+42
*
Use macro for common code pattern (NFC)
Xinliang David Li
2015-12-05
1
-9
/
+15
*
[llvm-dwp] Fix the type_units.test since I renamed its inputs as well
David Blaikie
2015-12-05
1
-1
/
+1
*
[llvm-dwp] Rename the sufficiently-modified test to reflect it's non-simplicity
David Blaikie
2015-12-05
5
-0
/
+0
*
[llvm-dwp] clang-format this to catch anything I've missed along the way
David Blaikie
2015-12-05
1
-12
/
+13
*
[llvm-dwp] Support debug_tu_index
David Blaikie
2015-12-05
6
-66
/
+160
*
[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...
Dan Gohman
2015-12-05
10
-45
/
+321
*
[libFuzzer] one more trophie
Kostya Serebryany
2015-12-05
1
-0
/
+2
*
[libFuzzer] don't reload the corpus more than once every second
Kostya Serebryany
2015-12-05
1
-1
/
+6
[next]