aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* misched: Add finalizeScheduler to complete the target interface.Andrew Trick2012-04-011-0/+1
* Removing a file that's no longer being used after the recent refactoringsEli Bendersky2012-04-011-388/+0
* Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.Hal Finkel2012-04-019-107/+140
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-315-13/+21
* Fix dynamic linking on PPC64.Hal Finkel2012-03-318-35/+126
* Fix a typo reported in IRC by someone reviewing this code.Chandler Carruth2012-03-311-1/+1
* Give the always-inliner its own custom filter. It shouldn't have to payChandler Carruth2012-03-311-20/+63
* Remove a bunch of empty, dead, and no-op methods from all of theseChandler Carruth2012-03-314-36/+0
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-315-621/+971
* Internalize: Remove reference of @llvm.noinline, it was replaced with the noi...Benjamin Kramer2012-03-311-1/+0
* I noticed in passing that the Metadata getIfExists method was creating a newDuncan Sands2012-03-311-4/+4
* Correctly vectorize powi.Hal Finkel2012-03-311-11/+33
* Select static relocation model if it is jitting.Akira Hatanaka2012-03-311-1/+3
* Add a 2 byte safety margin in offset computations.Jakob Stoklund Olesen2012-03-311-2/+5
* Add more debugging output to ARMConstantIslandPass.Jakob Stoklund Olesen2012-03-311-2/+16
* Rip out emission of the regIsInRegClass function for the asm printer.Benjamin Kramer2012-03-301-0/+1
* ARM fix encoding fixup resolution for ldrd and friends.Jim Grosbach2012-03-301-0/+2
* ARM assembler should prefer non-aliases encoding of cmp.Jim Grosbach2012-03-301-4/+6
* ARM encoding for VSWP got the second operand incorrect.Jim Grosbach2012-03-301-4/+4
* ARM can only use narrow encoding for low regs.Jim Grosbach2012-03-301-0/+1
* ARM integrated assembler should encoding choice for add/sub imm.Jim Grosbach2012-03-301-0/+25
* Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2012-03-301-4/+14
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-307-1046/+753
* ARM assembly parsing needs to be paranoid about negative immediates.Jim Grosbach2012-03-301-3/+3
* Add computeMaskedBitsLoad back, as it was the change to instsimplify thatRafael Espindola2012-03-301-0/+26
* Add a note about a missed cmov -> sbb opportunity.Benjamin Kramer2012-03-301-0/+18
* Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy2012-03-305-10/+33
* ARM target should allow codegenprep to duplicate ret instructions to enable t...Evan Cheng2012-03-301-1/+1
* If we have a VLA that has a "use" in a metadata node that's then usedBill Wendling2012-03-301-1/+12
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-297-753/+1046
* Invalidate liveness in ARMConstantIslandPass.Jakob Stoklund Olesen2012-03-291-0/+4
* Prefer even-odd D-register pairs.Jakob Stoklund Olesen2012-03-291-1/+2
* Try using vmov.i32 to materialize FP32 constants that can't be materialized byLang Hames2012-03-291-23/+54
* Re-factored RuntimeDyld.Danil Malyshev2012-03-297-1046/+753
* Lowercase the tag name to match the rest of dwarf.Eric Christopher2012-03-293-4/+4
* ARM assembly 'cmp lr, #0' should not encode using 'cmn'.Jim Grosbach2012-03-293-4/+8
* Handle register copies for the new ARM register classes.Jakob Stoklund Olesen2012-03-291-19/+41
* Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...Lang Hames2012-03-291-23/+56
* Expand FREM.Akira Hatanaka2012-03-291-0/+2
* Don't PRE compares.Jakob Stoklund Olesen2012-03-291-1/+8
* Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...Benjamin Kramer2012-03-291-6/+5
* Add support for objc property decls according to the page at:Eric Christopher2012-03-294-3/+42
* Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...Craig Topper2012-03-291-12/+13
* For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones2012-03-291-34/+94
* Reverted to revision 153616 to unblock buildJoel Jones2012-03-291-94/+34
* For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones2012-03-291-34/+94
* Enable machine code verification in the entire code generator.Jakob Stoklund Olesen2012-03-282-10/+5
* Enable machine code verification after PreSched2 passes.Jakob Stoklund Olesen2012-03-282-2/+4
* Don't kill the base register when expanding strd.Jakob Stoklund Olesen2012-03-281-0/+4
* Preserve implicit defs in ARMLoadStoreOptimizer.Jakob Stoklund Olesen2012-03-282-4/+23