Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
d5839e5e84c5063d61d1e56f95e83e9788ac0c77
d5839e5
AVX512: VPMOVAPS/PD and VPMOVUPS/PD (load) intrinsic implementation.
by Igor Breger
· 10 years ago
98079ab
Explicitly enable OBJECT library "target".
by Axel Naumann
· 10 years ago
08529ec
[Orc] Comment out debugging output in OrcRemoteTargetClient::reserveMem to see
by Lang Hames
· 10 years ago
a04a818
Revert r257003
by Andrew Wilkins
· 10 years ago
deddff8
[ORC] Remove extraneous '&'.
by Lang Hames
· 10 years ago
86ece97
[ORC] Replace some more 'auto' uses with std::error_code.
by Lang Hames
· 10 years ago
d696c2c
[Orc] Add overloads of RPC::handle and RPC::expect that take member functions as
by Lang Hames
· 10 years ago
f4afe81
LoopUnroll: Move the actual unrolling logic to a standalone function. NFC
by Justin Bogner
· 10 years ago
b28bc14
[WebAssembly] Implement a prototype instruction encoder and disassembler.
by Dan Gohman
· 10 years ago
fa4ea3c
[WebAssembly] Register the MC subtarget info.
by Dan Gohman
· 10 years ago
19b6e1f
[WebAssembly] Define OperandTypes for decoding immediate values.
by Dan Gohman
· 10 years ago
3a52c6e
[WebAssembly] Define a custom segment type for function definitions.
by Dan Gohman
· 10 years ago
7b0624d1
[libFuzzer] when a new unit is discovered using a dictionary, print all used dictionary entries
by Kostya Serebryany
· 10 years ago
71afbb9
[libFuzzer] add various debug prints. Also don't mutate based on a cmp trace like (a eq a) or (a neq a)
by Kostya Serebryany
· 10 years ago
e410c02
[WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.
by Dan Gohman
· 10 years ago
1005fa6
OrcRemoteTargetServer.h: Suppress a warning. [-Wunused-variable]
by NAKAMURA Takumi
· 10 years ago
4ca55c1
lli: Fix warnings. [-Wsign-compare]
by NAKAMURA Takumi
· 10 years ago
70af20f
CXX_FAST_TLS calling convention: performance improvement for x86-64.
by Manman Ren
· 10 years ago
0a72945
LoopUnroll: Make canUnrollCompletely static - it doesn't use any state. NFC
by Justin Bogner
· 10 years ago
1ddf854
LoopUnroll: Clean up the maze of initialization for unroll parameters. NFC
by Justin Bogner
· 10 years ago
9f92731
CXX_FAST_TLS calling convention: performance improvement for ARM.
by Manman Ren
· 10 years ago
d89bfb6
[libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the result of the computations. With that, don't do any mutations if memcmp/etc returned 0
by Kostya Serebryany
· 10 years ago
132f867
[IRMover] Don't copy personality, etc unless creating def
by Teresa Johnson
· 10 years ago
6a7de42
[Orc] XFAIL a few remote-jit test cases that I missed in r257391.
by Lang Hames
· 10 years ago
27e49b0
CXX_FAST_TLS calling convention: Add support for ARM on Darwin.
by Manman Ren
· 10 years ago
d73b41a
[WebAssembly] Define WebAssembly-specific relocation codes.
by Dan Gohman
· 10 years ago
4e5af8f
Avoid the deprecated GetVersionEx API
by Reid Kleckner
· 10 years ago
f8f4df5
[LibCallSimplifier] use instruction-level fast-math-flags to transform log calls
by Sanjay Patel
· 10 years ago
8e7d481
Remove a bugs assert.
by Rafael Espindola
· 10 years ago
bf913ed
lli-child-target: Introduce a new dependency on RuntimeDyld.
by NAKAMURA Takumi
· 10 years ago
be014a6
[LibCallSimplifier] don't allow sqrt transform unless all ops are unsafe
by Sanjay Patel
· 10 years ago
2ab07ac
LoopUnroll: Use the optsize threshold for minsize as well
by Justin Bogner
· 10 years ago
33ad607
more space; NFC
by Sanjay Patel
· 10 years ago
2234ddd
[LibCallSimplifier] use instruction-level fast-math-flags to transform sqrt calls
by Sanjay Patel
· 10 years ago
d24b395
getParent()->getParent() == getFunction() and clang-format ; NFC
by Sanjay Patel
· 10 years ago
b6612e5
don't repeat function names in comments; NFC
by Sanjay Patel
· 10 years ago
102130d
Add a missing error handling to llvm-lto.
by Rafael Espindola
· 10 years ago
1235eb2
[WebAssembly] Reorganize address offset folding.
by Dan Gohman
· 10 years ago
6e3a667
AMDGPU: Implement {{s|u}}int_to_fp i64 -> f32
by Matt Arsenault
· 10 years ago
7ab54fc
XFAIL the LLI remote JIT tests on Win32.
by Lang Hames
· 10 years ago
37ec4dc
Split resolveCycles(bool AllowTemps) into two interfaces and document
by Teresa Johnson
· 10 years ago
37aa498
BumpPtrAllocator::Reset should also poison the first slab which doesn't get deallocated.
by Pete Cooper
· 10 years ago
ea5802f
AMDGPU: Cleanup udiv test
by Matt Arsenault
· 10 years ago
7717a8b
AMDGPU: Fix crash with dispatch.ptr intrinsic with non-HSA target
by Matt Arsenault
· 10 years ago
94dab4d
[X86] Add AVX512 testcase for r248965/PR24512.
by Ahmed Bougacha
· 10 years ago
0bd34e6
Revert "[Windows] Simplify assertion code. NFC."
by Reid Kleckner
· 10 years ago
169ee12
[ORC] Add explicit move construction/assignment to
by Lang Hames
· 10 years ago
b973616
Update the VS getting started docs to reflect the current state of support
by Reid Kleckner
· 10 years ago
b79da9c
Use ::GetVersionEx directly rather than the Win8.1 SDK helpers
by Reid Kleckner
· 10 years ago
2133a4e
[ORC] More MSVC error wrangling.
by Lang Hames
· 10 years ago
35b01da
Ensure -mcpu=xscale works for arm targets, after rL252903 and rL252904
by Dimitry Andric
· 10 years ago
e25b385
[sanitizer] [msan] Fix origin store of array types
by Adhemerval Zanella
· 10 years ago
b843a2a
[Orc] Fix missing return.
by Lang Hames
· 10 years ago
ada5684
[Orc] Add explicit move construction/assignment to RCMemoryManager.
by Lang Hames
· 10 years ago
c45bf3b
Fix some GCC 4.7 issues with the new Orc remote JIT support
by David Blaikie
· 10 years ago
f96d126
Code refactoring for commit r257278.
by Chen Li
· 10 years ago
bc71008
[NFC] Fix whitespace.
by Chad Rosier
· 10 years ago
57ad02c
[ORC] Explicitly delete copy constructors for RCMemoryManager::Alloc.
by Lang Hames
· 10 years ago
d357cbf
[Orc] Include <system_error> in OrcTargetClient.
by Lang Hames
· 10 years ago
373208c
lli/ChildTarget now depends on OrcJIT. Add that component to the Makefile.
by Lang Hames
· 10 years ago
c6eb1a4
Remove the remote-JIT small code model tests for now. They're causing
by Lang Hames
· 10 years ago
27bceca
[Orc] More explicit move construction/assignment to appease MSVC.
by Lang Hames
· 10 years ago
a769f56
XFAIL the remote small code model tests on x86. Small code model is not properly
by Lang Hames
· 10 years ago
3f2e0d9
AMDGPU: int_to_fp test cleanups
by Matt Arsenault
· 10 years ago
68f559e
AMDGPU: Fix ctlz combine for sub 32-bit types
by Matt Arsenault
· 10 years ago
f12a12c
AMDGPU: Pattern match ffbh pattern to instruction.
by Matt Arsenault
· 10 years ago
d9ff2aa
[LLI] Remove dependence on RemoteTarget.cpp from ChildTarget's Makefile.
by Lang Hames
· 10 years ago
392fee2
[ORC] Pacify MSVC by adding explicit move construction/assignment to
by Lang Hames
· 10 years ago
f1e6e63
[ORC] Change 'auto' to 'std::error_code' to try to coax GCC builder into
by Lang Hames
· 10 years ago
01a6cb6
AMDGPU: Custom lower i64 ctlz
by Matt Arsenault
· 10 years ago
68196ac
Mips: Remove lowerSELECT_CC
by Matt Arsenault
· 10 years ago
3bbc287
LegalizeDAG: Expand ctlz with ctlz_zero_undef if legal
by Matt Arsenault
· 10 years ago
4a3afd2
AMDGPU: Remove dead target dag combine
by Matt Arsenault
· 10 years ago
b20e09c
[LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.
by Lang Hames
· 10 years ago
5f064bb
Revert r257164 - it has caused spec2k6 failures in LTO mode
by Silviu Baranga
· 10 years ago
58a84d9
[mips] Never select JAL for calls to an absolute immediate address.
by Daniel Sanders
· 10 years ago
274cad5
[Hexagon] Add check for nullptr in getFixupNoBits
by Krzysztof Parzyszek
· 10 years ago
934777b
[Hexagon] Add implicit uses of GP to GP-relative loads and stores
by Krzysztof Parzyszek
· 10 years ago
98b55cb
[Hexagon] Mark D14 and GP as reserved registers
by Krzysztof Parzyszek
· 10 years ago
a14bfb5
[X86] Reduce complexity of the LEA optimization pass, by Andrey Turetsky.
by Alexey Bataev
· 10 years ago
f756623
[BranchFolding] Set correct mem refs (2nd try)
by Junmo Park
· 10 years ago
cdd3d38
[ORC] Move ORC RPC helper classes that rely on partial specialization into a
by Lang Hames
· 10 years ago
d05b608
[TableGen] Allow asm writer to use up to 3 OpInfo tables instead of 2. This allows x86 to use 56 total bits made up of a 32-bit, 16-bit, and 8-bit table. Previously we were using 64 total bits.
by Craig Topper
· 10 years ago
db6f0c6
[TableGen] Remove unnecessary 0 terminator from an array that only existed to prevent ending an array with a comma. But that's perfectly legal and not something we need to prevent. NFC
by Craig Topper
· 10 years ago
b201aa7
Fix examples corresponding to r257302.
by NAKAMURA Takumi
· 10 years ago
9705af5
[Orc] Remove the empty class definitions in RPCUtils.h in the hope of working
by Lang Hames
· 10 years ago
189e8f0
Move all decls in coverage namespace into CoverageMapping.h/NFC
by Xinliang David Li
· 10 years ago
140f7b5
Orc] Drop PageSize member from Orc architecture support class in favour of
by Lang Hames
· 10 years ago
ed650a3
[Orc] Remove the FPRPCChannel class from RPCChannel.h - it requires unistd.h,
by Lang Hames
· 10 years ago
b2e58d7
[TableGen] Remove a few spaces from AsmMatcher output. NFC
by Craig Topper
· 10 years ago
542664f
[Orc] Include the IndirectionUtils header in OrcRemoteTargetClient.
by Lang Hames
· 10 years ago
838d925
[Orc] Remote the <unistd> include introduced in r257305 - it's not needed, and
by Lang Hames
· 10 years ago
51c6025
[Orc] Add support for remote JITing to the ORC API.
by Lang Hames
· 10 years ago
4008b31
[AVX-512] Remove another extra space from the Intel syntax asm strings.
by Craig Topper
· 10 years ago
7055a08
[AVX-512] Fix test case update missed in r257299.
by Craig Topper
· 10 years ago
bba386e
[Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with
by Lang Hames
· 10 years ago
5527bd5
[AVX-512] Remove more superfluous spaces from asm strings.
by Craig Topper
· 10 years ago
8431640
[AVX-512] Remove unused Round and Itinerary from the maskable_cmp multiclasses. They weren't used and there were extra spaces in the asm string to prepare for the concatenations of the round string that wasn't ever used.
by Craig Topper
· 10 years ago
172de01
[AVX-512] Make spacing between comma and {sae} operand consistent in asm strings.
by Craig Topper
· 10 years ago
34515e2
[X86] Remove extra spaces from MPX instruction asm strings.
by Craig Topper
· 10 years ago
Next »