projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[AVX512] add PSHUFHW and PSHUFLW Intrinsic
[oota-llvm.git]
/
lib
/
Target
/
X86
/
X86MachineFunctionInfo.h
2015-12-15
Reid Kleckner
[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe
blob
|
commitdiff
|
raw
2015-07-29
Nick Lewycky
Fix typo "fuction" noticed in comments in AssumptionCac...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-22
Hans Wennborg
Fix -Wextra-semi warnings.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-07
Reid Kleckner
[WinEH] Make llvm.x86.seh.restoreframe work for stack...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-07
Reid Kleckner
Use default member initializers to deduplicate code...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-10
David Majnemer
X86: Make @llvm.frameaddress work correctly with Window...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-01
Michael Kuperstein
[X86] Convert esp-relative movs of function arguments...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-01
Michael Kuperstein
Revert r227728 due to bad line endings.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-01
Michael Kuperstein
[X86] Convert esp-relative movs of function arguments...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-22
Reid Kleckner
Make musttail more robust for vector types on x86
blob
|
commitdiff
|
raw
|
diff to current
2014-12-04
Michael Liao
[X86] Clean up whitespace as well as minor coding style
blob
|
commitdiff
|
raw
|
diff to current
2014-12-04
Michael Liao
[X86] Restore X86 base pointer after call to llvm.eh...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-29
Reid Kleckner
musttail: Forward regparms of variadic functions on...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-01
Chad Rosier
Whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-16
Chad Rosier
With r160248 in place this code is no longer needed.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-10
Chad Rosier
Move [get|set]BasePtrStackAdjustment() from MachineFram...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-01
Hans Wennborg
Implement the local-dynamic TLS model for x86 (PR3985)
blob
|
commitdiff
|
raw
|
diff to current
2012-02-18
Jia Liu
Emacs-tag and some comment fix for all ARM, CellSPU...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-16
Bruno Cardoso Lopes
Fix PR10884.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-30
Rafael Espindola
Emit segmented-stack specific code into function prolog...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-17
Dan Gohman
Move per-function state out of TargetLowering subclasse...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-06
Jim Grosbach
Fix PR6696 and PR6663
blob
|
commitdiff
|
raw
|
diff to current
2010-02-12
Anton Korobeynikov
Cleanup stdcall / fastcall name mangling.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-06
Evan Cheng
Do not emit callseq instructions around sibcalls. This...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-05
Dan Gohman
Add explicit keywords.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-15
Dan Gohman
Fix X86MachineFunctionInfo's doxygen comment.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-03
Dan Gohman
Switch the MachineOperand accessors back to the short...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-30
Dan Gohman
Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp
blob
|
commitdiff
|
raw
|
diff to current
2008-04-21
Dan Gohman
Implement an x86-64 ABI detail of passing structs by...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-05
Evan Cheng
Combine MovePCtoStack + POP32r into one instruction...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Remove attribution from file headers, per discussion...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-11
Arnold Schwaighofer
Added tail call optimization to the x86 back end. It...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-15
Anton Korobeynikov
Move ReturnAddrIndex variable to X86MachineFunctionInfo...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-17
Evan Cheng
Use push / pop for prologues and epilogues.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-17
Chris Lattner
rename X86FunctionInfo to X86MachineFunctionInfo to...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-26
Chris Lattner
Various random and minor code cleanups.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-20
Anton Korobeynikov
Adding codegeneration for StdCall & FastCall calling...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-09
Evan Cheng
Comments to appease sabre.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-06
Evan Cheng
Added X86FunctionInfo subclass of MachineFunction to...
blob
|
commitdiff
|
raw
|
diff to current