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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove 3 non-DebugLoc variants of getNode.
Dale Johannesen
2009-02-05
1
-14
/
+0
*
Remove dead blocks in the end.
Devang Patel
2009-02-05
1
-3
/
+14
*
Ignore dbg intrinsics while propagating conditional expression info.
Devang Patel
2009-02-05
3
-16
/
+19
*
Machine LICM increases register pressure and it almost always increase code s...
Evan Cheng
2009-02-05
1
-0
/
+4
*
Turn on machine LICM in non-fast mode.
Evan Cheng
2009-02-05
1
-5
/
+1
*
Teach machine licm to CSE hoisted instructions.
Evan Cheng
2009-02-05
1
-23
/
+88
*
ReMaterializeTrivialDef need to trim the live interval to the last kill if th...
Evan Cheng
2009-02-05
2
-79
/
+108
*
A few more isAsCheapAsAMove.
Evan Cheng
2009-02-05
4
-4
/
+8
*
if we have a large GEP offset on a 32-bit or other target, make
Chris Lattner
2009-02-05
1
-0
/
+6
*
Pre-alloc splitting needs to be more careful to avoid inserting spills/restores
Owen Anderson
2009-02-05
1
-22
/
+72
*
Fix a bug where we were not emitting a cvt rnd sat node for converting
Mon P Wang
2009-02-05
1
-2
/
+4
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
7
-17
/
+59
*
Get rid of 3 non-DebugLoc getNode variants.
Dale Johannesen
2009-02-05
4
-70
/
+65
*
Ignore dbg intrinsics while folding switch instruction.
Devang Patel
2009-02-05
1
-8
/
+19
*
Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.
Dale Johannesen
2009-02-05
6
-53
/
+42
*
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
13
-193
/
+250
*
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
7
-59
/
+17
*
Ignore dbg intrinsics.
Devang Patel
2009-02-04
1
-7
/
+29
*
80 column rule.
Stuart Hastings
2009-02-04
1
-1
/
+2
*
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
14
-368
/
+347
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
7
-17
/
+59
*
Avoids generating a legalization assert for the case where a vector type is l...
Mon P Wang
2009-02-04
1
-2
/
+10
*
Bill implemented this.
Chris Lattner
2009-02-04
1
-36
/
+0
*
add a note, this is why we're faster at SciMark-MonteCarlo with
Chris Lattner
2009-02-04
1
-0
/
+40
*
Skip over zero registers.
Evan Cheng
2009-02-04
1
-0
/
+2
*
allow main to have any integer type.
Chris Lattner
2009-02-04
1
-1
/
+1
*
Minor code cleanups; no functionality change.
Dan Gohman
2009-02-04
1
-10
/
+11
*
Since I'm obliged to work with a development OS that currently doesn't
Stuart Hastings
2009-02-04
1
-9
/
+56
*
Allow the inverse transform x86_fp80 -> i80 (also
Duncan Sands
2009-02-04
1
-9
/
+4
*
Fix PR3468: a crash when constant folding a bitcast of
Duncan Sands
2009-02-04
1
-6
/
+5
*
Don't call isInvariantLoad twice.
Evan Cheng
2009-02-04
1
-9
/
+2
*
Don't bother hoisting out a "cheap" instruction if all of its uses are PHIs. ...
Evan Cheng
2009-02-04
1
-10
/
+55
*
For now, only hoist re-materilizable instructions. LICM will increase registe...
Evan Cheng
2009-02-04
1
-2
/
+11
*
Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't
Nick Lewycky
2009-02-04
1
-496
/
+212
*
Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl...
Owen Anderson
2009-02-04
2
-0
/
+37
*
Remove non-DebugLoc forms of the exotic forms
Dale Johannesen
2009-02-04
5
-167
/
+91
*
Remove some more non-DebugLoc versions of construction
Dale Johannesen
2009-02-04
5
-104
/
+73
*
Check in file I forgot.
Dale Johannesen
2009-02-04
1
-3
/
+3
*
Remove a few non-DebugLoc versions of node creation
Dale Johannesen
2009-02-04
4
-151
/
+19
*
Fixes a case where we generate an incorrect mask for pshfhw in the presence
Mon P Wang
2009-02-04
1
-5
/
+6
*
While folding vallue comparison terminators ignore dbg intrinsics.
Devang Patel
2009-02-04
1
-0
/
+3
*
Patch up omissions in DebugLoc propagation.
Dale Johannesen
2009-02-04
2
-56
/
+63
*
Fill in more omissions in DebugLog propagation.
Dale Johannesen
2009-02-04
5
-36
/
+44
*
Constify and don't return a reference.
Bill Wendling
2009-02-04
1
-1
/
+1
*
Ignore dbg intrinsics while hoisting common code in the two blocks up into th...
Devang Patel
2009-02-04
1
-3
/
+14
*
DebugLoc propagation; adjustment to things omitted
Dale Johannesen
2009-02-03
2
-17
/
+41
*
Erm. Would be nice to initialize this variable. . .
Bill Wendling
2009-02-03
1
-1
/
+1
*
Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object.
Bill Wendling
2009-02-03
1
-3
/
+11
*
Need this file too.
Dale Johannesen
2009-02-03
1
-2
/
+2
*
Add some DL propagation to places that didn't
Dale Johannesen
2009-02-03
4
-73
/
+86
[prev]
[next]