Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
7d40c4215d7439422a18e23790ba56546b483e8e
7d40c42
AVX512 : Implemented VPMADDUBSW and VPMADDWD instruction ,
by Igor Breger
· 10 years ago
40e186a
[LIT] Fix discovery.py test once again
by Eric Fiselier
· 10 years ago
27ac0fa
[ARM] Define subtarget feature "reserve-r9", which is used to decide
by Akira Hatanaka
· 10 years ago
16cb7fc
Bump the size of FeatureBitset up to 96-bits.
by Akira Hatanaka
· 10 years ago
04d2088
Don't do a walk over the dynamic table just to find DT_SONAME.
by Rafael Espindola
· 10 years ago
052b661
[RewriteStatepointsForGC] Minor code cleanup [NFC]
by Philip Reames
· 10 years ago
a571970
[cmake] pass GO_EXECUTABLE to llgo-go
by Andrew Wilkins
· 10 years ago
5bce8df
[CMake] Fixing inconsistency caused by copy-pasta.
by Chris Bieneman
· 10 years ago
1cd0962
AMDGPU: Set isMoveImm on s_movk_i32
by Matt Arsenault
· 10 years ago
2794e0c
[CMake] Fixing a problem with external projects that aren't getting enabled properly.
by Chris Bieneman
· 10 years ago
573a81b
ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor out common code
by Matthias Braun
· 10 years ago
361054b
ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
by Matthias Braun
· 10 years ago
4f50f9e
Revert r242737.
by Akira Hatanaka
· 10 years ago
a22e4b7
[ARM] Define subtarget feature "reserve-r9", which is used to decide
by Akira Hatanaka
· 10 years ago
f87866e
Revert "ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2"
by Matthias Braun
· 10 years ago
8f41ef5
Revert "ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor out common code"
by Matthias Braun
· 10 years ago
2271d68
Revert "ARM: Use SpecificBumpPtrAllocator to fix leak introduced in r241920"
by Matthias Braun
· 10 years ago
f4f0f40
AArch64: Restrict macroop fusion heuristics to cyclone.
by Matthias Braun
· 10 years ago
9994b91
Targets: commonize some stack realignment code
by JF Bastien
· 10 years ago
dfc9688
Don't try to instrument allocas used by outlined SEH funclets
by Reid Kleckner
· 10 years ago
bb418bc
Remove duplicated code.
by Rafael Espindola
· 10 years ago
d0d70e4
AArch64: Add aditional Cyclone macroop fusion opportunities
by Matthias Braun
· 10 years ago
679d26c
MachineScheduler: Restrict macroop fusion to data-dependent instructions.
by Matthias Braun
· 10 years ago
85e9772
Avoid early pipefail exits due to grep failures in stage comparisons.
by Dimitry Andric
· 10 years ago
186b3e7
Since BSD cmp(1) does not support the --ignore-initial option, use the
by Dimitry Andric
· 10 years ago
aebc086
Add 'const' to a few more functions in MachineFrameInfo
by Krzysztof Parzyszek
· 10 years ago
8323bc0
Fix comment typo (test commit). NFC
by Geoff Berry
· 10 years ago
0377a22
Simplify now that we can iterate backwards. NFC.
by Rafael Espindola
· 10 years ago
b2dab38
[ARM] Refactor the prologue/epilogue emission to be more robust.
by Quentin Colombet
· 10 years ago
c9f86c1
[NVPTX] make load on global readonly memory to use ldg
by Jingyue Wu
· 10 years ago
d94e17b
Simplify iterating over the dynamic section and report broken ones.
by Rafael Espindola
· 10 years ago
703ff34
[Hexagon] Generate MUX from conditional transfers when dot-new not possible
by Krzysztof Parzyszek
· 10 years ago
50be24a
Suppress two warnings from MSVC 2015 that are triggered under /W4. Since we turn off exceptions in the code base, C4577 is moot. C4091 triggers on system headers and is a benign construct.
by Aaron Ballman
· 10 years ago
0e4484f
MIR Serialization: Initial serialization of machine constant pools.
by Alex Lorenz
· 10 years ago
ca221d0
test-release.sh: don't include /usr/local prefix in the tarball
by Hans Wennborg
· 10 years ago
4ee8a18
[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registration that was already partially working.
by Chris Bieneman
· 10 years ago
a4b0d86
[ImplicitNullChecks] Work with implicit defs.
by Sanjoy Das
· 10 years ago
40fefe0
MIR Parser: Add support for quoted named global value operands.
by Alex Lorenz
· 10 years ago
1c12cc0
Remove Elf_Rela_Iter and Elf_Rel_Iter.
by Rafael Espindola
· 10 years ago
8fd1953
[lit] Implement 'env' in the internal shell
by Reid Kleckner
· 10 years ago
fccc20d
[AArch64] Change EON pattern to match more often.
by Chad Rosier
· 10 years ago
1cc7da7
Miscellaneous Fixes for SparseBitVector
by Daniel Berlin
· 10 years ago
d20688a
Add missing test for r242296 (vec_sld)
by Bill Schmidt
· 10 years ago
96d9043
Report errors an invalid virtual addresses.
by Rafael Espindola
· 10 years ago
3c7642e
Remove unnecessary code.
by Rafael Espindola
· 10 years ago
f799b25
AMDGPU/SI: Add VI patterns to select FLAT instructions for global memory ops
by Tom Stellard
· 10 years ago
96a1f00
Simplify the search for which segment has a virtual address. NFC.
by Rafael Espindola
· 10 years ago
9a4133e
Simplify iterating over program headers and detect corrupt ones.
by Rafael Espindola
· 10 years ago
1a71ee2
[mips] Added support for the ERETNC instruction.
by Vasileios Kalintiris
· 10 years ago
fa1a4b2
llvm-readobj: Handle invalid references to the string table.
by Rafael Espindola
· 10 years ago
fc41ae8
Move CHECKs closer to the RUN line.
by Rafael Espindola
· 10 years ago
d60ced8
llvm-readobj: call exit(1) on error.
by Rafael Espindola
· 10 years ago
b9adbd9
Refactor duplicated code. NFC.
by Rafael Espindola
· 10 years ago
e88e75e
Revert "MergeFuncs: Transfer the function parameter attributes to the call site"
by Arnold Schwaighofer
· 10 years ago
68688c1
[X86][SSE] Tidied up vector CTLZ/CTTZ. NFCI.
by Simon Pilgrim
· 10 years ago
5ca1444
Narrow Callee scope, suggestion from David Blaikie.
by Yaron Keren
· 10 years ago
315ee37
[X86][SSE] Reordered cast vectorization costs. NFCI.
by Simon Pilgrim
· 10 years ago
3c6839f
De-duplicate CS.getCalledFunction() expression.
by Yaron Keren
· 10 years ago
e1374500
[DAGCombiner] Fixed minor typo that was missed in D9097.
by Simon Pilgrim
· 10 years ago
00552e3
[X86] Add support for tbyte memory operand size for Intel-syntax x86 assembly
by Michael Kuperstein
· 10 years ago
c365e7e
Remove TargetInstrInfo::canFoldMemoryOperand
by Simon Pilgrim
· 10 years ago
5683b55
AVX-512: Floating point conversions for SKX - DAG Lowering.
by Elena Demikhovsky
· 10 years ago
cb29c8d
Use SDValue bool check. NFCI.
by Simon Pilgrim
· 10 years ago
4ec433f
[LIT] Allow for executeCommand to take the stdin input.
by Eric Fiselier
· 10 years ago
9549a0c
[X86][SSE] Updated SHL/LSHR i64 vectorization costs.
by Simon Pilgrim
· 10 years ago
0836620
[AggressiveAntiDepBreaker] Use range loops for multimap access.
by Benjamin Kramer
· 10 years ago
3171fba
Rangify for loops in GlobalDCE, NFC.
by Yaron Keren
· 10 years ago
7e320cc
[Hexagon] Use composition instead of inheritance from STL types
by Benjamin Kramer
· 10 years ago
cf0cbae
[X86][SSE] Added additional fp/int tests.
by Simon Pilgrim
· 10 years ago
1e1fadb
Refreshed tests.
by Simon Pilgrim
· 10 years ago
c8ff340
Refreshed tests and reordered in descending integer size.
by Simon Pilgrim
· 10 years ago
0989a84
Tidyup shufflevector calls - don't repeat inputs if you can avoid it.
by Simon Pilgrim
· 10 years ago
c1a9c38
[PM/AA] Remove the addEscapingUse update API that won't be easy to
by Chandler Carruth
· 10 years ago
f69bb85
[libFuzzer] require the files and directories passed to the fuzzer to exist
by Kostya Serebryany
· 10 years ago
dc10cc8
[asan] Fix shadow mapping on Android/AArch64.
by Evgeniy Stepanov
· 10 years ago
6f6ca40
ARM: Enable MachineScheduler and disable PostRAScheduler for swift.
by Matthias Braun
· 10 years ago
0dec0e1
ARM: Add scheduling information for LDRLIT instructions to swift scheduling model
by Matthias Braun
· 10 years ago
3df507c
[RAGreedy] Add an experimental deferred spilling feature.
by Quentin Colombet
· 10 years ago
310bd3c
MIR Parser: Allow the dollar characters in all of the identifier tokens.
by Alex Lorenz
· 10 years ago
4b50ecb
AsmParser: Add a function to parse a standalone constant value.
by Alex Lorenz
· 10 years ago
b8850e4
[asan] Add a comment explaining why non-instrumented allocas are moved.
by Kuba Brecka
· 10 years ago
beda80e
MergeFuncs: Transfer the function parameter attributes to the call site
by Arnold Schwaighofer
· 10 years ago
6624afc
Start adding documentation for llvm-lib.
by Rafael Espindola
· 10 years ago
fadee63
Revert "ARM: Enable MachineScheduler and disable PostRAScheduler for swift."
by Adam Nemet
· 10 years ago
63f73d7
Use llvm_unreachable() instead of report_fatal_error() if the machine model is incomplete
by Matthias Braun
· 10 years ago
7b9a628
[OCaml] Do not use -warn-error in tests.
by Peter Zotov
· 10 years ago
f5bdd93
[ARM] Use [SU]ABSDIFF nodes instead of intrinsics for VABD/VABA
by James Molloy
· 10 years ago
126ab23
[AArch64] Use [SU]ABSDIFF nodes instead of intrinsics for ABD/ABA
by James Molloy
· 10 years ago
8a8582d
Add libunwind to the release scripts
by Hans Wennborg
· 10 years ago
27bd1ca
Use inbounds GEPs for memcpy and memset lowering
by Eli Bendersky
· 10 years ago
f82375c
Add support for producing thin archives in llvm-lib.
by Rafael Espindola
· 10 years ago
96ac935
Edited the CPUNames table of TargetParser
by Alexandros Lamprineas
· 10 years ago
591adee
Make global aliases have symbol size equal to their type
by John Brawn
· 10 years ago
fe6ad96
test-release.sh: Add ability to do a test build using the trunk or branches.
by Daniel Sanders
· 10 years ago
81f4bf7
[PM/AA] Disable the core unsafe aspect of GlobalsModRef in the face of
by Chandler Carruth
· 10 years ago
2fd32b4
[OCaml] Use a nicer style for documentation than OCaml default.
by Peter Zotov
· 10 years ago
d71b7d0
[asan] Fix invalid debug info for promotable allocas
by Kuba Brecka
· 10 years ago
ac01854
[llvm-cxxdump] Don't rely on global state
by Davide Italiano
· 10 years ago
b974e0b
AArch64: add comment missed out from earlier patch.
by Tim Northover
· 10 years ago
c8fe2bf
ARM: Enable MachineScheduler and disable PostRAScheduler for swift.
by Matthias Braun
· 10 years ago
Next »