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] Support for C calling convention only for MCU target.
Alexey Bataev
2015-11-25
2
-10
/
+76
*
Accept any stack offset, including none, here.
Eric Christopher
2015-11-25
1
-1
/
+1
*
Fix some places where we were assuming that memory type had been legalized
Eric Christopher
2015-11-25
4
-10
/
+56
*
[X86][AVX] Regenerate Splat OptSize tests
Simon Pilgrim
2015-11-25
1
-66
/
+116
*
AVX-512: Fixed a bug in VPERMT2* intrinsic.
Elena Demikhovsky
2015-11-25
4
-1010
/
+2482
*
[asan] Fix the atos-symbolizer-dyld-root-path.cc test case
Kuba Brecka
2015-11-25
1
-4
/
+5
*
[PGO] Convert InstrProfRecord based serialization methods to use common C met...
Xinliang David Li
2015-11-25
2
-48
/
+109
*
[PGO] convert a subset of C++ interfaces into C (for sharing) (NFC)
Xinliang David Li
2015-11-25
2
-45
/
+36
*
Move member functions closer to others of the same class (NFC)
Xinliang David Li
2015-11-25
1
-14
/
+16
*
AsmParser: Make the code for parsing unnamed aliases more closely resemble th...
Peter Collingbourne
2015-11-25
3
-21
/
+30
*
Fix typo that was being SFINAE'd away (and apparently GCC 4.7.2 rejects-valid...
Richard Smith
2015-11-25
1
-2
/
+2
*
Follow-up to r254049; remove function I missed in the revert.
Hans Wennborg
2015-11-25
1
-9
/
+0
*
Add missing documentation. (NFC)
Xinliang David Li
2015-11-25
1
-3
/
+22
*
Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differe...
Marshall Clow
2015-11-25
1
-0
/
+8
*
Revert r254031: "ELF2: LinkerScript: lookup absolute paths under sysroot"
Hans Wennborg
2015-11-25
2
-18
/
+3
*
Doxygen: Use mathjax to create formulas.
Matthias Braun
2015-11-25
1
-1
/
+1
*
[OperandBundles] Extract duplicated code into a helper function, NFC
Sanjoy Das
2015-11-25
4
-10
/
+24
*
[InstCombine] Don't drop operand bundles
Sanjoy Das
2015-11-25
3
-3
/
+33
*
Fix function naming (NFC)
Xinliang David Li
2015-11-25
1
-2
/
+2
*
Revert r253528: "[X86] Enable shrink-wrapping by default."
Hans Wennborg
2015-11-25
3
-11
/
+6
*
Fix an asan error where NumElements > 32 for at least one case in
Kaelyn Takata
2015-11-25
1
-2
/
+3
*
Revert r254021
Rong Xu
2015-11-24
18
-355
/
+0
*
Teach RAV to pass its DataRecursionQueue to derived classes if they ask for it,
Richard Smith
2015-11-24
2
-27
/
+30
*
[PGO] Revert revision r254021,r254028,r254035
Rong Xu
2015-11-24
21
-1479
/
+2
*
ELF: Omit PT_GNU_STACK segment if -z execstack is provided.
Rui Ueyama
2015-11-24
2
-43
/
+28
*
[PGO] Add mapper callback to interfaces retrieving value data for site (NFC)
Xinliang David Li
2015-11-24
2
-19
/
+28
*
Another hack to fix the build bot.
Zachary Turner
2015-11-24
1
-1
/
+1
*
[ThinLTO] Add option to limit importing based on instruction count
Teresa Johnson
2015-11-24
2
-4
/
+21
*
[PGO] Relax test cases in PGO instrumentation
Rong Xu
2015-11-24
7
-31
/
+11
*
SamplePGO - Add test for hot/cold inlined functions.
Diego Novillo
2015-11-24
2
-18
/
+48
*
Fix build after swig_bot_lib changes.
Zachary Turner
2015-11-24
1
-1
/
+1
*
ELF2: Factor out isUnderSysroot from readLinkerScript. NFC.
Rui Ueyama
2015-11-24
1
-7
/
+10
*
ELF2: LinkerScript: lookup absolute paths under sysroot
Simon Atanasyan
2015-11-24
2
-3
/
+24
*
Remove undefined behavior from tests; specifically, ensure that the value typ...
Marshall Clow
2015-11-24
14
-49
/
+59
*
[X86][SSE] Regenerate PMUL tests
Simon Pilgrim
2015-11-24
1
-75
/
+222
*
[PGO] Fix build errors in x86_64-darwin
Rong Xu
2015-11-24
2
-3
/
+3
*
[msan] Relax origin-alignment test.
Evgeniy Stepanov
2015-11-24
1
-5
/
+4
*
swig-bot - Close the socket when shutting down.
Zachary Turner
2015-11-24
1
-5
/
+10
*
Include config settings in the archive, and extract on the remote.
Zachary Turner
2015-11-24
4
-6
/
+81
*
Make swig_bot server support Ctrl+C
Zachary Turner
2015-11-24
2
-10
/
+21
*
swig_bot remote path connection / preliminary implementation.
Zachary Turner
2015-11-24
5
-24
/
+276
*
First implementation of swig_bot.py
Zachary Turner
2015-11-24
5
-0
/
+183
*
[PGO] MST based PGO instrumentation infrastructure
Rong Xu
2015-11-24
39
-2
/
+1854
*
[ThinLTO] Refactor function body scan during importing into helper (NFC)
Teresa Johnson
2015-11-24
1
-36
/
+27
*
[OpenMP] Parsing and sema support for num_teams clause
Kelvin Li
2015-11-24
16
-9
/
+274
*
Fix sphinx-build error when building documentation.
Xinliang David Li
2015-11-24
1
-16
/
+10
*
[RuntimeDyld] Fix a class of arithmetic errors introduced in r253918
Sanjoy Das
2015-11-24
1
-4
/
+4
*
[X86][FMA] Optimize FNEG(FMA) Patterns
Simon Pilgrim
2015-11-24
2
-0
/
+97
*
[compiler-rt] [msan] Couple of fixes for msan with libc++
Adhemerval Zanella
2015-11-24
1
-3
/
+13
*
Replace [=] lambda capture with [&] per David Blaikieþ suggestion.
Yaron Keren
2015-11-24
1
-1
/
+1
[next]