Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
e6a9ed76ea485d664091c9e0c27c0d7186cbfd1d
e6a9ed7
Add a "gc-transition" operand bundle
by Sanjoy Das
· 10 years ago
8ae8a5e
[llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags
by Simon Atanasyan
· 10 years ago
8a7d012
[GlobalISel] Add a generic machine opcode for ADD.
by Quentin Colombet
· 10 years ago
78719f4
fix typo; NFC
by Sanjay Patel
· 10 years ago
c25c053
fix formatting; NFC
by Sanjay Patel
· 10 years ago
888824f
Accept subtractions involving a weak symbol.
by Rafael Espindola
· 10 years ago
e52954e
[LibCallSimplifier] don't get fooled by a fake sqrt()
by Sanjay Patel
· 10 years ago
983ff8e
[Orc] Fix a use-after-move bug in the Orc C-bindings stack.
by Lang Hames
· 10 years ago
10cb439
80-cols; NFC
by Sanjay Patel
· 10 years ago
8681797
Write AArch64 big endian data fixup entries as BE.
by Keith Walker
· 10 years ago
b59d538
Correctly initialize SIAnnotateControlFlow
by Tom Stellard
· 10 years ago
426c680
[AVX512] Adding VPERMB Intrinsics
by Michael Zuckerman
· 10 years ago
df188ba
Fixing bug in rL258132: [X86] Adding support for missing variations of X86 string related instructions
by Marina Yatsina
· 10 years ago
15802c1
Proper handling of diamond-like cases in if-conversion
by Krzysztof Parzyszek
· 10 years ago
c886a94
AVX512: Store (MOVNTPD, MOVNTPS, MOVNTDQ) using non-temporal hint intrinsic implementation.
by Igor Breger
· 10 years ago
c7c3038
[AArch64] Fix two bugs in the .inst directive
by Oliver Stannard
· 10 years ago
3497ec9
[AVR] Defnined calling conventions. NFC.
by Dylan McKay
· 10 years ago
616e99d
[LTO] Fix error reporting when a file passed to libLTO is invalid or non-existent
by Petr Pavlu
· 10 years ago
d54bc6a
[Verifier] Fix performance regression for LTO builds
by Ivan Krasin
· 10 years ago
4d7ffe9
[SelectionDAG] Fold more offsets into GlobalAddresses
by Dan Gohman
· 10 years ago
8c66c62
[WebAssembly] Tighten up some regexes in some tests.
by Dan Gohman
· 10 years ago
bb15d40
[WebAssembly] Minor code cleanups. NFC.
by Dan Gohman
· 10 years ago
cecb9d5
[WebAssembly] Remove the Relooper code, as it is not currently being used.
by Dan Gohman
· 10 years ago
801561e
[Orc] 'this' qualify more lambda-captured members.
by Lang Hames
· 10 years ago
61cac3c
[Orc] More qualifications of lambda-captured member variables to fix GCC ICEs.
by Lang Hames
· 10 years ago
5ee31d7
[WebAssembly] Don't stackify stores across instructions with side effects.
by Dan Gohman
· 10 years ago
93083d4
tools/llvm-config: improve shared library support
by Andrew Wilkins
· 10 years ago
6e2f199
[Orc] Qualify captured variable to work around GCC ICE.
by Lang Hames
· 10 years ago
728b07f
Fix a bug in test
by Xinliang David Li
· 10 years ago
14e824a
[Inliner/WinEH] Honor implicit nounwinds
by Joseph Tremoulet
· 10 years ago
6d3068a
[PGO] Add a new interface to be used by Indirect Call Promotion
by Xinliang David Li
· 10 years ago
50ea677
[NFC] Replace several manual GEP loops with gep_type_iterator.
by Eduard Burtescu
· 10 years ago
fbdf2076
Function name change /NFC
by Xinliang David Li
· 10 years ago
d267d37
MachineScheduler: Allow independent scheduling of sub register defs
by Matthias Braun
· 10 years ago
051b30e
RegisterPressure: Make liveness tracking subregister aware
by Matthias Braun
· 10 years ago
1c6737e
LiveInterval: Add utility class to rename independent subregister usage
by Matthias Braun
· 10 years ago
76c5275
AMDGPU/SI: Prevent the DAGCombiner from creating setcc with i1 inputs
by Tom Stellard
· 10 years ago
e0f8e1a
[MachineSink] Don't break ImplicitNulls
by Sanjoy Das
· 10 years ago
0e29198
Reinstate the second part of a comment. NFC.
by Davide Italiano
· 10 years ago
5a15c7d
[X86] Do not run shrink-wrapping on function with split-stack attribute or HiPE
by Quentin Colombet
· 10 years ago
3ae6879
add tests to show missing memset/malloc optimizations (PR25892)
by Sanjay Patel
· 10 years ago
42a735c
[MC, COFF] Add .reloc support for WinCOFF
by David Majnemer
· 10 years ago
df369b2
[X86][SSE] Add VZEXT_MOVL target shuffle decoding.
by Simon Pilgrim
· 10 years ago
b73878a
Reenable -Wexpansion-to-defined.
by Nico Weber
· 10 years ago
b8b8749
[Orc] Oops - lambda capture changed in r258206 was correct.
by Lang Hames
· 10 years ago
871b3df
[MachineFunction] Constify getter. NFC.
by Quentin Colombet
· 10 years ago
b9be9b9
[Orc] Add missing capture to lambda.
by Lang Hames
· 10 years ago
250273a
[X86][SSE] Add INSERTPS target shuffle combines.
by Simon Pilgrim
· 10 years ago
f32ef42
[Orc] Qualify call to make_unique to avoid ambiguity with std::make_unique.
by Lang Hames
· 10 years ago
4ce7a6c
[Orc] #undef a MACRO after I'm done with it.
by Lang Hames
· 10 years ago
e15795f
[AArch64] Remove a bunch of useless FIXME comments.
by Chad Rosier
· 10 years ago
92c68ce
[WebAssembly] Remove an unused data member. NFC.
by Dan Gohman
· 10 years ago
8ead0df
[AArch64] Remove more dead code after r258093.
by Chad Rosier
· 10 years ago
3c24773
Fix undefined behavior in llvm's local changes to googletest.
by Nico Weber
· 10 years ago
306bccc
Fix a coverage reading bug
by Xinliang David Li
· 10 years ago
08e6e6a
[Orc] Fix a stale comment.
by Lang Hames
· 10 years ago
1665b57
[Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until
by Lang Hames
· 10 years ago
96068f9
[SCEV] Fix PR26207
by Sanjoy Das
· 10 years ago
95b171a
[SCEV] Use range-for; NFC
by Sanjoy Das
· 10 years ago
e510934
WebAssembly: mark known failure caused by r258125
by JF Bastien
· 10 years ago
d45a959
Fix bootstrap -Werror builds after clang r258128
by Nico Weber
· 10 years ago
429a7ed
[libFuzzer] use std::mt19937 for generating random numbers by default. Fix MyStoll to handle negative values. Use std::any_of instead of std::find_if
by Kostya Serebryany
· 10 years ago
4d02b51
getParent()->getParent() == getModule() ; NFC
by Sanjay Patel
· 10 years ago
130d7af
function names start with a lowercase letter; NFC
by Sanjay Patel
· 10 years ago
f049f07
test-release.sh: Use CMake also for Darwin
by Hans Wennborg
· 10 years ago
f04cfb4
fix formatting; NFC
by Sanjay Patel
· 10 years ago
f62a7b5
don't repeat documentation comments in implementation file; NFC
by Sanjay Patel
· 10 years ago
70a272d
don't repeat function names in documentation comments; NFC
by Sanjay Patel
· 10 years ago
5884e2f
Move part of an if condition into an assertion. NFC.
by Manuel Jacob
· 10 years ago
dee7d6f
[AVX512] Adding VPERMT2B and VPERMI2B instruction .
by Michael Zuckerman
· 10 years ago
477926b
Revert 258157
by Philip Reames
· 10 years ago
507edcb
[LibCallSimplifier] use instruction-level fast-math-flags to shrink calls
by Sanjay Patel
· 10 years ago
c66b440
[GC] Registry initialization and linkage interactions
by Philip Reames
· 10 years ago
eeedfde
[PGO] Create the profile data variable before the lowering
by Rong Xu
· 10 years ago
c7630ca
Add clarifying comments defining what a Loop is
by Philip Reames
· 10 years ago
a9c8e55
[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x, [small integer]) calls
by Sanjay Patel
· 10 years ago
6ef997a
NFC Test Commit whitespace change in a comment
by Chris Ray
· 10 years ago
be7a41b
Use larger write sizes for MCFillFragment.
by Rafael Espindola
· 10 years ago
73c7b05
[cmake] Fix add_version_info_from_vcs git svn version bug.
by Geoff Berry
· 10 years ago
a27a3f7
remove outdated comment; NFC
by Sanjay Patel
· 10 years ago
f70dc42
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with get{Source,Result}ElementType.
by Eduard Burtescu
· 10 years ago
b0025fa
[AVX512] Adding VPERMB instruction
by Michael Zuckerman
· 10 years ago
21495bc
[WebAssembly] Rematerialize constants rather than hold them live in registers.
by Dan Gohman
· 10 years ago
9f9435e
Simplify MCFillFragment.
by Rafael Espindola
· 10 years ago
8f77ee2
[WebAssembly] Change a FIXME to a TODO in a comment.
by Dan Gohman
· 10 years ago
67416f0
[WebAssembly] Re-enable this test, now that interactions with the coalescer are resolved.
by Dan Gohman
· 10 years ago
7351967
Typo.
by Chad Rosier
· 10 years ago
b6f91a0
[X86] Add support for "xlat m8"
by Marina Yatsina
· 10 years ago
5ad54e5
Fix constant folding of constant vector GEPs with undef or null as pointer argument.
by Manuel Jacob
· 10 years ago
ba286d1
[X86] Adding support for missing variations of X86 string related instructions
by Marina Yatsina
· 10 years ago
95992a2
Rename Variable `Ptr` to `PtrTy`. NFC.
by Manuel Jacob
· 10 years ago
7a02bc2
Handle 64 bit offsets.
by Rafael Espindola
· 10 years ago
a76afe9
[WebAssembly] Disable some WebAssembly-specific optimization passes at -O0.
by Dan Gohman
· 10 years ago
7e9f3fe
[WebAssembly] Use the templated form of MachineFunction::getSubtarget(). NFC.
by Dan Gohman
· 10 years ago
b2c08be
[WebAssembly] Re-enable loop idiom recognition for memcpy et al.
by Dan Gohman
· 10 years ago
279064e
[X86][AVX512]fix dag & add intrinsics for fixupimm
by Asaf Badouh
· 10 years ago
4ced44d
docs: address post-commit review
by Andrew Wilkins
· 10 years ago
1718726
[GC] Lower vectors-of-pointers directly by default
by Philip Reames
· 10 years ago
263517d
[GC] Consolidate all built in GCs into a single file [NFC]
by Philip Reames
· 10 years ago
8c021cb
parseArch() supports more variations of arch names for PowerPC builds
by Kelvin Li
· 10 years ago
Next »