aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ARM: Add optional datatype suffix to NEON mvn asm syntax.Jim Grosbach2013-06-181-0/+39
* AArch64: remove accidental test output file.Tim Northover2013-06-181-208/+0
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-182-0/+5
* During SelectionDAG building explicitly set a node to constant zero when theQuentin Colombet2013-06-184-5/+41
* Mips ELF: Mark object file as ABI compliant Jack Carter2013-06-182-12/+28
* Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.Stefanus Du Toit2013-06-181-0/+9
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-182-0/+6
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-181-1/+20
* ARM: add operands pre-writeback variants when neededAmaury de la Vieuville2013-06-181-0/+16
* ARM: fix thumb literal loads decodingAmaury de la Vieuville2013-06-181-2/+55
* ARM: thumb stores cannot use PC as dest registerAmaury de la Vieuville2013-06-181-0/+37
* Reenable, improve, and add MI-Sched unit tests.Andrew Trick2013-06-173-15/+60
* R600: PV stores Reg id, not indexVincent Lejeune2013-06-171-0/+50
* R600: Properly set COUNT_3 bit in TEX clause initiating inst for pre EG gen.Vincent Lejeune2013-06-171-0/+44
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-174-87/+11
* Fix for a regression caused by the LoopVectorizer whenPekka Jaaskelainen2013-06-171-0/+47
* Add a testcase for r184074.Rafael Espindola2013-06-172-0/+23
* AArch64: print relocation addends if present on AArch64Tim Northover2013-06-171-0/+8
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-162-2/+2
* DebugInfo: follow up to 184045 to constrain the tests further to ensure they ...David Blaikie2013-06-154-5/+5
* DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie2013-06-155-6/+6
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-153-12/+14
* Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...David Blaikie2013-06-151-1/+1
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-151-0/+3
* R600: Add SI load support for v[24]i32 and store for v2i32Tom Stellard2013-06-151-0/+19
* Remove the LLVM specific archive index.Rafael Espindola2013-06-142-3/+2
* R600: Use correct encoding for Vertex Fetch instructions on CaymanTom Stellard2013-06-141-0/+25
* R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on CaymanTom Stellard2013-06-141-0/+3
* Mark rematerialized super/sub registers as dead.Tim Northover2013-06-141-0/+23
* Fix frame pointer debug information testJF Bastien2013-06-141-2/+2
* Do not to perform RUN line substitution of llc if that's prefixed by a hypnenEli Bendersky2013-06-141-3/+9
* SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FM...Stephen Lin2013-06-141-4/+73
* Make PrologEpilogInserter save/restore all callee saved registersDerek Schuff2013-06-142-0/+54
* ARM: fix thumb coprocessor instruction with pre-writeback disassemblyAmaury de la Vieuville2013-06-141-0/+3
* X86: cvtpi2ps is just an SSE instruction with MMX operands. It has no AVX equ...Benjamin Kramer2013-06-141-0/+8
* Enable FastISel on ARM for Linux and NaCl, not MCJITJF Bastien2013-06-1425-12/+85
* [yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva2013-06-141-2/+4
* [yaml2obj] Add support for specifying raw section content.Sean Silva2013-06-131-1/+6
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-131-0/+2
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-132-1/+24
* [PowerPC] Disable fast-isel for existing -O0 tests for PowerPC.Bill Schmidt2013-06-1310-34/+31
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-131-0/+25
* ARM: fix B decodingAmaury de la Vieuville2013-06-131-0/+2
* ARM: fix t2am_imm8_offset operand printing for imm=#-0Amaury de la Vieuville2013-06-131-0/+2
* X86: Make the cmov aliases work with intel syntax too.Benjamin Kramer2013-06-131-0/+29
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-122-0/+51
* Always remove an alias when we rename the target.Rafael Espindola2013-06-121-1/+12
* Convert test to FileCheck.Rafael Espindola2013-06-121-9/+17
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-121-2/+2
* [PowerPC] Use assembler source in MC testsUlrich Weigand2013-06-126-155/+152