Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
2f2ce25a6b4dc4d37c6f45866ed7310adb6233dc
2f2ce25
[PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassManager
by Leonard Chan
· 7 years ago
f5647cf
[DAG] Fix Big Endian in Load-Store forwarding
by Nirav Dave
· 7 years ago
29b3e08
[Hexagon] Eliminate potential sources of non-determinism in HCE
by Krzysztof Parzyszek
· 7 years ago
a6f9ade
[X86] Restore X86ISelDAGToDAG::matchBEXTRFromAnd. Teach address matching to create a BEXTR pattern from a (shl (and X, mask >> C1) if C1 can be folded into addressing mode.
by Craig Topper
· 7 years ago
488a8b2
Better support for POSIX paths in PDBs.
by Zachary Turner
· 7 years ago
ea0a193
[llvm-nm] Fix crash when running with --print-armap on corrupt archives.
by Jordan Rupprecht
· 7 years ago
7b42e95
[DAGCombiner] move comment closer to the corresponding code; NFC
by Sanjay Patel
· 7 years ago
09ab8e9
[llvm-mca][BtVer2] Add tests for optimizable GPR register moves. NFC
by Andrea Di Biagio
· 7 years ago
4b25d67
[InstCombine] Fix SimplifyLibCalls erasing an instruction while IC still had references to it.
by Amara Emerson
· 7 years ago
1f4ef78
[AARCH64][FIX] Emit data symbol for constant pool data
by Diogo N. Sampaio
· 7 years ago
14c745c
Generalize an IR verifier check to work with non-zero program address spaces
by Dylan McKay
· 7 years ago
b4f227a
[InstCombine] Demand bits of UMin
by David Green
· 7 years ago
3e9802e
[RISCV] Re-generate test/CodeGen/RISCV/vararg.ll after r344142
by Alex Bradbury
· 7 years ago
c3c05ee
[InstCombine] Demand bits of UMax
by David Green
· 7 years ago
3572c80
[InstCombine] Add tests for demand bits of min/max. NFC.
by David Green
· 7 years ago
7a17572
[tblgen][CodeGenSchedule] Add a check for invalid RegisterFile definitions with zero physical registers.
by Andrea Di Biagio
· 7 years ago
e13d094
[LV] Use SmallVector instead of DenseMap in calculateRegisterUsage (NFC).
by Florian Hahn
· 7 years ago
522fc4d
[LV] Ignore more debug info.
by Florian Hahn
· 7 years ago
6298cb9
[gcov] Display the hit counter for the line of a function definition
by Calixte Denizet
· 7 years ago
fb7e691
[NFC] Factor out getOrCreateAddRecExpr method
by Max Kazantsev
· 7 years ago
b4d0c49
[X86][BMI1]: X86DAGToDAGISel: select BEXTR from x & ~(-1 << nbits) pattern
by Roman Lebedev
· 7 years ago
d7e4873
[IndVars] Drop "exact" flag from lshr and udiv when substituting their args
by Max Kazantsev
· 7 years ago
d342bc7
[llvm-nm] Include the text "@FILE" in the output of --help
by Martin Storsjo
· 7 years ago
b149340
[CMake] Temporarily remove the LLVM_ENABLE_IDE option
by Chris Bieneman
· 7 years ago
6fb010f
[CMake] Unconditionally add .h and .td files to target sources
by Chris Bieneman
· 7 years ago
0801e41
[Coverage] Apply filtered paths to summary
by Chris Bieneman
· 7 years ago
4599ef4
Use fully qualified namespace name.
by Zachary Turner
· 7 years ago
119d9f6
[WebAssembly][NFC] Use intrinsic dag nodes directly
by Thomas Lively
· 7 years ago
d36df14
[MC][ELF] Fix section_mergeable_size.ll
by Fangrui Song
· 7 years ago
ca6f7dc
[WebAssembly] Saturating float to int intrinsics
by Thomas Lively
· 7 years ago
9528e40
llvm-c: Add C APIs to access DebugLoc info
by Saleem Abdulrasool
· 7 years ago
63ec256
Add a flag to remap manglings when reading profile data information.
by Richard Smith
· 7 years ago
7f7ab9f
[LTO] Account for overriding lib calls via the alias attribute
by Warren Ristow
· 7 years ago
d784be6
[MC][ELF] compute entity size for explicit sections
by Nick Desaulniers
· 7 years ago
63c98b3
[X86] Prevent non-temporal loads from folding into instructions by blocking them in X86DAGToDAGISel::IsProfitableToFold rather than with a predicate.
by Craig Topper
· 7 years ago
8313c3b
[CMake] NFC. Updating documentation on options
by Chris Bieneman
· 7 years ago
04af5ff
Support for remapping profile data when symbols change, for sample-based
by Richard Smith
· 7 years ago
ea46abe
Replace most users of UnknownSize with LocationSize::unknown(); NFC
by George Burgess IV
· 7 years ago
3cf846a
Test commit: fix typo in comment
by Armando Montanez
· 7 years ago
3b1e430
Support for remapping profile data when symbols change, for
by Richard Smith
· 7 years ago
742beb6
llvm-ar: Darwin archive format fixes.
by James Y Knight
· 7 years ago
4c5954f
[NFC][X86][AArch64] extract-bits.ll: add tests with constants+storing results.
by Roman Lebedev
· 7 years ago
66a2c5e
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization; 2nd try
by Sanjay Patel
· 7 years ago
2870bb0
[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]
by Thomas Lively
· 7 years ago
6029ddd
[X86] Move X86DAGToDAGISel::matchBEXTRFromAnd() into X86ISelLowering
by Roman Lebedev
· 7 years ago
9f5daa2
revert r344082: [InstCombine] reverse 'trunc X to <N x i1>' canonicalization
by Sanjay Patel
· 7 years ago
4942b85
[DwarfVerifier] Fixed -Wimplicit-fallthrough warning
by David Bolvansky
· 7 years ago
c8b6096
[WebAssembly][NFC] Use vnot patfrag to simplify v128.not
by Thomas Lively
· 7 years ago
ca0c32a
[LV] Add a new reduction pattern match
by Renato Golin
· 7 years ago
105b05e
Reland: [OptRemarks] Add library for parsing optimization remarks
by Francis Visoiu Mistrih
· 7 years ago
2a9ea34
[Support] Remove redundant qualifiers in YAMLTraits (NFC)
by Scott Linder
· 7 years ago
b501cdb
Revert "[OptRemarks] Add library for parsing optimization remarks"
by Francis Visoiu Mistrih
· 7 years ago
f6b8b02
[GlobalISel] Fix the artifact combiner to fold G_IMPLICIT_DEF properly
by Volkan Keles
· 7 years ago
1cc98e6
[OptRemarks] Add library for parsing optimization remarks
by Francis Visoiu Mistrih
· 7 years ago
3b607cb
[VPlan] Fix CondBit quoting in dumpBasicBlock
by Renato Golin
· 7 years ago
a50609a
Change the timestamp of llvmcache-foo file to meet the thinLTO prune policy
by Craig Topper
· 7 years ago
7b3bebb
Relax trivial cast requirements in CallPromotionUtils
by Scott Linder
· 7 years ago
0768811
[llvm-exegesis] Fix always true assert
by Guillaume Chatelet
· 7 years ago
d93bcaa
[llvm-mca] Minor refactoring in preparation for a patch that will fully fix PR36671. NFCI
by Andrea Di Biagio
· 7 years ago
09f76c8
[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
by Guillaume Chatelet
· 7 years ago
e144c76
[llvm-mca][BtVer2] Add two more move-elimination tests. NFC
by Andrea Di Biagio
· 7 years ago
444acbd
[llvm-exegesis][NFC] Code simplification
by Guillaume Chatelet
· 7 years ago
df002d7
[DAGCombine] Improve Load-Store Forwarding
by Nirav Dave
· 7 years ago
8798ea6
[x86] allow single source horizontal op matching (PR39195)
by Sanjay Patel
· 7 years ago
7651154
Lift VFS from clang to llvm (NFC)
by Jonas Devlieghere
· 7 years ago
8e17e96
[llvm-exegesis] Fix function return generation so it doesn't return register 0
by John Brawn
· 7 years ago
efbdbce
[TargetLowering] SimplifyDemandedBits - rename demanded mask args. NFCI.
by Simon Pilgrim
· 7 years ago
85645eb
[llvm-exegesis][NFC] Fix typo
by Guillaume Chatelet
· 7 years ago
c195d38
[TargetLowering] SimplifyDemandedBits - pull out repeated getOperands. NFCI.
by Simon Pilgrim
· 7 years ago
73cebd7
Revert "[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG."
by Carlos Alberto Enciso
· 7 years ago
cfd600b
[TableGen] fix assert in !cast when used out of definition in a multiclass
by Valery Pykhtin
· 7 years ago
f9d46e9
[TargetLowering] Add root node back to work list after successful SimplifyDemandedBits/SimplifyDemandedVectorElts
by Simon Pilgrim
· 7 years ago
4e82435
[llvm-exegesis] Fix broken build.
by Guillaume Chatelet
· 7 years ago
29beaa2
[llvm-exegesis][NFC] Simplify code now that Instruction has more semantic
by Guillaume Chatelet
· 7 years ago
20f5c44
[SystemZ] Temporarily disable high VFs with integer div/rem.
by Jonas Paulsson
· 7 years ago
cc2cbf3
Fix an ordering bug in the scalarizer.
by Neil Henning
· 7 years ago
5df6535
[llvm-exegesis] Remove unused variable, add more semantic to Instruction.
by Guillaume Chatelet
· 7 years ago
4ffb89c
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
by Carlos Alberto Enciso
· 7 years ago
18c07e1
[X86] Remove FeatureRTM from Skylake processor list
by Craig Topper
· 7 years ago
24446e7
[SystemZ] Take better care when computing needed vector registers in TTI.
by Jonas Paulsson
· 7 years ago
91f4bc63
[Analysis] Make LocationSizes carry an 'imprecise' bit
by George Burgess IV
· 7 years ago
625a776
[NFC] Make a variable const
by Max Kazantsev
· 7 years ago
0bb9199
[PowerPC][NFC] Add a test case for extract and store patterns
by Nemanja Ivanovic
· 7 years ago
44cb934
[AVR] Fix the 'call.ll' CodeGen test
by Dylan McKay
· 7 years ago
64c3a57
[PowerPC] Fix the assert of ISD::SIGN_EXTEND_INREG when type is v2i16 and v2i8
by QingShan Zhang
· 7 years ago
952e752
[Analysis] Make LocationSize pretty-printing more descriptive
by George Burgess IV
· 7 years ago
de0558b
[WebAssembly] Fix fneg lowering
by Thomas Lively
· 7 years ago
bca81ff
[WebAssembly] Improve comments for SIMD instruction definitions
by Heejin Ahn
· 7 years ago
96ce5ea
[sancov] Generalize the code to get the previous instruction to multiple architectures
by George Karpenkov
· 7 years ago
42f63b6
[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don't append "[options] <inputs>"
by Fangrui Song
· 7 years ago
98649f6
[git-llvm] Fix some issues surrouding EOL conversion on Windows.
by Zachary Turner
· 7 years ago
ce40693
[WebAssembly] Handle V128 register class in explicit locals pass
by Thomas Lively
· 7 years ago
5397926
[DAGCombiner] Expand combining of FP logical ops to sign-setting FP ops
by Nemanja Ivanovic
· 7 years ago
dcc47f9
[X86] Fix sanitizer bot failure from 344085
by Rong Xu
· 7 years ago
2e2e17d
[PowerPC][NFC] Commit nabs test case in preparation for committing D44548
by Nemanja Ivanovic
· 7 years ago
a219e95
[LV] Move test for r343954 into x86 subdirectory
by Justin Bogner
· 7 years ago
048b539
[WebAssembly] Improve readability of SIMD instructions (NFC)
by Heejin Ahn
· 7 years ago
c97898e
Recommit r343993: [X86] condition branches folding for three-way conditional codes
by Rong Xu
· 7 years ago
fe584de
[FPEnv] PatternMatcher support for checking FNEG ignoring signed zeros
by Cameron McInally
· 7 years ago
1dd3c06
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization
by Sanjay Patel
· 7 years ago
Next »