index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86FrameInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-999
/
+0
*
PR8919 - LLVM incorrectly generates "_alloca" as the stack probing call. That
Bill Wendling
2011-01-06
1
-0
/
+2
*
Eliminate a warning compiling with llvm-gcc. (IMO the
Dale Johannesen
2011-01-04
1
-1
/
+1
*
Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack in
Evan Cheng
2011-01-03
1
-10
/
+87
*
Enable sibling call optimization of libcalls which are expanded during
Evan Cheng
2010-11-30
1
-4
/
+11
*
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
1
-0
/
+41
*
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-27
1
-0
/
+71
*
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-20
1
-0
/
+35
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
1
-16
/
+28
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
1
-5
/
+23
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-0
/
+736