summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-17Use StringSwitch instead of long chain of if-else. No functionality change.Alexey Samsonov1-37/+28
2013-04-17Create a stub for DWARF parser unittestsAlexey Samsonov9-4/+66
2013-04-17Fix -Werror build.Evgeniy Stepanov1-0/+2
2013-04-17This appears to be no longer necessary for the testsuite.Eric Christopher1-7/+0
2013-04-17testAnat Shemer1-0/+1
2013-04-17PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie2-4/+14
2013-04-17Fix random typo.Eric Christopher1-1/+1
2013-04-17Do not optimise fprintf() calls if its return value is used.Peter Collingbourne2-9/+21
2013-04-17Mips assembler: Enable handling of nested expressionsJack Carter3-133/+263
2013-04-17[ms-inline asm] Add support for parsing complex immediate expressions. TestChad Rosier1-32/+51
2013-04-16C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard2-12/+36
2013-04-16C API: Add LLVMGetBufferSize()Tom Stellard2-0/+5
2013-04-16C API: Add LLVMGetBufferStart()Tom Stellard2-0/+4
2013-04-16C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard2-0/+18
2013-04-16Print out the target-independent attributes in a comment before the function ...Bill Wendling1-4/+24
2013-04-16[XCore] Extend test to check positve offsets are folded into addresses.Richard Osborne1-7/+24
2013-04-16[XCore] Give test more generic name.Richard Osborne1-0/+0
2013-04-16[XCore] Convert a couple of tests to FileCheck.Richard Osborne2-17/+22
2013-04-16Remove unused variable from previous refactor.Chad Rosier1-3/+0
2013-04-16[ms-inline asm] Refactor. No functional change intended.Chad Rosier1-405/+419
2013-04-16[ms-inline asm] Remove some dead code.Chad Rosier1-8/+0
2013-04-16Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2-10/+10
2013-04-16Fix build failure introduced in 179591 when assertions are disabled.Logan Chien1-0/+4
2013-04-16Implement ARM unwind opcode assembler.Logan Chien10-58/+575
2013-04-16llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2-0/+13
2013-04-16Add four new functions and one new enum to the C API:Hans Wennborg2-0/+59
2013-04-16simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg2-1/+24
2013-04-16Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen3-0/+63
2013-04-15ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach3-0/+40
2013-04-15We are not able to bitcast a pointer to an integral value.Bill Wendling2-5/+51
2013-04-15Mips assembler: Explicit floating point condition register recognition.Jack Carter2-0/+7
2013-04-15Fix a grammar mistake, and add a line about the two phases that the BB/SLP ve...Nadav Rotem1-3/+5
2013-04-15Fix the internal link.Nadav Rotem1-3/+3
2013-04-15Update the release notes about the vectorizers.Nadav Rotem1-0/+9
2013-04-15SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem5-163/+315
2013-04-15Fix silly typo that broke big endian hosts.Rafael Espindola1-1/+1
2013-04-15Fix endianness on some MSVC versions.Rafael Espindola1-1/+1
2013-04-15R600/SI: Emit config values in register value pairs.Tom Stellard3-6/+46
2013-04-15R600/SI: Emit configuration value in the .AMDGPU.config ELF sectionTom Stellard2-1/+10
2013-04-15R600: Emit ELF formatted code rather than raw ISA.Tom Stellard6-12/+74
2013-04-15Fix a typo in comment.Jim Grosbach1-1/+1
2013-04-15Simplify the MCInst operator iterator declaration.Jim Grosbach1-1/+1
2013-04-15Grammar and punctuation fixes.John Criswell1-6/+6
2013-04-15Try to fix the mingw builds.Rafael Espindola1-1/+1
2013-04-15Fix bit size of v64i8 and v32i16 vector types.Arnold Schwaighofer1-2/+2
2013-04-15Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2-78/+83
2013-04-15Avoid outputting temporary test file into source tree.Tim Northover1-1/+1
2013-04-15Remove unused function.Rafael Espindola1-4/+0
2013-04-15Make the host endianness check an integer constant expression.Rafael Espindola8-22/+30
2013-04-15Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs3-44/+38