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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix assembly parsing and encoding of the pushf and popf family of
Dan Gohman
2010-05-20
3
-0
/
+29
*
Define the x86 pause instruction.
Dan Gohman
2010-05-20
2
-0
/
+9
*
Fix the sfence instruction to use MRM_F8 instead of MRM7r, since it
Dan Gohman
2010-05-20
1
-0
/
+3
*
Match "4" or "8" depending upon if it's 32- or 64-bit.
Bill Wendling
2010-05-20
1
-2
/
+2
*
Once more, with feeling.
Eric Christopher
2010-05-20
1
-0
/
+1
*
Teach LSR how to cope better with unrolled loops on targets where
Dan Gohman
2010-05-19
1
-0
/
+386
*
fix rdar://7986634 - match instruction opcodes case insensitively.
Chris Lattner
2010-05-19
1
-0
/
+5
*
Testcase for r104181.
Bill Wendling
2010-05-19
1
-0
/
+33
*
A more combo tls testcase.
Eric Christopher
2010-05-19
1
-0
/
+232
*
Few more simple tls testcases.
Eric Christopher
2010-05-19
3
-0
/
+279
*
TwoAddressInstructionPass doesn't really know how to merge live intervals when
Jakob Stoklund Olesen
2010-05-19
1
-0
/
+17
*
Attempt to run this test on x86 only.
Eric Christopher
2010-05-19
1
-0
/
+1
*
Testcase to go with 104141.
Bob Wilson
2010-05-19
1
-0
/
+14
*
t2LEApcrel and tLEApcrel are re-materializable. This makes it possible to hoi...
Evan Cheng
2010-05-19
1
-6
/
+39
*
Intrinsics which do a vector compare (results are all zero or all ones) are m...
Evan Cheng
2010-05-19
1
-0
/
+13
*
Add a test to make sure that we're lowering the shift amount correctly.
Eric Christopher
2010-05-19
1
-0
/
+22
*
Remember to update VirtRegLastUse when spilling without killing before a call.
Jakob Stoklund Olesen
2010-05-18
1
-0
/
+37
*
When converting a test to a cmp to fold a load, use the cmp that has an
Dan Gohman
2010-05-18
1
-0
/
+68
*
Quick test to make sure we're emitting the tbss section correctly.
Eric Christopher
2010-05-18
1
-0
/
+114
*
Sink dag combine's post index load / store code that swap base ptr and index ...
Evan Cheng
2010-05-18
1
-0
/
+25
*
Test passed on ppc, to my surprise; if it worked
Dale Johannesen
2010-05-18
1
-2
/
+0
*
Fix PR7162: Use source register classes and sub-indices to determine the corr...
Evan Cheng
2010-05-18
1
-0
/
+38
*
Testcase for llvm-gcc checkin 104042.
Dale Johannesen
2010-05-18
1
-0
/
+19
*
Fixed the problem with a branch to "0b" that was not parsed by llvm-mc
Kevin Enderby
2010-05-18
1
-12
/
+15
*
MC/Mach-O: Implement support for setting indirect symbol table offset in sect...
Daniel Dunbar
2010-05-18
1
-0
/
+188
*
MC/X86: Implement custom lowering to make sure we match things like
Daniel Dunbar
2010-05-18
1
-0
/
+26
*
FIX PR7158. SimplifyVBinOp was asserting when it fails to constant fold (op (...
Evan Cheng
2010-05-18
1
-0
/
+17
*
Fix PR7175. Insert copies of a REG_SEQUENCE source if it is used by other REG...
Evan Cheng
2010-05-17
1
-0
/
+35
*
Added support in MC for Directional Local Labels.
Kevin Enderby
2010-05-17
1
-0
/
+92
*
More data/parsing support for tls directives. Add a few more testcases
Eric Christopher
2010-05-17
4
-1
/
+30
*
Fix PR7156. If the sources of a REG_SEQUENCE are all IMPLICIT_DEF's. Replace ...
Evan Cheng
2010-05-17
1
-0
/
+46
*
MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...
Daniel Dunbar
2010-05-17
1
-7
/
+73
*
MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.
Daniel Dunbar
2010-05-17
1
-0
/
+100
*
Careful with reg_sequence coalescing to not to overwrite sub-register indices.
Evan Cheng
2010-05-17
1
-0
/
+42
*
MC/Mach-O: Fix some differences in symbol flag handling.
Daniel Dunbar
2010-05-17
1
-29
/
+105
*
Turn on -neon-reg-sequence by default.
Evan Cheng
2010-05-17
1
-0
/
+170
*
llvm-mc: Support reassignment of variables in one special case, when the
Daniel Dunbar
2010-05-17
1
-2
/
+6
*
Avoid allocating the same physreg to multiple virtregs in one instruction.
Jakob Stoklund Olesen
2010-05-17
1
-0
/
+105
*
Only use clairvoyance when defining a register, and then only if it has one use.
Jakob Stoklund Olesen
2010-05-17
1
-9
/
+5
*
Assume that we'll handle mangling the symbols earlier and just put the
Eric Christopher
2010-05-17
1
-1
/
+1
*
Removing as part of previous reversion.
Dale Johannesen
2010-05-16
1
-0
/
+0
*
Revert 103911; it broke a test that expects bitconvert
Dale Johannesen
2010-05-16
1
-11
/
+0
*
Make x86-64 64-bit bitconvert work when SSE is not available.
Dale Johannesen
2010-05-16
1
-0
/
+11
*
Add support for thiscall calling convention.
Anton Korobeynikov
2010-05-16
2
-3
/
+23
*
Some cheap DAG combine goodness for multiplication with a particular constant.
Anton Korobeynikov
2010-05-15
1
-4
/
+30
*
Allow TargetLowering::getRegClassFor() to be called on illegal types. Also
Evan Cheng
2010-05-15
1
-0
/
+10
*
SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead and
Bill Wendling
2010-05-14
1
-1
/
+3
*
Test case for r103800.
Devang Patel
2010-05-14
1
-0
/
+23
*
Fix so "int3" is correctly accepted, added "into" and fixed "int" with an
Kevin Enderby
2010-05-14
1
-0
/
+13
*
MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be
Daniel Dunbar
2010-05-14
1
-46
/
+52
[next]