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
/
X86ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Remove unneeded #includes.
Jakub Staszak
2012-11-14
1
-3
/
+0
*
Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.
Craig Topper
2012-11-10
1
-79
/
+0
*
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-15
1
-1
/
+3
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+2
*
Follow up to r165072. Try a different approach: only move the load when it's ...
Evan Cheng
2012-10-05
1
-11
/
+9
*
Fix a serious X86 instruction selection bug. In
Evan Cheng
2012-10-02
1
-3
/
+14
*
X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of the
Manman Ren
2012-09-28
1
-5
/
+28
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Add MULX code generation support
Michael Liao
2012-09-26
1
-27
/
+79
*
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-25
1
-0
/
+8
*
Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith
Michael Liao
2012-09-19
1
-176
/
+140
*
Revert r163761 "Don't fold indexed loads into TCRETURNmi64."
Jakob Stoklund Olesen
2012-09-13
1
-28
/
+0
*
Don't fold indexed loads into TCRETURNmi64.
Jakob Stoklund Olesen
2012-09-13
1
-0
/
+28
*
Fix PR11985
Michael Liao
2012-09-12
1
-13
/
+23
*
Release build: guard dump functions with
Manman Ren
2012-09-11
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Fix integer undefined behavior due to signed left shift overflow in LLVM.
Richard Smith
2012-08-24
1
-2
/
+3
*
Add a couple default: llvm_unreachable() to some switch statements. Fix a bad...
Craig Topper
2012-08-11
1
-2
/
+4
*
X86: enable CSE between CMP and SUB
Manman Ren
2012-08-08
1
-1
/
+6
*
Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...
Craig Topper
2012-08-06
1
-0
/
+79
*
Whitespace.
Chad Rosier
2012-08-01
1
-49
/
+49
*
ELF does not imply GNU/Linux. Do not assume GNU conventions just because we
David Chisnall
2012-07-24
1
-1
/
+1
*
Update GATHER instructions to support 2 read-write operands. Patch from mysel...
Craig Topper
2012-07-12
1
-3
/
+12
*
Reduce code size by using a second switch statement to avoid extra calls to S...
Craig Topper
2012-07-01
1
-9
/
+19
*
Add a break to the end of case statement missed in r159501.
Craig Topper
2012-07-01
1
-0
/
+1
*
Fix a crash on release builds if gather intrinsics are passed a non-constant ...
Craig Topper
2012-07-01
1
-2
/
+5
*
Use a second switch statement to reduce number of calls to SelectGather in co...
Craig Topper
2012-07-01
1
-17
/
+23
*
X86: add more GATHER intrinsics in LLVM
Manman Ren
2012-06-29
1
-0
/
+16
*
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-26
1
-0
/
+47
*
Tidy up spacing.
Craig Topper
2012-05-23
1
-2
/
+2
*
Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...
Evan Cheng
2012-05-16
1
-0
/
+14
*
Generalize r153635 to deal with TokenFactor chains; also clean up the logic a...
Evan Cheng
2012-04-12
1
-41
/
+51
*
Cleanup and relax a restriction on the matching of global offsets into
Chandler Carruth
2012-04-09
1
-9
/
+10
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-1
/
+1
*
Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...
Benjamin Kramer
2012-03-29
1
-6
/
+5
*
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-29
1
-34
/
+94
*
Reverted to revision 153616 to unblock build
Joel Jones
2012-03-29
1
-94
/
+34
*
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-29
1
-34
/
+94
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+0
*
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
1
-1
/
+1
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
Use uint16_t to store opcodes in static tables in X86 backend.
Craig Topper
2012-03-09
1
-1
/
+1
*
Declare register classes as const. Fix a couple pointers to register classes ...
Craig Topper
2012-02-22
1
-2
/
+2
*
Use the same CALL instructions for Windows as for everything else.
Jakob Stoklund Olesen
2012-02-16
1
-1
/
+1
*
Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...
Pete Cooper
2012-02-15
1
-0
/
+1
*
Fixed bug when custom lowering DEC64m on x86.
Pete Cooper
2012-02-13
1
-0
/
+1
[next]