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
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-3
/
+3
*
SDAG: Clean up a dead node I missed earlier in X86
Justin Bogner
2016-05-13
1
-1
/
+1
*
SDAG: Use ReplaceNode here, not ReplaceUses
Justin Bogner
2016-05-11
1
-1
/
+1
*
SDAG: Add a helper to replace and remove a node during ISel
Justin Bogner
2016-05-11
1
-7
/
+3
*
SDAG: Minor cleanup in X86
Justin Bogner
2016-05-11
1
-7
/
+6
*
SDAG: Implement Select instead of SelectImpl in X86
Justin Bogner
2016-05-10
1
-31
/
+26
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-3
/
+3
*
[X86] Extend some Linux special cases to cover kFreeBSD.
Marcin Koscielnicki
2016-05-05
1
-1
/
+1
*
Add an address space for the X86 SS segment.
David L Kreitzer
2016-05-03
1
-2
/
+8
*
X86: Avoid accessing SDValues after they've been RAUW'd
Justin Bogner
2016-04-12
1
-3
/
+8
*
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...
Duncan P. N. Exon Smith
2016-04-05
1
-38
/
+33
*
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...
Eugene Zelenko
2016-04-05
1
-33
/
+38
*
X86: Use push-pop for materializing 8-bit immediates for minsize (take 2)
Hans Wennborg
2016-03-25
1
-2
/
+8
*
[X86] Move the ATOMIC_LOAD_OP ISel from DAGToDAG to ISelLowering. NFCI.
Ahmed Bougacha
2016-02-29
1
-299
/
+0
*
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
[next]