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
/
test
/
CodeGen
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Run ProcessImplicitDefs on SSA form where it can be much simpler.
Jakob Stoklund Olesen
2012-06-25
1
-2
/
+2
*
%RCX is not a function live-out in eh.return functions.
Jakob Stoklund Olesen
2012-06-24
1
-0
/
+252
*
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
1
-0
/
+166
*
FileCheckize tests.
Chad Rosier
2012-06-22
2
-2
/
+10
*
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-06-22
1
-0
/
+11
*
Functions calling __builtin_eh_return must have a frame pointer.
Jakob Stoklund Olesen
2012-06-22
1
-3
/
+24
*
Remove the -live-regunits command line option.
Jakob Stoklund Olesen
2012-06-20
1
-1
/
+0
*
Only update regunit live ranges that have been precomputed.
Jakob Stoklund Olesen
2012-06-20
1
-0
/
+1
*
Don't insert 128-bit UNDEF into 256-bit vectors. Just keep the 256-bit vector...
Craig Topper
2012-06-20
2
-1
/
+9
*
really add a triple :-(
Rafael Espindola
2012-06-19
1
-1
/
+1
*
Add a triple to the test.
Rafael Espindola
2012-06-19
1
-1
/
+1
*
Move the support for using .init_array from ARM to the generic
Rafael Espindola
2012-06-19
1
-0
/
+27
*
Add a regression test for the bug exposed by r158087, which has been
Chandler Carruth
2012-06-18
1
-0
/
+63
*
Temporarily revert r158087.
Chandler Carruth
2012-06-18
3
-170
/
+2
*
Fix intrinsics for XOP frczss/sd instructions. These instructions only take o...
Craig Topper
2012-06-13
1
-12
/
+12
*
Replace XOP vpcom intrinsics with fewer intrinsics that take the immediate as...
Craig Topper
2012-06-09
1
-0
/
+56
*
Don't run RAFast in the optimizing regalloc pipeline.
Jakob Stoklund Olesen
2012-06-08
13
-13
/
+13
*
Test case for r158160
Manman Ren
2012-06-08
1
-0
/
+42
*
X86: optimize generated code for integer ABS
Manman Ren
2012-06-07
1
-6
/
+10
*
Use a base register instead of an index register with the local dynamic model.
Rafael Espindola
2012-06-07
1
-1
/
+1
*
X86: replace SUB with CMP if possible
Manman Ren
2012-06-07
1
-0
/
+11
*
Revert r157755.
Manman Ren
2012-06-06
1
-11
/
+0
*
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-06-06
3
-2
/
+170
*
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-04
14
-21
/
+21
*
Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.
Craig Topper
2012-06-03
1
-1
/
+1
*
Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...
Craig Topper
2012-06-03
2
-148
/
+148
*
Revert r157831
Manman Ren
2012-06-03
1
-19
/
+0
*
Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...
Craig Topper
2012-06-03
1
-2
/
+2
*
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-06-01
1
-0
/
+19
*
testcase for PR13006, thanks to Duncan for filing it.
Chris Lattner
2012-06-01
1
-0
/
+7
*
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
2
-0
/
+79
*
Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...
Craig Topper
2012-06-01
1
-66
/
+0
*
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
2012-06-01
1
-0
/
+46
*
enhance getNoopInput to know about vector<->vector bitcasts of legal
Chris Lattner
2012-06-01
1
-0
/
+22
*
add some simple 64-bit tail call tests.
Chris Lattner
2012-06-01
1
-0
/
+21
*
merge some tests.
Chris Lattner
2012-06-01
3
-13
/
+13
*
rename test
Chris Lattner
2012-06-01
1
-0
/
+0
*
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
1
-0
/
+11
*
Added FMA3 Intel instructions.
Elena Demikhovsky
2012-05-31
2
-0
/
+198
*
Add intrinsic for pclmulqdq instruction.
Craig Topper
2012-05-31
1
-1
/
+10
*
Prioritize smaller register classes for urgent evictions.
Jakob Stoklund Olesen
2012-05-30
1
-0
/
+9
*
it's pointed out that R11 can be used for magic things, and doing things just...
Chris Lattner
2012-05-30
2
-17
/
+16
*
Extend the (abi-irrelevant) return convention to be able to return more than ...
Chris Lattner
2012-05-30
1
-0
/
+17
*
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
1
-2
/
+39
*
These tests used intrinsics with the wrong prototype. They weren't caught be...
Chris Lattner
2012-05-27
1
-6
/
+6
*
SelectionDAGBuilder: When emitting small compare chains for switches order th...
Benjamin Kramer
2012-05-26
1
-0
/
+37
*
test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible....
NAKAMURA Takumi
2012-05-25
1
-12
/
+0
*
test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-alig...
NAKAMURA Takumi
2012-05-25
1
-2
/
+2
*
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-25
1
-6
/
+35
*
Fix for CHECK-NOT misspelling.
David Blaikie
2012-05-24
1
-1
/
+1
[prev]
[next]