index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-04-01
Fix a pretty scary bug I introduced into the always inliner with
Chandler Carruth
2012-04-01
misched: Add finalizeScheduler to complete the target interface.
Andrew Trick
2012-04-01
Removing a file that's no longer being used after the recent refactorings
Eli Bendersky
2012-04-01
Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.
Hal Finkel
2012-03-31
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
Fix dynamic linking on PPC64.
Hal Finkel
2012-03-31
Fix a typo reported in IRC by someone reviewing this code.
Chandler Carruth
2012-03-31
Give the always-inliner its own custom filter. It shouldn't have to pay
Chandler Carruth
2012-03-31
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
Internalize: Remove reference of @llvm.noinline, it was replaced with the noi...
Benjamin Kramer
2012-03-31
I noticed in passing that the Metadata getIfExists method was creating a new
Duncan Sands
2012-03-31
Correctly vectorize powi.
Hal Finkel
2012-03-31
Select static relocation model if it is jitting.
Akira Hatanaka
2012-03-31
Add a 2 byte safety margin in offset computations.
Jakob Stoklund Olesen
2012-03-31
Add more debugging output to ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-30
Rip out emission of the regIsInRegClass function for the asm printer.
Benjamin Kramer
2012-03-30
ARM fix encoding fixup resolution for ldrd and friends.
Jim Grosbach
2012-03-30
ARM assembler should prefer non-aliases encoding of cmp.
Jim Grosbach
2012-03-30
ARM encoding for VSWP got the second operand incorrect.
Jim Grosbach
2012-03-30
ARM can only use narrow encoding for low regs.
Jim Grosbach
2012-03-30
ARM integrated assembler should encoding choice for add/sub imm.
Jim Grosbach
2012-03-30
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-30
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-30
Add computeMaskedBitsLoad back, as it was the change to instsimplify that
Rafael Espindola
2012-03-30
Add a note about a missed cmov -> sbb opportunity.
Benjamin Kramer
2012-03-30
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-30
ARM target should allow codegenprep to duplicate ret instructions to enable t...
Evan Cheng
2012-03-30
If we have a VLA that has a "use" in a metadata node that's then used
Bill Wendling
2012-03-29
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
Invalidate liveness in ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-29
Prefer even-odd D-register pairs.
Jakob Stoklund Olesen
2012-03-29
Try using vmov.i32 to materialize FP32 constants that can't be materialized by
Lang Hames
2012-03-29
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
Lowercase the tag name to match the rest of dwarf.
Eric Christopher
2012-03-29
ARM assembly 'cmp lr, #0' should not encode using 'cmn'.
Jim Grosbach
2012-03-29
Handle register copies for the new ARM register classes.
Jakob Stoklund Olesen
2012-03-29
Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...
Lang Hames
2012-03-29
Expand FREM.
Akira Hatanaka
2012-03-29
Don't PRE compares.
Jakob Stoklund Olesen
2012-03-29
Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...
Benjamin Kramer
2012-03-29
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...
Craig Topper
2012-03-29
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-29
Reverted to revision 153616 to unblock build
Joel Jones
2012-03-29
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-28
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
Enable machine code verification after PreSched2 passes.
Jakob Stoklund Olesen
2012-03-28
Don't kill the base register when expanding strd.
Jakob Stoklund Olesen
[next]