index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
IR
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-26
Apply clang-tidy's modernize-loop-convert to most of lib/IR.
Benjamin Kramer
10
-70
/
+61
2016-06-25
The absence of noreturn doesn't ensure mayReturn
David Majnemer
1
-6
/
+0
2016-06-25
IR: Introduce llvm.type.checked.load intrinsic.
Peter Collingbourne
1
-1
/
+0
2016-06-24
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
2
-2
/
+27
2016-06-24
Linker: Copy metadata when linking declarations.
Peter Collingbourne
1
-0
/
+7
2016-06-24
Remangle intrinsics names when types are renamed
Artur Pilipenko
1
-0
/
+34
2016-06-24
NFC. Move verifyIntrinsicIsVarArg from verifier to Intrinsic::matchIntrinsicV...
Artur Pilipenko
2
-30
/
+22
2016-06-23
Revert r273568 "Remangle intrinsics names when types are renamed"
Hans Wennborg
1
-31
/
+0
2016-06-23
Remangle intrinsics names when types are renamed
Artur Pilipenko
1
-0
/
+31
2016-06-23
[AVX512] Remove masked unpack intrinsics and autoupgrade to vectorshuffle and...
Craig Topper
1
-0
/
+36
2016-06-22
IR: Introduce Module::global_objects().
Peter Collingbourne
1
-5
/
+2
2016-06-22
NFC. Move Verifier::verifyIntrinsicType to Intrinsics.h
Artur Pilipenko
2
-148
/
+142
2016-06-21
IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...
Peter Collingbourne
2
-10
/
+22
2016-06-21
[AVX512] Remove the masked vpcmpeq/vcmpgt intrinsics and autoupgrade them to ...
Craig Topper
1
-0
/
+30
2016-06-20
Remove interface to get/set MaxFunctionCount
Easwaran Raman
1
-12
/
+0
2016-06-20
Generalize DiagnosticInfoStackSize to support other limits
Matt Arsenault
1
-3
/
+7
2016-06-19
fix formatting, typo; NFC
Sanjay Patel
1
-53
/
+53
2016-06-18
[X86][SSE4A] Autoupgrade and remove MOVNTSD/MOVNTSS intrinsics
Simon Pilgrim
1
-0
/
+25
2016-06-17
[codeview] Add DIFlags for pointer to member representations
Reid Kleckner
2
-4
/
+14
2016-06-17
[Codegen] Change PICLevel.
Davide Italiano
1
-1
/
+1
2016-06-17
[PM] Run clang-format over various parts of the new pass manager code
Chandler Carruth
1
-1
/
+1
2016-06-17
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
3
-7
/
+13
2016-06-16
[x86] autoupgrade and remove AVX2 integer min/max intrinsics
Sanjay Patel
1
-4
/
+10
2016-06-16
[x86] autoupgrade and remove SSE2/SSE41 integer min/max intrinsics
Sanjay Patel
1
-0
/
+36
2016-06-15
[IR] [DAE] Copy comdats during DAE, and don't copy comdats in GlobalObject::c...
Justin Lebar
1
-1
/
+0
2016-06-15
fix comments; NFC
Sanjay Patel
1
-6
/
+3
2016-06-15
Add support for string attributes in the C API.
Amaury Sechet
4
-1
/
+63
2016-06-15
Add llvm_unreachable to silence a "not all control paths" false positive warn...
Aaron Ballman
1
-0
/
+1
2016-06-15
Add support for callsite in the new C API for attributes
Amaury Sechet
2
-0
/
+39
2016-06-14
Verifier: check that functions have at most a single !prof attachment.
Peter Collingbourne
1
-1
/
+6
2016-06-14
Remove unused import. NFC
Amaury Sechet
1
-1
/
+0
2016-06-14
Rename AttributeSetImpl::NumAttrs and AttributeSetImpl::getNumAttributes to r...
Amaury Sechet
2
-28
/
+30
2016-06-14
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
5
-11
/
+27
2016-06-14
Make sure attribute kind and attributes are named respectively Kind and Attr ...
Amaury Sechet
3
-48
/
+40
2016-06-13
[AVX512] Remove maksed pshufd, pshuflw, and phufhw intrinsics and autoupgrade...
Craig Topper
1
-3
/
+21
2016-06-13
[X86] Refactor some of the X86 autoupgrade code to split mask vector and sele...
Craig Topper
1
-74
/
+69
2016-06-12
Use 'auto' to avoid implicit copies.
Benjamin Kramer
1
-1
/
+1
2016-06-12
[Verifier] Simplify code. No functionality change intended.
Benjamin Kramer
1
-6
/
+2
2016-06-12
[X86] Remove sse2 pshufd/pshuflw/pshufhw intrinsics and upgrade them to shuff...
Craig Topper
1
-1
/
+31
2016-06-12
Change () to (void) in the C API.
Amaury Sechet
1
-1
/
+1
2016-06-12
Make sure we have a Add/Remove/Has function for various thing that can have a...
Amaury Sechet
3
-2
/
+77
2016-06-12
[X86] Pre-allocate some of the shuffle mask SmallVectors in the auto upgrade ...
Craig Topper
1
-20
/
+12
2016-06-12
[X86] Greatly simplify the llvm.x86.avx.vpermil.* auto-upgrade code. We can f...
Craig Topper
1
-36
/
+18
2016-06-12
[X86,IR] Make use of the CreateShuffleVector form that takes an ArrayRef<uint...
Craig Topper
1
-20
/
+19
2016-06-12
[IR] Require ArrayRef of 'uint32_t' instead of 'int' for the mask argument fo...
Craig Topper
2
-15
/
+11
2016-06-10
[STLExtras] Introduce and use llvm::count_if; NFC
Sanjoy Das
1
-1
/
+1
2016-06-09
[X86][AVX512] Dropped avx512 VPSLLDQ/VPSRLDQ intrinsics
Simon Pilgrim
1
-10
/
+14
2016-06-08
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
4
-10
/
+14
2016-06-08
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
1
-1
/
+1
2016-06-06
Verifier: Simplify and fix issue where we were not verifying unmaterialized f...
Peter Collingbourne
1
-15
/
+13
[next]