projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[Support] Extend sys::path with user_cache_directory function.
[oota-llvm.git]
/
test
/
2015-11-02
Igor Breger
AVX512: Implemented encoding and intrinsics for VBROADC...
tree
|
commitdiff
2015-11-02
Craig Topper
[X86] Don't pass a scale value of 0 to scatter/gather...
tree
|
commitdiff
2015-11-02
Sanjoy Das
[SCEV] Fix PR25369
tree
|
commitdiff
2015-11-01
Elena Demikhovsky
AVX-512: Optimized SIMD truncate operations for AVX512F...
tree
|
commitdiff
2015-11-01
Saleem Abdulrasool
RuntimeDyld: add COFF i386 support
tree
|
commitdiff
2015-10-31
Sanjoy Das
[SCEV] Don't create SCEV expressions that break LCSSA
tree
|
commitdiff
2015-10-31
Diego Novillo
SamplePGO - Count sample records in embedded profiles...
tree
|
commitdiff
2015-10-31
Davide Italiano
[SimplifyLibCalls] Add test to ensure transform is...
tree
|
commitdiff
2015-10-30
Justin Bogner
[PM] Port StripDeadPrototypes to the new pass manager
tree
|
commitdiff
2015-10-30
Justin Bogner
[PM] Port ADCE to the new pass manager
tree
|
commitdiff
2015-10-30
Justin Bogner
Whitespace. NFC
tree
|
commitdiff
2015-10-30
Kevin Enderby
Implemented the code to make llvm-nm’s -g option work.
tree
|
commitdiff
2015-10-30
JF Bastien
[WebAssembly] Fix import statement
tree
|
commitdiff
2015-10-30
Tim Northover
ARM: add extra test for watchOS ABI
tree
|
commitdiff
2015-10-30
Silviu Baranga
[SCEV] Generalize the SCEV algorithm for creating expre...
tree
|
commitdiff
2015-10-30
Dehao Chen
Recommit r251680 (also need to update clang test)
tree
|
commitdiff
2015-10-30
Dehao Chen
Remove oneline.ll test.
tree
|
commitdiff
2015-10-30
Dehao Chen
Revert r251680:
tree
|
commitdiff
2015-10-30
Dehao Chen
Update the discriminator assignment algorithm
tree
|
commitdiff
2015-10-30
Filipe Cabecinhas
Revert "Don't assert if materializing before seeing...
tree
|
commitdiff
2015-10-29
Filipe Cabecinhas
Don't assert if materializing before seeing any functio...
tree
|
commitdiff
2015-10-29
Weiming Zhao
Revert "[ARM] Remove XFAIL on test/CodeGen/Generic...
tree
|
commitdiff
2015-10-29
Simon Pilgrim
[X86][SSE] Added load+sext tests for 16i1->16i8 and...
tree
|
commitdiff
2015-10-29
Simon Pilgrim
[X86][SSE] Shuffle blends with zero
tree
|
commitdiff
2015-10-29
Teresa Johnson
Fix test check label.
tree
|
commitdiff
2015-10-29
Weiming Zhao
[ARM] Remove XFAIL on test/CodeGen/Generic/MachineBranc...
tree
|
commitdiff
2015-10-29
Diego Novillo
Revert r251593.
tree
|
commitdiff
2015-10-29
Jonas Paulsson
[SystemZ] Make the CCRegs regclass non-allocatable.
tree
|
commitdiff
2015-10-29
Marek Olsak
AMDGPU/SI: handle undef for llvm.SI.packf16
tree
|
commitdiff
2015-10-29
Marek Olsak
AMDGPU/SI: use S_OR for fneg (fabs f32)
tree
|
commitdiff
2015-10-29
Marek Olsak
AMDGPU/SI: use S_AND for i1 trunc
tree
|
commitdiff
2015-10-29
Zoran Jovanovic
[mips] wrong opcode for ll/sc instructions on mipsr6...
tree
|
commitdiff
2015-10-29
Artyom Skrobov
Recognize that ARM1176JZ[F]-S support TrustZone
tree
|
commitdiff
2015-10-29
Vasileios Kalintiris
[mips] Check the register class before replacing materi...
tree
|
commitdiff
2015-10-29
Jonas Paulsson
[MachineVerifier] Analyze MachineMemOperands for mem...
tree
|
commitdiff
2015-10-29
Cong Hou
Revert the revision 251592 as it fails a test on some...
tree
|
commitdiff
2015-10-29
JF Bastien
[WebAssembly] Update opcode name format for conversions
tree
|
commitdiff
2015-10-29
Xinliang David Li
[PGO] Do not emit runtime hook user function for Linux
tree
|
commitdiff
2015-10-29
Philip Reames
[LVI/CVP] Teach LVI about range metadata
tree
|
commitdiff
2015-10-29
Philip Reames
[InstSimplify] sgt on i1s also encodes implication
tree
|
commitdiff
2015-10-29
Philip Reames
[SimplifyCFG] Constant fold a branch implied by it...
tree
|
commitdiff
2015-10-29
Diego Novillo
Tweak test check pattern to fix bot failure.
tree
|
commitdiff
2015-10-29
Cong Hou
Add a flag vectorizer-maximize-bandwidth in loop vector...
tree
|
commitdiff
2015-10-28
Hal Finkel
[PowerPC] Recurse through constants when looking for...
tree
|
commitdiff
2015-10-28
Hal Finkel
[PowerPC] Don't return unsupported register classes...
tree
|
commitdiff
2015-10-28
Tim Northover
ARM: add support for WatchOS's compact unwind information.
tree
|
commitdiff
2015-10-28
Tim Northover
ARM: teach backend about WatchOS and TvOS libcalls.
tree
|
commitdiff
2015-10-28
Tim Northover
ARM: add backend support for the ABI used in WatchOS
tree
|
commitdiff
2015-10-28
Tim Northover
ARM: support .watchos_version_min and .tvos_version_min.
tree
|
commitdiff
2015-10-28
Diego Novillo
SamplePGO - Add flag to check sampling coverage.
tree
|
commitdiff
2015-10-28
Hal Finkel
[PowerPC] Cleanly reject asm crbit constraint with...
tree
|
commitdiff
2015-10-28
Hal Finkel
Revert "r251451 - [AliasSetTracker] Use mod/ref informa...
tree
|
commitdiff
2015-10-28
Sanjoy Das
[SCEV] Compute max backedge count for loops with "shift...
tree
|
commitdiff
2015-10-28
Sanjoy Das
[JumpThreading] Use dominating conditions to prove...
tree
|
commitdiff
2015-10-28
Hal Finkel
[PowerPC] Fix CodeGen/PowerPC/crbit-asm.ll test for -O1
tree
|
commitdiff
2015-10-28
Igor Laevsky
[AliasAnalysis] Take into account readnone attribute...
tree
|
commitdiff
2015-10-28
JF Bastien
WebAssembly: disable some loop-idiom recognition
tree
|
commitdiff
2015-10-28
Igor Laevsky
[AliasAnalysis] Take into account readonly attribute...
tree
|
commitdiff
2015-10-28
Chad Rosier
Reapply: [LIR] Add support for creating memsets from...
tree
|
commitdiff
2015-10-28
Artyom Skrobov
[ARM] Allow SP in rGPR, starting from ARMv8
tree
|
commitdiff
2015-10-28
Chad Rosier
Revert "[LIR] Add support for creating memsets from...
tree
|
commitdiff
2015-10-28
Chad Rosier
[LIR] Add support for creating memsets from loops with...
tree
|
commitdiff
2015-10-28
Chad Rosier
Add newline to test. NFC.
tree
|
commitdiff
2015-10-28
Hrvoje Varga
[mips][microMIPS] Implement PAUSE, RDHWR, RDPGPR, SDBBP...
tree
|
commitdiff
2015-10-28
James Molloy
[GlobalsAA] An indirect global that is initialized...
tree
|
commitdiff
2015-10-28
Chen Li
Revert r251492 "[IndVarSimplify] Rewrite loop exit...
tree
|
commitdiff
2015-10-28
Chen Li
[IndVarSimplify] Rewrite loop exit values with their...
tree
|
commitdiff
2015-10-28
Hal Finkel
[PowerPC] Replace cntlz[.] with cntlzw[.]
tree
|
commitdiff
2015-10-28
Sanjoy Das
[ValueTracking] Use !range metadata more aggressively...
tree
|
commitdiff
2015-10-28
Sanjoy Das
[SelectionDAG] Don't inspect !range metadata for extend...
tree
|
commitdiff
2015-10-28
Sanjoy Das
[GVN] Make a test case more robust
tree
|
commitdiff
2015-10-27
David Majnemer
[SimplifyCFG] Don't DCE catchret because the successor...
tree
|
commitdiff
2015-10-27
Vedant Kumar
[Bitcode] Fix accidental syntax errors in compatibility...
tree
|
commitdiff
2015-10-27
Simon Pilgrim
[X86][AVX512] Test UNPCK with non-sequential scalars
tree
|
commitdiff
2015-10-27
Vedant Kumar
[IR] Limit bits used for CallingConv::ID, update tests
tree
|
commitdiff
2015-10-27
Hal Finkel
[AliasSetTracker] Use mod/ref information for UnknownInstr
tree
|
commitdiff
2015-10-27
Sanjay Patel
Use the 'arcp' fast-math-flag when combining repeated...
tree
|
commitdiff
2015-10-27
David Majnemer
[ScalarEvolutionExpander] PHI on a catchpad can be...
tree
|
commitdiff
2015-10-27
Jun Bum Lim
[AArch64]Merge halfword loads into a 32-bit load
tree
|
commitdiff
2015-10-27
NAKAMURA Takumi
Revert r251291, "Loop Vectorizer - skipping "bitcast...
tree
|
commitdiff
2015-10-27
Cong Hou
Create a new interface addSuccessorWithoutWeight(MBB...
tree
|
commitdiff
2015-10-27
Charlie Turner
[SLP] Be more aggressive about reduction width selection.
tree
|
commitdiff
2015-10-27
Charlie Turner
[SLP] Try a bit harder to find reduction PHIs
tree
|
commitdiff
2015-10-27
Charlie Turner
[SLP] Treat SelectInsts as reduction values.
tree
|
commitdiff
2015-10-27
Diego Novillo
Fix SamplePGO segfault when debug info is missing.
tree
|
commitdiff
2015-10-27
Asaf Badouh
[X86][AVX512] [X86][AVX512] add convert float to half
tree
|
commitdiff
2015-10-27
Charlie Turner
[ARM] Expand ROTL and ROTR of vector value types
tree
|
commitdiff
2015-10-27
David Majnemer
[ScalarEvolutionExpander] Properly insert no-op casts...
tree
|
commitdiff
2015-10-27
Michael Kuperstein
[X86] Make elfiamcu an OS, not an environment.
tree
|
commitdiff
2015-10-27
Sanjay Patel
[x86] replace integer logic ops with packed SSE FP...
tree
|
commitdiff
2015-10-27
Steve King
Fix llc crash processing S/UREM for -Oz builds caused...
tree
|
commitdiff
2015-10-26
Sanjay Patel
add FP logic test cases to show current codegen (PR22428)
tree
|
commitdiff
2015-10-26
Chandler Carruth
[x86] Make the vselect-minmax test 2x to 3x faster...
tree
|
commitdiff
2015-10-26
Tim Northover
ARM: make sure VFP loads and stores are properly aligned.
tree
|
commitdiff
2015-10-26
Peter Collingbourne
Fix tests.
tree
|
commitdiff
2015-10-26
Alexey Samsonov
[LLVMSymbolize] Use symbol table only if function linka...
tree
|
commitdiff
2015-10-26
Igor Laevsky
[RS4GC] Strip noalias attribute after statepoint rewrite
tree
|
commitdiff
2015-10-26
Diego Novillo
SamplePGO - Add optimization reports.
tree
|
commitdiff
2015-10-26
Mehdi Amini
Add an (optional) identification block in the bitcode
tree
|
commitdiff
2015-10-26
Evgeniy Stepanov
[safestack] Fast access to the unsafe stack pointer...
tree
|
commitdiff
next