- 893eac1 Add some helpful comments. by Bill Wendling · 13 years ago
- b719d8b [XCore] Add missing l2r instructions. by Richard Osborne · 13 years ago
- ec25898 s/AttrList/pImpl/g in AttributeSet. No functionality change. by Bill Wendling · 13 years ago
- a5372d2 Start using more of the AttrNode in the AttributeSetImpl class. by Bill Wendling · 13 years ago
- 0fef46f Legalizer: Reword comment again, per Duncan's suggestion. by Benjamin Kramer · 13 years ago
- 9d2b1ae [XCore] Add missing 1r instructions. by Richard Osborne · 13 years ago
- f5e7e79 [XCore] Add missing 0r instructions. by Richard Osborne · 13 years ago
- 245b657 BBVectorize: Better use of TTI->getShuffleCost by Hal Finkel · 13 years ago
- 022688c Legalizer: Add an assert and tweak a comment to clarify the assumptions this code makes. by Benjamin Kramer · 13 years ago
- 6a325cc In the AttributeSetImpl c'tor, fill in the AttrNodes data structure with the attributes being passed in. by Bill Wendling · 13 years ago
- 2044adf [CMake][Lit][unittests] Cleanup in AddLLVM.cmake. by NAKAMURA Takumi · 13 years ago
- 1917aaf [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 13 years ago
- 914f8c4 When the legalizer is splitting vector shifts, the result may not have the right shift amount type. by Benjamin Kramer · 13 years ago
- 16f9566 Fix miscompile. Add back the use of the ArrayRef version of the ::get method. by Bill Wendling · 13 years ago
- 08c11d3 Rearrange some deckchairs. Moving the class before it's use. by Bill Wendling · 13 years ago
- 09dda44 Remove dead methods. by Bill Wendling · 13 years ago
- 455151e Re-revert r173342, without losing the compile time improvements, flat by Chandler Carruth · 13 years ago
- 6de90c0 Renamed function IsPotentialUse to IsPotentialRetainableObjPtr. by Michael Gottesman · 13 years ago
- c83f621 Fix test to not use the AttributeSet's AttributeWithIndex creation method. by Bill Wendling · 13 years ago
- 7d38c10 Hide the method that creates an AttributeSet with AttributeWithIndexes. by Bill Wendling · 13 years ago
- e361724 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 13 years ago
- a1683d6 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 13 years ago
- ac90696 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 13 years ago
- b2484b4 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 13 years ago
- d04b2d4 Use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 13 years ago
- 9a131c5 Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex. by Bill Wendling · 13 years ago
- 0c2f0ff Use the AttributeSet instead of AttributeWithIndex object. by Bill Wendling · 13 years ago
- ff715b2 PR14566: Debug Info: Removing top level lexical blocks by David Blaikie · 13 years ago
- da6de52 IRBuilder: Remove redundant check around SetInstDebugLocation call. by David Blaikie · 13 years ago
- ec5c3c2 BBVectorize: Add a additional comment about the cost computation by Hal Finkel · 13 years ago
- 7a8aba9 BBVectorize: Fix anomalous capital letter in comment by Hal Finkel · 13 years ago
- 200b306 X86: Decode PALIGN operands so I don't have to do it in my head. by Benjamin Kramer · 13 years ago
- 126fde5 Documentation: fix syntax error by Dmitri Gribenko · 13 years ago
- 11f2bf7 X86: Do splat promotion later, so the optimizer can chew on it first. by Benjamin Kramer · 13 years ago
- 6bbc142 FileCheckize and merge some tests. by Benjamin Kramer · 13 years ago
- 3802947 Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips. by NAKAMURA Takumi · 13 years ago
- 994754f Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64. by NAKAMURA Takumi · 13 years ago
- 1ae9e8b RelocVisitor::visit(): Set hasError in the default path. by NAKAMURA Takumi · 13 years ago
- d07c64d fix use of std::std. it's ordered set. by Reed Kotler · 13 years ago
- 8090a24 DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here? by NAKAMURA Takumi · 13 years ago
- e27a787 Add DIContext::getLineInfoForAddressRange() function and test. This function allows a caller to obtain a table of line information for a function using the function's address and size. by Andrew Kaylor · 13 years ago
- 32a5795 Convert BuildLibCalls.cpp to using the AttributeSet methods instead of AttributeWithIndex. by Bill Wendling · 13 years ago
- 2fde57c A port of the Visual Studio 2012 debugger visualizers for common LLVM and clang datatypes. Patch thanks to Nico Rieck! by Aaron Ballman · 13 years ago
- e40abca llvm/test/CMakeLists.txt: Add a dependency to llvm-rtdyld in check-llvm. by NAKAMURA Takumi · 13 years ago
- 395210d Remove unused variables, silences -Wunused-variable by Dmitri Gribenko · 13 years ago
- 483bbd3 Remove dead method. by Bill Wendling · 13 years ago
- 8e47daf Remove some introspection functions. by Bill Wendling · 13 years ago
- a8b289b Initial implementation of PPCTargetTransformInfo by Hal Finkel · 13 years ago
- f777d09 Fix a warning in the new DWARFheader. Add a new line at the end of the file. by Nadav Rotem · 13 years ago
- ee7c0d2 Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. by Andrew Kaylor · 13 years ago
- c73b7f7 Add file to CMakeLists (file added in r173505) by Dmitri Gribenko · 13 years ago
- 1eb5aea XFAIL close-stderr on win32 by Reid Kleckner · 13 years ago
- 2f67dc9 Set the +x bit on two batch scripts by Reid Kleckner · 13 years ago
- 66f1f30 Add parens to suppress an MSVC 2012 << precedence warning by Reid Kleckner · 13 years ago
- ce98f09 FileCheck-ify some grep tests by Reid Kleckner · 13 years ago
- 6bbf4ff Add an insert() method to MapVector. Adds the first MapVector unit test. by Nick Lewycky · 13 years ago
- a5597f0 In this patch, we teach X86_64TargetMachine that it has a ILP32 by Eli Bendersky · 13 years ago
- a326298 Add back a RUN line removed by mistake by a previous commit by Eli Bendersky · 13 years ago
- c47bd98 Add instruction encodings / disassembly support for l4r instructions. by Richard Osborne · 13 years ago
- c655c43 LoopVectorize: Refactor the code that vectorizes loads/stores to remove duplication. by Nadav Rotem · 13 years ago
- 8587564 Use the new 'getSlotIndex' method to retrieve the attribute's slot index. by Bill Wendling · 13 years ago
- 767295f Now that llvm-dwarfdump supports flags to specify which DWARF section to dump, by Eli Bendersky · 13 years ago
- b74564a Use const reference instead of vector copying. by Jakub Staszak · 13 years ago
- e1f95db Add an accessor method to get the slot's index. This will limit the use of AttributeWithIndex. by Bill Wendling · 13 years ago
- 1f375e5 Use the correct format in the STW / SETPSC instruction names. by Richard Osborne · 13 years ago
- 0f1bced Fix order of operands for crc8_l4r by Richard Osborne · 13 years ago
- a965bac When encountering an unknown file format, ObjectFile::createObjectFile should by Eli Bendersky · 13 years ago
- a506b00 This is no trule. by David Blaikie · 13 years ago
- 4f070b0 Improve the !add TableGen test case. by Hal Finkel · 13 years ago
- 939a4e8 Add command-line flags for DWARF dumping. by Eli Bendersky · 13 years ago
- 3b6a5ee Add instruction encodings / disassembly support for l5r instructions. by Richard Osborne · 13 years ago
- 0e3f426 Fixed typo. by Michael Gottesman · 13 years ago
- f5c3648 Fix order of operands for l5r instructions. by Richard Osborne · 13 years ago
- 907bfd7 Use correct mnemonic / instruction name for ldivu. by Richard Osborne · 13 years ago
- 5ac70a3 LoopVectorize: Simplify code. No functionality change. by Benjamin Kramer · 13 years ago
- 3f16858 added ability to dynamically change the ExportList of an already by Pedro Artigas · 13 years ago
- 7e4aeba Added new section to the git-svn getting started section that provides a by Michael Gottesman · 13 years ago
- 1275708 LoopVectorizer: Refactor more code to use the IRBuilder. by Nadav Rotem · 13 years ago
- fe67b4e Use xcrun to find the right compiler when building llvmCore. <rdar://12801151> by Bob Wilson · 13 years ago
- f8c2f90 Refactor some code to use the IRBuilder. by Nadav Rotem · 13 years ago
- 172d597 Rename variable to be more comprehensible and follow naming convention by Eli Bendersky · 13 years ago
- bd7561e APFloat: Make sure that we get a well-formed x87 NaN when converting from a smaller type. by Benjamin Kramer · 13 years ago
- 5b7c057 Disable MSVC's warning about noreturn destructors by Reid Kleckner · 13 years ago
- f86c932 Fix MSVC 2012 warning about a 32-bit shift that should be 64-bit by Reid Kleckner · 13 years ago
- 94d1f5b [msan] A comment on ICmp handling logic. by Evgeniy Stepanov · 13 years ago
- 351f65d [msan] Implement exact shadow propagation for relational ICmp. by Evgeniy Stepanov · 13 years ago
- ea387fc This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap, by Preston Gurd · 13 years ago
- 5928dea More cleanup of PPC register definitions. by Hal Finkel · 13 years ago
- d23a41c Add an addition operator to TableGen by Hal Finkel · 13 years ago
- 4a9256f Fixed the condition codes for the atomic64 min/umin code generation on ARM. If the sutraction of the higher 32 bit parts gives a 0 result, we need to do the store operation. by Silviu Baranga · 13 years ago
- a3bb665 Use the AttributeSet query instead of the Attribute query. by Bill Wendling · 13 years ago
- c855423 MIsched: Print block name. No functionality. by Andrew Trick · 13 years ago
- 3084979 MachineScheduler support for viewGraph. by Andrew Trick · 13 years ago
- c6ada8e ScheduleDAG: colorize the DOT graph and improve formatting. by Andrew Trick · 13 years ago
- a5a73ad ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case. by Andrew Trick · 13 years ago
- 988d06b SchedDFS: Complete support for nested subtrees. by Andrew Trick · 13 years ago
- 4e1fb18 MIsched: Improve the interface to SchedDFS analysis (subtrees). by Andrew Trick · 13 years ago
- 827de05 ArrayRef reverse iterators. by Andrew Trick · 13 years ago
- 2f0a4e1 whitespace by Andrew Trick · 13 years ago
- 52d4de9 lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible. by NAKAMURA Takumi · 13 years ago