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
*
ARM can only use narrow encoding for low regs.
Jim Grosbach
2012-03-30
1
-0
/
+1
*
ARM integrated assembler should encoding choice for add/sub imm.
Jim Grosbach
2012-03-30
1
-0
/
+25
*
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-30
1
-4
/
+14
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
7
-1046
/
+753
*
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-30
1
-3
/
+3
*
Add computeMaskedBitsLoad back, as it was the change to instsimplify that
Rafael Espindola
2012-03-30
1
-0
/
+26
*
Add a note about a missed cmov -> sbb opportunity.
Benjamin Kramer
2012-03-30
1
-0
/
+18
*
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-30
5
-10
/
+33
*
ARM target should allow codegenprep to duplicate ret instructions to enable t...
Evan Cheng
2012-03-30
1
-1
/
+1
*
If we have a VLA that has a "use" in a metadata node that's then used
Bill Wendling
2012-03-30
1
-1
/
+12
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
7
-753
/
+1046
*
Invalidate liveness in ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-29
1
-0
/
+4
*
Prefer even-odd D-register pairs.
Jakob Stoklund Olesen
2012-03-29
1
-1
/
+2
*
Try using vmov.i32 to materialize FP32 constants that can't be materialized by
Lang Hames
2012-03-29
1
-23
/
+54
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
7
-1046
/
+753
*
Lowercase the tag name to match the rest of dwarf.
Eric Christopher
2012-03-29
3
-4
/
+4
*
ARM assembly 'cmp lr, #0' should not encode using 'cmn'.
Jim Grosbach
2012-03-29
3
-4
/
+8
*
Handle register copies for the new ARM register classes.
Jakob Stoklund Olesen
2012-03-29
1
-19
/
+41
*
Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...
Lang Hames
2012-03-29
1
-23
/
+56
*
Expand FREM.
Akira Hatanaka
2012-03-29
1
-0
/
+2
*
Don't PRE compares.
Jakob Stoklund Olesen
2012-03-29
1
-1
/
+8
*
Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...
Benjamin Kramer
2012-03-29
1
-6
/
+5
*
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
4
-3
/
+42
*
Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...
Craig Topper
2012-03-29
1
-12
/
+13
*
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
*
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
2
-10
/
+5
*
Enable machine code verification after PreSched2 passes.
Jakob Stoklund Olesen
2012-03-28
2
-2
/
+4
*
Don't kill the base register when expanding strd.
Jakob Stoklund Olesen
2012-03-28
1
-0
/
+4
*
Preserve implicit defs in ARMLoadStoreOptimizer.
Jakob Stoklund Olesen
2012-03-28
2
-4
/
+23
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
10
-332
/
+208
*
Handle intrinsics in GlobalsModRef. Fixes pr12351.
Rafael Espindola
2012-03-28
1
-0
/
+6
*
Spill DPair registers, not just QPR.
Jakob Stoklund Olesen
2012-03-28
2
-6
/
+6
*
Also verify after ExpandPostRAPseudos.
Jakob Stoklund Olesen
2012-03-28
1
-1
/
+1
*
Enable machine code verification after the late machine optimization passes.
Jakob Stoklund Olesen
2012-03-28
1
-3
/
+3
*
Skip liveness verification when MRI->tracksLiveness() is false.
Jakob Stoklund Olesen
2012-03-28
1
-105
/
+112
*
Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."
Jakob Stoklund Olesen
2012-03-28
2
-8
/
+0
*
Allow removeLiveIn to be called with a register that isn't live-in.
Jakob Stoklund Olesen
2012-03-28
1
-2
/
+2
*
Revert r153521 as it's causing large regressions on the nightly testers.
Chad Rosier
2012-03-28
2
-41
/
+0
*
Fixed commuteInstructions bug where if its called pre-regalloc the subreg ind...
Pete Cooper
2012-03-28
1
-6
/
+15
*
GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...
Benjamin Kramer
2012-03-28
1
-0
/
+6
*
Add another note about a missed compare with nsw arithmetic instcombine.
Benjamin Kramer
2012-03-28
1
-0
/
+7
*
Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.
Richard Barton
2012-03-28
1
-21
/
+13
*
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-28
1
-3
/
+23
*
More debug output.
Eric Christopher
2012-03-28
1
-1
/
+2
*
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
2012-03-28
2
-8
/
+16
*
Turn off post-RA scheduler by default.
Akira Hatanaka
2012-03-28
1
-1
/
+1
*
Fix 80-column violation.
Chad Rosier
2012-03-28
1
-2
/
+2
*
Turn on post register allocation scheduler.
Akira Hatanaka
2012-03-28
4
-0
/
+22
[next]