Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
00b2bbb7bb5a02306095db2b39d7bf9bc12df90d
/
llvm
/
lib
/
Target
/
X86
/
X86SelectionDAGInfo.cpp
157e5a6
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
by Mehdi Amini
· 10 years ago
44ede33
Make TargetLowering::getPointerTy() taking DataLayout as an argument
by Mehdi Amini
· 10 years ago
e69bdb8
[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
by Reid Kleckner
· 10 years ago
842a51b
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
by Sergey Dmitrouk
· 11 years ago
48e93f7
Revert "[DebugInfo] Add debug locations to constant SD nodes"
by Daniel Jasper
· 11 years ago
adb4c69
[DebugInfo] Add debug locations to constant SD nodes
by Sergey Dmitrouk
· 11 years ago
a46c36b
Allow memory intrinsics to be tail calls
by Krzysztof Parzyszek
· 11 years ago
867bfc5
Make constant arrays that are passed to functions as const.
by Benjamin Kramer
· 11 years ago
05b8197
Reuse a bunch of cached subtargets and remove getSubtarget calls
by Eric Christopher
· 11 years ago
ab99e24
X86: Fix conflict over ESI between base register and rep;movsl
by Reid Kleckner
· 11 years ago
fc6de42
Have MachineFunction cache a pointer to the subtarget to make lookups
by Eric Christopher
· 11 years ago
d913448
Remove the TargetMachine forwards for TargetSubtargetInfo based
by Eric Christopher
· 11 years ago
3bd03c7
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
by Juergen Ributzka
· 11 years ago
e5add68
Remove all local variables from X86SelectionDAGInfo, the DAG has
by Eric Christopher
· 11 years ago
0dd8d48
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
by Eric Christopher
· 11 years ago
f3a5a5c
Target: remove old constructors for CallLoweringInfo
by Saleem Abdulrasool
· 12 years ago
48d114b
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
by Craig Topper
· 12 years ago
062a2ba
[C++] Use 'nullptr'. Target edition.
by Craig Topper
· 12 years ago
84e68b2
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
d683a22
Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base pointer" (r204174)
by Hans Wennborg
· 12 years ago
aec21ce
X86 memcpy lowering: use "rep movs" even when esi is used as base pointer
by Hans Wennborg
· 12 years ago
44fee4e
Remove several unused variables.
by Rafael Espindola
· 12 years ago
ef9de2a
Track IR ordering of SelectionDAG nodes 2/4.
by Andrew Trick
· 13 years ago
8e2637e
X86: Disable generation of rep;movsl when %esi is used as a base pointer.
by Benjamin Kramer
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
7ec5085
Revert the series of commits starting with r166578 which introduced the
by Chandler Carruth
· 13 years ago
12d9127
Add in support for getIntPtrType to get the pointer type based on the address space.
by Micah Villmow
· 13 years ago
cdfe20b
Move TargetData to DataLayout.
by Micah Villmow
· 13 years ago
24c19d2
Whitespace.
by Chad Rosier
· 13 years ago
aa58397
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
by Justin Holewinski
· 14 years ago
65f9d19
Re-commit r151623 with fix. Only issue special no-return calls if it's a direct call.
by Evan Cheng
· 14 years ago
ee7b899
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack prediction. ...", it is breaking the Clang build during the Compiler-RT part.
by Daniel Dunbar
· 14 years ago
87c7b09
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
by Evan Cheng
· 14 years ago
229907c
land David Blaikie's patch to de-constify Type, with a few tweaks.
by Chris Lattner
· 14 years ago
0ab5e2c
Fix a ton of comment typos found by codespell. Patch by
by Chris Lattner
· 15 years ago
3e5fbd7
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
by Chris Lattner
· 15 years ago
9851231
When passing a huge parameter using the byval mechanism, a long
by Duncan Sands
· 15 years ago
4470c2b
Fix a bug where the x86 backend would lower memcpy/memset of segment relative operations
by Chris Lattner
· 15 years ago
2510de2
reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
by Chris Lattner
· 15 years ago
bb919df
Implement a bunch more TargetSelectionDAGInfo infrastructure.
by Dan Gohman
· 16 years ago
9becddd
Add skeleton target-specific SelectionDAGInfo files.
by Dan Gohman
· 16 years ago