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
*
Do not split edges to EH landing pads. It will cause code size explosion.
Evan Cheng
2009-03-05
1
-0
/
+34
*
Ignore the debug info intrinsics when looking for dependency through basic bl...
Zhou Sheng
2009-03-05
1
-0
/
+125
*
Should have XFAILed this test.
Bill Wendling
2009-03-04
1
-0
/
+54
*
Temporarily revert r65994. It was causing rdar://6646455.
Bill Wendling
2009-03-04
1
-52
/
+0
*
Re-apply 66008, now that the unfoldMemoryOperand bug is fixed.
Dan Gohman
2009-03-04
1
-0
/
+22
*
Fix PR3720 by properly propagating alignment information from memcpy/memmove
Chris Lattner
2009-03-04
1
-0
/
+19
*
Add a restore folder, which shaves a dozen or so machineinstrs off oggenc. U...
Owen Anderson
2009-03-04
1
-1
/
+1
*
Fix PR3666: isel calls to constant addresses.
Evan Cheng
2009-03-04
1
-0
/
+9
*
PR3686: make the legalizer handle bitcast from i80 to x86 long double.
Eli Friedman
2009-03-04
1
-0
/
+12
*
Revert r66004 for now; it's causing a variety of test failures.
Dan Gohman
2009-03-04
1
-22
/
+0
*
Rename test.
Evan Cheng
2009-03-04
1
-0
/
+0
*
Teach the x86 backend to eliminate "test" instructions by using the EFLAGS
Dan Gohman
2009-03-04
1
-0
/
+22
*
Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what...
Evan Cheng
2009-03-04
1
-0
/
+17
*
If a global constant is dead then global's debug info should not prevent the ...
Devang Patel
2009-03-04
1
-0
/
+52
*
Make my earlier patch to skip debug intrinsics
Dale Johannesen
2009-03-04
1
-0
/
+80
*
The DAG combiner was performing a BT combine. The BT combine had a value of -1,
Bill Wendling
2009-03-04
1
-0
/
+37
*
Instruction counters must skip the bitcasts that
Dale Johannesen
2009-03-03
1
-0
/
+260
*
When removing a store to an alloca that has only one
Dale Johannesen
2009-03-03
1
-0
/
+108
*
Remove accidental check-ins in r65960. :-(
Bill Wendling
2009-03-03
1
-1
/
+1
*
Use > instead of >=. We want to promote aggregates of 128-bytes.
Bill Wendling
2009-03-03
1
-1
/
+1
*
Ignore the debug info intrinsics when adding instructions into alias sets.
Zhou Sheng
2009-03-03
1
-0
/
+83
*
Testcase for line number sinking in InstCombine.
Dale Johannesen
2009-03-03
1
-0
/
+57
*
If branch conditions' one successor is dominating another non-latch successor...
Devang Patel
2009-03-02
1
-0
/
+64
*
Fix PR3694: add an instcombine micro-optimization that helps
Duncan Sands
2009-03-02
1
-0
/
+14
*
Fix a problem with DAGCombine on 64b targets where folding
Nate Begeman
2009-03-01
1
-0
/
+15
*
Functions marked malloc are noalias return.
Duncan Sands
2009-03-01
1
-0
/
+3
*
Adjust this test for recent llvm-gcc changes.
Duncan Sands
2009-03-01
1
-1
/
+1
*
Minor optimization:
Evan Cheng
2009-03-01
2
-1
/
+16
*
tweak this to accept asmprinter changes. I have no way to verify this, hopef...
Chris Lattner
2009-03-01
1
-1
/
+1
*
Fix a pretty awesome bug that only happened in a strange case with anonymous
Chris Lattner
2009-03-01
1
-0
/
+8
*
adjust for asmprinter change.
Chris Lattner
2009-03-01
1
-2
/
+2
*
adjust for asmprinter change.
Chris Lattner
2009-03-01
1
-3
/
+5
*
adjust test to make it more robust
Chris Lattner
2009-03-01
1
-2
/
+4
*
Fix a long-standing bug and misfeature of the disassembler: when dealing with a
Chris Lattner
2009-03-01
1
-0
/
+6
*
one less space, fixes failure with rebuilt llvm-gcc.
Chris Lattner
2009-02-28
1
-1
/
+1
*
There is a way to specify targets that should succeed. It's the "XTARGET"
Bill Wendling
2009-02-28
1
-2
/
+2
*
Last commit accidentially deleted this code.
Evan Cheng
2009-02-28
1
-0
/
+229
*
Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha...
Stuart Hastings
2009-02-28
1
-1
/
+1
*
Testcase to insure C strings go to the cstring
Stuart Hastings
2009-02-27
1
-0
/
+11
*
Refactor TLS code and add some tests. The tests and expected results are:
Rafael Espindola
2009-02-27
14
-27
/
+132
*
Make sure this test passes on linux-ppc.
Evan Cheng
2009-02-27
1
-1
/
+1
*
Update another test for the LoopInfo::print changes.
Dan Gohman
2009-02-27
1
-1
/
+1
*
Update this test for the LoopInfo::print changes.
Dan Gohman
2009-02-27
1
-1
/
+1
*
MachineLICM CSE should match destination register classes; avoid hoisting imp...
Evan Cheng
2009-02-27
1
-0
/
+47
*
make sure that make fully evaluates variables when determining how compile_c and
Chris Lattner
2009-02-26
1
-3
/
+3
*
Ignore dbg info intrinsics when folding conditional branch to
Zhou Sheng
2009-02-26
1
-0
/
+70
*
ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...
Evan Cheng
2009-02-26
1
-0
/
+14
*
The last commit was overly conservative. It's ok to reuse value that's alread...
Evan Cheng
2009-02-26
1
-1
/
+1
*
Fix a typo that prevents hello.mm from running (and runs hello.m twice).
Julien Lerouge
2009-02-26
1
-1
/
+1
*
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
Evan Cheng
2009-02-25
1
-2
/
+2
[next]