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 test case for attach-by-pid from different cwd
Ed Maste
2017-09-03
1
-0
/
+24
*
FreeBSD: attach to pid from different cwd
Ed Maste
2017-09-03
1
-1
/
+8
*
[ORC] Add an Error return to the JITCompileCallbackManager::grow method.
Lang Hames
2017-09-03
7
-40
/
+52
*
Revert "[XRay][tools] Function call stack based analysis tooling for XRay tra...
Keith Wyss
2017-09-03
7
-773
/
+1
*
llvm-isel-fuzzer: Add some basic tests
Justin Bogner
2017-09-03
6
-0
/
+29
*
[XRay][tools] Function call stack based analysis tooling for XRay traces
Keith Wyss
2017-09-03
7
-1
/
+773
*
Move some CLI utils out of llvm-isel-fuzzer and into the library
Justin Bogner
2017-09-02
6
-51
/
+109
*
Fix buildbot failures for new test that requires the X86 target be built.
Don Hinton
2017-09-02
1
-0
/
+1
*
[ORC] Update comments in RTDyldObjectLinkingLayer to refer to singular objects
Lang Hames
2017-09-02
1
-17
/
+16
*
[X86] Teach fastisel to handle zext/sext i8->i16 and sext i1->i8/i16/i32/i64
Craig Topper
2017-09-02
5
-48
/
+523
*
[InstCombine] replace unnecessary fcmp fold with assert
Sanjay Patel
2017-09-02
1
-6
/
+3
*
[InstCombine] combine foldAndOfFCmps and foldOrOfFcmps; NFCI
Sanjay Patel
2017-09-02
2
-77
/
+35
*
[CMAKE] Move version control macros to AddLLVM.cmake so they can be reused by...
Don Hinton
2017-09-02
2
-33
/
+33
*
[InstCombine] fix misnamed locals and use them to reduce code; NFCI
Sanjay Patel
2017-09-02
1
-34
/
+34
*
[LoopVectorize] Turn static DenseSet into switch.
Benjamin Kramer
2017-09-02
1
-16
/
+47
*
[InstCombine] remove unnecessary code; NFC
Sanjay Patel
2017-09-02
1
-3
/
+0
*
[InstCombine] move related functions next to each other; NFC
Sanjay Patel
2017-09-02
1
-51
/
+51
*
[InstCombine] use local variable to reduce code duplication; NFCI
Sanjay Patel
2017-09-02
1
-11
/
+9
*
[InstSimplify] regenerate checks; NFC
Sanjay Patel
2017-09-02
1
-11
/
+12
*
[InstCombine] put 2 related tests in the same file; NFC
Sanjay Patel
2017-09-02
2
-8
/
+13
*
[InstSimplify] move fcmp simplification tests from InstCombine
Sanjay Patel
2017-09-02
2
-164
/
+164
*
[ScopDetect/Info] Look through PHIs that follow an error block
Tobias Grosser
2017-09-02
7
-23
/
+134
*
[llvm-dwp] Implement -e option
Alexander Shaposhnikov
2017-09-02
9
-3
/
+148
*
Return copy of XML dump
Vitaly Buka
2017-09-02
1
-1
/
+1
*
Don't search libxml2 if using msan. LLVM already has similar check.
Vitaly Buka
2017-09-02
1
-4
/
+8
*
llvm-mt: Fix memory management in WindowsManifestMergerImpl::getMergedManifest
Vitaly Buka
2017-09-02
1
-13
/
+31
*
[CMake][runtimes] Use target specific name for all runtimes targets
Petr Hosek
2017-09-02
1
-7
/
+9
*
relational: Implement shuffle2 builtin
Aaron Watry
2017-09-02
4
-1
/
+209
*
relational: Implement shuffle builtin
Aaron Watry
2017-09-02
4
-0
/
+209
*
Add halfN types and enable fp16 when generating builtin declarations
Aaron Watry
2017-09-02
2
-0
/
+12
*
Fix PR/33305. caused by trying to simplify expressions in phi of ops that sho...
Daniel Berlin
2017-09-02
6
-71
/
+480
*
(NFC) Fix the use of do{}while(0) in a macro.
Evgeniy Stepanov
2017-09-02
1
-3
/
+3
*
[llvm-pdbutil] Remove unused variables.
Zachary Turner
2017-09-02
1
-2
/
+2
*
Fix constant-logical-operand warning.
David Blaikie
2017-09-01
1
-2
/
+3
*
[cmake] Remove accidentally committed warning messages
Vedant Kumar
2017-09-01
1
-2
/
+0
*
Driver: extract `-fbuiltin` option handling (NFC)
Saleem Abdulrasool
2017-09-01
1
-47
/
+51
*
COFF: simplify thunk handling (NFC)
Saleem Abdulrasool
2017-09-01
4
-15
/
+12
*
[cmake] Work around -Wunused-driver-argument warnings
Vedant Kumar
2017-09-01
2
-1
/
+22
*
Disable 64bit file position on old 32 bit Androids.
Eugene Zemtsov
2017-09-01
1
-5
/
+9
*
[AMDGPU] Testcase for computeKnownBits recursion. NFC.
Stanislav Mekhanoshin
2017-09-01
1
-0
/
+69
*
[MIParser] Ensure getHexUint doesn't produce APInts with a bitwidth of 0
Jessica Paquette
2017-09-01
2
-2
/
+44
*
COFF: handle multiply defined symbols with different storage
Saleem Abdulrasool
2017-09-01
6
-16
/
+62
*
Driver: extract floating point optimization handling (NFC)
Saleem Abdulrasool
2017-09-01
1
-154
/
+160
*
[ELF] Set p_memsz to p_filesz when aligning the last segment to page boundary
Petr Hosek
2017-09-01
8
-10
/
+11
*
[Analysis, Transforms] Fix some Clang-tidy modernize and Include What You Use...
Eugene Zelenko
2017-09-01
9
-300
/
+542
*
[InstCombine][InstSimplify] Teach decomposeBitTestICmp to look through trunca...
Craig Topper
2017-09-01
5
-66
/
+37
*
[InstCombine] Don't require the compare types to be the same in getMaskedType...
Craig Topper
2017-09-01
1
-3
/
+2
*
[InstCombine] When converting decomposeBitTestICmp's APInt return to Constant...
Craig Topper
2017-09-01
1
-2
/
+2
*
[x86] eliminate redundant shuffle of horizontal math ops when both inputs are...
Sanjay Patel
2017-09-01
2
-17
/
+39
*
[AMDGPU] Prevent infinite recursion in DAG.computeKnownBits()
Stanislav Mekhanoshin
2017-09-01
1
-2
/
+2
[next]