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
/
CodeGen
/
Generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to
Chris Lattner
2008-01-26
1
-0
/
+31
*
new testcase.
Chris Lattner
2008-01-17
1
-0
/
+8
*
add testcase that has been sitting in my tree for awhile.
Chris Lattner
2008-01-17
1
-0
/
+11
*
new testcase for llvm.trap.
Chris Lattner
2008-01-15
1
-0
/
+9
*
new testcase for PR1845
Chris Lattner
2008-01-10
1
-0
/
+11
*
Setting GlobalDirective in TargetAsmInfo by default rather than
Gordon Henriksen
2008-01-07
2
-0
/
+56
*
With this patch, the LowerGC transformation becomes the
Gordon Henriksen
2008-01-07
1
-0
/
+17
*
Fix PR1833 - eh.exception and eh.selector return two
Duncan Sands
2007-12-31
1
-0
/
+36
*
Tests for changes made in r45356, where IPO optimizations would drop
Gordon Henriksen
2007-12-26
2
-0
/
+35
*
GC poses hazards to the inliner. Consider:
Gordon Henriksen
2007-12-25
2
-0
/
+47
*
Noting and enforcing that GC intrinsics are valid only within a
Gordon Henriksen
2007-12-25
2
-1
/
+11
*
Adjusting verification of "llvm.gc*" intrinsic prototypes to match
Gordon Henriksen
2007-12-25
4
-1
/
+49
*
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-17
1
-0
/
+15
*
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-12-10
1
-1
/
+1
*
Upgrading this test to 2.0 .ll syntax.
Gordon Henriksen
2007-12-09
1
-28
/
+27
*
upgrade this test
Chris Lattner
2007-11-28
1
-49
/
+63
*
Fix a crash on invalid code due to memcpy lowering.
Chris Lattner
2007-11-27
1
-0
/
+19
*
Fix a bug in which node A is replaced by node B, but later
Duncan Sands
2007-11-21
1
-0
/
+161
*
-pre-RA-sched=none, simple, simple-noitin are gone.
Evan Cheng
2007-10-01
1
-3
/
+0
*
Fix a typo in a comment.
Dan Gohman
2007-09-24
1
-1
/
+1
*
Fix for PR1633: Verifier doesn't fully verify GC intrinsics
Gordon Henriksen
2007-09-17
1
-1
/
+2
*
Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...
Anton Korobeynikov
2007-09-07
3
-88
/
+88
*
Change all floating constants that are not exactly
Dale Johannesen
2007-09-05
5
-7
/
+7
*
Fix a gcroot lowering bug.
Evan Cheng
2007-09-01
1
-0
/
+10
*
Remove this test as it is too hard to fix after the
Duncan Sands
2007-08-27
1
-1621
/
+0
*
Now that we don't output cleanups by default, the action
Duncan Sands
2007-08-27
1
-1
/
+1
*
Allow target constants to be illegal types. The target should
Chris Lattner
2007-08-25
1
-0
/
+8
*
Convert tests using "grep -c ... | grep ..." to use the count script.
Dan Gohman
2007-08-15
1
-1
/
+1
*
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-15
5
-17
/
+17
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-8
/
+8
*
Change the x86 assembly output to use tab characters to separate the
Dan Gohman
2007-07-31
2
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
118
-0
/
+9957