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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
4
-23
/
+49
*
The binutils for the IBM BG/P are too old to support CFI.
Hal Finkel
2012-04-02
2
-0
/
+6
*
Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.
Roman Divacky
2012-04-02
1
-1
/
+10
*
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
12
-29
/
+0
*
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
2012-04-02
13
-24
/
+12
*
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-04-02
17
-27
/
+41
*
Fix some 80-col. violations I introduced with the A2 PPC64 core.
Hal Finkel
2012-04-01
2
-63
/
+126
*
Enable prefetch generation on PPC64.
Hal Finkel
2012-04-01
2
-0
/
+6
*
Add LdStSTD* itin. for the PPC64 A2 core.
Hal Finkel
2012-04-01
1
-0
/
+20
*
This commit contains a few changes that had to go in together.
Nadav Rotem
2012-04-01
1
-8
/
+7
*
Set the default PPC node scheduling preference to ILP (for the embedded cores).
Hal Finkel
2012-04-01
2
-0
/
+10
*
Add ppc440 itin. entries for LdStSTD*
Hal Finkel
2012-04-01
1
-0
/
+20
*
Use full anti-dep. breaking with post-ra sched. on the embedded ppc cores.
Hal Finkel
2012-04-01
1
-2
/
+3
*
Add instruction itinerary for the PPC64 A2 core.
Hal Finkel
2012-04-01
7
-4
/
+582
*
Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.
Hal Finkel
2012-04-01
9
-107
/
+140
*
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-31
8
-35
/
+126
*
Select static relocation model if it is jitting.
Akira Hatanaka
2012-03-31
1
-1
/
+3
*
Add a 2 byte safety margin in offset computations.
Jakob Stoklund Olesen
2012-03-31
1
-2
/
+5
*
Add more debugging output to ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-31
1
-2
/
+16
*
Rip out emission of the regIsInRegClass function for the asm printer.
Benjamin Kramer
2012-03-30
1
-0
/
+1
*
ARM fix encoding fixup resolution for ldrd and friends.
Jim Grosbach
2012-03-30
1
-0
/
+2
*
ARM assembler should prefer non-aliases encoding of cmp.
Jim Grosbach
2012-03-30
1
-4
/
+6
*
ARM encoding for VSWP got the second operand incorrect.
Jim Grosbach
2012-03-30
1
-4
/
+4
*
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
*
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-30
1
-3
/
+3
*
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
*
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
*
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
*
Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...
Benjamin Kramer
2012-03-29
1
-6
/
+5
*
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
1
-2
/
+2
*
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
*
Spill DPair registers, not just QPR.
Jakob Stoklund Olesen
2012-03-28
2
-6
/
+6
*
Revert r153516: "Invalidate liveness in Thumb2ITBlockPass."
Jakob Stoklund Olesen
2012-03-28
2
-8
/
+0
*
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
*
Turn off post-RA scheduler by default.
Akira Hatanaka
2012-03-28
1
-1
/
+1
*
Turn on post register allocation scheduler.
Akira Hatanaka
2012-03-28
4
-0
/
+22
[next]