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
*
Combine redundant stack realignment booleans in MachineFrameInfo
Reid Kleckner
2016-04-11
2
-32
/
+27
*
add FIXME comment; NFC
Sanjay Patel
2016-04-11
1
-1
/
+3
*
add an assert for safety; NFC
Sanjay Patel
2016-04-11
1
-0
/
+2
*
variable names start with a capital letter; NFC
Sanjay Patel
2016-04-11
1
-9
/
+9
*
[llvm-readobj] Add ELF hash histogram printing
Hemant Kulkarni
2016-04-11
4
-0
/
+156
*
Add code comment/NFC
Xinliang David Li
2016-04-11
1
-0
/
+4
*
[InstCombine] use canEvaluateShiftedShift() to handle the lshr case (NFCI)
Sanjay Patel
2016-04-11
1
-33
/
+12
*
[Clang][AVX512][BuiltIn] Adding avx512 ( psll{d|q}512,psllv{16si|8di},psra{d|...
Michael Zuckerman
2016-04-11
5
-1
/
+828
*
Update getting started docs
Reid Kleckner
2016-04-11
1
-6
/
+6
*
Make the distinct DISubprogram in this testcase really distinct.
Adrian Prantl
2016-04-11
1
-1
/
+3
*
Update discriminator testcases to use proper NoDebug CUs instead of omitting
Adrian Prantl
2016-04-11
5
-30
/
+10
*
[InstCombine] don't try to shift an illegal amount (PR26760)
Sanjay Patel
2016-04-11
2
-2
/
+25
*
Mark TestPrintStackTraces as flaky on android arm
Pavel Labath
2016-04-11
1
-0
/
+1
*
[Driver] Fix a segfault in signal handlers
Pavel Labath
2016-04-11
1
-2
/
+6
*
ELF: Set FDE count in .eh_frame_hdr correctly.
Peter Collingbourne
2016-04-11
2
-8
/
+37
*
ELF: Implement basic support for module asm in bitcode files.
Peter Collingbourne
2016-04-11
3
-8
/
+39
*
TargetRegisterInfo: Add getRegAsmName()
Tom Stellard
2016-04-11
2
-1
/
+12
*
[InstCombine] rename variables in shifted-shift helper function (NFCI)
Sanjay Patel
2016-04-11
1
-17
/
+20
*
More upgrading of old- and very-old-style debug info in testcases.
Adrian Prantl
2016-04-11
23
-24
/
+30
*
[CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128|256|512} builtin
Michael Zuckerman
2016-04-11
5
-0
/
+375
*
[InstCombine] add helper function for shift-shift optimization (NFCI)
Sanjay Patel
2016-04-11
1
-24
/
+37
*
This reverts commit r265913 and r265912
Sanjoy Das
2016-04-11
7
-670
/
+6
*
[mips] Make Static a default relocation model for MIPS codegen
Petar Jovanovic
2016-04-11
77
-335
/
+338
*
Retry deletion of temporary files to avoid race conditions on Windows.
Adrian McCarthy
2016-04-11
1
-12
/
+15
*
[mips] Trivial corrections to range checked immediates.
Daniel Sanders
2016-04-11
7
-9
/
+16
*
[InstCombine] replace test that no longer works as intended
Sanjay Patel
2016-04-11
2
-57
/
+22
*
[ThinLTO] BitcodeWriter still requires Analysis library
Teresa Johnson
2016-04-11
1
-1
/
+1
*
[SystemZ] README: remove an implemented idea, add some new ones
Ulrich Weigand
2016-04-11
1
-5
/
+13
*
[SystemZ] Add SVC instruction
Ulrich Weigand
2016-04-11
4
-0
/
+37
*
Allow overflow of indices with constant dim-sizes.
Michael Kruse
2016-04-11
4
-19
/
+115
*
[ThinLTO] Move summary computation from BitcodeWriter to new pass
Teresa Johnson
2016-04-11
17
-183
/
+434
*
Mark OffsetSec const. NFC.
Rafael Espindola
2016-04-11
1
-2
/
+2
*
Remove initializer that are always set by the constructor.
Rafael Espindola
2016-04-11
1
-5
/
+5
*
Mark a few methods const.
Rafael Espindola
2016-04-11
1
-4
/
+4
*
Do not bind a non-const reference to a rvalue. NFC.
Michael Kruse
2016-04-11
1
-2
/
+3
*
[ARM] Avoid switching ARM/Thumb mode on .arch/.cpu directive
Oliver Stannard
2016-04-11
2
-0
/
+82
*
[Clang][AVX512][BuiltIn] Adding avx512 ( punpck{h|l}{dq|qdq}{128|256|512},rnd...
Michael Zuckerman
2016-04-11
5
-0
/
+973
*
[clang-format] Walk backwards from end() instead of forwards from rend().
Benjamin Kramer
2016-04-11
1
-1
/
+1
*
[SystemZ] Support conditional indirect sibling calls via BCR
Ulrich Weigand
2016-04-11
6
-5
/
+613
*
[SystemZ] Remove incorrect CC use for C*BReturn instructions
Ulrich Weigand
2016-04-11
1
-1
/
+1
*
Remove unintentional return
Bhushan D. Attarde
2016-04-11
1
-1
/
+0
*
[X86] Added extra widening tests for and/xor/or bit operations
Simon Pilgrim
2016-04-11
1
-0
/
+1315
*
[X86] Added extra widening tests for and/xor/or bit operations
Simon Pilgrim
2016-04-11
1
-0
/
+733
*
[Clang][AVX512][BuiltIn] Adding avx512 ( ptest{n}m{b|w}{128|256|512} ) builti...
Michael Zuckerman
2016-04-11
9
-0
/
+620
*
[X86] Regenerated sdglue test checks
Simon Pilgrim
2016-04-11
1
-12
/
+24
*
Don't clutter the test directory with temporary IR files.
Benjamin Kramer
2016-04-11
1
-2
/
+2
*
[X86] Added widening tests for and/xor/or bit operations
Simon Pilgrim
2016-04-11
1
-0
/
+663
*
[X86] Restrict max long nop length for Lakemont.
Andrey Turetskiy
2016-04-11
2
-10
/
+13
*
[sanitizer] Restore stderr when using forkpty() to spawn external symbolizer
Kuba Brecka
2016-04-11
2
-23
/
+14
*
clang-format: [JS] Test for parameter annotations.
Martin Probst
2016-04-11
1
-0
/
+3
[next]