Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
f8f4df59dc4afa5478d3e307e9d5aa38e3946755
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
59c1811
[Orc] Add error codes and a new std::error_category for remote-jit errors.
by Lang Hames
· 10 years ago
e6dd20c
[RuntimeDyld] Add a notifyObjectLoaded method to RuntimeDyld::MemoryManager.
by Lang Hames
· 10 years ago
66a4a1f
Move coveragemap_error enum into coverage namespace and InstrProf.h /NFC
by Xinliang David Li
· 10 years ago
cb4ab73
[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of
by Lang Hames
· 10 years ago
1f644cd
[SectionMemoryManager] Don't just drop the RO free list
by Keno Fischer
· 10 years ago
d046f20
Speed up LiveDebugValues
by Daniel Berlin
· 10 years ago
e54dc2a
OrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18's C2327. It seems definition of nested class would confuse the context.
by NAKAMURA Takumi
· 10 years ago
b3cad3c
[ADT] Another stab at fixing the PointerEmbeddedInt build for MSVC.
by Benjamin Kramer
· 10 years ago
7eac64c
[ADT] Unbreak PointerEmbeddedInt build with MSVC.
by Benjamin Kramer
· 10 years ago
d6de440
Optimized instruction sequence for sitofp operation on X86-32
by Elena Demikhovsky
· 10 years ago
ca4af1a
[ADT] Add an abstraction for embedding an integer within a pointer-like type.
by Chandler Carruth
· 10 years ago
e496b80
[AVX512] add PRORVQ and PRORVD Intrinsic
by Michael Zuckerman
· 10 years ago
560cdb1
[ADT] Add a sum type abstraction for pointer-like types.
by Chandler Carruth
· 10 years ago
6d24e7d
[ADT] Remove 'reinterpreted as a pointer' from some Twine comments. Integers have been stored directly in a union for some time. NFC
by Craig Topper
· 10 years ago
75771fd
Add test for r257279.
by David Majnemer
· 10 years ago
0b06a2d
[JumpThreading] Don't forget to report that the IR changed
by David Majnemer
· 10 years ago
83fa9b8
Fix a control flow problem in commit rL257277.
by Chen Li
· 10 years ago
a05b979
[SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad.
by Chen Li
· 10 years ago
f3f9d83
[LangRef] Move catchpad to "Other Operators" (NFC)
by Joseph Tremoulet
· 10 years ago
e2fff4f
[WinEH] Fix catchpad pred verification
by Joseph Tremoulet
· 10 years ago
12b6cd2
[WinEH] Disallow cyclic unwinds
by Joseph Tremoulet
· 10 years ago
c2d8241
[WinEH] Verify consistent funclet unwind exits
by Joseph Tremoulet
· 10 years ago
fe9953a
[WinEH] Verify unwind edges against EH pad tree
by Joseph Tremoulet
· 10 years ago
748e8f4
Don't use random class variables across functions
by Daniel Berlin
· 10 years ago
5dade21
Revert "[BranchFolding] Set correct mem refs"
by Michael Zolotukhin
· 10 years ago
c8aa549
[Orc] Fix MSVC build errors due to r257265 by adding explicit move construction
by Lang Hames
· 10 years ago
6966456
Revert "Teach the CMake build system to run lit's test suite. These can be run"
by Dan Liew
· 10 years ago
Next »