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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify this code. Don't do a DomTreeNode lookup for each visited block.
Dan Gohman
2010-05-20
1
-14
/
+5
*
Refactor.
Devang Patel
2010-05-20
2
-37
/
+76
*
Grammar fix. This is a test commit.
Matt Fleming
2010-05-20
1
-1
/
+1
*
Minor code cleanups.
Dan Gohman
2010-05-20
1
-20
/
+11
*
When canonicalizing icmp operand order to put the loop invariant
Dan Gohman
2010-05-20
3
-230
/
+257
*
llvmc: Make segfault detection work on Win32.
Mikhail Glushenkov
2010-05-20
1
-21
/
+28
*
Set Changed to true when canonicalizing ICmp operand order; even though
Dan Gohman
2010-05-20
1
-0
/
+1
*
Handle Neon v2f64 and v2i64 vector shuffles as register copies.
Bob Wilson
2010-05-20
2
-0
/
+25
*
Remove dbg_value workaround and associated command line option
Jim Grosbach
2010-05-20
1
-20
/
+0
*
Delete MMX_MOVQ64gmr. It was the same as MMX_MOVQ64mr, but it didn't
Dan Gohman
2010-05-20
1
-3
/
+0
*
The PPC MFCR instruction implicitly uses all 8 of the CR
Dale Johannesen
2010-05-20
5
-21
/
+24
*
Strip llvm.dbg.lv also.
Devang Patel
2010-05-20
1
-0
/
+6
*
Rename a variable to avoid shadowing.
Dan Gohman
2010-05-20
1
-2
/
+3
*
Split DbgVariable. Eventually, variable info will be communicated through fra...
Devang Patel
2010-05-20
2
-94
/
+111
*
Minor code simplification.
Dan Gohman
2010-05-20
1
-4
/
+4
*
Fix assembly parsing and encoding of the pushf and popf family of
Dan Gohman
2010-05-20
7
-10
/
+60
*
Set neverHasSideEffects on 64-bit pushf and popf, for consistency with
Dan Gohman
2010-05-20
1
-2
/
+2
*
Move the code for deleting BaseRegs and LSRUses into helper functions,
Dan Gohman
2010-05-20
1
-5
/
+22
*
Reduce string trashing.
Benjamin Kramer
2010-05-20
1
-2
/
+2
*
Add a hybrid bottom up scheduler that reduce register usage while avoiding
Evan Cheng
2010-05-20
8
-31
/
+162
*
Fix typo in comment.
Nick Lewycky
2010-05-20
1
-2
/
+2
*
Define the x86 pause instruction.
Dan Gohman
2010-05-20
3
-0
/
+13
*
Fix the sfence instruction to use MRM_F8 instead of MRM7r, since it
Dan Gohman
2010-05-20
2
-1
/
+5
*
Fix build by actually declaring the variable.
Eric Christopher
2010-05-20
1
-0
/
+4
*
Partial code for emitting thread local bss data.
Eric Christopher
2010-05-20
4
-0
/
+10
*
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
*
lit: Add another place to look for bash.
Daniel Dunbar
2010-05-19
1
-1
/
+1
*
Teach LSR how to cope better with unrolled loops on targets where
Dan Gohman
2010-05-19
2
-3
/
+577
*
Optimize away insertelement of an undef value. This shows up in
Bob Wilson
2010-05-19
1
-0
/
+4
*
fix rdar://7986634 - match instruction opcodes case insensitively.
Chris Lattner
2010-05-19
2
-1
/
+11
*
Testcase for r104181.
Bill Wendling
2010-05-19
1
-0
/
+33
*
Enable preserving debug information through post-RA scheduling
Jim Grosbach
2010-05-19
1
-1
/
+1
*
Fix the post-RA instruction scheduler to handle instructions referenced by
Jim Grosbach
2010-05-19
2
-21
/
+8
*
Code clean up.
Evan Cheng
2010-05-19
1
-7
/
+7
*
Revert r104165.
Devang Patel
2010-05-19
2
-5
/
+13
*
Add support for partial redefs to the fast register allocator.
Jakob Stoklund Olesen
2010-05-19
1
-20
/
+18
*
There is no need to maintain InsnsBeginScopeSet separately.
Devang Patel
2010-05-19
2
-13
/
+5
*
A more combo tls testcase.
Eric Christopher
2010-05-19
1
-0
/
+232
*
Add MachineInstr::readsVirtualRegister() in preparation for proper handling of
Jakob Stoklund Olesen
2010-05-19
2
-1
/
+31
*
Few more simple tls testcases.
Eric Christopher
2010-05-19
3
-0
/
+279
*
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-19
10
-18
/
+20
*
TwoAddressInstructionPass doesn't really know how to merge live intervals when
Jakob Stoklund Olesen
2010-05-19
2
-1
/
+23
*
llvmc: report an error if a child process segfaults.
Mikhail Glushenkov
2010-05-19
1
-1
/
+14
*
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
*
When expanding a vector_shuffle, the element type may not be legal and may
Bob Wilson
2010-05-19
1
-0
/
+2
*
MC/X86: Add missing entry for TAILJMP_1 to getRelaxedOpcode().
Daniel Dunbar
2010-05-19
1
-0
/
+1
*
MC/X86: Lower TAILCALLd[64] to JMP_1, to allow relaxation and to avoid same
Daniel Dunbar
2010-05-19
2
-0
/
+17
*
MC/X86: Strip spurious operands from TAILJMPr64 as we do for CALL64r and
Daniel Dunbar
2010-05-19
1
-3
/
+5
[prev]
[next]