index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach InstCombine to nuke a common alloca pattern -- an alloca which has
Chandler Carruth
2012-04-08
2
-1
/
+114
*
AVX2: Build splat vectors by broadcasting a scalar from the constant pool.
Nadav Rotem
2012-04-08
3
-32
/
+106
*
Remove old 'grep' lines.
Bill Wendling
2012-04-08
1
-2
/
+0
*
Formatting changes. Don't put spaces in front of some code, which only makes ...
Bill Wendling
2012-04-08
1
-70
/
+68
*
FileCheckize these testcases.
Bill Wendling
2012-04-08
15
-48
/
+119
*
Remove the 'Parent' pointer from the MDNodeOperand class.
Bill Wendling
2012-04-08
1
-11
/
+26
*
Allow subclasses of the ValueHandleBase to store information as part of the
Bill Wendling
2012-04-08
2
-29
/
+40
*
Turn avx2 vinserti128 intrinsic calls into INSERT_SUBVECTOR DAG nodes and rem...
Craig Topper
2012-04-07
2
-6
/
+6
*
Move vinsertf128 patterns near the instruction definitions. Add AddedComplexi...
Craig Topper
2012-04-07
1
-42
/
+41
*
Remove 'else' after 'if' that ends in return.
Craig Topper
2012-04-07
1
-1
/
+1
*
1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a new
Nadav Rotem
2012-04-07
7
-26
/
+55
*
Convert floating point division by a constant into multiplication by the
Duncan Sands
2012-04-07
3
-6
/
+51
*
Perform partial SROA on the helper hashing structure. I really wish the
Chandler Carruth
2012-04-07
1
-42
/
+48
*
Fix ValueTracking to conclude that debug intrinsics are safe to
Chandler Carruth
2012-04-07
2
-4
/
+52
*
SCEV: When expanding a GEP the final addition to the base pointer has NUW but...
Benjamin Kramer
2012-04-07
3
-6
/
+6
*
Fix Thumb __builtin_longjmp with integrated assembler. <rdar://problem/11203543>
Bob Wilson
2012-04-07
1
-2
/
+2
*
Refactor: Use positive field names in VectorizeConfig.
Hongbin Zheng
2012-04-07
2
-25
/
+27
*
Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.
NAKAMURA Takumi
2012-04-07
2
-0
/
+4
*
Make the test for r154235 more platform-independent with a shorter
Sean Hunt
2012-04-07
1
-1
/
+1
*
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-07
4
-4
/
+19
*
Tidy up. 80 columns.
Jim Grosbach
2012-04-06
5
-5
/
+9
*
ARMPat is equivalent to Requires<[IsARM]>.
Jakob Stoklund Olesen
2012-04-06
1
-3
/
+2
*
Eliminate iOS-specific tail call instructions.
Jakob Stoklund Olesen
2012-04-06
3
-75
/
+27
*
Add lines in global-address.ll to test N32 and N64 code generation.
Akira Hatanaka
2012-04-06
1
-0
/
+4
*
There is no portable std::abs overload for int64_t, use the llvm::abs64
Chandler Carruth
2012-04-06
1
-2
/
+2
*
Fixed two leaks in the MC disassembler. The MC
Sean Callanan
2012-04-06
2
-1
/
+13
*
Allow negative immediates in ARM and Thumb2 compares.
Jakob Stoklund Olesen
2012-04-06
2
-2
/
+37
*
Reintroduce InlineCostAnalyzer::getInlineCost() variant with explicit callee
David Chisnall
2012-04-06
2
-1
/
+13
*
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
2
-7
/
+46
*
Tweak this test to ensure the inliner did indeed fire. Thanks to Richard
Chandler Carruth
2012-04-06
1
-0
/
+1
*
Make GVN's propagateEquality non-recursive. No intended functionality change.
Duncan Sands
2012-04-06
1
-98
/
+105
*
Test case for PR12413
Craig Topper
2012-04-06
1
-0
/
+15
*
Fix narrowing conversion.
Benjamin Kramer
2012-04-06
1
-1
/
+1
*
DenseMap: Perform the pod-like object optimization when the value type is POD...
Benjamin Kramer
2012-04-06
4
-30
/
+26
*
Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...
Craig Topper
2012-04-06
2
-73
/
+57
*
Add the tests that were supposed to go with r153935 that I forgot svn add
Craig Topper
2012-04-06
2
-0
/
+73
*
Actually finish this sentence in the comment the way I intended. Thanks
Chandler Carruth
2012-04-06
1
-1
/
+1
*
Sink the return instruction collection until after we're done deleting
Chandler Carruth
2012-04-06
2
-7
/
+46
*
Deduplicate ARM call-related instructions.
Jakob Stoklund Olesen
2012-04-06
6
-145
/
+24
*
ARM: Don't form a t2LDRi8 or t2STRi8 with an offset of zero.
Jim Grosbach
2012-04-05
1
-0
/
+8
*
Fix the build breakage introduced by r154131.
Kaelyn Uhrain
2012-04-05
1
-19
/
+3
*
Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to be
Kaelyn Uhrain
2012-04-05
1
-7
/
+7
*
The internalize pass can be dangerous for LTO.
Bill Wendling
2012-04-05
1
-2
/
+13
*
ARM assembly aliases for add negative immediates using sub.
Jim Grosbach
2012-04-05
4
-5
/
+76
*
Reapply test case in 154038, this time with triple to prevent the backend
Akira Hatanaka
2012-04-05
1
-0
/
+42
*
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-05
2
-4
/
+9
*
Don't break the IV update in TLI::SimplifySetCC().
Jakob Stoklund Olesen
2012-04-05
3
-23
/
+72
*
Fix accidentally inverted logic from r152803, and make the
Dan Gohman
2012-04-05
2
-1
/
+7
*
Fix a problem in the target detection for Debian GNU/HURD
Sylvestre Ledru
2012-04-05
4
-0
/
+18
*
Fix a problem in the target detection for Debian GNU/kFreeBSD
Sylvestre Ledru
2012-04-05
4
-6
/
+6
[next]