Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
114db87382813de635450d88dded16511aea1fda
114db87
[DAG] Ensure vector constant folding uses correct scalar undef types
by Simon Pilgrim
· 10 years ago
43a9e40
Replace a custom table sort check with std::is_sorted. Change a function to take ArrayRef instead of pointer and length. NFC
by Craig Topper
· 10 years ago
8d6385d
Use std::begin/end and std::is_sorted to simplify some code. NFC
by Craig Topper
· 10 years ago
6e17bb7
Use binary search in isCPUStringValid since the array is sorted.
by Craig Topper
· 10 years ago
913c649
[CostModel] Fixed AVX integer shift costs
by Simon Pilgrim
· 10 years ago
1157bfd
[X86][FastISel] Teach how to select SSE4A nontemporal stores.
by Simon Pilgrim
· 10 years ago
576416a
[InstCombine] SSE4A constant folding and conversion to shuffles.
by Simon Pilgrim
· 10 years ago
0dbe803
[JIT/Examples] Fix Fibonacci so that it runs again.
by Davide Italiano
· 10 years ago
2a50aa4
[libFuzzer] add -shuffle flag
by Kostya Serebryany
· 10 years ago
737bef5
[Hexagon] Reverting test file change.
by Colin LeMahieu
· 10 years ago
b4b2bb0
[Hexagon] Adding skeleton of HVX extension instructions.
by Colin LeMahieu
· 10 years ago
041a459
RegisterPressure: Unify the sparse sets in LiveRegsSet; NFC
by Matthias Braun
· 10 years ago
4bcbcdb
RegisterPressure: allocatable physreg uses are always kills
by Matthias Braun
· 10 years ago
fffd64a
RegisterPressure: Remove 0 entries from PressureChange
by Matthias Braun
· 10 years ago
1c068ab
WebAssembly: don't omit dead vregs from locals
by JF Bastien
· 10 years ago
065515c
WebAssembly: fix the syntax for comparisons
by JF Bastien
· 10 years ago
424a691
RegisterPressure: Hide non-const iterators of PressureDiff
by Matthias Braun
· 10 years ago
cc2082e
StreamWriter: List basic types instead of derived ones in HexNumber
by Matthias Braun
· 10 years ago
c453b34
[WinEH] Fix eh.exceptionpointer intrinsic lowering
by Joseph Tremoulet
· 10 years ago
c9b72b9
Disable a test relying on symbol demangling on non-Windows platforms
by Reid Kleckner
· 10 years ago
9f85b26
Speculative fix for GCC build
by Reid Kleckner
· 10 years ago
610dd98
[WinEH] Fix stack alignment in funclets and ParentFrameOffset calculation
by Reid Kleckner
· 10 years ago
dd65b7a
[llvm-symbolizer] Use the export table if no symbols are present
by Reid Kleckner
· 10 years ago
95dcdb9
RegisterPressure: Use range based for, cleanup
by Matthias Braun
· 10 years ago
c813f4c
[llvm-readobj] Teach ELFDumper about symbol versioning.
by Davide Italiano
· 10 years ago
373c216
Instroduce a template file to define InstrPGO core data structures.
by Xinliang David Li
· 10 years ago
26751e1
[CMake] Cleaning up and generalizing the LLVMInstallSymlink script so that it can be used for libraries too.
by Chris Bieneman
· 10 years ago
9b24e29
[libFuzzer] print a stack trace on timeout
by Kostya Serebryany
· 10 years ago
b436b77
Revert "This is a follow-up to the discussion in D12882."
by Benjamin Kramer
· 10 years ago
5792846
[libFuzzer] reduce the size of artifacts printed on the screen
by Kostya Serebryany
· 10 years ago
17062e2
[libFuzzer] When -test_single_input crashes the test it is not necessary to write crash-file because input is already known to the user. Patch by Mike Aizatsky
by Kostya Serebryany
· 10 years ago
d6d66ea
[x86] promote 'add nsw' to a wider type to allow more combines
by Sanjay Patel
· 10 years ago
81e84a5
MC: Don't crash after issuing a diagnostic.
by Jim Grosbach
· 10 years ago
ddcfde9
[WinEH] Fix CatchRetSuccessorColorMap accounting
by Joseph Tremoulet
· 10 years ago
bde51df
Fix assertion failure with fp128 to unsigned i64 conversion
by Andrew Kaylor
· 10 years ago
9bad2f0
[Hexagon] Split double registers
by Krzysztof Parzyszek
· 10 years ago
dd1775b
[WinEH] Remove dead code/includes from WinEHPrepare
by David Majnemer
· 10 years ago
477d91f
[Hexagon] Delete lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp
by Krzysztof Parzyszek
· 10 years ago
466f9e2
[Hexagon] Merge adjacent stores
by Krzysztof Parzyszek
· 10 years ago
9dc572f
Sample profiles - Re-arrange binary format to emit head samples only on top functions.
by Diego Novillo
· 10 years ago
d433cde
WebAssembly: fix load/store syntax
by JF Bastien
· 10 years ago
bd439c2
[WinEH] Fix endpad coloring/numbering
by Joseph Tremoulet
· 10 years ago
0ee0398
Fix typo, NFC.
by Yaron Keren
· 10 years ago
62c1136
move test case to x86 directory because it specifies an x86 target
by Sanjay Patel
· 10 years ago
0b34417
This is a follow-up to the discussion in D12882.
by Sanjay Patel
· 10 years ago
8de4d01
WebAssembly: relooper analysis pass
by JF Bastien
· 10 years ago
29407e3
[AArch64] Implement vector splitting on UADDV.
by Charlie Turner
· 10 years ago
1965754
Sample Profiling - Remove useless asserts. NFC.
by Diego Novillo
· 10 years ago
d2f1cd8
Commited two test files which are forgotten during commit of patch for http://reviews.llvm.org/D13376
by Zlatko Buljan
· 10 years ago
bf6106b
[mips][microMIPS] Implement LB, LBE, LBU and LBUE instructions
by Hrvoje Varga
· 10 years ago
947464d
Fix path::home_directory() unit test.
by Pawel Bylica
· 10 years ago
054dd43
SupportTests::HomeDirectory: Don't try tests when $HOME is undefined.
by NAKAMURA Takumi
· 10 years ago
d332f58
Reformat.
by NAKAMURA Takumi
· 10 years ago
2f01bc8
Use Windows Vista API to get the user's home directory
by Pawel Bylica
· 10 years ago
0f31d54
[X86] Add fxsr feature flag for fxsave/fxrestore instructions.
by Craig Topper
· 10 years ago
350708a
Initial migration of AVR backend
by Dylan McKay
· 10 years ago
b608bbe
[RS4GC] Dont' propagate call attrs related to patchable statepoints
by Sanjoy Das
· 10 years ago
46bd4a4
[RS4GC] Bring legalizeCallAttributes up to LLVM coding style; NFC
by Sanjoy Das
· 10 years ago
4e58da3
[RS4GC] Use "deopt" operand bundles
by Sanjoy Das
· 10 years ago
706c40a
[IndVars] Rename getExtend; NFC
by Sanjoy Das
· 10 years ago
457377c
[IndVars] Have `cloneArithmeticIVUser` guess better
by Sanjoy Das
· 10 years ago
694c419
[IndVars] Extract out a few local variables; NFC
by Sanjoy Das
· 10 years ago
2690668
[IndVars] Split `WidenIV::cloneIVUser`; NFC
by Sanjoy Das
· 10 years ago
8cafdf5
WebAssembly: update syntax
by JF Bastien
· 10 years ago
b83a35a
Add emacs c++ mode hint.
by Lang Hames
· 10 years ago
600b093
[llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly.
by Davide Italiano
· 10 years ago
8441457
Revert "[safestack] Fast access to the unsafe stack pointer on AArch64/Android."
by Evgeniy Stepanov
· 10 years ago
fcef8fb
Replace a forward declaration with an #include.
by Adrian Prantl
· 10 years ago
06f1d96
[safestack] Fast access to the unsafe stack pointer on AArch64/Android.
by Evgeniy Stepanov
· 10 years ago
1552d17
[CMake] Adding LLVM_CREATE_XCODE_TOOLCHAIN to the CMake documentation page.
by Chris Bieneman
· 10 years ago
e0e13ae
[CMake] [Darwin] Add support for generating Xcode-compatible toolchains that xcodebuild and xcrun can search
by Chris Bieneman
· 10 years ago
62f0b16
Add a missing include of cstddef needed for size_t.
by Adrian Prantl
· 10 years ago
4b6405d
x86: preserve flags when folding atomic operations
by JF Bastien
· 10 years ago
8b9371c
docs: Stop using DEBUG() without DEBUG_TYPE in the ProgrammersManual
by Justin Bogner
· 10 years ago
339fd2d
[SelectionDAG] Remove dead code. NFC.
by Benjamin Kramer
· 10 years ago
41a0990
[AsmPrinter] Prune dead code. NFC.
by Benjamin Kramer
· 10 years ago
da36d63
Change test to use FileCheck rather than grep.
by Kevin B. Smith
· 10 years ago
1ad3dfd
Revert 250343 and 250344
by Philip Reames
· 10 years ago
b72c6ba
x86 FP atomic codegen: don't drop globals, stack
by JF Bastien
· 10 years ago
634f5c1
Sample Profiles - Adjust integer types. Mostly NFC.
by Diego Novillo
· 10 years ago
5597567
Prevent assertion with "llc -debug" and anonymous symbols.
by Tim Northover
· 10 years ago
8b75288
Lit: Rework r249161; Move RLIMIT_NPROC to main.py.
by NAKAMURA Takumi
· 10 years ago
7ba5769
[ScalarOpts] Remove dead code.
by Benjamin Kramer
· 10 years ago
0f34207
Recommit r250345, it was reverted in r250366 to investigate a bot failure.
by Manman Ren
· 10 years ago
c4c3678
[mips][ias] Implement ulh macro.
by Daniel Sanders
· 10 years ago
6e23673
Require Windows API of version 6.1 (Windows 7).
by Pawel Bylica
· 10 years ago
5f506f3
[NVPTX] Remove dead code.
by Benjamin Kramer
· 10 years ago
ed541fe
[mips][mips16] MIPS16 is not a CPU/Architecture but is an ASE.
by Daniel Sanders
· 10 years ago
2aff845
[X86] Rip out orphaned method declarations and other dead code. NFC.
by Benjamin Kramer
· 10 years ago
d2358dd
[DebugInfo] Remove dead forwarding accessors. NFC.
by Benjamin Kramer
· 10 years ago
ae7c0e8
Silencing a -Wtype-limits warning; an unsigned value will always be >= 0; NFC.
by Aaron Ballman
· 10 years ago
f657b63
AVX512: Implemented DAG lowering for shuff62x2/shufi62x2 instructions ( shuffle packed values at 128-bit granularity )
by Igor Breger
· 10 years ago
fe1cc51
[CMake] check-llvm requires llvm-pdbdump.
by NAKAMURA Takumi
· 10 years ago
60148c4
AVX512: Implemented encoding and intrinsics for vpternlogd/q.
by Igor Breger
· 10 years ago
9d0865a
AVX-512: Fixed a bug in shuffle lowering 32-bit mode
by Elena Demikhovsky
· 10 years ago
89315a2
[x86] Merge test pr24562.ll into x86-fold-pshufb.ll. NFC.
by Andrea Di Biagio
· 10 years ago
44b610a
Make windows.h less evil.
by Benjamin Kramer
· 10 years ago
44702c85
[llvm-pdbdump] Remove oddly placed parens that MSVC doesn't like
by Benjamin Kramer
· 10 years ago
a8c4b61
Don't pretend AMDGPU backend knows how to custom-lower UDIVREM for vector types; it can't
by Artyom Skrobov
· 10 years ago
a1079b7
Speculatively unbreak Windows build
by David Majnemer
· 10 years ago
Next »