aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-20Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt
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-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-20Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after addingCameron 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-20Expand pseudos/macros:Reed Kotler
2013-02-20Add missing #include.Jakub Staszak
2013-02-20Fix #includes, so we include only what we really need.Jakub Staszak
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
2013-02-19Update a portability kludge to keep it in sync with changes in the codeDan Gohman
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19Remove unused variable.Jakub Staszak
2013-02-19Minor cleanups. No functionality change.Jakub Staszak
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19Remove unneeded #includes.Jakub Staszak
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19Fix typos.Jakub Staszak
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19Add obvious constantness.Jakub Staszak
2013-02-19ARM NEON: Don't need COPY_TO_REGCLASS in patternArnold Schwaighofer
2013-02-19Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem
2013-02-19Fix a bug that was found by the clang static analyzer. The var "AT" is null s...Nadav Rotem
2013-02-19Whitelist files and block devices instead of blacklisting fifos andDan Gohman
2013-02-19Don't trust st_size of a character device. This fixes usingDan Gohman
2013-02-19ARM: Allocation hints must make sure to be in the alloc order.Jim Grosbach
2013-02-19Assert that the target provided hints are in the allocation order.Jakob Stoklund Olesen
2013-02-19Hexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo.h withJyotsna Verma
2013-02-19Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks.Benjamin Kramer
2013-02-19Move LLVM_LIBRARY_VISIBILITY for consistency with what was done toRafael Espindola
2013-02-19Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.Benjamin Kramer
2013-02-19Make ARMAsmPrinter pass name more precise and fix comment.Eli Bendersky
2013-02-19Make pass name more precise and fix comment.Eli Bendersky
2013-02-19ARM NEON: Merge a f32 bitcast of a v2i32 extracteltArnold Schwaighofer
2013-02-19R600: Add AR_X to the R600_TReg_X register class.Tom Stellard
2013-02-19R600: Mark all members of the TRegMem register class as reservedTom Stellard
2013-02-19R600: Fix scheduler crash caused by invalid MachinePointerInfoTom Stellard
2013-02-19R600: Fix tracking of implicit defs in the IndirectAddressing passTom Stellard
2013-02-19Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov