index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
AVX-512: gather-scatter tests; added foldable instructions;
Elena Demikhovsky
2013-09-02
1
-1
/
+45
*
llvm interpreter: select, shuffle and insertelement instructions.
Elena Demikhovsky
2013-09-02
3
-8
/
+156
*
Fix some rather confusing indentation and control flow in the errno
Chandler Carruth
2013-09-02
1
-15
/
+14
*
AVX-512: Added GATHER and SCATTER instructions.
Elena Demikhovsky
2013-09-01
2
-3
/
+285
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
13
-690
/
+697
*
Make sure we don't generate stubs for any of these functions because they
Reed Kotler
2013-09-01
1
-2
/
+21
*
Mark an unreachable code path with llvm_unreachable. Pacifies GCC.
Benjamin Kramer
2013-08-31
1
-0
/
+1
*
SimplifyLibCalls: When emitting an overloaded fp function check that it's ava...
Benjamin Kramer
2013-08-31
1
-3
/
+23
*
Fix my previous checkin to updatePressureDiffs.
Andrew Trick
2013-08-31
1
-4
/
+19
*
[PowerPC] Fast-isel cleanup patch.
Bill Schmidt
2013-08-31
1
-20
/
+37
*
[PowerPC] Add integer truncation support to fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+31
*
Correct partially defined variable
Bill Schmidt
2013-08-30
1
-1
/
+2
*
[PowerPC] Call support for fast-isel.
Bill Schmidt
2013-08-30
3
-3
/
+338
*
Build fix
Richard Mitton
2013-08-30
1
-1
/
+1
*
Fixed a bug where diassembling an instruction that had a prefix would cause L...
Richard Mitton
2013-08-30
1
-7
/
+9
*
Compulsive reformatting.
Bill Wendling
2013-08-30
1
-2
/
+5
*
[conf] Add config variable to disable crash related overrides.
Daniel Dunbar
2013-08-30
1
-2
/
+2
*
Fix a problem with dual mips16/mips32 mode. When the underlying processor
Reed Kotler
2013-08-30
5
-5
/
+30
*
Use LiveRangeQuery for instruction-level liveness queries.
Andrew Trick
2013-08-30
2
-7
/
+9
*
[PowerPC] Add handling for conversions to fast-isel.
Bill Schmidt
2013-08-30
4
-0
/
+288
*
Checking commit access; removed one space added in previous test checkin by Jim
Andrey Churbanov
2013-08-30
1
-1
/
+1
*
InstCombine: Check for zero shift amounts before subtracting one causing inte...
Benjamin Kramer
2013-08-30
1
-10
/
+15
*
X86: Add a description of the Intel Atom Silvermont CPU.
Benjamin Kramer
2013-08-30
2
-0
/
+14
*
Fixup BZHI selection to remove an unneeded zero extension.
Craig Topper
2013-08-30
2
-13
/
+15
*
Remove unused X86andn_flag node.
Craig Topper
2013-08-30
1
-1
/
+0
*
Teach X86 backend to create BMI2 BZHI instructions from (and X, (add (shl 1, ...
Craig Topper
2013-08-30
3
-21
/
+64
*
Revert "ARM: Improve pattern for isel mul of vector by scalar."
Michael Gottesman
2013-08-30
1
-11
/
+0
*
mi-sched: update PressureDiffs on-the-fly for liveness.
Andrew Trick
2013-08-30
3
-29
/
+85
*
Replace LiveInterval::killedAt with isKilledAtInstr.
Andrew Trick
2013-08-30
2
-4
/
+4
*
mi-sched: improve the generic register pressure comparison.
Andrew Trick
2013-08-30
1
-14
/
+12
*
mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...
Andrew Trick
2013-08-30
5
-72
/
+270
*
[PowerPC] Handle selection of compare instructions in fast-isel.
Bill Schmidt
2013-08-30
1
-0
/
+18
*
Remove bogus debug statement. Sheesh.
Bill Schmidt
2013-08-30
1
-4
/
+2
*
[PowerPC] Add loads, stores, and related things to fast-isel.
Bill Schmidt
2013-08-30
3
-7
/
+776
*
comment typo
Andrew Trick
2013-08-30
1
-1
/
+1
*
Random cleanup: No need to use a std::vector here, since createInternalizePas...
Bill Wendling
2013-08-30
1
-5
/
+4
*
Don't bother emitting the pubtypes section on darwin since there aren't
Eric Christopher
2013-08-30
1
-7
/
+3
*
Reformat slightly.
Eric Christopher
2013-08-30
1
-4
/
+4
*
Change default # of digits for APFloat::toString
Eli Friedman
2013-08-29
1
-5
/
+8
*
DIBuilder: retain a type when created with a unique identifier.
Manman Ren
2013-08-29
1
-3
/
+23
*
ARM: Improve pattern for isel mul of vector by scalar.
Jim Grosbach
2013-08-29
1
-0
/
+11
*
Clean up some usage of Triple. The base class has methods for determining if...
Cameron Esfahani
2013-08-29
7
-14
/
+11
*
Comment and revise the cyclic critical path code.
Andrew Trick
2013-08-29
2
-72
/
+116
*
isCharInSet refactoring.
Alexander Kornienko
2013-08-29
1
-5
/
+8
*
AVX-512: added extend and truncate instructions.
Elena Demikhovsky
2013-08-29
4
-29
/
+245
*
Revert: r189565 - Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
3
-31
/
+5
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
3
-5
/
+31
*
Use TargetSubtargetInfo::useAA() in DAGCombine
Hal Finkel
2013-08-29
1
-3
/
+10
*
Add useAA() to TargetSubtargetInfo
Hal Finkel
2013-08-29
2
-13
/
+23
*
The darwin integrated assembler for X86 in 64-bit mode is not rejecting
Kevin Enderby
2013-08-29
1
-1
/
+6
[next]