summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [yaml2obj][ELF] Allow expressing undefined symbols.Sean Silva2013-06-21
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-21
* ARM: Remove a (false) dependency on the memoryoperand's value as we do not useQuentin Colombet2013-06-20
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-20
* R600/SI: Expand sub for v2i32 and v4i32 for SITom Stellard2013-06-20
* R600/SI: Expand add for v2i32 and v4i32Tom Stellard2013-06-20
* R600: Expand v2i32 load/store instead of custom loweringTom Stellard2013-06-20
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-20
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-20
* Use only the filename when deciding if a file is a duplicate.Rafael Espindola2013-06-20
* This reverts r155000.Joey Gouly2013-06-20
* SLPVectorization: Add a basic support for cross-basic block slp vectorization.Nadav Rotem2013-06-20
* Give this X86-specific test a triple so it's actually X86-specific.David Blaikie2013-06-20
* [MC] Support @ variants with directional labelsUlrich Weigand2013-06-20
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-20
* [PowerPC] Support compare mnemonics with implied CR0Ulrich Weigand2013-06-20
* Make sure ar is creating a new file instead of updating an existing one.Rafael Espindola2013-06-20
* Add r184420 back, but also handle long file names.Rafael Espindola2013-06-20
* Revert "Don't include directory names in archives."Rafael Espindola2013-06-20
* Don't include directory names in archives.Rafael Espindola2013-06-20
* Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU r...Vladimir Medic2013-06-20
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-20
* Spelling correctionDavid Blaikie2013-06-19
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-19
* Spell correct (s/begining/beginning/)David Blaikie2013-06-19
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-19
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-19
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-19
* LSR: Fix the parameters used to compute the scaling factor cost.Quentin Colombet2013-06-19
* SLPVectorizer: handle scalars that are extracted from vectors (using ExtractE...Nadav Rotem2013-06-19
* SLPVectorizer: start constructing chains at stores that are not power of two.Nadav Rotem2013-06-19
* Remove the 'R' modifier.Rafael Espindola2013-06-19
* SLPVectorizer: vectorize compares and selects.Nadav Rotem2013-06-19
* [yaml2obj][ELF] Beef up this test a bit.Sean Silva2013-06-19
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-19
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-19
* [yaml2obj][ELF] Ensure STN_UNDEF entry is present.Sean Silva2013-06-18
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-18
* ARM: Add optional datatype suffix to NEON mvn asm syntax.Jim Grosbach2013-06-18
* AArch64: remove accidental test output file.Tim Northover2013-06-18
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-18
* During SelectionDAG building explicitly set a node to constant zero when theQuentin Colombet2013-06-18
* Mips ELF: Mark object file as ABI compliant Jack Carter2013-06-18
* Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.Stefanus Du Toit2013-06-18
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-18
* ARM: add operands pre-writeback variants when neededAmaury de la Vieuville2013-06-18
* ARM: fix thumb literal loads decodingAmaury de la Vieuville2013-06-18
* ARM: thumb stores cannot use PC as dest registerAmaury de la Vieuville2013-06-18
* Reenable, improve, and add MI-Sched unit tests.Andrew Trick2013-06-17