Don't check for null after calling COFFObjectFile::toSec.
[oota-llvm.git] / test /
2014-10-07 Saleem AbdulrasoolMC: add support for -aligncomm GNU extension
2014-10-07 Marcello MaggioniTwo case switch to select optimization
2014-10-07 David BlaikieDebugInfo+DeadArgElimination: Ensure llvm::Function...
2014-10-07 Suyog SardaRemove Extra lines. NFC.
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-10-07 Daniel Sanders[mips] Return {f128} correctly for N32/N64.
2014-10-07 Craig Topper[X86] Fix a bug where the disassembler was ignoring...
2014-10-07 David MajnemerGlobalDCE: Don't drop any COMDAT members
2014-10-07 Rafael Espindolagold plugin: Handle gold selecting a linkonce GV when...
2014-10-07 Juergen Ributzka[FastISel][AArch64] Teach the address computation code...
2014-10-07 Juergen Ributzka[FastISel][AArch64] Teach the address computation to...
2014-10-07 Juergen Ributzka[FastISel][AArch64] Fix "Fold sign-/zero-extends into...
2014-10-07 Rafael Espindolagold plugin: create internal replacement with original...
2014-10-07 Rafael Espindolagold plugin: Remap function arguments when creating...
2014-10-07 Gerolf Hoflehner[InstCombine] re-commit r218721 icmp-select-icmp optimi...
2014-10-06 NAKAMURA Takumillvm/test/lit.cfg: Suppress dwarf stuff for targeting...
2014-10-06 Hal Finkel[DAGCombine] Remove SIGN_EXTEND-related inf-loop
2014-10-06 Sanjay PatelFast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z...
2014-10-06 Hal Finkel[BasicAA] Revert "Revert r218714 - Make better use...
2014-10-06 Hans WennborgMachObjectWriter: optimize the string table for common...
2014-10-06 Timur IskhodzhanovFix dumping codeview line tables when there are multipl...
2014-10-06 Hal Finkel[CFL-AA] Update for handling of globals and more tests
2014-10-06 Eric ChristopherFor biendian targets like ARM and AArch64, it is useful...
2014-10-06 Eric ChristopherAdd support for ARM and AArch64 big endian objects to
2014-10-06 Eric ChristopherAdd some tests for RelocVisitor.
2014-10-06 Frederic Riss[dwarfdump] Print the name for referenced specification...
2014-10-05 Owen AndersonGive the Reassociate pass a bit more flexibility and...
2014-10-05 Chandler Carruth[x86] Remove the 2-addr-to-3-addr "optimization" from...
2014-10-05 Chandler Carruth[x86, dag] Teach the DAG combiner to prune inputs toa...
2014-10-05 Benjamin KramerX86: Don't drop half of the mask when converting 2...
2014-10-05 Elena DemikhovskyAVX-512-SKX: Added instruction VPMOVM2B/W/D/Q.
2014-10-05 Chandler Carruth[x86] Fix PR21139, one of the last remaining regression...
2014-10-05 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-10-04 Hal Finkel[InstCombine] Remove redundant @llvm.assume intrinsics
2014-10-04 Chandler Carruth[x86] Slap a triple on this test since it is poking...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-03 Matt ArsenaultR600/SI: Custom lower f64 -> i64 conversions
2014-10-03 Matt ArsenaultR600: Custom lower [s|u]int_to_fp for i64 -> f64
2014-10-03 Matt ArsenaultR600/SI: Fix ftrunc f64 conformance failures.
2014-10-03 Chandler Carruth[x86] Add a really preposterous number of patterns...
2014-10-03 Chandler Carruth[x86] Adjust the patterns for lowering X86vzmovl nodes...
2014-10-03 Richard SmithPR21145: Teach LLVM about C++14 sized deallocation...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-03 Adam Nemet[ISel] Keep matching state consistent when folding...
2014-10-03 Tom StellardR600: Align functions to 256 bytes
2014-10-03 Robin Morisset[Power] Delete redundant test Atomics-32.ll
2014-10-03 Rui Ueyamallvm-readobj: print out the fields of the COFF delay...
2014-10-03 Robin Morisset[Power] Use lwsync for non-seq_cst fences
2014-10-03 Daniel Sanders[mips] Print warning when using register names not...
2014-10-03 Chandler Carruth[x86] Teach the new vector shuffle lowering to aggressi...
2014-10-03 Renato GolinRevert 202433 - Provide a target override for the lates...
2014-10-03 Chandler Carruth[x86] Fix the RUN-lines of this test to make sense.
2014-10-03 Chandler Carruth[x86] Significantly improve the ability of the new...
2014-10-03 Chandler Carruth[x86] Add some important, missing test coverage for...
2014-10-03 Chandler Carruth[x86] Unbreak SSE1 with the new vector shuffle lowering...
2014-10-03 Chandler Carruth[x86] Add two more triples to stabilize the precise...
2014-10-03 Chandler Carruth[x86] Remove a couple of fairly pointless tests. These...
2014-10-03 James MolloyRevert r215343.
2014-10-03 Daniel Sanders[mips] Remove XFAIL from two XPASS'ing tests on the...
2014-10-03 Chandler Carruth[x86] Add another triple to a test to make the comment...
2014-10-03 Chandler Carruth[x86] Add triples to these tests so that we see fewer...
2014-10-03 Chandler Carruth[x86] Regenerate precise FileCheck lines for the lats...
2014-10-03 Chandler Carruth[x86] Remove another low-value test still written using...
2014-10-03 Chandler Carruth[x86] Regenerate precise checks for a couple of test...
2014-10-03 Chandler Carruth[x86] Remove an over-reduced test case. This would...
2014-10-03 Chandler Carruth[x86] Regenerate and clean up more tests is preparation...
2014-10-03 Chandler Carruth[x86] Cleanup and generate precise FileCheck assertions...
2014-10-03 Chandler Carruth[x86] This is a terrible SSE1 test, but we should keep...
2014-10-03 Chandler Carruth[x86] Merge two very similar tests and regenerate FileC...
2014-10-03 Lang Hames[BasicAA] Revert r218714 - Make better use of zext...
2014-10-03 Chandler Carruth[x86] Regenerate a number of FileCheck assertions with...
2014-10-03 Chandler Carruth[x86] Remove a couple of other overly isolated tests...
2014-10-03 Chandler Carruth[x86] Remove a test that provides little value. There...
2014-10-03 Chandler Carruth[x86] Regenerate a bunch more avx512 test cases using...
2014-10-03 Chandler Carruth[x86] Regenerate an avx512 test with my script to provi...
2014-10-03 Rui Ueyamallvm-readobj: print COFF delay-load import table
2014-10-03 Chandler Carruth[x86] Remove some of the --show-mc-encoding flags from...
2014-10-02 Rui Ueyamallvm-readobj: add a test for COFF import-by-ordinal...
2014-10-02 Hal Finkel[PowerPC] Modern Book-E cores support sync
2014-10-02 Robin Morisset[Power] Improve the expansion of atomic loads/stores
2014-10-02 Juergen Ributzka[Stackmaps] Make ithe frame-pointer required for stackmaps.
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Rui Ueyamallvm-readobj: print COFF imported symbols
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-02 Chandler Carruth[x86] Teach the new vector shuffle lowering to widen...
2014-10-02 Sanjay PatelRemove unused function attribute params.
2014-10-02 Sanjay PatelOptimize square root squared (PR21126).
2014-10-02 Chandler Carruth[x86] Move the vperm2f128 test to be vperm2x128 and...
2014-10-02 Rui UeyamaThis patch adds a new flag "-coff-imports" to llvm...
2014-10-02 Joerg SonnenbergerSupport padding unaligned data in .text.
2014-10-02 Zinovy Nis[BUG][INDVAR] Fix for PR21014: wrong SCEV operands...
2014-10-02 Chandler Carruth[x86] Just delete the last combine test file.
2014-10-02 Chandler Carruth[x86] Merge still more combine tests into the common...
2014-10-02 Chandler Carruth[x86] Merge the third combining test into the generic...
2014-10-02 Chandler Carruth[x86] Merge the second set of vector combining tests...
2014-10-02 Chandler Carruth[x86] Merge the bitwise operation shuffle combining...
2014-10-02 Chandler Carruth[x86] Update this test to run a full complement of...
2014-10-02 Chandler Carruth[x86] Minimize the parameters to this test for clarity.
2014-10-02 Chandler Carruth[x86] Add a comment clarifying that this test should...
2014-10-02 Chandler Carruth[x86] Switch some of the new consolidated vector tests...
next