index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
segmented-stacks.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid spewing binary to stdout in some filetype=obj tests
Reid Kleckner
2015-04-10
1
-10
/
+10
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-1
/
+1
*
x86_64: Fix calls to __morestack under the large code model.
Peter Collingbourne
2014-12-30
1
-0
/
+15
*
Add segmented stack support for DragonFlyBSD.
Rafael Espindola
2014-12-29
1
-0
/
+108
*
[x32] Fix segmented stacks support
Pavel Chupin
2014-09-22
1
-0
/
+55
*
Segmented stacks: omit __morestack call when there's no frame.
Tim Northover
2014-05-22
1
-7
/
+34
*
Move the segmented stack switch to a function attribute
Reid Kleckner
2014-04-10
1
-23
/
+25
*
Support segmented stacks on Win64
Reid Kleckner
2014-04-01
1
-3
/
+54
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
1
-19
/
+19
*
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
2012-02-01
1
-16
/
+16
*
Add error-reporting tests for platforms that don't support segmented stacks.
Rafael Espindola
2012-01-12
1
-0
/
+11
*
Support segmented stacks on 64-bit FreeBSD.
Rafael Espindola
2012-01-12
1
-0
/
+52
*
Support segmented stacks on win32.
Rafael Espindola
2012-01-12
1
-0
/
+50
*
Support segmented stacks on mac.
Rafael Espindola
2012-01-11
1
-74
/
+205
*
Split segmented stacks tests into tests for static- and dynamic-size frames.
Rafael Espindola
2012-01-11
1
-37
/
+7
*
Generate the segmented stack prologue for fastcc too.
Rafael Espindola
2012-01-11
1
-0
/
+55
*
Use unsigned comparison in segmented stack prologue.
Rafael Espindola
2012-01-11
1
-0
/
+6
*
Explicitly set the scale to 1 on some segstack prologue instrs.
Rafael Espindola
2012-01-11
1
-0
/
+4
*
Check for stack space more intelligently.
Sanjoy Das
2011-12-03
1
-9
/
+27
*
Fix a bug in the x86-32 code generated for segmented stacks.
Sanjoy Das
2011-12-03
1
-6
/
+2
*
Run test with -verify-machineinstrs.
Rafael Espindola
2011-10-26
1
-2
/
+2
*
Fixes an issue reported by -verify-machineinstrs.
Rafael Espindola
2011-10-26
1
-5
/
+10
*
This commit introduces two fake instructions MORESTACK_RET and
Rafael Espindola
2011-10-26
1
-1
/
+1
*
More closely follow libgcc, which has code after the `ret' instruction to
Bill Wendling
2011-10-13
1
-1
/
+1
*
Should not add instructions to a BB after a return instruction. The machine i...
Bill Wendling
2011-10-13
1
-1
/
+1
*
Only run MF.verify() with EXPENSIVE_CHECKS=1.
Jakob Stoklund Olesen
2011-09-24
1
-3
/
+0
*
Verify that terminators follow non-terminators.
Jakob Stoklund Olesen
2011-09-23
1
-0
/
+3
*
Add a triple.
Rafael Espindola
2011-08-30
1
-2
/
+2
*
Some test code to check if correct code is being generated.
Rafael Espindola
2011-08-30
1
-0
/
+87