index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR3457: Ignore control successors when looking for closest scheduled succ...
Evan Cheng
2009-02-10
3
-2
/
+23
*
Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin...
Devang Patel
2009-02-10
1
-0
/
+86
*
Enable scalar replacement of AllocaInst whose one of the user is dbg info.
Devang Patel
2009-02-10
1
-0
/
+105
*
Implement FpSET_ST1_*.
Evan Cheng
2009-02-09
1
-0
/
+7
*
Fix PR 3471, and some cleanups.
Dale Johannesen
2009-02-09
1
-0
/
+33
*
Make sure constant subscript is truncated to ptr size if it may not fit.
Evan Cheng
2009-02-09
1
-0
/
+10
*
Testcase for PR2437.
Duncan Sands
2009-02-09
1
-0
/
+32
*
Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...
Evan Cheng
2009-02-09
3
-3
/
+3
*
Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if...
Bill Wendling
2009-02-08
1
-0
/
+0
*
The 'false.c' test must depend on llvm-g++.
Mikhail Glushenkov
2009-02-08
2
-11
/
+26
*
Fix PR3486. Fix a bug in code that manually patch physical register live inte...
Evan Cheng
2009-02-08
1
-0
/
+22
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...
Evan Cheng
2009-02-08
1
-0
/
+491
*
Revert r63999. It was breaking self-hosting builds.
Bill Wendling
2009-02-08
2
-2
/
+2
*
testcase for r64049 of llvm-gcc.
Chris Lattner
2009-02-07
1
-0
/
+7
*
Instrcombine should not change load(cast p) to cast(load p) if the cast
Mon P Wang
2009-02-07
1
-0
/
+19
*
Enable machine sinking pass in non-fast mode.
Evan Cheng
2009-02-07
2
-2
/
+2
*
Ignore DbgInfoIntrinsics.
Devang Patel
2009-02-06
1
-0
/
+71
*
fix PR3489, use bits instead of bytes.
Chris Lattner
2009-02-06
1
-0
/
+20
*
Fix test. It produces unexpected code if sse4.1 is on.
Evan Cheng
2009-02-06
1
-3
/
+3
*
Ignore dbg intrinsics while propagating conditional expression info. Take 2.
Devang Patel
2009-02-05
1
-0
/
+45
*
isAsCheapAsMove instructions can have register src operands. Check if they ar...
Evan Cheng
2009-02-05
1
-0
/
+12
*
Revert rev. 63876. It is causing llvm-gcc bootstrap failure.
Devang Patel
2009-02-05
1
-45
/
+0
*
Remove dead blocks in the end.
Devang Patel
2009-02-05
1
-0
/
+1
*
Ignore dbg intrinsics while propagating conditional expression info.
Devang Patel
2009-02-05
1
-0
/
+45
*
testcase for rdar://6551276 and llvm-gcc r63873
Chris Lattner
2009-02-05
1
-0
/
+11
*
Turn on machine LICM in non-fast mode.
Evan Cheng
2009-02-05
2
-4
/
+4
*
if we have a large GEP offset on a 32-bit or other target, make
Chris Lattner
2009-02-05
1
-0
/
+9
*
Ignore dbg intrinsics while folding switch instruction.
Devang Patel
2009-02-05
1
-0
/
+58
*
Ignore dbg intrinsics.
Devang Patel
2009-02-04
1
-0
/
+122
*
Add test case for r63760.
Mon P Wang
2009-02-04
1
-0
/
+15
*
Remove now-incorrect test.
Nate Begeman
2009-02-04
1
-9
/
+0
*
Allow the inverse transform x86_fp80 -> i80 (also
Duncan Sands
2009-02-04
1
-0
/
+5
*
Fix PR3468: a crash when constant folding a bitcast of
Duncan Sands
2009-02-04
1
-0
/
+7
*
Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl...
Owen Anderson
2009-02-04
1
-0
/
+14
*
Fixes a case where we generate an incorrect mask for pshfhw in the presence
Mon P Wang
2009-02-04
1
-0
/
+23
*
While folding vallue comparison terminators ignore dbg intrinsics.
Devang Patel
2009-02-04
1
-0
/
+49
*
Ignore dbg intrinsics while hoisting common code in the two blocks up into th...
Devang Patel
2009-02-04
1
-0
/
+33
*
Do not let dbg intrinsic block folding of two entry phi node.
Devang Patel
2009-02-03
1
-0
/
+28
*
teach "convert from scalar" to handle loads of fca's.
Chris Lattner
2009-02-03
1
-0
/
+9
*
make scalar conversion handle stores of first class
Chris Lattner
2009-02-03
1
-0
/
+12
*
Make SROA produce a vector only when the alloca is actually
Chris Lattner
2009-02-03
1
-0
/
+19
*
this produces an undefined result, just check that the alloca is gone
Chris Lattner
2009-02-03
1
-1
/
+1
*
Fix PR3411. When replacing values, nodes are analyzed
Duncan Sands
2009-02-03
1
-0
/
+30
*
APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than ...
Evan Cheng
2009-02-03
1
-0
/
+19
*
add another case of undefined behavior without crashing, PR3466.
Chris Lattner
2009-02-03
1
-0
/
+9
*
Revert r63600. It didn't fix the bug, it just moved it a bit.
Nick Lewycky
2009-02-03
1
-32
/
+0
*
Update the callgraph when replacing InvokeInst with CallInst when inlining.
Nick Lewycky
2009-02-03
1
-0
/
+32
*
fix a bitcode reader bug where it can't handle extractelement correctly:
Chris Lattner
2009-02-03
1
-0
/
+8
*
Teach ConvertUsesToScalar to handle memset, allowing it to handle
Chris Lattner
2009-02-03
1
-0
/
+18
*
Delete these two tests. They are specific to x86-64, and there's no
Dan Gohman
2009-02-03
2
-42
/
+0
[next]