index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-10
Cleaning up LLVM IR mode for Emacs.
Rafael Espindola
1
-78
/
+19
2015-09-10
AVX512: Implemented encoding and intrinsics for
Igor Breger
12
-89
/
+1145
2015-09-10
Silencing C4141 warnings that were introduced en masse because __forceinline ...
Aaron Ballman
1
-0
/
+1
2015-09-10
[FileCheck] Use range-based for loops. NFC.
Benjamin Kramer
1
-26
/
+14
2015-09-10
There is a trunc(lshr (zext A), Cst) optimization in InstCombineCasts that
Jakub Kuderski
2
-0
/
+68
2015-09-10
[ADT] Rewrite the StringRef::find implementation to be simpler, clearer,
Chandler Carruth
1
-16
/
+23
2015-09-10
[DAGCombine] Truncate BUILD_VECTOR operators if necessary when constant foldi...
Silviu Baranga
2
-11
/
+37
2015-09-10
Enable GlobalsAA by default
James Molloy
1
-1
/
+1
2015-09-10
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
14
-0
/
+28
2015-09-10
[ADT] Force inline several super boring and unusually hot methods on
Chandler Carruth
1
-0
/
+7
2015-09-10
[ADT] Micro-optimize and force inlining for string switches.
Chandler Carruth
1
-5
/
+45
2015-09-10
[ARM] Do not use vtrn for vectorshuffle if the order is reversed
James Molloy
4
-4
/
+63
2015-09-10
[ADT] Apply a large hammer to StringRef functions: attribute always_inline.
Chandler Carruth
1
-0
/
+20
2015-09-10
[Support] Fix the always_inline attribute macro to not include the
Chandler Carruth
1
-1
/
+1
2015-09-10
[ADT] Micro-optimize the Triple constructor by doing a single split and
Chandler Carruth
1
-8
/
+21
2015-09-10
[ADT] Fix a confusing interface spec and some annoying peculiarities
Chandler Carruth
3
-33
/
+93
2015-09-10
GlobalsAAResult(&&): Move every members.
NAKAMURA Takumi
1
-1
/
+6
2015-09-10
Added isUndef() interface for SDNode
Elena Demikhovsky
1
-0
/
+7
2015-09-10
[ADT] Switch a bunch of places in LLVM that were doing single-character
Chandler Carruth
9
-16
/
+16
2015-09-10
[ADT] Add a single-character version of the small vector split routine
Chandler Carruth
4
-1
/
+43
2015-09-10
Add a way to skip the Go bindings tests even when Go is configured in
Chandler Carruth
4
-0
/
+6
2015-09-10
[ScalarEvolution] Fix PR24757.
Sanjoy Das
2
-2
/
+77
2015-09-10
[LPM] Simplify this code and fix a compile error for compilers that
Chandler Carruth
1
-3
/
+1
2015-09-10
[LPM] Use a map from analysis ID to immutable passes in the legacy pass
Chandler Carruth
2
-22
/
+28
2015-09-10
Enable the shrink wrapping optimization for PPC64.
Kit Barton
4
-77
/
+645
2015-09-10
[AArch64] Match FI+offset in STNP addressing mode.
Ahmed Bougacha
3
-6
/
+28
2015-09-10
[MC] Convert all the remaining tests from macho-dump to llvm-readobj.
Davide Italiano
37
-4561
/
+5023
2015-09-10
[AArch64] Match base+offset in STNP addressing mode.
Ahmed Bougacha
2
-14
/
+181
2015-09-10
Makes EmitRecord() accepting ArrayRef and raw array (NFC)
Mehdi Amini
1
-5
/
+5
2015-09-10
[AArch64] Support selecting STNP.
Ahmed Bougacha
4
-0
/
+270
2015-09-10
AMDGPU/SI: Fix more cases of losing exec operands
Matt Arsenault
3
-16
/
+12
2015-09-10
AMDGPU/SI: Fix creating v_mov_b32s without exec uses
Matt Arsenault
1
-2
/
+14
2015-09-10
Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
9
-94
/
+95
2015-09-10
[CodeGen] Make x86 nontemporal store patfrags generic. NFC.
Ahmed Bougacha
2
-19
/
+18
2015-09-10
[RewriteStatepointsForGC] Minor refactor to use shared implementation [NFC]
Philip Reames
1
-8
/
+1
2015-09-10
[RewriteStatepointsForGC] Strengthen a confusingly weak assertion [NFC]
Philip Reames
1
-3
/
+3
2015-09-10
[RewriteStatepointsForGC] One last bit of naming [NFCI]
Philip Reames
1
-7
/
+7
2015-09-10
[WinEH] Add codegen support for cleanuppad and cleanupret
Reid Kleckner
13
-70
/
+129
2015-09-10
[RewriteStatepointsForGC] Further style/naming fixup [NFCI]
Philip Reames
1
-26
/
+26
2015-09-10
Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg
9
-95
/
+94
2015-09-10
Bitcode Writer: EmitRecordWith* takes an ArrayRef instead of a SmallVector (NFC)
Mehdi Amini
1
-21
/
+22
2015-09-10
Add makeArrayRef() overload for ArrayRef input (no-op/identity) NFC
Mehdi Amini
2
-0
/
+26
2015-09-10
[RewriteStatepointsForGC] More naming cleanup [NFCI]
Philip Reames
1
-6
/
+6
2015-09-09
[RewriteStatepointsForGC] Code cleanup [NFC]
Philip Reames
1
-25
/
+26
2015-09-09
[RewriteStatepointsForGC] Extend base pointer inference to handle insertelement
Philip Reames
2
-59
/
+144
2015-09-09
[RewriteStatepointsForGC] Make base pointer inference deterministic
Philip Reames
1
-44
/
+35
2015-09-09
LowerBitSets: Fix non-determinism bug.
Peter Collingbourne
3
-11
/
+29
2015-09-09
[SEH] Emit 32-bit SEH tables for the new EH IR
Reid Kleckner
9
-103
/
+522
2015-09-09
[WebAssembly] Update target datalayout strings.
Dan Gohman
10
-10
/
+10
2015-09-09
Change EmitRecordWithAbbrevImpl to take Optional record code. NFC.
Teresa Johnson
1
-15
/
+30
[prev]
[next]