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
*
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
1
-1
/
+1
*
Fix PR12000. Some vector operations may use scalar operands with types
Nadav Rotem
2012-02-14
1
-0
/
+13
*
Change error tests to coincide with message changes.
Bill Wendling
2012-02-14
3
-3
/
+3
*
[asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...
Kostya Serebryany
2012-02-14
1
-4
/
+17
*
Add simplifyLoopLatch to LoopRotate pass.
Andrew Trick
2012-02-14
1
-0
/
+39
*
Check against umin while converting fcmp into an icmp.
Devang Patel
2012-02-13
1
-0
/
+35
*
Just like in regular escape analysis, loads and stores through
Dan Gohman
2012-02-13
1
-0
/
+51
*
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
2
-0
/
+25
*
Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...
Nadav Rotem
2012-02-13
1
-0
/
+16
*
Revert accidental commit of a pruned testcase from r150360.
Craig Topper
2012-02-13
1
-0
/
+58
*
Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...
Craig Topper
2012-02-13
1
-58
/
+0
*
Fixed bug when custom lowering DEC64m on x86.
Pete Cooper
2012-02-13
1
-0
/
+24
*
This patch addresses the problem of poor code generation for the zext
Nadav Rotem
2012-02-12
2
-1
/
+14
*
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
10
-52
/
+134
*
[WIP] Initial code for module flags.
Bill Wendling
2012-02-11
12
-0
/
+110
*
Update BBVectorize to use aliasesUnknownInst.
Hal Finkel
2012-02-10
1
-0
/
+244
*
Fix PR11948: the result type of an icmp may be a vector of boolean -
Duncan Sands
2012-02-10
1
-0
/
+7
*
Revert commit 149912 (lattner) and add a testcase that shows the problem (which
Duncan Sands
2012-02-10
1
-0
/
+9
*
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
6
-6
/
+6
*
GlobalOpt: Be more aggressive about elminating side-effect free static dtors.
Benjamin Kramer
2012-02-09
1
-2
/
+4
*
Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...
James Molloy
2012-02-09
1
-0
/
+5
*
test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.
NAKAMURA Takumi
2012-02-09
1
-2
/
+2
*
Commit Andy Zhang's test for the lea patch.
Evan Cheng
2012-02-08
1
-0
/
+48
*
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...
Kostya Serebryany
2012-02-08
1
-0
/
+17
*
Fixed a bug in printing "cmp" pseudo ops.
Elena Demikhovsky
2012-02-08
1
-0
/
+68
*
[fast-isel] Add support for SUBs with non-legal types.
Chad Rosier
2012-02-08
1
-0
/
+38
*
Add comment to test case.
Chad Rosier
2012-02-08
1
-0
/
+2
*
[fast-isel] Add support for ORs with non-legal types.
Chad Rosier
2012-02-08
1
-0
/
+36
*
[fast-isel] Add support for indirect branches.
Chad Rosier
2012-02-07
1
-0
/
+17
*
Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.
Craig Topper
2012-02-07
3
-9
/
+27
*
[fast-isel] Add support for ADDs with non-legal types.
Chad Rosier
2012-02-06
1
-0
/
+40
*
The patch resolves the conflict between AddressSanitizer and load widening (G...
Kostya Serebryany
2012-02-06
1
-0
/
+43
*
The 'unwind' instruction is deprecated and will be removed, making this test
Bill Wendling
2012-02-06
1
-6
/
+0
*
Teach GlobalOpt to handle atomic accesses to globals.
Nick Lewycky
2012-02-05
1
-0
/
+10
*
Testcase for commit 149833 (use of an uninitialized variable noticed
Duncan Sands
2012-02-05
1
-0
/
+6
*
Reduce the number of dom queries made by GVN's conditional propagation
Duncan Sands
2012-02-05
1
-19
/
+0
*
Testing vector code without sse doesn't make much sense.
Benjamin Kramer
2012-02-05
1
-1
/
+1
*
Add a test for the miscompilation my recent ConstantDataArray patches introdu...
Chris Lattner
2012-02-05
1
-0
/
+13
*
Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...
Craig Topper
2012-02-05
1
-90
/
+0
*
Boost the effective chain depth of loads and stores.
Hal Finkel
2012-02-04
1
-0
/
+22
*
[fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.
Chad Rosier
2012-02-04
1
-0
/
+44
*
[fast-isel] Add support for FPToUI. Also add test cases for FPToSI.
Chad Rosier
2012-02-03
1
-0
/
+52
*
[fast-isel] Add support for selecting UIToFP.
Chad Rosier
2012-02-03
1
-0
/
+94
*
The type-legalizer often scalarizes code. One of the common patterns is extra...
Nadav Rotem
2012-02-03
2
-1
/
+9
*
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
Akira Hatanaka
2012-02-03
1
-1
/
+21
*
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
Dan Gohman
2012-02-03
1
-0
/
+77
*
Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."
Jim Grosbach
2012-02-03
2
-0
/
+37
*
Unix line endings
Matt Beaumont-Gay
2012-02-02
2
-33
/
+33
*
Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....
NAKAMURA Takumi
2012-02-02
1
-0
/
+0
*
Optimization for SIGN_EXTEND operation on AVX.
Elena Demikhovsky
2012-02-02
1
-0
/
+17
[next]