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
/
X86InstrInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FastISel][X86] Refactor the code to get the X86 condition from a helper func...
Juergen Ributzka
2014-06-16
1
-1
/
+6
*
Remove the use of TargetMachine from X86InstrInfo.
Eric Christopher
2014-06-10
1
-3
/
+3
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+6
*
[X86] Tune LEA usage for Silvermont
Alexey Volkov
2014-05-20
1
-0
/
+7
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[X86] As per suggestion from Craig Topper and Hal Finkel, override
Lang Hames
2014-04-02
1
-0
/
+3
*
[C++11] Mark more classes in the X86 target as 'final'.
Craig Topper
2014-03-31
1
-1
/
+1
*
Prune includes in X86 target.
Craig Topper
2014-03-19
1
-1
/
+1
*
X86: Use enums for memory operand decoding instead of integer literals.
Manuel Jacob
2014-03-18
1
-9
/
+10
*
De-virtualize some methods since they don't override anything.
Craig Topper
2014-03-09
1
-13
/
+13
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-93
/
+97
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-0
/
+2
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-2
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-0
/
+2
*
Fix the ExecutionDepsFix pass to handle AVX instructions.
Andrew Trick
2013-10-14
1
-0
/
+2
*
Add MI-Sched support for x86 macro fusion.
Andrew Trick
2013-06-23
1
-0
/
+3
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-6
/
+0
*
X86: Stop LEA64_32r doing unspeakable things to its arguments.
Tim Northover
2013-06-10
1
-0
/
+13
*
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-20
1
-0
/
+3
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-1
/
+5
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-0
/
+8
*
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-29
1
-8
/
+0
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-28
1
-0
/
+8
*
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-07-06
1
-0
/
+15
*
Add early if-conversion support to X86.
Jakob Stoklund Olesen
2012-07-04
1
-0
/
+8
*
Make helper method static since it doesn't use anything in the class.
Craig Topper
2012-06-23
1
-3
/
+3
*
Revert r157755.
Manman Ren
2012-06-06
1
-3
/
+0
*
Revert r157831
Manman Ren
2012-06-03
1
-6
/
+0
*
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-06-01
1
-0
/
+6
*
Remove a trailing space and fix a comment.
Craig Topper
2012-06-01
1
-3
/
+2
*
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
1
-0
/
+3
*
Added FMA3 Intel instructions.
Elena Demikhovsky
2012-05-31
1
-1
/
+3
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Break false dependencies before partial register updates.
Jakob Stoklund Olesen
2011-11-15
1
-0
/
+5
*
Expand the x86 V_SET0* pseudos right after register allocation.
Jakob Stoklund Olesen
2011-09-29
1
-0
/
+3
*
Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo.
Jakob Stoklund Olesen
2011-09-27
1
-5
/
+3
*
* Combines Alignment, AuxInfo, and TB_NOT_REVERSABLE flag into a
Bruno Cardoso Lopes
2011-09-08
1
-5
/
+13
*
Hoist hasLoadFromStackSlot and hasStoreToStackSlot.
Jakob Stoklund Olesen
2011-08-08
1
-21
/
+0
*
Refactor X86 target to separate MC code from Target code.
Evan Cheng
2011-07-25
1
-501
/
+2
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
1
-1
/
+4
*
Remove unused OpcodeMask enumerator.
Francois Pichet
2011-05-25
1
-1
/
+0
*
Fix MSVC warning: "is out of range for enum constant"
Francois Pichet
2011-05-25
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Make OpcodeMask an unsigned long long literal to deal with overflow.
Joerg Sonnenberger
2011-04-04
1
-1
/
+1
*
Add support for the VIA PadLock instructions.
Joerg Sonnenberger
2011-04-04
1
-2
/
+3
*
Expand Op0Mask by one bit in preparation for the PadLock prefixes.
Joerg Sonnenberger
2011-04-04
1
-11
/
+12
*
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-05
1
-0
/
+2
*
whitespace
Andrew Trick
2011-03-05
1
-51
/
+51
[next]