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
/
lib
/
Target
/
X86
/
X86ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[X86] Use push-pop for materializing small constants under 'minsize'"
David Majnemer
2016-01-05
1
-8
/
+2
*
[X86] Use push-pop for materializing small constants under 'minsize'
Hans Wennborg
2015-12-17
1
-2
/
+8
*
add a SelectionDAG method to check if no common bits are set in two nodes; NFCI
Sanjay Patel
2015-11-09
1
-17
/
+5
*
[x86] try harder to match bitwise 'or' into an LEA
Sanjay Patel
2015-11-09
1
-11
/
+21
*
[x86] move recursive add match for LEA to helper function; NFCI
Sanjay Patel
2015-10-21
1
-30
/
+37
*
Do not use `dyn_cast<X>` after `isa<X>` (NFC)
Mehdi Amini
2015-10-21
1
-1
/
+1
*
X86: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-2
/
+2
*
function names should start with a lower case letter; NFC
Sanjay Patel
2015-10-13
1
-102
/
+102
*
don't repeat function/class/variable names in comments; NFC
Sanjay Patel
2015-10-13
1
-60
/
+46
*
fix typos; NFC
Sanjay Patel
2015-10-12
1
-3
/
+2
*
x32. Fixes jmp %reg in x32
JF Bastien
2015-08-19
1
-0
/
+21
*
Revert "[X86] Widen the 'AND' mask if doing so shrinks the encoding size"
Tobias Grosser
2015-08-19
1
-61
/
+2
*
[X86] Widen the 'AND' mask if doing so shrinks the encoding size
David Majnemer
2015-08-16
1
-2
/
+61
*
[X86] Allow merging of immediates within a basic block for code size savings
Michael Kuperstein
2015-08-11
1
-0
/
+76
*
fix minsize detection: minsize attribute implies optimizing for size
Sanjay Patel
2015-08-10
1
-2
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-4
/
+7
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-14
/
+27
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[x86] Distinguish the 'o', 'v', 'X', and 'i' inline assembly memory constraints.
Daniel Sanders
2015-05-16
1
-1
/
+7
*
[X86] Fix assertion while DAG combining offsets and ExternalSymbols
Reid Kleckner
2015-05-04
1
-1
/
+4
*
Silence unused warning in non-assert builds.
Daniel Jasper
2015-04-30
1
-2
/
+3
*
Masked gather and scatter - added DAGCombine visitors
Elena Demikhovsky
2015-04-30
1
-0
/
+38
*
[X86] Avoid mangling frameescape labels
Reid Kleckner
2015-04-29
1
-0
/
+2
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-43
/
+53
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-53
/
+43
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-43
/
+53
*
[X86] Don't accidentally select shll $1, %eax when shrinking an immediate.
Benjamin Kramer
2015-04-01
1
-1
/
+6
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-6
/
+6
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
1
-6
/
+6
*
Add infrastructure for support of multiple memory constraints.
Daniel Sanders
2015-03-12
1
-6
/
+6
*
X86: Optimize address mode matching for FRAME_ALLOC_RECOVER nodes
David Majnemer
2015-03-05
1
-0
/
+9
*
X86: Call __main using the SelectionDAG
David Majnemer
2015-02-21
1
-9
/
+13
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-5
/
+2
*
X86: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-2
/
+1
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-1
/
+1
*
AVX-512: Fixed the "test" operation for i1 type
Elena Demikhovsky
2015-02-12
1
-19
/
+2
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-02-02
1
-6
/
+4
*
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
2015-01-06
1
-2
/
+2
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-1
/
+1
*
[X86] Lower VSELECT into SHRUNKBLEND when we shrink the bits used into the
Quentin Colombet
2014-11-06
1
-0
/
+10
*
[X86] 8bit divrem: Improve codegen for AH register extraction.
Ahmed Bougacha
2014-11-03
1
-25
/
+38
*
[X86] Improve mul w/ overflow codegen, to MUL8+SETO.
Ahmed Bougacha
2014-10-23
1
-0
/
+19
*
[X86] Don't transform atomic-load-add into an inc/dec when inc/dec is slow
Robin Morisset
2014-10-08
1
-3
/
+4
*
Cache TargetLowering on SelectionDAGISel and update previous
Eric Christopher
2014-10-08
1
-7
/
+6
*
[X86] Fix a bug with fetch_add(INT32_MIN)
Robin Morisset
2014-10-07
1
-0
/
+9
*
[ISel] Keep matching state consistent when folding during X86 address match
Adam Nemet
2014-10-03
1
-0
/
+7
*
[X86] Improve comment
Adam Nemet
2014-09-16
1
-3
/
+4
[next]