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
*
Undo 48570. Correctly match mmx shift instructions with an immediate operand.
Evan Cheng
2008-03-21
4
-44
/
+27
*
ignore the Output/ directory
Gabor Greif
2008-03-21
0
-0
/
+0
*
this directory is accidentally added
Gabor Greif
2008-03-21
0
-0
/
+0
*
These passes preserve CFG.
Devang Patel
2008-03-20
4
-5
/
+5
*
Incorporate feedback.
Devang Patel
2008-03-20
1
-24
/
+24
*
C and Objective Caml bindings for mem2reg and reg2mem.
Gordon Henriksen
2008-03-20
5
-0
/
+46
*
enable -analyze for andersens
Andrew Lenharth
2008-03-20
1
-19
/
+39
*
Take the old function's name.
Zhou Sheng
2008-03-20
1
-0
/
+1
*
ubyte and sbyte? what are those?
Nick Lewycky
2008-03-20
1
-2
/
+2
*
add a note.
Chris Lattner
2008-03-20
1
-0
/
+8
*
Check even more carefully before applying this DAGCombine transform.
Christopher Lamb
2008-03-20
1
-13
/
+19
*
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-20
20
-25
/
+25
*
Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...
Evan Cheng
2008-03-20
3
-3
/
+19
*
detabify llvm, patch by Mike Stump!
Chris Lattner
2008-03-20
7
-79
/
+79
*
Keep track of analysis information inherited from Module pass manager.
Devang Patel
2008-03-20
2
-0
/
+62
*
Add more patterns to match in the integer comparison test harnesses.
Scott Michel
2008-03-20
6
-16
/
+34
*
80 col violation.
Evan Cheng
2008-03-20
1
-1
/
+2
*
Add intrinsics to match mmx shift builtin's with immediate operand.
Evan Cheng
2008-03-19
4
-12
/
+57
*
Add comment.
Devang Patel
2008-03-19
1
-0
/
+4
*
style and spelling
Andrew Lenharth
2008-03-19
1
-2
/
+2
*
#if 1 .. #endif markers do not add any value.
Devang Patel
2008-03-19
1
-2
/
+0
*
Remove dead options.
Evan Cheng
2008-03-19
2
-20
/
+4
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
35
-75
/
+92
*
Add support for multiple return values for the PPC target by
Dan Gohman
2008-03-19
3
-146
/
+40
*
llvm-ld deserves disable-verify too. opt shouldn't have all the fun options.
Andrew Lenharth
2008-03-19
1
-1
/
+5
*
Don't loose incoming argument registers. Fix documentation style.
Arnold Schwaighofer
2008-03-19
3
-9
/
+9
*
Fix comment.
Duncan Sands
2008-03-19
1
-1
/
+1
*
Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes...
Christopher Lamb
2008-03-19
4
-47
/
+27
*
Upgrade tests.
Tanya Lattner
2008-03-19
48
-2357
/
+2209
*
Upgrade tests.
Tanya Lattner
2008-03-19
26
-723
/
+610
*
add some convenience methods for creating GEP instructions and
Chris Lattner
2008-03-19
3
-0
/
+24
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-19
23
-273
/
+288
*
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-19
23
-480
/
+421
*
C bindings for Module-, Function-, and BasicBlock::iterator.
Gordon Henriksen
2008-03-19
2
-0
/
+149
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-19
25
-434
/
+333
*
Fixed a coalescer bug caused by a typo.
Evan Cheng
2008-03-19
2
-1
/
+52
*
C and Objective Caml bindings for the various getParent methods of the IR.
Gordon Henriksen
2008-03-19
6
-57
/
+158
*
Fix live variables issues:
Evan Cheng
2008-03-19
4
-6
/
+63
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
21
-111
/
+39
*
On Darwin, GCC issues a ".globl" for something that has a "visibility protected"
Bill Wendling
2008-03-18
1
-0
/
+1
*
Fix a x86-64 isel lowering bug that's been around forever. A x86-64 varargs f...
Evan Cheng
2008-03-18
2
-6
/
+21
*
Note that gcc 4.0.1 will trip internal LLVM asserts (e.g., pred_iterator) if ...
Scott Michel
2008-03-18
1
-1
/
+6
*
It might be nice to have this run as x86 on non-x86 platforms...
Bill Wendling
2008-03-18
1
-1
/
+1
*
Temporarily revert r48491. It's breaking test/CodeGen/X86/xorl.ll.
Bill Wendling
2008-03-18
3
-27
/
+87
*
Fix PR 2160 by making sure arguments to external functions get marked as poin...
Daniel Berlin
2008-03-18
2
-18
/
+50
*
Do not pass -g flag when compiling tests, so remove the C.Flags. This only ha...
Tanya Lattner
2008-03-18
1
-1
/
+1
*
Make conversions of i8/i16 to ppcf128 work.
Dale Johannesen
2008-03-18
2
-10
/
+45
*
Dial down gcc's warnings: don't use 0UL when 0U suffices (and when the
Scott Michel
2008-03-18
2
-5
/
+5
*
Target independent DAG transform to use truncate for field extraction + sign ...
Christopher Lamb
2008-03-18
2
-0
/
+65
*
Rewrite code that propagate isDead information after a dead copy is coalesced...
Evan Cheng
2008-03-18
3
-78
/
+182
[next]