projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git]
/
lib
/
Target
/
X86
/
X86ISelDAGToDAG.cpp
2016-01-05
David Majnemer
Revert "[X86] Use push-pop for materializing small...
blob
|
commitdiff
|
raw
2015-12-17
Hans Wennborg
[X86] Use push-pop for materializing small constants...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-09
Sanjay Patel
add a SelectionDAG method to check if no common bits...
blob
|
commitdiff
|
raw
2015-11-09
Sanjay Patel
[x86] try harder to match bitwise 'or' into an LEA
blob
|
commitdiff
|
raw
|
diff to current
2015-10-21
Sanjay Patel
[x86] move recursive add match for LEA to helper functi...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-21
Mehdi Amini
Do not use `dyn_cast<X>` after `isa<X>` (NFC)
blob
|
commitdiff
|
raw
|
diff to current
2015-10-19
Duncan P. N. Exon...
X86: Remove implicit ilist iterator conversions, NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-10-13
Sanjay Patel
function names should start with a lower case letter...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-13
Sanjay Patel
don't repeat function/class/variable names in comments...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-12
Sanjay Patel
fix typos; NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-08-19
JF Bastien
x32. Fixes jmp %reg in x32
blob
|
commitdiff
|
raw
|
diff to current
2015-08-19
Tobias Grosser
Revert "[X86] Widen the 'AND' mask if doing so shrinks...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-16
David Majnemer
[X86] Widen the 'AND' mask if doing so shrinks the...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-11
Michael Kuperstein
[X86] Allow merging of immediates within a basic block...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-10
Sanjay Patel
fix minsize detection: minsize attribute implies optimi...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-04
Sanjay Patel
wrap OptSize and MinSize attributes for easier and...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-09
Mehdi Amini
Make TargetLowering::getPointerTy() taking DataLayout...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-07
Reid Kleckner
Rename llvm.frameescape and llvm.framerecover to locale...
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-22
Rafael Espindola
Avoid a Symbol -> Name -> Symbol conversion.
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-05-16
Daniel Sanders
[x86] Distinguish the 'o', 'v', 'X', and 'i' inline...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-04
Reid Kleckner
[X86] Fix assertion while DAG combining offsets and...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-30
Daniel Jasper
Silence unused warning in non-assert builds.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-30
Elena Demikhovsky
Masked gather and scatter - added DAGCombine visitors
blob
|
commitdiff
|
raw
|
diff to current
2015-04-29
Reid Kleckner
[X86] Avoid mangling frameescape labels
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
Sergey Dmitrouk
Reapply r235977 "[DebugInfo] Add debug locations to...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
Daniel Jasper
Revert "[DebugInfo] Add debug locations to constant...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
Sergey Dmitrouk
[DebugInfo] Add debug locations to constant SD nodes
blob
|
commitdiff
|
raw
|
diff to current
2015-04-01
Benjamin Kramer
[X86] Don't accidentally select shll $1, %eax when...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-13
Daniel Sanders
Recommit r232027 with PR22883 fixed: Add infrastructure...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-12
Hal Finkel
Revert "r232027 - Add infrastructure for support of...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-12
Daniel Sanders
Add infrastructure for support of multiple memory const...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-05
David Majnemer
X86: Optimize address mode matching for FRAME_ALLOC_REC...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-21
David Majnemer
X86: Call __main using the SelectionDAG
blob
|
commitdiff
|
raw
|
diff to current
2015-02-17
Benjamin Kramer
Prefer SmallVector::append/insert over push_back loops.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-14
Duncan P. N. Exon...
X86: Canonicalize access to function attributes, NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-02-12
Benjamin Kramer
MathExtras: Bring Count(Trailing|Leading)Ones and Count...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-12
Elena Demikhovsky
AVX-512: Fixed the "test" operation for i1 type
blob
|
commitdiff
|
raw
|
diff to current
2015-02-02
Eric Christopher
Reuse a bunch of cached subtargets and remove getSubtar...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-06
Craig Topper
[X86] Make isel select the shorter form of jump instruc...
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-11-06
Quentin Colombet
[X86] Lower VSELECT into SHRUNKBLEND when we shrink...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-03
Ahmed Bougacha
[X86] 8bit divrem: Improve codegen for AH register...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-23
Ahmed Bougacha
[X86] Improve mul w/ overflow codegen, to MUL8+SETO.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-08
Robin Morisset
[X86] Don't transform atomic-load-add into an inc/dec...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-08
Eric Christopher
Cache TargetLowering on SelectionDAGISel and update...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-07
Robin Morisset
[X86] Fix a bug with fetch_add(INT32_MIN)
blob
|
commitdiff
|
raw
|
diff to current
2014-10-03
Adam Nemet
[ISel] Keep matching state consistent when folding...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-16
Adam Nemet
[X86] Improve comment
blob
|
commitdiff
|
raw
|
diff to current
2014-09-02
Eric Christopher
Reinstate "Nuke the old JIT."
blob
|
commitdiff
|
raw
|
diff to current
2014-08-29
Robin Morisset
[X86] Refactor X86ISelDAGToDAG::SelectAtomicLoadArith...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-20
Pavel Chupin
[x32] Fix FrameIndex check in SelectLEA64_32Addr
blob
|
commitdiff
|
raw
|
diff to current
2014-08-18
Elena Demikhovsky
AVX-512: Fixed a bug in emitting compare for MVT:i1...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-15
Robin Morisset
Get rid of dead code: SelectAtomic64 in X86ISelDAGtoDAG.cpp
blob
|
commitdiff
|
raw
|
diff to current
2014-08-07
Eric Christopher
Temporarily Revert "Nuke the old JIT." as it's not...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-07
Rafael Espindola
Nuke the old JIT.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-31
Louis Gerbarg
Make sure no loads resulting from load->switch DAGCombi...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-01
Tim Northover
X86: expand atomics in IR instead of as MachineInstrs.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-22
Eric Christopher
Override runOnMachineFunction for X86ISelDAGToDAG so...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-14
Jay Foad
Rename ComputeMaskedBits to computeKnownBits. "Masked...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
Craig Topper
Convert more SelectionDAG functions to use ArrayRef.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
Craig Topper
[C++] Use 'nullptr'.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-27
Craig Topper
Convert SelectionDAG::getMergeValues to use ArrayRef.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-26
Craig Topper
Convert SelectionDAG::getNode methods to use ArrayRef...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Target edition.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-31
Craig Topper
Mark a couple of the X86 target classes as final. Allow...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-09
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-05
Alp Toker
Correct word hyphenations
blob
|
commitdiff
|
raw
|
diff to current
2013-09-22
Tim Northover
ISelDAG: spot chain cycles involving MachineNodes
blob
|
commitdiff
|
raw
|
diff to current
2013-09-19
Tim Northover
X86: FrameIndex addressing modes do have a base register.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-15
Craig Topper
Use MVT instead of EVT in X86ISelDAGToDAG since all...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-15
Craig Topper
Replace getValueType().getSimpleVT() with getSimpleValu...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-09
Jim Grosbach
X86: Add comment.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-27
Benjamin Kramer
Don't cast away constness.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-19
Bill Wendling
Access the TargetLoweringInfo from the TargetMachine...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-10
Tim Northover
X86: Stop LEA64_32r doing unspeakable things to its...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-06
Bill Wendling
Cache the TargetLowering info object as a pointer.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-05
Michael Liao
[PATCH] Fix VGATHER* operand constraints
blob
|
commitdiff
|
raw
|
diff to current
2013-06-01
Tim Northover
Revert r183069: "TMP: LEA64_32r fixing"
blob
|
commitdiff
|
raw
|
diff to current
2013-06-01
Tim Northover
TMP: LEA64_32r fixing
blob
|
commitdiff
|
raw
|
diff to current
2013-06-01
Tim Northover
X86: change MOV64ri64i32 into MOV32ri64
blob
|
commitdiff
|
raw
|
diff to current
2013-05-31
Eric Christopher
Temporarily Revert "X86: change MOV64ri64i32 into MOV32...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-31
Tim Northover
X86: change MOV64ri64i32 into MOV32ri64
blob
|
commitdiff
|
raw
|
diff to current
2013-05-30
Tim Northover
X86: use sub-register sequences for MOV*r0 operations
blob
|
commitdiff
|
raw
|
diff to current
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 3/4.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 2/4.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-24
Michael J. Spencer
Replace Count{Leading,Trailing}Zeros_{32,64} with count...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-19
Michael Liao
ArrayRefize getMachineNode(). No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-13
Andrew Trick
Catch another case where SD fails to propagate node...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-28
Michael Liao
Skip moving call address loading into callseq when...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-19
Jakub Staszak
Add obvious constantness.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-13
Nick Lewycky
Fix typo in comment.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-06
Evan Cheng
Fix for PR14739. It's not safe to fold a load into...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-04
Jakub Staszak
Move 'break' to the right place to prevent fallthru...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-30
Bill Wendling
Remove the Function::getFnAttributes method in favor...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Bill Wendling
Rename the 'Attributes' class to 'Attribute'. It's...
blob
|
commitdiff
|
raw
|
diff to current
next