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
*
Canonicalize sizeof and alignof on pointer types to a canonical
Dan Gohman
2010-02-10
1
-7
/
+51
*
Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...
Evan Cheng
2010-02-10
1
-0
/
+13
*
Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66
Kevin Enderby
2010-02-10
1
-0
/
+2
*
fix X86 encoder to output [disp] only addresses with no SIB byte
Chris Lattner
2010-02-09
1
-1
/
+4
*
Move Intrinsic::objectsize lowering back to InstCombineCalls and
Eric Christopher
2010-02-09
1
-3
/
+3
*
Re-disable for Darwin; I was mistaken to think this was fixed.
Dale Johannesen
2010-02-09
1
-0
/
+3
*
Pull these back out, they're a little too aggressive and time
Eric Christopher
2010-02-09
1
-5
/
+5
*
move tests that depend on the x86 backend out of codegen/generic,
Chris Lattner
2010-02-09
10
-202
/
+1
*
make target independent.
Chris Lattner
2010-02-09
1
-1
/
+0
*
merge a target-specific add test into x86 directory.
Chris Lattner
2010-02-09
2
-10
/
+20
*
merge another test in, drop the trivially constant folded cases.
Chris Lattner
2010-02-09
2
-75
/
+49
*
consolidate and filecheckize two tests.
Chris Lattner
2010-02-09
3
-26
/
+25
*
merge two tests, make target independent.
Chris Lattner
2010-02-09
2
-56
/
+40
*
fix PR6193, only considering sign extensions *from i1* for this
Chris Lattner
2010-02-09
1
-0
/
+11
*
Implement x86 asm parsing support for %st and %st(4)
Chris Lattner
2010-02-09
1
-0
/
+7
*
Add a new pass to do llvm.objsize lowering using SCEV.
Eric Christopher
2010-02-09
1
-5
/
+5
*
convert to filecheck.
Chris Lattner
2010-02-08
1
-3
/
+4
*
test case for r95604.
Devang Patel
2010-02-08
2
-1
/
+17
*
add an x86 implementation of MCTargetExpr for
Chris Lattner
2010-02-08
1
-1
/
+1
*
When CodeGen'ing unoptimized code, there may be unfolded constant expressions
Dan Gohman
2010-02-08
1
-0
/
+6
*
In guaranteed tailcall mode, don't decline the tailcall optimization
Dan Gohman
2010-02-08
1
-1
/
+4
*
Run codegen dce pass for all targets at all optimization levels. Previously it's
Evan Cheng
2010-02-06
12
-257
/
+82
*
Remove a large test case that (soon will) no longer make sense.
Evan Cheng
2010-02-06
1
-491
/
+0
*
Fix alignment on ppc linux. This fixes the build of crtend.o
Rafael Espindola
2010-02-06
1
-9
/
+40
*
Do not emit callseq instructions around sibcalls. This eliminated some unnece...
Evan Cheng
2010-02-06
2
-1
/
+14
*
Function-local metadata whose operands had been optimized to no longer refer ...
Victor Hernandez
2010-02-06
1
-0
/
+25
*
Add a test for my change to disable reassociation for i1 types.
Bob Wilson
2010-02-06
1
-0
/
+10
*
Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.
Bob Wilson
2010-02-06
1
-2
/
+2
*
Don't unroll loops containing function calls.
Jakob Stoklund Olesen
2010-02-05
1
-6
/
+8
*
fix incorrect encoding of SBB8mi that Kevin noticed.
Chris Lattner
2010-02-05
1
-1
/
+4
*
fix a case where we'd mis-encode fisttp because of an incorrect (and
Chris Lattner
2010-02-05
1
-0
/
+5
*
remove fixme
Chris Lattner
2010-02-05
1
-2
/
+0
*
Teach SimplifyCFG about magic pointer constants.
Jakob Stoklund Olesen
2010-02-05
1
-0
/
+76
*
fix logical-select to invoke filecheck right, and fix hte instcombine
Chris Lattner
2010-02-05
1
-1
/
+3
*
Remove this code for now. I have a better idea and will rewrite with
Eric Christopher
2010-02-05
1
-2
/
+13
*
Make test more fucused eliminating extraneous bits.
Bill Wendling
2010-02-05
1
-44
/
+5
*
Fix test.
Evan Cheng
2010-02-05
1
-2
/
+2
*
Handle tail call with byval arguments.
Evan Cheng
2010-02-05
1
-1
/
+46
*
When the scheduler unfold a load folding instruction it move some of the pred...
Evan Cheng
2010-02-05
1
-0
/
+28
*
An empty global constant (one of size 0) may have a section immediately
Bill Wendling
2010-02-05
1
-0
/
+50
*
Fix small bug in handling instructions with more than one implicitly defined ...
Jakob Stoklund Olesen
2010-02-04
1
-0
/
+27
*
Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG ...
Benjamin Kramer
2010-02-04
1
-0
/
+5
*
fix a broken archive that was breaking dejagnu only (not lit)
Chris Lattner
2010-02-04
1
-0
/
+0
*
Re-enable x86 tail call optimization.
Evan Cheng
2010-02-04
1
-3
/
+2
*
Temporarily revert this since it appears to have caused a build
Eric Christopher
2010-02-04
1
-12
/
+2
*
add support for the sparcv9-*-* target triple to turn on
Chris Lattner
2010-02-04
1
-4
/
+2
*
From PR6228:
Chris Lattner
2010-02-04
1
-0
/
+0
*
Rework constant expr and array handling for objectsize instcombining.
Eric Christopher
2010-02-04
1
-2
/
+12
*
Fix (and test) function-local metadata that occurs before the instruction tha...
Victor Hernandez
2010-02-04
1
-0
/
+2
*
If we're dealing with a zero-length array, don't lower to any
Eric Christopher
2010-02-03
1
-0
/
+11
[next]