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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-9
/
+5
*
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
*
Clarify comments.
Evan Cheng
2009-02-05
1
-3
/
+4
*
if we have a large GEP offset on a 32-bit or other target, make
Chris Lattner
2009-02-05
2
-0
/
+15
*
Pre-alloc splitting needs to be more careful to avoid inserting spills/restores
Owen Anderson
2009-02-05
1
-22
/
+72
*
PR3485, document alignment on byref.
Chris Lattner
2009-02-05
1
-1
/
+4
*
It's not obvious, but lto_module_create_from_memory doesn't need to use the
Nick Lewycky
2009-02-05
1
-6
/
+0
*
Fix a bug where we were not emitting a cvt rnd sat node for converting
Mon P Wang
2009-02-05
1
-2
/
+4
*
Remove accidentally included debug message!
Nick Lewycky
2009-02-05
1
-6
/
+4
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
21
-43
/
+207
*
Get rid of 3 non-DebugLoc getNode variants.
Dale Johannesen
2009-02-05
5
-77
/
+65
*
Ignore dbg intrinsics while folding switch instruction.
Devang Patel
2009-02-05
2
-8
/
+77
*
Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.
Dale Johannesen
2009-02-05
7
-55
/
+42
*
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
15
-220
/
+251
*
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
21
-207
/
+43
*
Ignore dbg intrinsics.
Devang Patel
2009-02-04
2
-7
/
+151
*
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
*
Alphabetize includes. Update comment.
Edwin Török
2009-02-04
1
-4
/
+3
*
80 column rule.
Stuart Hastings
2009-02-04
1
-1
/
+2
*
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
15
-379
/
+347
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
21
-43
/
+207
*
Avoids generating a legalization assert for the case where a vector type is l...
Mon P Wang
2009-02-04
1
-2
/
+10
*
mention that PIC is needed for libLTO and libLLVMgold
Edwin Török
2009-02-04
1
-1
/
+5
*
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
*
remove printf - it was there only for debugging!
Edwin Török
2009-02-04
1
-1
/
+0
*
add support for .a files containing LLVM IR to the gold plugin
Edwin Török
2009-02-04
1
-6
/
+45
*
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
2
-9
/
+60
*
Allow the inverse transform x86_fp80 -> i80 (also
Duncan Sands
2009-02-04
2
-9
/
+9
*
Fix PR3468: a crash when constant folding a bitcast of
Duncan Sands
2009-02-04
2
-6
/
+12
*
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
*
Regenerate.
Nick Lewycky
2009-02-04
2
-25
/
+292
*
Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't
Nick Lewycky
2009-02-04
3
-499
/
+227
*
Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl...
Owen Anderson
2009-02-04
3
-0
/
+51
*
Remove non-DebugLoc forms of the exotic forms
Dale Johannesen
2009-02-04
6
-178
/
+91
*
fix a pretty serious bug in StringMap where GetOrCreate(strstart,strend, z)
Chris Lattner
2009-02-04
1
-9
/
+16
*
add a friend needed by a stringmap change.
Chris Lattner
2009-02-04
1
-1
/
+3
*
Remove some more non-DebugLoc versions of construction
Dale Johannesen
2009-02-04
6
-133
/
+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
5
-185
/
+24
*
Fixes a case where we generate an incorrect mask for pshfhw in the presence
Mon P Wang
2009-02-04
2
-5
/
+29
[next]