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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fill delay slot with useful instructions. Modified from Sparc's version of delay
Akira Hatanaka
2011-09-29
1
-12
/
+201
*
Create a machine basic block in the constant pool and retrieve the symbol for...
Bill Wendling
2011-09-29
2
-0
/
+7
*
Support creating a constant pool value for a machine basic block.
Bill Wendling
2011-09-29
2
-2
/
+30
*
Fold two identical set lookups into one. No functionality change.
Nick Lewycky
2011-09-29
1
-4
/
+2
*
When eliminating unnecessary retain+autorelease on return values,
Dan Gohman
2011-09-29
1
-1
/
+2
*
Don't eliminate objc_retainBlock calls on stack objects if the
Dan Gohman
2011-09-29
1
-8
/
+29
*
Mips64 arithmetic and logical instructions with two source registers.
Akira Hatanaka
2011-09-29
1
-0
/
+30
*
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-29
7
-33
/
+54
*
Cosmetic changes, as per Nick's review.
Devang Patel
2011-09-29
1
-0
/
+1
*
Place this bracket according to the LLVM style.
Duncan Sands
2011-09-29
1
-2
/
+1
*
PTX: Fix broken shared library build
Justin Holewinski
2011-09-29
4
-22
/
+43
*
Expand the x86 V_SET0* pseudos right after register allocation.
Jakob Stoklund Olesen
2011-09-29
4
-60
/
+66
*
Target/ARM: Unbreak! CMake! Build!
NAKAMURA Takumi
2011-09-29
1
-1
/
+0
*
Delete NEONMoveFix, now unused.
Jakob Stoklund Olesen
2011-09-29
3
-149
/
+0
*
Use ExecutionDepsFix instead of NEONMoveFix.
Jakob Stoklund Olesen
2011-09-29
2
-11
/
+21
*
typo + pasto
Andrew Trick
2011-09-29
1
-2
/
+2
*
Remove NumImplicitOps which is now unused.
Jakob Stoklund Olesen
2011-09-29
1
-18
/
+12
*
LSR: rewrite inner loops only.
Andrew Trick
2011-09-29
1
-5
/
+21
*
Move to ISelLowering.
Bill Wendling
2011-09-29
3
-131
/
+0
*
PTX: Add new patterns for bitconvert and any_extend
Justin Holewinski
2011-09-29
1
-213
/
+208
*
Use the local we already set up.
Eric Christopher
2011-09-29
1
-1
/
+1
*
Rewrite MachineInstr::addOperand() to avoid NumImplicitOps.
Jakob Stoklund Olesen
2011-09-29
1
-81
/
+53
*
Revert r140731, "Define classes for unary and binary FP instructions and use ...
Jakob Stoklund Olesen
2011-09-28
2
-63
/
+55
*
Tighten a ARM dag combine condition to avoid an identity transformation, which
Evan Cheng
2011-09-28
1
-1
/
+1
*
Define classes for unary and binary FP instructions and use them to define
Akira Hatanaka
2011-09-28
2
-55
/
+63
*
Have the SjLjEHPrepare pass do some more heavy lifting.
Bill Wendling
2011-09-28
1
-34
/
+55
*
PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...
Eli Friedman
2011-09-28
1
-0
/
+7
*
Object: Add isSection{Data,BSS}.
Michael J. Spencer
2011-09-28
3
-0
/
+58
*
Perform the lowering only if there are invokes.
Bill Wendling
2011-09-28
1
-9
/
+19
*
Ahem...actually *add* the ARMSjLjLowering pass to the pass manager.
Bill Wendling
2011-09-28
1
-1
/
+1
*
PTX: Fix alignment logic
Justin Holewinski
2011-09-28
1
-1
/
+1
*
Rename predicate In32BitMode to NotFP64bit and add definition of IsFP64bit.
Akira Hatanaka
2011-09-28
1
-9
/
+10
*
Remove definitions of branch-on-FP-likely instructions. They are deprecated.
Akira Hatanaka
2011-09-28
1
-4
/
+0
*
Mips64 predicate definitions. Patch by Liu.
Akira Hatanaka
2011-09-28
1
-0
/
+7
*
indvars: generalize SCEV getPreStartForSignExtend.
Andrew Trick
2011-09-28
1
-2
/
+14
*
PTX: MC-ize the PTX backend (patch 2 of N)
Justin Holewinski
2011-09-28
2
-12
/
+3
*
PTX: MC-ize the PTX back-end (patch 1 of N)
Justin Holewinski
2011-09-28
19
-64
/
+449
*
Check in a patch that has already been code reviewed by Owen that I'd forgott...
James Molloy
2011-09-28
8
-12
/
+128
*
A typeid of zero means a cleanup, not a catch. This case occurs
Duncan Sands
2011-09-28
1
-2
/
+4
*
PTX: Simplify code. No functionality change.
Benjamin Kramer
2011-09-28
1
-13
/
+5
*
PTX: Pass param name strings per const reference.
Benjamin Kramer
2011-09-28
2
-7
/
+7
*
Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument.
Bill Wendling
2011-09-28
1
-1
/
+2
*
Bitcast the alloca to an i8* to match the intrinsic's signature.
Bill Wendling
2011-09-28
1
-1
/
+4
*
Create and use an llvm.eh.sjlj.functioncontext intrinsic.
Bill Wendling
2011-09-28
2
-0
/
+14
*
In the new EH model, setup the function context and the call site info.
Bill Wendling
2011-09-28
1
-1
/
+181
*
Don't conditionalize execution of the SjLj EH prepare pass.
Bill Wendling
2011-09-28
1
-5
/
+1
*
indvars should hoist [sz]ext because licm is not rerun.
Andrew Trick
2011-09-28
1
-17
/
+27
*
PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...
Eli Friedman
2011-09-28
1
-1
/
+1
*
Rename class and clean up source.
Jakob Stoklund Olesen
2011-09-28
1
-25
/
+28
*
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
Jakob Stoklund Olesen
2011-09-28
3
-1
/
+1
[prev]
[next]