aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-20R600: Update for name changes from r175667.Jim Grosbach
2013-02-20Update TargetLowering ivars for name policy.Jim Grosbach
2013-02-20Additional fixes for bug 15155.Bill Schmidt
2013-02-20[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer
2013-02-20Update a comment that looks to have been accidentally deleted many moons ago.Chad Rosier
2013-02-20Rewrite comments.Dan Gohman
2013-02-20Add comment in Memory.inc explaining r175646.Krzysztof Parzyszek
2013-02-20SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman
2013-02-20Formatting, grammarAndrew Kaylor
2013-02-20On PowerPC, the cache-flush instructions dcbf and icbi are treated asKrzysztof Parzyszek
2013-02-20Use LiveRangeUpdater instead of mergeIntervalRanges.Jakob Stoklund Olesen
2013-02-20Add a LiveRangeUpdater class.Jakob Stoklund Olesen
2013-02-20Adding support for absolute relocations. This occurs in ELF files when a rel...Andrew Kaylor
2013-02-20Fix PR15267Michael Liao
2013-02-20[ms-inline asm] Make the comment a bit more verbose.Chad Rosier
2013-02-20Add a default constructor for LiveRange.Jakob Stoklund Olesen
2013-02-20Fix bug 14779 for passing anonymous aggregates [patch by Kai Nacke].Bill Schmidt
2013-02-20Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma
2013-02-20Revert r175626, "ADT/Optional.h: Appease msvc."NAKAMURA Takumi
2013-02-20Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt
2013-02-20Whitespace.NAKAMURA Takumi
2013-02-20ADT/Optional.h: Appease msvc.NAKAMURA Takumi
2013-02-20Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer
2013-02-20I optimized the following patterns:Elena Demikhovsky
2013-02-20[asan] instrument invoke insns with noreturn attribute (as well as call insns)Kostya Serebryany
2013-02-20Fix thumbv5e frame lowering assertion failure.Logan Chien
2013-02-20Use the attribute group reference instead of the attribute directly.Bill Wendling
2013-02-20Fully qualify llvm::next to avoid ambiguity when building as C++11.David Blaikie
2013-02-20Fix the (clang -Werror) build by removing an unused member variable.David Blaikie
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-02-20Add support to the two-address pass for updating LiveIntervals in many of theCameron Zwarich
2013-02-20Move the computation of the IsEarlyClobber flag into its own loop, since theCameron Zwarich
2013-02-20Modify LiveInterval::addRange() to match the comment about what it returns.Cameron Zwarich
2013-02-20Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after addingCameron Zwarich
2013-02-20Make SlotIndex::getEntry() return unsigned to match IndexListEntry.Cameron Zwarich
2013-02-20Fix a misunderstanding about how RegMaskBlocks works. This was caught byCameron Zwarich
2013-02-20Remove verification after PHIElimination when using LiveIntervals, and move itCameron Zwarich
2013-02-20Avoid recomputing an inserted instruction's SlotIndex.Cameron Zwarich
2013-02-20Add preservation of SlotIndexes to PHIElimination.Cameron Zwarich
2013-02-20Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.David Blaikie
2013-02-20Expand pseudos/macros:Reed Kotler
2013-02-20[llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer
2013-02-20Remove unneeded #include.Jakub Staszak
2013-02-20Add missing #include.Jakub Staszak
2013-02-20Fix #includes, so we include only what we really need.Jakub Staszak
2013-02-20Allow llvm::Optional to work with types without default constructors.David Blaikie
2013-02-20Move part of APInt implementation from header to cpp file. These methodsJakub Staszak
2013-02-20clear new map and initialize new variablePedro Artigas
2013-02-20Add the function attributes from an inline asm call. These don't have declara...Bill Wendling
2013-02-19[ms-inline asm] Force the use of a base pointer if the MachineFunction includesChad Rosier