aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-27/+15
* Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-26/+37
* Use the AttributeSet instead of AttributeWithIndex object.Bill Wendling2013-01-271-3/+2
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-264-32/+83
* IRBuilder: Remove redundant check around SetInstDebugLocation call.David Blaikie2013-01-261-2/+1
* BBVectorize: Add a additional comment about the cost computationHal Finkel2013-01-261-0/+6
* BBVectorize: Fix anomalous capital letter in commentHal Finkel2013-01-261-1/+1
* X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer2013-01-265-1/+67
* Documentation: fix syntax errorDmitri Gribenko2013-01-261-1/+1
* X86: Do splat promotion later, so the optimizer can chew on it first.Benjamin Kramer2013-01-263-27/+17
* FileCheckize and merge some tests.Benjamin Kramer2013-01-264-127/+227
* Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi2013-01-262-0/+18
* Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.NAKAMURA Takumi2013-01-261-0/+16
* RelocVisitor::visit(): Set hasError in the default path.NAKAMURA Takumi2013-01-261-0/+1
* fix use of std::std. it's ordered set.Reed Kotler2013-01-261-3/+3
* DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?NAKAMURA Takumi2013-01-261-0/+2
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-268-8/+191
* Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...Bill Wendling2013-01-263-69/+75
* A port of the Visual Studio 2012 debugger visualizers for common LLVM and cla...Aaron Ballman2013-01-251-0/+181
* llvm/test/CMakeLists.txt: Add a dependency to llvm-rtdyld in check-llvm.NAKAMURA Takumi2013-01-251-0/+1
* Remove unused variables, silences -Wunused-variableDmitri Gribenko2013-01-251-4/+2
* Remove dead method.Bill Wendling2013-01-252-12/+0
* Remove some introspection functions.Bill Wendling2013-01-2510-94/+143
* Initial implementation of PPCTargetTransformInfoHal Finkel2013-01-257-0/+277
* Fix a warning in the new DWARFheader. Add a new line at the end of the file.Nadav Rotem2013-01-251-1/+2
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-2513-11/+137
* Add file to CMakeLists (file added in r173505)Dmitri Gribenko2013-01-251-0/+1
* XFAIL close-stderr on win32Reid Kleckner2013-01-251-0/+3
* Set the +x bit on two batch scriptsReid Kleckner2013-01-252-0/+0
* Add parens to suppress an MSVC 2012 << precedence warningReid Kleckner2013-01-251-1/+1
* FileCheck-ify some grep testsReid Kleckner2013-01-253-7/+10
* Add an insert() method to MapVector. Adds the first MapVector unit test.Nick Lewycky2013-01-252-0/+54
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-256-22/+82
* Add back a RUN line removed by mistake by a previous commitEli Bendersky2013-01-251-0/+1
* Add instruction encodings / disassembly support for l4r instructions.Richard Osborne2013-01-254-18/+94
* LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...Nadav Rotem2013-01-251-145/+113
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-256-8/+8
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-2541-45/+44
* Use const reference instead of vector copying.Jakub Staszak2013-01-251-1/+2
* Add an accessor method to get the slot's index. This will limit the use of At...Bill Wendling2013-01-254-12/+25
* Use the correct format in the STW / SETPSC instruction names.Richard Osborne2013-01-253-9/+9
* Fix order of operands for crc8_l4rRichard Osborne2013-01-254-27/+48
* When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky2013-01-252-1/+8
* This is no trule.David Blaikie2013-01-251-1/+1
* Improve the !add TableGen test case.Hal Finkel2013-01-251-0/+3
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-255-65/+131
* Add instruction encodings / disassembly support for l5r instructions.Richard Osborne2013-01-254-12/+66
* Fixed typo.Michael Gottesman2013-01-251-2/+2
* Fix order of operands for l5r instructions.Richard Osborne2013-01-252-18/+22
* Use correct mnemonic / instruction name for ldivu.Richard Osborne2013-01-251-4/+3