Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
adfb3897084768d102504f43517d470285a150da
adfb389
[WebAssembly] Switch WebAssemblyMCAsmInfo.h from MCAsmInfo to MCAsmInfoELF.
by Dan Gohman
· 10 years ago
b12341d
[docs] Motivate ninja in GettingStarted.rst
by Vedant Kumar
· 10 years ago
4b89241
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
by Sanjoy Das
· 10 years ago
e78257c
[InstCombine] Adding "\n" to debug output. NFC.
by Weiming Zhao
· 10 years ago
cb24ca9
Hardcode the target in this testcase — it depends on the ABI.
by Adrian Prantl
· 10 years ago
b147262
[EarlyCSE] DSE of atomic unordered stores
by Philip Reames
· 10 years ago
017de8d
make this test less whitespace-sensitive.
by Adrian Prantl
· 10 years ago
83af682
Rewrite test to use llvm-dwarfdump instead of checking for asm comments.
by Adrian Prantl
· 10 years ago
d0f8afa
[ThinLTO] Metadata linking for imported functions
by Teresa Johnson
· 10 years ago
55618d8
AMDGPU/SI: Reserve appropriate number of sgprs for flat scratch init.
by Tom Stellard
· 10 years ago
7c50203
AMDGPU: Fix off-by-one in SIRegisterInfo::eliminateFrameIndex
by Nicolai Haehnle
· 10 years ago
02fd5df
Revert r254592 (virtual dtor in SCEVPredicate).
by Andy Gibbs
· 10 years ago
a8b43ff
Mark a couple ModuleLinker member functions as const (NFC)
by Teresa Johnson
· 10 years ago
cdfe790
Avoid explicit relocation sorting most of the time.
by Rafael Espindola
· 10 years ago
7396da8
Revert "[AArch64] Enable PostRAScheduler for AArch64 generic build"
by Rafael Espindola
· 10 years ago
f50f96b
Always sort by offset first. NFC.
by Rafael Espindola
· 10 years ago
b8e9fb8
Fix unused variable warning in release builds. NFC.
by Diego Novillo
· 10 years ago
fc5140b
[AArch64] Enable PostRAScheduler for AArch64 generic build
by MinSeong Kim
· 10 years ago
dbf81cc
[AArch64] Add DAG combine for extract extend pattern
by Matthew Simpson
· 10 years ago
adb5a4d
Simplify. NFC.
by Rafael Espindola
· 10 years ago
0bc653b
DOTGraphTraits: Allow the decision to show a graph to consider the analysis
by Tobias Grosser
· 10 years ago
62fecef
Removed empty directory.
by Alexander Kornienko
· 10 years ago
d5572b6
[X86] Add option for enabling LEA optimization pass, by Andrey Turetsky
by Alexey Bataev
· 10 years ago
98f658e
[WebAssembly] Convert WebAssemblyTargetObjectFile to TargetLoweringObjectFileELF
by Dan Gohman
· 10 years ago
d7696fd
AArch64: Simplify emitEpilogue() and related code; NFC
by Matthias Braun
· 10 years ago
4151f0d
[llvm-objdump] Use report_fatal_error() for a more uniform error handling.
by Davide Italiano
· 10 years ago
5731435
[WebAssembly] Experimental ELF writer support
by Dan Gohman
· 10 years ago
51a9d17
Fix PR25838.
by Cong Hou
· 10 years ago
88a450e
[PGO] InstrPGO and coverage code refactoring (NFC)
by Xinliang David Li
· 10 years ago
b26c1cd
WebAssembly: update expected torture test failures
by JF Bastien
· 10 years ago
0d2b021
Use std::unique_ptr. NFC.
by Rafael Espindola
· 10 years ago
f2640be
[WebAssembly] Fix legalization of shift operators on large integer types.
by Dan Gohman
· 10 years ago
6b90fe4
[WebAssembly] Implement eliminateCallFramePseudo
by Derek Schuff
· 10 years ago
d912be9
Change linkInModule to take a std::unique_ptr.
by Rafael Espindola
· 10 years ago
2f9965d
Fix funciton->function typo.
by Eric Christopher
· 10 years ago
bb7c983
Drop an unnecessary use of writev.
by Rafael Espindola
· 10 years ago
7a36028
[AArch64] Simplify some TRI/TII getters. NFC.
by Ahmed Bougacha
· 10 years ago
8e1bd38
Move llvm/test/DebugInfo/live-debug-values.ll into X86, due to target triple.
by NAKAMURA Takumi
· 10 years ago
df71866
Simplify memory management with std::unique_ptr.
by Rafael Espindola
· 10 years ago
411b15e
[CodeGen] Make MachineInstrBuilder::copyImplicitOps const. NFC.
by Ahmed Bougacha
· 10 years ago
fd56824
[PGO] Handle and report overflow during profile merge for all types of data
by Nathan Slingerland
· 10 years ago
5af13d7
Use LLVM style variable name (NFC)
by Teresa Johnson
· 10 years ago
3559ef2
CXX_FAST_TLS calling convention: performance improvement for AArch64.
by Manman Ren
· 10 years ago
f2677d0
[Hexagon] Update e_flags in the ELF definitions
by Krzysztof Parzyszek
· 10 years ago
8f2b4f1
CXX_FAST_TLS calling convention: target independent portion.
by Manman Ren
· 10 years ago
9ad8cc3
Remove now-unused include
by Derek Schuff
· 10 years ago
01ab2e4
Iterate over phys regs instead
by Derek Schuff
· 10 years ago
30d7ede
[WebAssembly] Print an extra local decl when the user stack pointer is used
by Derek Schuff
· 10 years ago
1895c55
[Hexagon] Misc fixes to r255807
by Krzysztof Parzyszek
· 10 years ago
23c4c62
Set debugger tuning from TargetOptions (NFC)
by Paul Robinson
· 10 years ago
dcf9d4a
[Hexagon] Update the Hexagon packetizer
by Krzysztof Parzyszek
· 10 years ago
1b44fe3
Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
by Reid Kleckner
· 10 years ago
fd7b160
[WebAssembly] Fix the CFG Stackifier to handle unoptimized branches
by Dan Gohman
· 10 years ago
50776d0
LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC
by Justin Bogner
· 10 years ago
b11dd50
AMDGPU: Override getCFInstrCost
by Matt Arsenault
· 10 years ago
8b13510
MachineScheduler: Add a target hook for deciding which RegPressure sets to
by Tom Stellard
· 10 years ago
536f97b
[CMake] Adding llvm-profdata to the list of tools clang needs.
by Chris Bieneman
· 10 years ago
c81f000
Reland "[llvm-readobj] Simplify usage of -codeview flag"
by Reid Kleckner
· 10 years ago
8c888e8
[SLPVectorizer] Ensure dominated reduction values.
by Charlie Turner
· 10 years ago
3a06c2d
Revert "[llvm-readobj] Simplify usage of -codeview flag"
by Reid Kleckner
· 10 years ago
377b54c
[llvm-readobj] Simplify usage of -codeview flag
by Reid Kleckner
· 10 years ago
dd45002
Generate a clang CompilationDatabase when running CMake
by Benjamin Kramer
· 10 years ago
c1fb525
[WebAssembly] Use the new offset syntax for memory operands in inline asm.
by Dan Gohman
· 10 years ago
7c7c6b1
[SystemZ] Sort relocs to avoid code corruption by linker optimization
by Ulrich Weigand
· 10 years ago
328f324
[SystemZ] Fix assertion failure in adjustSubwordCmp
by Ulrich Weigand
· 10 years ago
1a51905
[Hexagon] Make memcpy lowering thread-safe
by Tobias Edler von Koch
· 10 years ago
35c68de
[NFC] Update horizontal reduction test cases.
by Charlie Turner
· 10 years ago
3de3334
[WebAssembly] Support more kinds of inline asm operands
by Dan Gohman
· 10 years ago
cce5598
Install runtime dlls in the INSTALL_DIR/bin directory. NFC
by Sumanth Gundapaneni
· 10 years ago
8ad916f
[Packetizer] Add a check whether an instruction should be packetized now
by Krzysztof Parzyszek
· 10 years ago
2c50df6
Add RAII wrapper for gold plugin file management
by Teresa Johnson
· 10 years ago
ee7970e
Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes
by Vaivaswatha Nagaraj
· 10 years ago
f75627a
[SimplifyCFG] Don't create unnecessary PHIs
by James Molloy
· 10 years ago
445afdf
[ARM] Add ARMv8.2-A FP16 vector instructions
by Oliver Stannard
· 10 years ago
8fb8da1
[ARM] Add ARMv8.2-A FP16 scalar instructions
by Oliver Stannard
· 10 years ago
5862199
[X86] Improve shift combining
by Michael Kuperstein
· 10 years ago
f04cdf9
[SectionMemoryManager] Make better use of virtual memory
by Keno Fischer
· 10 years ago
b1415e7
Recommit LiveDebugValues pass after fixing a couple of minor issues.
by Vikram TV
· 10 years ago
813f44a
Remove FileCheck from test case token_landingpad.ll.
by Chen Li
· 10 years ago
152a28a
Minor change to TailDuplication.cpp to turn on normalization when removing successor
by Cong Hou
· 10 years ago
6a7da77
Minor cleanup of Attribute code. NFC.
by George Burgess IV
· 10 years ago
3641df1
Fixed test case in rL255749: [SelectionDAGBuilder] Adds support for landingpads of token type.
by Chen Li
· 10 years ago
2993454
[SelectionDAGBuilder] Adds support for landingpads of token type
by Chen Li
· 10 years ago
5b00f32
Fuzzer: Fix library dependencies.
by Peter Collingbourne
· 10 years ago
8c9bc7b
Speculative fix for windows build
by Philip Reames
· 10 years ago
72b63ff
[EarlyCSE] DSE of stores which write back loaded values
by Philip Reames
· 10 years ago
5631819
[IR] Add support for floating pointer atomic loads and stores
by Philip Reames
· 10 years ago
bca907f
[sancov] blacklist support.
by Mike Aizatsky
· 10 years ago
53252a1
Fix typo in r255720
by Justin Bogner
· 10 years ago
8ed153f
Test commit: fixed spelling error in comment.
by Wolfgang Pieb
· 10 years ago
6da3c1a
LPM: Simplify how passes mark loops for deletion. NFC
by Justin Bogner
· 10 years ago
d532d9e
Remove one of the void casts used to suppress unused variable warning.
by Richard Trieu
· 10 years ago
b942424
Un-XFAIL JIT EH tests under [am]san.
by Peter Collingbourne
· 10 years ago
d0b2625
[WinEH] Make llvm.x86.seh.recoverfp work on x64
by Reid Kleckner
· 10 years ago
f028db1
Suppress unused variable warning in the no-asserts build.
by Evgeniy Stepanov
· 10 years ago
a0837ef
Cast variable to void to resolve unused variable warning in non-asserts builds.
by Richard Trieu
· 10 years ago
009fed3
Fix "Not having LAHF/SAHF" assert.
by Hans Wennborg
· 10 years ago
292cd25
AMDGPU/SI: Set the code object work group segment size when targeting HSA
by Tom Stellard
· 10 years ago
b1f9389
[llvm-objdump/MachODump] Shrink code a little bit. NFC.
by Davide Italiano
· 10 years ago
1665eaa
[x86] inline calls to fmaxf / llvm.maxnum.f32 using maxss (PR24475)
by Sanjay Patel
· 10 years ago
Next »