aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Create llvm/test/Object/Mips/lit.local.cfg to check Mips in targets_to_build.NAKAMURA Takumi2012-08-291-0/+5
* Verify the tied operand flags.Jakob Stoklund Olesen2012-08-291-0/+37
* Enable recursing into the compiler-rt projcet with the CMake build.Chandler Carruth2012-08-291-0/+8
* Maintain a vaild isTied bit as operands are added and removed.Jakob Stoklund Olesen2012-08-292-1/+51
* llvm/test: [CMake] Add profile_rt-shared to deps.NAKAMURA Takumi2012-08-291-0/+1
* libprofile: [CMake] Let libprofile_rt be not loadable_module but shared libra...NAKAMURA Takumi2012-08-291-1/+2
* llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.NAKAMURA Takumi2012-08-293-0/+9
* Moved input for objdump test from Mips to Inputs.Jack Carter2012-08-292-1/+1
* Typo.Chad Rosier2012-08-281-1/+1
* Add comments on the literal value used.Michael Liao2012-08-281-1/+1
* LLI: move instruction cache tweaks.Jim Grosbach2012-08-281-4/+4
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-2812-26/+1001
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-285-3/+82
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-283-1/+27
* Explicitly update the number of nodes to be traversedMichael Liao2012-08-281-1/+1
* Some instructions are passed to the assembler to beJack Carter2012-08-282-21/+28
* Emit word of zeroes after the last instruction as a start of the mandatoryRoman Divacky2012-08-282-0/+25
* Follow-up patch to r162731.Akira Hatanaka2012-08-281-8/+9
* Add a MachineOperand::isTied() flag.Jakob Stoklund Olesen2012-08-282-21/+53
* Don't allow TargetFlags on MO_Register MachineOperands.Jakob Stoklund Olesen2012-08-282-10/+21
* Patch by Sean Silva to un-barf his computer by explicitly removing the '\n'Bill Wendling2012-08-281-3/+2
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-2810-2/+653
* InstCombine: Defensively avoid undefined shifts by limiting the amount to the...Benjamin Kramer2012-08-281-2/+2
* InstCombine: Guard the transform introduced in r162743 against large ints and...Benjamin Kramer2012-08-282-12/+37
* Make sure that we don't call getZExtValue on values > 64 bits.Nadav Rotem2012-08-282-8/+15
* Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.Nadav Rotem2012-08-283-2/+72
* The commutative flag is already correctly set within the multiclass. If we setBill Wendling2012-08-282-1/+21
* Convert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES to Post-RA pseudos.Craig Topper2012-08-283-18/+10
* Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.Craig Topper2012-08-284-32/+19
* llvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2012-08-281-2/+2
* Fix PR12312Michael Liao2012-08-282-10/+160
* Check all patterns for missing instruction flags.Jakob Stoklund Olesen2012-08-282-0/+72
* Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen2012-08-285-31/+25
* Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...Jakob Stoklund Olesen2012-08-286-169/+43
* Fix mips' long branch pass.Akira Hatanaka2012-08-283-109/+141
* Split several PPC instruction classes.Hal Finkel2012-08-289-102/+269
* Fix bug 13532.Akira Hatanaka2012-08-282-1/+13
* Allow remat of LI on PPC.Hal Finkel2012-08-284-3/+21
* Add the Freescale vendor to Triple.Hal Finkel2012-08-282-1/+4
* Eliminate redundant CR moves on PPC32.Hal Finkel2012-08-284-8/+60
* Optimize zext on PPC64.Hal Finkel2012-08-282-0/+20
* Temporarily revert this to bring back the bots.Eric Christopher2012-08-284-21/+15
* More missing mayLoad flags on AVX multiclasses.Jakob Stoklund Olesen2012-08-281-3/+3
* Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.Jakob Stoklund Olesen2012-08-276-43/+169
* Add --program-prefix support to build.Sebastian Pop2012-08-274-15/+21
* Fix compile error when building with C++11 - clang thinks that PRIx64 is a us...Marshall Clow2012-08-271-2/+2
* Make sure we add the predicate after all of the registers are added.Bill Wendling2012-08-272-2/+132
* Don't use for loops for code that is only intended to execute once. NoDan Gohman2012-08-271-6/+6
* Fix comment.Rafael Espindola2012-08-271-3/+4
* Fix comment for function RuntimeDyldImpl.resolveRelocation()Danil Malyshev2012-08-271-1/+4