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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.
Rafael Espindola
2014-02-18
1
-3
/
+3
*
[mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it.
Daniel Sanders
2014-02-18
2
-0
/
+19
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
14
-31
/
+31
*
SCEVExpander: Try hard not to create derived induction variables in other loops
Arnold Schwaighofer
2014-02-16
1
-1
/
+3
*
Revert "SCEVExpander: Try hard not to create derived induction variables in o...
Arnold Schwaighofer
2014-02-15
1
-3
/
+1
*
SCEVExpander: Try hard not to create derived induction variables in other loops
Arnold Schwaighofer
2014-02-15
1
-1
/
+3
*
Remove unnecessary typename introduced in r201440.
David Blaikie
2014-02-15
1
-6
/
+6
*
Hopefully fix the build with gcc.
Rafael Espindola
2014-02-14
1
-5
/
+4
*
Add extern template instantiations of llvm::Calculate.
Rafael Espindola
2014-02-14
1
-0
/
+11
*
Remove unused #include
Eli Bendersky
2014-02-14
1
-1
/
+0
*
Don't build DFSan functionality for Android.
Stephen Hines
2014-02-13
1
-2
/
+2
*
Check that GlobalAliases don't have section or alignment.
Rafael Espindola
2014-02-13
1
-2
/
+6
*
SCCIterator: Merge MinVisitNumStack and VisitStack
Duncan P. N. Exon Smith
2014-02-13
1
-23
/
+38
*
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...
Daniel Sanders
2014-02-13
3
-0
/
+25
*
Remove dead code.
Rafael Espindola
2014-02-13
1
-8
/
+0
*
[Vectorizer] Add a new 'OperandValueKind' in TargetTransformInfo called
Andrea Di Biagio
2014-02-12
1
-3
/
+4
*
[Stackmaps] Fix the ID type to be i64 also for stackmaps (as we claim in the ...
Juergen Ributzka
2014-02-12
1
-2
/
+2
*
Extend RTDyld API to enable optionally precomputing the total amount of memory
Lang Hames
2014-02-12
1
-0
/
+14
*
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...
Daniel Sanders
2014-02-12
1
-16
/
+0
*
Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...
Daniel Sanders
2014-02-12
1
-0
/
+16
*
Remove unneeded include
Matt Arsenault
2014-02-12
1
-1
/
+0
*
ScalarEvolution: Analyze trip count of loops with a switch guarding the exit.
Benjamin Kramer
2014-02-11
1
-0
/
+7
*
Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
Dmitri Gribenko
2014-02-11
1
-11
/
+1
*
Changed attributes of all gather intrinsics from IntrReadMem to IntrReadArgMe...
Craig Topper
2014-02-11
1
-25
/
+25
*
[Stackmaps] Cleanup code. No functional change intended.
Juergen Ributzka
2014-02-10
1
-1
/
+1
*
LTO API: add lto_module_create_from_memory_with_path.
Manman Ren
2014-02-10
2
-4
/
+16
*
Mark the methods in the Mangler const.
Rafael Espindola
2014-02-10
1
-6
/
+7
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
4
-42
/
+42
*
ARM: use natural LLVM IR for vshll instructions
Tim Northover
2014-02-10
1
-2
/
+0
*
Make succ_iterator a real random access iterator and clean up a couple of users.
Benjamin Kramer
2014-02-10
1
-17
/
+35
*
ARM: use LLVM IR to represent the vshrn operation
Tim Northover
2014-02-10
1
-1
/
+0
*
[mips][msa] Add DLSA instruction.
Matheus Almeida
2014-02-10
1
-0
/
+6
*
MCParser: add a single token lookahead
Saleem Abdulrasool
2014-02-09
2
-0
/
+5
*
Use a consistent argument order in TargetLoweringObjectFile.
Rafael Espindola
2014-02-09
2
-14
/
+15
*
Pass the Mangler by reference.
Rafael Espindola
2014-02-08
2
-26
/
+25
*
Add LLVM_OVERRIDE to a few declarations.
Rafael Espindola
2014-02-08
1
-52
/
+58
*
Comment cleanup. Don't repeat the function name in the comment.
Rafael Espindola
2014-02-07
1
-18
/
+16
*
Comment cleanup. Don't repeat the function name in the comment.
Rafael Espindola
2014-02-07
1
-29
/
+26
*
Remove training whitespace.
Rafael Espindola
2014-02-07
1
-12
/
+12
*
LLVM-1163: AAPCS-VFP violation when CPRC allocated to stack
Oliver Stannard
2014-02-07
2
-5
/
+18
*
X86: Resolve a long standing FIXME and properly isel pextr[bw].
Jim Grosbach
2014-02-07
1
-0
/
+6
*
Remove const_cast for STI when parsing inline asm
David Peixotto
2014-02-06
1
-1
/
+1
*
[PM] Fix horrible typos that somehow didn't cause a failure in a C++11
Chandler Carruth
2014-02-06
1
-1
/
+1
*
[PM] Add a new "lazy" call graph analysis pass for the new pass manager.
Chandler Carruth
2014-02-06
1
-0
/
+337
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
2
-0
/
+15
*
Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
2014-02-05
1
-8
/
+10
*
Fix layering StringRef copy using BumpPtrAllocator.
Nick Kledzik
2014-02-05
3
-36
/
+16
*
[PM] Don't require analysis results to be const in the new pass manager.
Chandler Carruth
2014-02-05
1
-11
/
+11
*
Remove support for not using .loc directives.
Rafael Espindola
2014-02-05
4
-22
/
+8
*
Revert "Fix an invalid check for duplicate option categories."
Rafael Espindola
2014-02-05
1
-2
/
+2
[next]