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
...
*
Testcase for llvm-gcc 64510.
Dale Johannesen
2009-02-14
1
-0
/
+13
*
Teach x86 target -soft-float.
Evan Cheng
2009-02-13
1
-0
/
+27
*
Mark strto* as readonly when the endptr is null.
Nick Lewycky
2009-02-13
1
-4
/
+5
*
On strtod and friends, mark 'endptr' nocapture in the function prototype, and
Nick Lewycky
2009-02-13
1
-0
/
+13
*
Reapply r64300:
Nick Lewycky
2009-02-13
1
-2
/
+2
*
BasicAA was making the assumption that a local allocation which hadn't escaped
Nick Lewycky
2009-02-13
1
-0
/
+196
*
Fix the code that checked if a SCEVAddRecExpr Start contains an
Dan Gohman
2009-02-13
1
-0
/
+292
*
Fix LSR's IV sorting function to explicitly sort by bitwidth
Dan Gohman
2009-02-13
1
-0
/
+22
*
Teach IndVarSimplify to optimize code using the C "int" type for
Dan Gohman
2009-02-12
1
-0
/
+62
*
Add suppport for ConstantExprs of shufflevectors whose result type is not equ...
Nate Begeman
2009-02-12
1
-0
/
+14
*
Arrange to print constants that match "n" and "i" constraints
Dale Johannesen
2009-02-12
1
-0
/
+18
*
fix the X86 backend to just drop llvm.declare nodes for VLAs instead of
Chris Lattner
2009-02-12
1
-0
/
+76
*
add PR
Chris Lattner
2009-02-12
1
-0
/
+1
*
It's (currently) not safe to keep certain physical registers live across basi...
Evan Cheng
2009-02-12
1
-0
/
+28
*
Replace one of burr scheduling heuristic with something more sensible. Now ca...
Evan Cheng
2009-02-12
2
-1
/
+2
*
Fix a nasty bug (PR3550) where the inline pass could incorrectly mark
Chris Lattner
2009-02-12
1
-0
/
+35
*
fix PR3537: if resetting bbi back to the start of a block, we need to
Chris Lattner
2009-02-12
1
-0
/
+35
*
rename test to avoid messing with tab completion of dates.
Chris Lattner
2009-02-12
1
-0
/
+0
*
Remove a bogus assertion. It's possible a live-in available value is used by ...
Evan Cheng
2009-02-11
1
-0
/
+49
*
Don't use special heuristics for nodes with no data predecessors
Dan Gohman
2009-02-11
4
-25
/
+26
*
Update to match space changes in .ll
Daniel Dunbar
2009-02-11
1
-2
/
+2
*
Make a transformation added in 63266 a bit less aggressive.
Dale Johannesen
2009-02-11
1
-0
/
+70
*
Revert r64300 and r64301. These were causing the following errors respectively:
Bill Wendling
2009-02-11
1
-0
/
+1
*
Make sure the SCC pass manager initializes any contained
Duncan Sands
2009-02-11
1
-0
/
+12
*
Implement PR3495: local spiller optimization. The local spiller can now keep ...
Evan Cheng
2009-02-11
1
-0
/
+78
*
If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...
Devang Patel
2009-02-11
1
-0
/
+1
*
Ignore dbg intrinsic while folding unconditional branch.
Devang Patel
2009-02-10
1
-0
/
+70
*
Handle llvm.x86.sse2.maskmov.dqu in 64-bit.
Evan Cheng
2009-02-10
1
-0
/
+11
*
This is now done using a real i33, rather than
Duncan Sands
2009-02-10
1
-1
/
+1
*
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
[prev]
[next]