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
...
*
Add comments describing what the loop depth values mean. Also, make a
Dan Gohman
2008-01-29
1
-4
/
+9
*
Fix 80-col violations.
Dan Gohman
2008-01-29
3
-10
/
+17
*
Remove top-level const qualifiers from casts, avoiding associated
Dan Gohman
2008-01-29
1
-10
/
+10
*
Fix a typo in a comment.
Dan Gohman
2008-01-29
1
-1
/
+0
*
Fix a typo in a comment.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Add explicit keywords.
Dan Gohman
2008-01-29
4
-6
/
+6
*
llvm.sqrt(-0.0) is defined.
Chris Lattner
2008-01-29
1
-1
/
+3
*
eliminate additions of 0.0 when they are obviously dead. This has to be care...
Chris Lattner
2008-01-29
2
-0
/
+62
*
Add a testcase for eliminating memcpy's at the end of functions. Forgot to c...
Owen Anderson
2008-01-29
1
-0
/
+52
*
Add target triples to these so they don't fail on linux.
Chris Lattner
2008-01-29
2
-0
/
+4
*
Use getPreferredAlignmentLog or getPreferredAlignment
Duncan Sands
2008-01-29
7
-20
/
+32
*
Add support for eliminating memcpy's at the end of functions. Also fix some ...
Owen Anderson
2008-01-29
1
-26
/
+63
*
This would be better done as an executable test.
Duncan Sands
2008-01-29
1
-23
/
+0
*
After recent changes we fail to optimize this test
Duncan Sands
2008-01-29
1
-19
/
+0
*
RegAllocBigBlock doesn't need LiveVariables either.
Owen Anderson
2008-01-29
1
-13
/
+2
*
Fix to bug 1951: tblgen gratuitously renames variables when no temporary was
Scott Michel
2008-01-29
1
-22
/
+26
*
Properly expand extract-element for non-power-of-2 codegen
Nate Begeman
2008-01-29
1
-2
/
+3
*
Handle 'X' constraint in asm's better.
Dale Johannesen
2008-01-29
6
-21
/
+74
*
Filter loops that subtract induction variables.
Devang Patel
2008-01-29
2
-17
/
+63
*
Overhaul Cell SPU's addressing mode internals so that there are now
Scott Michel
2008-01-29
14
-874
/
+645
*
New test.
Devang Patel
2008-01-29
1
-0
/
+24
*
Add test to make sure that #pragma mark/error doesn't error if there are
Bill Wendling
2008-01-29
1
-0
/
+6
*
Added destructor for template class FoldingSetNodeWrapper.
Ted Kremenek
2008-01-28
1
-1
/
+4
*
Simplify the code and fix a typo.
Lauro Ramos Venancio
2008-01-28
1
-7
/
+4
*
Pure/const functions with ByVal parameters cannot
Duncan Sands
2008-01-28
1
-5
/
+10
*
Fix fpcmp infinite loop when comparing "29-266" with "29-268".
Lauro Ramos Venancio
2008-01-28
1
-5
/
+21
*
this test is now compiled into the right thing.
Chris Lattner
2008-01-28
1
-1
/
+2
*
Unbreak builds with differing object and source
Duncan Sands
2008-01-28
1
-2
/
+2
*
Make this more likely to be passed byval.
Duncan Sands
2008-01-28
1
-1
/
+1
*
If the function has no machine instructions, then emit a "nop" so that
Bill Wendling
2008-01-28
1
-0
/
+10
*
Transform calls to memcpy into llvm.memcpy calls, patch by Eli Friedman.
Chris Lattner
2008-01-28
1
-0
/
+30
*
reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSE
Chris Lattner
2008-01-28
1
-6
/
+5
*
Handle some more combinations of extend and icmp. Fixes PR1940.
Nick Lewycky
2008-01-28
4
-8
/
+54
*
Fix PR1932 by disabling an xform invalid for fdiv.
Chris Lattner
2008-01-28
2
-9
/
+17
*
make handling of overflow and undefined results much more clear.
Chris Lattner
2008-01-28
1
-9
/
+40
*
Fix PR1938 by forcing the code that uses an undefined value to branch one
Chris Lattner
2008-01-28
2
-4
/
+55
*
Always for PACKAGEVERSION to 'mainline' for teh llvm web page.
Chris Lattner
2008-01-27
1
-4
/
+1
*
Fix PowerPC/./2007-10-18-PtrArithmetic.ll
Chris Lattner
2008-01-27
1
-7
/
+14
*
Update this test. Due to dag combiner improvements, we now compile
Chris Lattner
2008-01-27
1
-1
/
+1
*
fix a crash on CodeGen/X86/vector-rem.ll
Chris Lattner
2008-01-27
1
-4
/
+6
*
Add support for frameworks. Patch by Shantonu Sen!
Chris Lattner
2008-01-27
1
-3
/
+20
*
Reg alloc doesn't really need LiveVariables.
Owen Anderson
2008-01-27
1
-9
/
+2
*
Fixes for BreakCriticalMachineCodeEdge by Fernando.
Owen Anderson
2008-01-27
1
-14
/
+15
*
Be more careful modifying the use_list while also iterating through it.
Nick Lewycky
2008-01-27
2
-1
/
+4
*
Revert r46393: readonly/readnone functions are no
Duncan Sands
2008-01-27
2
-12
/
+9
*
Implement some dag combines that allow doing fneg/fabs/fcopysign in integer
Chris Lattner
2008-01-27
2
-2
/
+100
*
add a note
Chris Lattner
2008-01-27
1
-0
/
+39
*
Use fldz and fld1 for long double constants instead of a constant pool load.
Chris Lattner
2008-01-27
1
-1
/
+14
*
make isExactlyValue work for long double.
Chris Lattner
2008-01-27
1
-4
/
+3
*
The CorrelatedExpressions pass is now no more.
Bill Wendling
2008-01-27
12
-462
/
+0
[prev]
[next]