Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
178bfbdf6096d23fac5fa751cede0a8310b37caf
178bfbd
Add new interfaces to MBB for manipulating successors with probabilities instead of weights. NFC.
by Cong Hou
· 10 years ago
a491867
Warning fix.
by Simon Pilgrim
· 10 years ago
a6abdeb
[IR] Add a `data_operand` abstraction
by Sanjoy Das
· 10 years ago
7ba0c20
llvm-config: Add --has-rtti option
by Tom Stellard
· 10 years ago
0a019f7
[X86][SSE] Add general memory folding for (V)INSERTPS instruction
by Simon Pilgrim
· 10 years ago
d13e995
[IR] Add bounds checking to paramHasAttr
by Sanjoy Das
· 10 years ago
6d6131b
Orc: Streamline some lambda usage in a unit test
by David Blaikie
· 10 years ago
13ed0ec
Relax the check for ninja.
by Rafael Espindola
· 10 years ago
80a2456
Created new X86 FMA3 opcodes (FMA*_Int) that are used now for lowering of scalar FMA intrinsics.
by Andrew Kaylor
· 10 years ago
447c9ea
[ARM] Combine CMOV into BFI where possible
by James Molloy
· 10 years ago
d2e0ff3
[ThinLTO] Always set linkage type to external when converting alias
by Teresa Johnson
· 10 years ago
21ea608
[SimplifyCFG] Merge conditional stores
by James Molloy
· 10 years ago
c3c89b4
Error out when faced with value names containing '\0'
by Filipe Cabecinhas
· 10 years ago
1cfa35b
Silence an extra semicolon warning; NFC.
by Aaron Ballman
· 10 years ago
2c9435e
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
by Michael Kuperstein
· 10 years ago
c628c1e
[X86] DAGCombine should not introduce FILD in soft-float mode
by Michael Kuperstein
· 10 years ago
23740f4
Revert "[PatternMatch] Switch to use ValueTracking::matchSelectPattern"
by James Molloy
· 10 years ago
7561231
Fix unit tests on Windows: handle env vars with non-ASCII chars.
by Pawel Bylica
· 10 years ago
15f9f37
[OperandBundles] Refactor; NFCI.
by Sanjoy Das
· 10 years ago
2d37340
[OperandBundles] Refactor; NFCI
by Sanjoy Das
· 10 years ago
6aa2679
[LVI] Update a comment to clarify what's actually happening and why
by Philip Reames
· 10 years ago
e934341
[CVP] Fold return values if possible
by Philip Reames
· 10 years ago
7e6636c
[StatepointLowering] Remove distinction between call and invoke safepoints
by Igor Laevsky
· 10 years ago
fa3207e
Fix the test case for Windows.
by Alexey Samsonov
· 10 years ago
3cdfe0e
[LLVMSymbolize] Reduce indentation by using helper function. NFC.
by Alexey Samsonov
· 10 years ago
d2c42d4
[LLVMSymbolize] Properly propagate object parsing errors from the library.
by Alexey Samsonov
· 10 years ago
a6c7bb0
[llvm-symbolizer] Improve the test for missing input file.
by Alexey Samsonov
· 10 years ago
d660541
Fix unused variable warning from r252017
by Adam Nemet
· 10 years ago
bd67564
LLE 6/6: Add LoopLoadElimination pass
by Adam Nemet
· 10 years ago
3410689
[LAA] LLE 5/6: Add predicate functions Dependence::isForward/isBackward, NFC
by Adam Nemet
· 10 years ago
9a04d22
[LAA] LLE 4/6: APIs to access the dependent instructions for a dependence, NFC
by Adam Nemet
· 10 years ago
05f66f3
CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering.
by Peter Collingbourne
· 10 years ago
0fa6f80
AMDGPU: Make flat_scratch name consistent
by Matt Arsenault
· 10 years ago
8ad4a20
AMDGPU: Fix asserts on invalid register ranges
by Matt Arsenault
· 10 years ago
e2849a9
AMDGPU: Fix off by one error in register parsing
by Matt Arsenault
· 10 years ago
5c3718f
Address nit
by Derek Schuff
· 10 years ago
4f71e3c
Align whitespace
by Derek Schuff
· 10 years ago
05d7d32
[WebAssembly] Support wasm select operator
by Derek Schuff
· 10 years ago
378e661
AMDGPU: s[102:103] is unavailable on VI
by Matt Arsenault
· 10 years ago
3e8ea16
AMDGPU: Define correct number of SGPRs
by Matt Arsenault
· 10 years ago
4447636
AMDGPU: Make findUsedSGPR more readable
by Matt Arsenault
· 10 years ago
01d92b0
AMDGPU: Initialize SIFixSGPRCopies so -print-after works
by Matt Arsenault
· 10 years ago
8e6c1f5
AMDGPU: Alphabetize includes
by Matt Arsenault
· 10 years ago
0b7ecee
InstCombine: fix sinking of convergent calls
by Fiona Glaser
· 10 years ago
cec7b16
[SelectionDAG] Use existing constant nodes instead of recreating them. NFC.
by Simon Pilgrim
· 10 years ago
55e87bb
[LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.
by Alexey Samsonov
· 10 years ago
be22715
[X86][AVX] Tweaked shuffle stack folding tests
by Simon Pilgrim
· 10 years ago
7d1e09e
[LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC
by Adam Nemet
· 10 years ago
6c02d22
[X86][AVX512] Fixed shuffle test name to match shuffle
by Simon Pilgrim
· 10 years ago
3c6ecc0
[LLVMSymbolize] Move demangling away from printing routines. NFC.
by Alexey Samsonov
· 10 years ago
1b506d8
[SimplifyLibCalls] Add a new transformation: pow(exp(x), y) -> exp(x*y)
by Davide Italiano
· 10 years ago
91c6425
[X86][XOP] Add support for the matching of the VPCMOV bit select instruction
by Simon Pilgrim
· 10 years ago
7c5ec54
llmv-pdbdump: Make BuiltinDumper shorter. NFC.
by Rui Ueyama
· 10 years ago
07bcdf3
[LAA] LLE 2/6: Fix a NoDep case that should be a Forward dependence
by Adam Nemet
· 10 years ago
26abcb3
[LAA] LLE 1/6: Expose Forward dependences
by Adam Nemet
· 10 years ago
556ddcc
Don't create empty sections just to look like gas.
by Rafael Espindola
· 10 years ago
d7bfacb
Relax a few more overspecified tests.
by Rafael Espindola
· 10 years ago
5030f31
Revert "Move metadata linking after lazy global materialization/linking."
by Teresa Johnson
· 10 years ago
1cc6874
Remove unnecessary dependency on section and string positions.
by Rafael Espindola
· 10 years ago
af639be
[libFuzzer] make -test_single_input more reliable: make sure the input's size is equal to it's capacity
by Kostya Serebryany
· 10 years ago
49d6913
Delete dead code.
by Rafael Espindola
· 10 years ago
ca792d8
Simplify local common output.
by Rafael Espindola
· 10 years ago
e78962c
[CodegenPrepare] Do not rematerialize gc.relocates across different basic blocks
by Igor Laevsky
· 10 years ago
f026f70
Move code out of a loop and use a range loop.
by Rafael Espindola
· 10 years ago
25d7145b
Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block and trampolines.""
by Rafael Espindola
· 10 years ago
166aa44
[Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope example.
by Lang Hames
· 10 years ago
94652ab
Fix PR25372 - teach replaceCongruentPHIs to handle cases where SE evaluates a PHI to a SCEVConstant
by Silviu Baranga
· 10 years ago
1b023a3
Revert "[Orc] Directly emit machine code for the x86 resolver block and trampolines."
by Rafael Espindola
· 10 years ago
6ea7358
Kaleidoscope-ch2: Remove the dependence on LLVM by cloning make_unique into this project
by David Blaikie
· 10 years ago
73cd351
[Orc] Directly emit machine code for the x86 resolver block and trampolines.
by Lang Hames
· 10 years ago
20f7585
Move metadata linking after lazy global materialization/linking.
by Teresa Johnson
· 10 years ago
fb792d3
Pass enum instead of bool to new linkInModule call in llvm-link
by Teresa Johnson
· 10 years ago
32a2349
Don't assert if materializing before seeing any function bodies
by Filipe Cabecinhas
· 10 years ago
b6e9fa5
Don't use Twine objects after their lifetimes end.
by Filipe Cabecinhas
· 10 years ago
2c4a333
LoopVectorizer - skip 'bitcast' between GEP and load.
by Elena Demikhovsky
· 10 years ago
a64f175
[X86] Generate .cfi_adjust_cfa_offset correctly when pushing arguments
by Michael Kuperstein
· 10 years ago
5a1297d
AVX512: add encoding tests for vmovq/d instructions.
by Igor Breger
· 10 years ago
0efe7b6
Revert "[IndVarSimplify] Rewrite loop exit values with their initial values from loop preheader"
by Tobias Grosser
· 10 years ago
e5065bd
Fix build problme introduced in r251883
by Matthias Braun
· 10 years ago
cfe39ba
RegisterPressure: Improve assert message
by Matthias Braun
· 10 years ago
363f180
RegisterPressure: Slightly nicer pressure diff dumping
by Matthias Braun
· 10 years ago
e9564b2
ScheduleDAGInstrs: Remove IsPostRA flag; NFC
by Matthias Braun
· 10 years ago
030d7a3
Don't implicitly construct a Archive::child_iterator.
by Rafael Espindola
· 10 years ago
2356f2b
This never returns end(), simplify to use Child instead of iterator. NFC.
by Rafael Espindola
· 10 years ago
55861d0
llvm-pdbdump: Simplify. NFC.
by Rui Ueyama
· 10 years ago
b939021
[Hexagon] Fixing mistaken case fallthrough.
by Colin LeMahieu
· 10 years ago
0292f06
Restore "Support for ThinLTO function importing and symbol linking."
by Teresa Johnson
· 10 years ago
06e1752
Allow llvm-nm’s single letter command line flags to be grouped.
by Kevin Enderby
· 10 years ago
142cd11
AMDGPU: Stop assuming vreg for build_vector
by Matt Arsenault
· 10 years ago
93508f2
[WebAssembly] Make WebAssemblyCodeGen depend on WebAssemblyAsmPrinter
by Derek Schuff
· 10 years ago
896d655
AMDGPU: Error on graphics shaders with HSA
by Matt Arsenault
· 10 years ago
9620204
[CGP] widen switch condition and case constants to target's register width (2nd try)
by Sanjay Patel
· 10 years ago
ee4932f
AMDGPU: Un XFAIL a test
by Matt Arsenault
· 10 years ago
bd96659
AMDGPU: Distribute SGPR->VGPR copies of REG_SEQUENCE
by Matt Arsenault
· 10 years ago
9421a37
Fix the build I just broke
by David Blaikie
· 10 years ago
0b6b9ce
Orc: Drop some else-after-return, reflow a few spots, and avoid use of pointee types
by David Blaikie
· 10 years ago
e8e35e6
[SimplifyLibCalls] Remove variables that are not used. NFC.
by Davide Italiano
· 10 years ago
2762d00
revert r251849; need to move tests to arch-specific folders
by Sanjay Patel
· 10 years ago
c895fd0
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using larger vectorization factor.
by Cong Hou
· 10 years ago
1e63875
[CGP] widen switch condition and case constants to target's register width
by Sanjay Patel
· 10 years ago
Next »