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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Only have codegen turn fdiv by a constant into fmul by the reciprocal
Duncan Sands
2012-04-08
1
-11
/
+4
*
Teach LLVM about a PIE option which, when enabled on top of PIC, makes
Chandler Carruth
2012-04-08
1
-0
/
+64
*
Teach InstCombine to nuke a common alloca pattern -- an alloca which has
Chandler Carruth
2012-04-08
1
-0
/
+44
*
AVX2: Build splat vectors by broadcasting a scalar from the constant pool.
Nadav Rotem
2012-04-08
2
-4
/
+38
*
Remove old 'grep' lines.
Bill Wendling
2012-04-08
1
-2
/
+0
*
FileCheckize these testcases.
Bill Wendling
2012-04-08
15
-48
/
+119
*
1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a new
Nadav Rotem
2012-04-07
6
-14
/
+41
*
Convert floating point division by a constant into multiplication by the
Duncan Sands
2012-04-07
2
-6
/
+38
*
Fix ValueTracking to conclude that debug intrinsics are safe to
Chandler Carruth
2012-04-07
1
-4
/
+44
*
SCEV: When expanding a GEP the final addition to the base pointer has NUW but...
Benjamin Kramer
2012-04-07
2
-5
/
+5
*
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
1
-0
/
+4
*
Add lines in global-address.ll to test N32 and N64 code generation.
Akira Hatanaka
2012-04-06
1
-0
/
+4
*
Allow negative immediates in ARM and Thumb2 compares.
Jakob Stoklund Olesen
2012-04-06
1
-0
/
+33
*
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
1
-0
/
+37
*
Tweak this test to ensure the inliner did indeed fire. Thanks to Richard
Chandler Carruth
2012-04-06
1
-0
/
+1
*
Test case for PR12413
Craig Topper
2012-04-06
1
-0
/
+15
*
Allow 256-bit shuffles to be split if a 128-bit lane contains elements from a...
Craig Topper
2012-04-06
1
-1
/
+2
*
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
1
-0
/
+37
*
ARM assembly aliases for add negative immediates using sub.
Jim Grosbach
2012-04-05
1
-0
/
+4
*
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
1
-2
/
+4
*
Don't break the IV update in TLI::SimplifySetCC().
Jakob Stoklund Olesen
2012-04-05
2
-8
/
+45
*
Fix accidentally inverted logic from r152803, and make the
Dan Gohman
2012-04-05
1
-0
/
+6
*
Added support for unpredictable ADC/SBC instructions on ARM, and also fixed s...
Silviu Baranga
2012-04-05
1
-0
/
+17
*
Added support for handling unpredictable arithmetic instructions on ARM.
Silviu Baranga
2012-04-05
2
-12
/
+7
*
An oversight when applying the patches for r150956 and r150957 to a vanilla t...
James Molloy
2012-04-05
2
-0
/
+76
*
ARM assembly aliases for two-operand V[R]SHR instructions.
Jim Grosbach
2012-04-05
1
-0
/
+70
*
ARM assembly parsing for 'msr' plain 'cpsr' operand.
Jim Grosbach
2012-04-05
1
-0
/
+2
*
Pass the right sign to TLI->isLegalICmpImmediate.
Jakob Stoklund Olesen
2012-04-05
1
-0
/
+4
*
Reapply 154038 without the failing test.
Akira Hatanaka
2012-04-04
2
-15
/
+15
*
Revert r154038. It was causing make check failures.
Owen Anderson
2012-04-04
3
-61
/
+15
*
Fix LowerGlobalAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
3
-15
/
+61
*
Fix LowerConstantPool to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
1
-5
/
+18
*
Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.
Jakob Stoklund Olesen
2012-04-04
3
-2
/
+65
*
Fix LowerBlockAddress to produce instructions with the correct relocation
Akira Hatanaka
2012-04-04
1
-10
/
+30
*
Add testcase for r154007, when a function has the optsize attribute,
Hongbin Zheng
2012-04-04
1
-0
/
+35
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-0
/
+15
*
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
172
-0
/
+1496
*
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...
Pete Cooper
2012-04-03
1
-0
/
+8
*
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
1
-0
/
+47
*
Add an additional testcase which checks ops with multiple users.
Nadav Rotem
2012-04-03
1
-0
/
+12
*
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
2
-0
/
+780
*
Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...
Akira Hatanaka
2012-04-03
8
-0
/
+0
*
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
8
-2042
/
+0
*
MIPS disassembler support.
Akira Hatanaka
2012-04-03
8
-0
/
+2042
*
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2012-04-02
5
-15
/
+36
*
During two-address lowering, rescheduling an instruction does not untie
Lang Hames
2012-04-02
1
-0
/
+24
[prev]
[next]