summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Should put test case under test/ExecutionEngine/MCJIT/Michael Liao2012-08-30
* Fix PR13727Michael Liao2012-08-30
* Reserve space for the mandatory traceback fields on PPC64.Hal Finkel2012-08-29
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-29
* [arm-fast-isel] Add support for ARM PIC.Jush Lu2012-08-29
* Create llvm/test/Object/Mips/lit.local.cfg to check Mips in targets_to_build.NAKAMURA Takumi2012-08-29
* llvm/test: [CMake] Add profile_rt-shared to deps.NAKAMURA Takumi2012-08-29
* llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.NAKAMURA Takumi2012-08-29
* Moved input for objdump test from Mips to Inputs.Jack Carter2012-08-29
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-28
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-28
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-28
* Some instructions are passed to the assembler to beJack Carter2012-08-28
* Emit word of zeroes after the last instruction as a start of the mandatoryRoman Divacky2012-08-28
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-28
* InstCombine: Guard the transform introduced in r162743 against large ints and...Benjamin Kramer2012-08-28
* Make sure that we don't call getZExtValue on values > 64 bits.Nadav Rotem2012-08-28
* Teach InstCombine to canonicalize [SU]div+[AL]shl patterns.Nadav Rotem2012-08-28
* The commutative flag is already correctly set within the multiclass. If we setBill Wendling2012-08-28
* Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.Craig Topper2012-08-28
* llvm/test/CodeGen/X86/pr12312.ll: Add -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2012-08-28
* Fix PR12312Michael Liao2012-08-28
* Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen2012-08-28
* Fix mips' long branch pass.Akira Hatanaka2012-08-28
* Fix bug 13532.Akira Hatanaka2012-08-28
* Allow remat of LI on PPC.Hal Finkel2012-08-28
* Eliminate redundant CR moves on PPC32.Hal Finkel2012-08-28
* Optimize zext on PPC64.Hal Finkel2012-08-28
* Make sure we add the predicate after all of the registers are added.Bill Wendling2012-08-27
* llvm/test/CodeGen/X86/fma.ll: Add -march=x86, or two tests would fail on non-...NAKAMURA Takumi2012-08-27
* llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatib...NAKAMURA Takumi2012-08-27
* Commit test change for r162658.Craig Topper2012-08-27
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-27
* FMA3 tests on bdver2 target for changes made in rev 162012. Also madeAnitha Boyapati2012-08-27
* Make sure that FMA3 is favored even when FMA4 is also enabled. Test case for ...Craig Topper2012-08-27
* Infer instruction properties from single-instruction patterns.Jakob Stoklund Olesen2012-08-24
* Disable Mips' delay slot filler when optimization level is O0.Akira Hatanaka2012-08-24
* In MipsDAGToDAGISel::SelectAddr, fold add node into address operand, if itsAkira Hatanaka2012-08-24
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-24
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-24
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-08-23
* Turn these two options in to trinary state so that they can beEric Christopher2012-08-23
* Make this darwin specific to try to silence the bots.Eric Christopher2012-08-23
* Emit pubtypes only when going for darwin gdb compatibility.Eric Christopher2012-08-23
* Filecheck-ize.Eric Christopher2012-08-23
* SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.Benjamin Kramer2012-08-22
* Whitespace.Chad Rosier2012-08-22
* Add test case for r162368.Chad Rosier2012-08-22
* Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr...Stepan Dyatkovskiy2012-08-22