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
*
[MSan] Add a test case for r258339.
Alexey Samsonov
2016-01-21
1
-2
/
+12
*
Undo r258163 "Move part of an if condition into an assertion. NFC."
Manuel Jacob
2016-01-21
1
-2
/
+2
*
Fix a type in a comment
Philip Reames
2016-01-21
1
-1
/
+1
*
[BlockPlacement] Add option to align all non-fall-through blocks.
Geoff Berry
2016-01-21
1
-0
/
+16
*
Revert "[SLP] Truncate expressions to minimum required bit width"
Matthew Simpson
2016-01-21
2
-161
/
+24
*
Use early return to simplify code (NFC)
Teresa Johnson
2016-01-21
1
-22
/
+21
*
[GCOV] Avoid emitting profile arcs for module and skeleton CUs
Vedant Kumar
2016-01-21
2
-0
/
+22
*
[ThinLTO] Avoid unnecesary hash lookups during metadata linking (NFC)
Teresa Johnson
2016-01-21
2
-19
/
+20
*
[SLP] Truncate expressions to minimum required bit width
Matthew Simpson
2016-01-21
2
-24
/
+161
*
[libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.
Daniel Sanders
2016-01-21
24
-1
/
+48
*
When dumping documentation for AST matchers, do something more useful with \s...
Aaron Ballman
2016-01-21
2
-16
/
+22
*
[mips] Allowed dla instructions on 32-bit architectures.
Scott Egerton
2016-01-21
3
-5
/
+248
*
Revert obsolete llvm-link -preserve-modules option/test
Teresa Johnson
2016-01-21
2
-18
/
+0
*
AVX512: Masked move intrinsic implementation.
Igor Breger
2016-01-21
13
-35
/
+430
*
[AVX512] Adding VPERMT2B and VPERMI2B Intrinsics
Michael Zuckerman
2016-01-21
4
-0
/
+242
*
Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured State...
Alexey Bataev
2016-01-21
2
-134
/
+170
*
PR26172: unnecessary indirection in HexagonCopyToCombine.cpp
Krzysztof Parzyszek
2016-01-21
1
-1
/
+1
*
[OPENMP] Fix crash on reduction for complex variables.
Alexey Bataev
2016-01-21
4
-17
/
+25
*
[X86] - Removing warning on legal cases caused by commit r258132
Marina Yatsina
2016-01-21
2
-5
/
+29
*
[ELF] - Refactoring of Writer<ELFT>::scanRelocs()
George Rimar
2016-01-21
1
-21
/
+29
*
Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...
Manuel Jacob
2016-01-21
6
-59
/
+62
*
Introduce ConstantFoldCastOperand function and migrate some callers of Consta...
Manuel Jacob
2016-01-21
4
-61
/
+78
*
Introduce ConstantFoldBinaryOpOperands function and migrate some callers of C...
Manuel Jacob
2016-01-21
3
-78
/
+48
*
[ELF][MIPS] Initial support of MIPS local GOT entries
Simon Atanasyan
2016-01-21
7
-16
/
+196
*
When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,
Jason Molenda
2016-01-21
1
-3
/
+16
*
AMDGPU/SI: Pass whether to use the SI scheduler via Target Attribute
Tom Stellard
2016-01-21
4
-1
/
+13
*
Return early before iterating over local symbols. NFC.
Rui Ueyama
2016-01-21
1
-2
/
+3
*
re-submit test case (withright format-version)
Xinliang David Li
2016-01-21
4
-0
/
+29
*
llvm-go: call llvm-config with components
Andrew Wilkins
2016-01-21
1
-1
/
+2
*
Simplify function signature. NFC.
Rui Ueyama
2016-01-21
2
-5
/
+4
*
Rename MCLineEntry to MCDwarfLineEntry
David Majnemer
2016-01-21
3
-21
/
+21
*
[libFuzzer] don't use std::vector in one more hot path
Kostya Serebryany
2016-01-21
1
-6
/
+29
*
[GlobalISel] make library an optional component
Andrew Wilkins
2016-01-21
1
-1
/
+1
*
[GlobalISel] Move generic opcodes description to their own file.
Quentin Colombet
2016-01-21
2
-10
/
+26
*
Revert 258376 -- wrong version
Xinliang David Li
2016-01-21
4
-29
/
+0
*
[Coverage] Add a test case for comdat
Xinliang David Li
2016-01-21
4
-0
/
+29
*
Fix indentation.
Rui Ueyama
2016-01-21
1
-1
/
+1
*
[libfuzzer] use %p for printing addresses
Mike Aizatsky
2016-01-21
1
-1
/
+1
*
Remove redundant argument.
Rafael Espindola
2016-01-21
1
-3
/
+3
*
[readobj] Print CodeOffset first, it's easier to read
Reid Kleckner
2016-01-20
1
-5
/
+5
*
Fix a problem where we were not calling fcntl() with the correct arguments fo...
Enrico Granata
2016-01-20
1
-2
/
+2
*
[SelectionDAG] Fix constant offset folding to avoid commuting non-commutative...
Dan Gohman
2016-01-20
2
-2
/
+21
*
Fixed some #ifdefs. We were erroneously not supporting certain simulators.
Sean Callanan
2016-01-20
1
-2
/
+2
*
MachineScheduler: Add a command line option to disable post scheduler.
Chad Rosier
2016-01-20
1
-1
/
+9
*
MachineScheduler: Honor optnone functions in the pre-ra scheduler.
Chad Rosier
2016-01-20
2
-0
/
+4
*
Simplify the logic. NFC.
Rafael Espindola
2016-01-20
1
-19
/
+2
*
Run clang-format over ConstantFolding.h, fixing inconsistent indentation. NFC.
Manuel Jacob
2016-01-20
1
-23
/
+22
*
don't repeat function names in comments; NFC
Sanjay Patel
2016-01-20
1
-19
/
+14
*
Orc: Simplify lambda by using std::set's initializer_list ctor
David Blaikie
2016-01-20
1
-10
/
+9
*
[Orc] Try to turn Orc execution unit tests back on for Linux.
Lang Hames
2016-01-20
1
-1
/
+1
[next]