Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
8d6f84c7d5658030b4d12074b679fe55e9eb3639
8d6f84c
[X86] Replace a condition that can never be true with an assert.
by Craig Topper
· 8 years ago
1997c33
[SelectionDAG] Replace a flag that can never be true with an assert.
by Craig Topper
· 8 years ago
c712ae8
[InstCombine] Teach getDemandedBitsLHSMask to handle constant splat vectors
by Craig Topper
· 8 years ago
cecbc17
[SelectionDAG] Use APInt::getActivebits instead of Bitwidth - leading zeros.
by Craig Topper
· 8 years ago
3703970
[WebAssembly] Weak symbols should be defined in SF_Global
by Sam Clegg
· 8 years ago
7176deb
typo
by Adrian Prantl
· 8 years ago
ff00c9c
llvm-dwarfdump: move -eh-frame into the right section in the help output.
by Adrian Prantl
· 8 years ago
1667605
[llvm-readobj] Fix 'Teach readobj to dump .res files', pt 3.
by Marek Sokolowski
· 8 years ago
bf41ef7
[llvm-readobj] Fix 'Teach readobj to dump .res files', pt 2.
by Marek Sokolowski
· 8 years ago
b01b302
[MSan] Disable sanitization for __sanitizer_dtor_callback.
by Matt Morehouse
· 8 years ago
aaf01f3
Remove references to response file argument in CommandLine.rst
by Dave Lee
· 8 years ago
1cbefe8
[SimplifyCFG] don't create a no-op subtract
by Sanjay Patel
· 8 years ago
04fcc66
Commit local changes that missed llvm.dbg.addr
by Reid Kleckner
· 8 years ago
0a17ddc
[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare
by Reid Kleckner
· 8 years ago
5c9ae96
[docs] llvm-cov: Document -show-instantiation-summary
by Vedant Kumar
· 8 years ago
20d1cb1
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
26d9773
Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}""
by Saleem Abdulrasool
· 8 years ago
8e50186
[SimplifyCFG] auto-generate full checks; NFC
by Sanjay Patel
· 8 years ago
34fb94c
[NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.
by Artem Belevich
· 8 years ago
aa0ab20
[InstCombine] Handle (X & C2) < C1 --> (X & C2) == 0
by Craig Topper
· 8 years ago
5fbea4d
[InstCombine] Pre-commit test cases for D38065.
by Craig Topper
· 8 years ago
b1dd7d6
[WebAssembly] Add support for local symbol bindings
by Sam Clegg
· 8 years ago
a656eb8
[llvm-readobj] Fix 'Teach readobj to dump .res files'.
by Marek Sokolowski
· 8 years ago
ffd407e
[mips] Fix calculation of a branch instruction offset to escape left shift of negative value
by Simon Atanasyan
· 8 years ago
820b8a5
AMDGPU: Start selecting v_mad_mixhi_f16
by Matt Arsenault
· 8 years ago
9d697e1
X86: treat SwiftCC as Win64_CC on Win64
by Saleem Abdulrasool
· 8 years ago
4739f73
AMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16
by Matt Arsenault
· 8 years ago
bbb3280
Introduce the llvm-cfi-verify tool (resubmission of D37937).
by Vlad Tsyrklevich
· 8 years ago
5a4ca9a
Remove the default subtarget from the new Nios2 port. It's unused and deprecated.
by Eric Christopher
· 8 years ago
ce7bcb2
[lit] Undo the patch to stop writing pyc files.
by Zachary Turner
· 8 years ago
7287fcb
AMDGPU: Start selecting v_mad_mixlo_f16
by Matt Arsenault
· 8 years ago
d3762c4
Revert "Introduce the llvm-cfi-verify tool (resubmission of D37937)."
by Vlad Tsyrklevich
· 8 years ago
db99a99
Introduce the llvm-cfi-verify tool (resubmission of D37937).
by Vlad Tsyrklevich
· 8 years ago
ae40a10
AMDGPU: Fix encoding of op_sel for mad_mix* opcodes
by Matt Arsenault
· 8 years ago
81e3824
Reland "[WebAssembly] Add support for naming wasm data segments"
by Sam Clegg
· 8 years ago
686e2d6
[APInt] Use getActiveBits() to implement logBase2 and ceilLogBase2. NFC
by Craig Topper
· 8 years ago
6bf994d
[InstCombine] Use APInt::getActiveBits() to avoid creating an APInt from a trailing zero count to do a comparison. NFCI
by Craig Topper
· 8 years ago
a689afa
CodeGen: support SwiftError SwiftCC on Windows x64
by Saleem Abdulrasool
· 8 years ago
96bd923
[llvm-readobj] Teach readobj to dump .res files (WindowsResource).
by Marek Sokolowski
· 8 years ago
f45adc2
Rename K_MIPS64 to K_GNU64
by Jake Ehrlich
· 8 years ago
ca18763
Re-land "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs"
by Reid Kleckner
· 8 years ago
e444299
[TableGen] Some optimizations to TableGen.
by Zachary Turner
· 8 years ago
d76e3d5
[TableGen] Add a DenseMapInfo for MachineValueType.
by Zachary Turner
· 8 years ago
1809c66
Revert r313771 "[SLP] Vectorize jumbled memory loads."
by Hans Wennborg
· 8 years ago
6a05035
Pacify a gcc -Wparentheses warning
by Hans Wennborg
· 8 years ago
d1ebb41
Pacify gcc's -Wnum-compare after r313775
by Hans Wennborg
· 8 years ago
ae599aa
llvm-dwarfdump: implement --recurse-depth=<N>
by Adrian Prantl
· 8 years ago
cf0cb49
[DebugInfo] Use a MapVector to coalesce MachineOperand locations
by Reid Kleckner
· 8 years ago
9a4ebf5
[InstCombine] Add select simplifications
by Quentin Colombet
· 8 years ago
0ee8961
Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr"
by Jake Ehrlich
· 8 years ago
46e0b67
[SLP] Vectorize jumbled memory loads.
by Mohammad Shahid
· 8 years ago
a0805362
[cmake] Add an option to build llvm with IR PGO
by Vedant Kumar
· 8 years ago
580fbe1
[cmake] Unmark LLVM_BUILD_INSTRUMENTED_COVERAGE as experimental
by Vedant Kumar
· 8 years ago
337397d
[docs] Make a note of LLVM_BUILD_INSTRUMENTED_COVERAGE
by Vedant Kumar
· 8 years ago
3028b9d
Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr"
by Jake Ehrlich
· 8 years ago
f5c8258
[ThinLTO] Fix dead stripping analysis for SamplePGO
by Teresa Johnson
· 8 years ago
76fe1ec
[lit] Reverse path list when updating environment vars.
by Zachary Turner
· 8 years ago
fd4d285
Make libcxx tests work when llvm sources are not present.
by Zachary Turner
· 8 years ago
d469ac5
DebugInfo: Remove unneeded attributes from test/DebugInfo/Generic/imported-name-inlined.ll
by David Blaikie
· 8 years ago
126440a
[mips] Add a valid test case to check the reason of the recent build-bot failure. NFC
by Simon Atanasyan
· 8 years ago
e1631a5
Revert r313736: "[SLP] Vectorize jumbled memory loads."
by Alexander Kornienko
· 8 years ago
2d05b60
Revert r313753: "Fix a -Wsign-compare warning in LoopAccessAnalysis.cpp"
by Alexander Kornienko
· 8 years ago
652f5e6
[X86][SSE] Add PR22415 test case
by Simon Pilgrim
· 8 years ago
160a98b
Fix a -Wsign-compare warning in LoopAccessAnalysis.cpp
by Alexander Kornienko
· 8 years ago
6aed421
Recommit [MachineCombiner] Update instruction depths incrementally for large BBs.
by Florian Hahn
· 8 years ago
3907ca9
Revert r313746 "[yaml2obj] - Don't crash on invalid document."
by George Rimar
· 8 years ago
84509c6
[yaml2obj] - Don't crash on invalid document.
by George Rimar
· 8 years ago
e0d6626
[X86][SSE] Remove unnecessary NonceMasks from combineX86ShufflesRecursively calls (NFCI)
by Simon Pilgrim
· 8 years ago
6727c50
[IfConversion] Add testcases [NFC]
by Mikael Holmen
· 8 years ago
0acc54b
[SLP] Vectorize jumbled memory loads.
by Mohammad Shahid
· 8 years ago
1f42b92
'into' instruction should not be decoded as a valid instr in 64-bit mode
by Andrew V. Tischenko
· 8 years ago
abd71f6
[X86] Remove isel checks for immediate size on floating point compare and xop compare instructions. NFCI
by Craig Topper
· 8 years ago
b5a9104
[AMDGPU] Fixed memory leak with inliner replaced
by Stanislav Mekhanoshin
· 8 years ago
e232c83
AMDGPU: Move r600 only code into r600 only td file
by Matt Arsenault
· 8 years ago
2e5d75b
[AMDGPU] Fix regression in test clang/test/CodeGen/backend-unsupported-error.ll
by Stanislav Mekhanoshin
· 8 years ago
a942315
AMDGPU: Match load d16 hi instructions
by Matt Arsenault
· 8 years ago
a354470
DiagnosticInfoOptimizationBase: Appease g++-4.8.2 not confused to add an explicit type to resolve emit() as non-template function.
by NAKAMURA Takumi
· 8 years ago
fbf0e16
[AMDGPU] Port of HSAIL inliner
by Stanislav Mekhanoshin
· 8 years ago
6a28475
AMDGPU: Cleanup load/store PatFrags
by Matt Arsenault
· 8 years ago
8e11a03
AMDGPU: Match store d16_hi instructions
by Matt Arsenault
· 8 years ago
198959c
Tighten the invariants around LoopBase::invalidate
by Sanjoy Das
· 8 years ago
097fb8c
Reverting due to Green Dragon bot failure.
by Mike Edwards
· 8 years ago
f4845c8
Clang-format few files to make later diffs leaner; NFC
by Sanjoy Das
· 8 years ago
7098cc8
GVNSink: Make ModelledPHIs constructor linear (and avoid edge case it worries about) by avoiding getIncomingValueForBlock
by Daniel Berlin
· 8 years ago
6562d76
Revert "[GVNSink] Remove dependency on SmallPtrSet iteration order."
by Daniel Berlin
· 8 years ago
d8e533d
NewGVN: Remove unused includes
by Daniel Berlin
· 8 years ago
890c0e4
Make lit stop writing pyc files.
by Zachary Turner
· 8 years ago
8726dc5
[MIRPrinter] Print empty successor lists when they cannot be guessed
by Quentin Colombet
· 8 years ago
6199cad
[LoopInfo] Make LoopBase and Loop destructors non-public
by Sanjoy Das
· 8 years ago
e5c4334
[WebAssembly] Add support for naming wasm data segments
by Sam Clegg
· 8 years ago
093624c
Allow ORE.emit to take a closure to delay building the remark object
by Adam Nemet
· 8 years ago
bc1a94a
Revert "Introduce the llvm-cfi-verify tool."
by Vlad Tsyrklevich
· 8 years ago
b3521af
Introduce the llvm-cfi-verify tool.
by Vlad Tsyrklevich
· 8 years ago
54c2f80
CodeGen: use range based for loops (NFC)
by Saleem Abdulrasool
· 8 years ago
8451f3b
Revert "[MIRPrinter] Print empty successor lists when they cannot be guessed"
by Quentin Colombet
· 8 years ago
4e58cdd
[MIRPrinter] Print empty successor lists when they cannot be guessed
by Quentin Colombet
· 8 years ago
7098693
Reland "[llvm-objcopy] Add support for nested and overlapping segments"
by Jake Ehrlich
· 8 years ago
ee28e9a
[ARM] Relax 'cpsie'/'cpsid' flag parsing.
by Jonathan Roelofs
· 8 years ago
a08ffd6
Revert "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs"
by Reid Kleckner
· 8 years ago
e536db0
Import all inlined indirect call targets for SamplePGO.
by Dehao Chen
· 8 years ago
Next »