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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
313
-1258
/
+1350
*
[CodeGenPrepare] Generalize inserted set from truncs to any inst.
Ahmed Bougacha
2015-06-17
2
-21
/
+44
*
[Hexagon] Adding a number of other tests for min/max instructions and loading...
Colin LeMahieu
2015-06-17
19
-2
/
+327
*
Move IsUsedInReloc from MCSymbolELF to MCSymbol.
Rafael Espindola
2015-06-17
7
-38
/
+14
*
LowerBitSets: Do not assign names to aliases of unnamed bitset element objects.
Peter Collingbourne
2015-06-17
2
-4
/
+4
*
Allow aliases to be unnamed.
Rafael Espindola
2015-06-17
4
-8
/
+22
*
Use a range loop. NFC.
Rafael Espindola
2015-06-17
1
-16
/
+11
*
[Hexagon] Adding some compare tests, fixing existing XFAILed tests, and remov...
Colin LeMahieu
2015-06-17
9
-8
/
+331
*
fix typos in comments; NFC
Sanjay Patel
2015-06-17
1
-2
/
+2
*
Add documentation for new backedge mass propagation in irregular loops.
Diego Novillo
2015-06-17
4
-87
/
+17
*
Use named temporaries for directional labels.
Rafael Espindola
2015-06-17
3
-12
/
+17
*
[ArchiveWriter] Use EndianStream. No functional change intended.
Benjamin Kramer
2015-06-17
1
-9
/
+4
*
[MC/Dwarf] Encode DW_CFA_advance_loc in target endianess.
Benjamin Kramer
2015-06-17
2
-9
/
+76
*
[mips] [IAS] Add support for expanding LASym with a source register operand.
Toma Tabacu
2015-06-17
2
-12
/
+25
*
Tweak wording of alignment static_assert messages.
James Y Knight
2015-06-17
4
-14
/
+16
*
[mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.
Toma Tabacu
2015-06-17
5
-0
/
+556
*
[mips] [IAS] Fix LA with relative label operands.
Toma Tabacu
2015-06-17
2
-12
/
+14
*
[mips] [IAS] Add test for SW with relative label operands. NFC.
Toma Tabacu
2015-06-17
1
-0
/
+5
*
Remove empty directories left after r239657
Alexander Kornienko
2015-06-17
0
-0
/
+0
*
[mips] [IAS] Fix LW with relative label operands.
Toma Tabacu
2015-06-17
2
-21
/
+14
*
AVX-512: cvtusi2ss/d intrinsics.
Igor Breger
2015-06-17
5
-50
/
+165
*
[PM/AA] Suffix lots of member variables that directly use enumeration
Chandler Carruth
2015-06-17
1
-48
/
+72
*
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
Chandler Carruth
2015-06-17
12
-79
/
+81
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
35
-303
/
+285
*
[PM/AA] Split the location computation out of getArgLocation so the
Chandler Carruth
2015-06-17
6
-98
/
+133
*
Revert "AArch64: Use CMP;CCMP sequences for and/or/setcc trees."
Matthias Braun
2015-06-17
5
-295
/
+72
*
Try to fix the MSVC build.
Rafael Espindola
2015-06-17
1
-1
/
+1
*
[Hexagon] Adding MC ELF streamer and updating addend relocation test which sh...
Colin LeMahieu
2015-06-17
8
-5
/
+308
*
Fix alignment issues in LLVM.
James Y Knight
2015-06-17
6
-9
/
+59
*
Handle forward referenced function when streaming bitcode.
Rafael Espindola
2015-06-17
2
-24
/
+80
*
Handle MaterializeAll in getLazyBitcodeModuleImpl. NFC.
Rafael Espindola
2015-06-17
1
-15
/
+11
*
Use std::unique_ptr to manage the DataStreamer in bitcode parsing.
Rafael Espindola
2015-06-16
8
-48
/
+55
*
Rename and improve emitSectionOffset.
Rafael Espindola
2015-06-16
5
-34
/
+25
*
Refactor RecurrenceInstDesc
Tyler Nowicki
2015-06-16
3
-95
/
+87
*
Add some tests based on PR21711
Sanjay Patel
2015-06-16
1
-0
/
+61
*
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
Rafael Espindola
2015-06-16
8
-44
/
+42
*
[llvm-readobj] Print MIPS .reginfo section content
Simon Atanasyan
2015-06-16
5
-0
/
+45
*
[X86][SSE] Vectorize v2i32 to v2f64 conversions
Simon Pilgrim
2015-06-16
6
-73
/
+42
*
rename variables; NFC
Sanjay Patel
2015-06-16
1
-13
/
+13
*
Reapply 239795 - [InstCombine] Propagate non-null facts to call parameters
Philip Reames
2015-06-16
5
-3
/
+25
*
extract some code into a helper function for MergeConsecutiveStores(); NFCI
Sanjay Patel
2015-06-16
1
-43
/
+57
*
Improve handling of end of file in the bitcode reader.
Rafael Espindola
2015-06-16
3
-42
/
+12
*
Fix PR 23525 - Separate header mass propagation in irregular loops.
Diego Novillo
2015-06-16
4
-40
/
+173
*
[Statepoints] Test only change. Check that statepoint lowering didn't generat...
Igor Laevsky
2015-06-16
1
-0
/
+2
*
VirtRegMap: Add undef flag when reading undefined subregisters.
Matthias Braun
2015-06-16
1
-18
/
+63
*
TargetRegisterInfo: Make the concept of imprecise lane masks explicit
Matthias Braun
2015-06-16
2
-1
/
+15
*
[X86] Rename some frame lowering variables
Reid Kleckner
2015-06-16
1
-26
/
+28
*
Rename Reduction variables/structures to Recurrence.
Tyler Nowicki
2015-06-16
4
-137
/
+150
*
Have MachOObjectFile::isValidArch() accept armv7
Frederic Riss
2015-06-16
2
-0
/
+2
*
MIR Parser: Report an error when a machine function doesn't have a correspond...
Alex Lorenz
2015-06-16
2
-0
/
+22
[next]