index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Two-address pass should not assume unfolding is always successful.
Evan Cheng
2010-07-02
1
-4
/
+21
*
Fix the formatting of the switch statement and add a missing break.
Bill Wendling
2010-06-22
1
-3
/
+4
*
Fix an unintentional commit. I think I typed "git svn dcommit" in the wrong b...
Rafael Espindola
2010-06-21
1
-49
/
+34
*
wip
Rafael Espindola
2010-06-21
1
-34
/
+49
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
1
-10
/
+9
*
Merge getStoreRegOpcode and getLoadRegOpcode.
Rafael Espindola
2010-06-12
1
-97
/
+47
*
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-02
1
-9
/
+3
*
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
1
-8
/
+6
*
Use enums instead of literals for X86 subregisters.
Jakob Stoklund Olesen
2010-05-25
1
-3
/
+3
*
Rename X86 subregister indices to something shorter.
Jakob Stoklund Olesen
2010-05-24
1
-5
/
+5
*
Add the SubRegIndex TableGen class.
Jakob Stoklund Olesen
2010-05-24
1
-2
/
+2
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
1
-2
/
+4
*
Fix assembly parsing and encoding of the pushf and popf family of
Dan Gohman
2010-05-20
1
-4
/
+4
*
Teach mode load folding and unfolding code about CMP32ri8 and friends.
Dan Gohman
2010-05-18
1
-3
/
+9
*
When converting a test to a cmp to fold a load, use the cmp that has an
Dan Gohman
2010-05-18
1
-3
/
+3
*
When rematerializing, use the debug location of the original
Dan Gohman
2010-05-07
1
-1
/
+1
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
1
-2
/
+2
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
1
-4
/
+7
*
Frame index can be negative.
Evan Cheng
2010-04-29
1
-1
/
+1
*
on darwin empty functions need to codegen into something of non-zero length,
Chris Lattner
2010-04-26
1
-0
/
+7
*
Remove a redundant comment.
Evan Cheng
2010-04-26
1
-1
/
+0
*
- Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an...
Evan Cheng
2010-04-26
1
-0
/
+14
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-1
/
+1
*
Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ...
Evan Cheng
2010-04-13
1
-1
/
+44
*
Temporarily revert r101075, it's causing invalid iterator assertions
Eric Christopher
2010-04-13
1
-46
/
+1
*
Micro-optimization:
Bill Wendling
2010-04-12
1
-1
/
+46
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-1
/
+1
*
Educate GetInstrSizeInBytes implementations that
Dale Johannesen
2010-04-07
1
-0
/
+1
*
Properly enable load clustering.
Jakob Stoklund Olesen
2010-04-05
1
-4
/
+0
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-3
/
+3
*
Teach AnalyzeBranch, RemoveBranch and the branch
Dale Johannesen
2010-04-02
1
-0
/
+4
*
Replace V_SET0 with variants for each SSE execution domain.
Jakob Stoklund Olesen
2010-03-31
1
-3
/
+8
*
Renumber SSE execution domains for better code size.
Jakob Stoklund Olesen
2010-03-30
1
-16
/
+16
*
Remove the pmulld intrinsic and autoupdate it as a vector multiply.
Eric Christopher
2010-03-30
1
-1
/
+0
*
Basic implementation of SSEDomainFix pass.
Jakob Stoklund Olesen
2010-03-29
1
-39
/
+43
*
Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...
Jakob Stoklund Olesen
2010-03-25
1
-0
/
+43
*
Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...
Jakob Stoklund Olesen
2010-03-23
1
-3
/
+0
*
Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...
Jakob Stoklund Olesen
2010-03-23
1
-0
/
+3
*
Teach isSafeToClobberEFLAGS to ignore dbg_value's. We need a MachineBasicBloc...
Evan Cheng
2010-03-23
1
-3
/
+13
*
Do not force indirect tailcall through fixed registers: eax, r11. Add support...
Evan Cheng
2010-03-14
1
-0
/
+17
*
Don't try to fold V_SET0 and V_SETALLONES to loads in medium and
Dan Gohman
2010-03-09
1
-0
/
+5
*
Revert r97766. It's deleting a tag.
Bill Wendling
2010-03-05
1
-52
/
+13
*
Micro-optimization:
Bill Wendling
2010-03-05
1
-13
/
+52
*
Implement XMM subregs.
Dan Gohman
2010-02-28
1
-14
/
+4
*
movl is a cheaper way to materialize 0 without clobbering EFLAGS than movabsq.
Dan Gohman
2010-02-26
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2010-02-22
1
-1
/
+1
*
add a bunch of mod/rm encoding types for fixed mod/rm bytes.
Chris Lattner
2010-02-12
1
-0
/
+8
*
refactor the conditional jump instructions in the .td file to
Chris Lattner
2010-02-11
1
-40
/
+40
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-5
/
+5
*
port X86InstrInfo::determineREX over to the new encoder.
Chris Lattner
2010-02-05
1
-5
/
+4
[next]