index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-02
[opaque pointer type] API migration for GEP constant factories
David Blaikie
18
-76
/
+94
2015-04-02
[AArch64] Add a comment to make it explicit why we increased the complexity.
Quentin Colombet
1
-0
/
+4
2015-04-02
[X86, AVX] adjust tablegen patterns to generate better code for scalar insert...
Sanjay Patel
1
-6
/
+17
2015-04-02
[LoopAccesses] Handle case when no memchecks are needed after partitioning
Adam Nemet
1
-2
/
+4
2015-04-02
[mips] Implement eliminateCallFramePseudoInstr() in MipsFrameLowering. NFC.
Vasileios Kalintiris
6
-41
/
+22
2015-04-02
AVX-512: intrinsics for VPADD, VPMULDQ and VPSUB
Elena Demikhovsky
2
-70
/
+43
2015-04-02
[mips] Expose adjustStackPtr() from MipsInstrInfo. NFC.
Vasileios Kalintiris
5
-10
/
+8
2015-04-02
[mips] Make sure that we don't adjust the stack pointer by zero amount.
Vasileios Kalintiris
2
-0
/
+6
2015-04-02
[ARM] Rename v8.1a from "extension" to "architecture": follow-up
Vladimir Sukharev
1
-1
/
+1
2015-04-02
Revert r233595, "MC: For variable symbols, maintain MCSymbol::Section as a ca...
Peter Collingbourne
4
-4
/
+29
2015-04-02
[Orc] Fix local-linkage handling in the CompileOnDemand layer.
Lang Hames
1
-2
/
+2
2015-04-02
[gcroot] Remove unused items from an enum
Philip Reames
1
-4
/
+0
2015-04-02
Teach gcroot how to handle dynamically realigned frames
Philip Reames
1
-7
/
+10
2015-04-02
[Orc] Add support classes for inspecting and running C++ static ctor/dtors, and
Lang Hames
2
-0
/
+103
2015-04-02
Don't print an error message when looking up the scheduling model if user spe...
Craig Topper
1
-3
/
+4
2015-04-02
Fix a bug indicated by -fsanitize=shift-exponent.
Alexey Samsonov
1
-1
/
+1
2015-04-02
Return iterator from Instruction::eraseFromParent.
Daniel Berlin
1
-2
/
+2
2015-04-01
[fuzzer] document the -tokens flag. Also change the diagnostic output
Kostya Serebryany
1
-4
/
+7
2015-04-01
[X86] Don't accidentally select shll $1, %eax when shrinking an immediate.
Benjamin Kramer
1
-1
/
+6
2015-04-01
[SCEV] Look at backedge dominating conditions (re-land r233447).
Sanjoy Das
1
-2
/
+62
2015-04-01
Remove 4,096 loop scale limitation.
Diego Novillo
1
-21
/
+33
2015-04-01
Fix WinEHPrepare bug with multiple catch handlers
Andrew Kaylor
1
-179
/
+126
2015-04-01
[ARM] Rename v8.1a from "extension" to "architecture"
Vladimir Sukharev
6
-20
/
+10
2015-04-01
[AArch64] Rename v8.1a from "extension" to "architecture"
Vladimir Sukharev
4
-12
/
+15
2015-04-01
git-clang-format r233603.
Rafael Espindola
2
-4
/
+2
2015-04-01
[SystemZ] Support transactional execution on zEC12
Ulrich Weigand
10
-4
/
+311
2015-04-01
[WinEH] Implement support for catch-all
David Majnemer
1
-8
/
+13
2015-04-01
Fix PR23065. Avoid optimizing bitcast of build_vector with constant input to ...
Jiangning Liu
1
-5
/
+0
2015-04-01
[SimplifyLibCalls] Ignore nobuiltin/unavailable fortified libcalls.
Ahmed Bougacha
1
-3
/
+13
2015-04-01
[PowerPC] FastISel can't handle i1 return values when using CR bits
Hal Finkel
1
-0
/
+3
2015-03-31
[WinEH] ExitingScope is vacuously true if !PoppedCatches.empty()
David Majnemer
1
-2
/
+1
2015-03-31
[WinEH] Generate .xdata for catch handlers
David Majnemer
7
-64
/
+170
2015-03-31
typo; NFC
Sanjay Patel
1
-1
/
+1
2015-03-31
[PowerPC] Don't use a vector preferred memory type at -O0
Hal Finkel
1
-15
/
+17
2015-03-31
[AArch64] Enable the codegenprepare optimization that promotes operation to form
Quentin Colombet
2
-0
/
+56
2015-03-31
IR: Enable uniquing callbacks during MDNode::replaceWithUniqued()
Duncan P. N. Exon Smith
1
-0
/
+4
2015-03-31
[SDAG] Handle non-integer preferred memset types for non-constant values
Hal Finkel
1
-2
/
+17
2015-03-31
[ExecutionEngine] Fix MCJIT::addGlobalMapping.
Lang Hames
1
-58
/
+81
2015-03-31
[fuzzer] Add support for token-based fuzzing (e.g. for C++). Allow string fla...
Kostya Serebryany
10
-58
/
+422
2015-03-31
RegAllocGreedy: Allow target to specify register class ordering.
Matthias Braun
1
-3
/
+4
2015-03-31
RegAllocGreedy: Improve live interval order in ReverseLocal mode
Matthias Braun
1
-1
/
+1
2015-03-31
[Hexagon] Avoid an unused variable warning when assertions are off
Simon Atanasyan
1
-0
/
+1
2015-03-31
[SystemZ] Address review comments for r233689
Ulrich Weigand
1
-4
/
+5
2015-03-31
[X86, AVX] fix zero-extending integer operand load patterns to use integer in...
Sanjay Patel
1
-8
/
+9
2015-03-31
[X86, AVX] try to lowerVectorShuffleAsElementInsertion() for all 256-bit vect...
Sanjay Patel
1
-18
/
+12
2015-03-31
typos; NFC
Sanjay Patel
1
-5
/
+5
2015-03-31
[SystemZ] Add Analysis to required_libraries (fall-out from r233688)
Ulrich Weigand
1
-1
/
+1
2015-03-31
Expand MUX instructions early on Hexagon
Krzysztof Parzyszek
5
-10
/
+1371
2015-03-31
Revert 233694. Weak SVN-fu.
Krzysztof Parzyszek
4
-24
/
+10
2015-03-31
Expand MUX instructions early on Hexagon
Krzysztof Parzyszek
4
-10
/
+24
[next]