aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-19Move ABI type checker to its own fileDerek Schuff
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
2013-02-19[asan] instrument memory accesses with unusual sizesKostya Serebryany
2013-02-19Simplify code. No functionality change.Jakub Staszak
2013-02-19Fix capitalization in comment to match function name.Craig Topper
2013-02-19More const correcting of stack coloring.Craig Topper
2013-02-19Const-correct the stack coloring code.Craig Topper
2013-02-19Avoid extra DenseMap lookups in StackColoring::calculateLocalLiveness.Craig Topper
2013-02-19Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,Reed Kotler
2013-02-19Make the dump() function const and reduce the number of hash lookups it perfo...Craig Topper
2013-02-19Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookup...Craig Topper
2013-02-19Remove some unused private fields from the AArch64MCCodeEmitter. TheseChandler Carruth
2013-02-19Temporarily revert r175470 for more review.Bill Wendling
2013-02-19Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.Reed Kotler
2013-02-18Use array_pod_sort instead of std::sort.Jakub Staszak
2013-02-18Check to see if the 'no-builtin' attribute is set before simplifying a librar...Bill Wendling
2013-02-18X86FrameLowering.cpp: Fixup. Sorry for the breakage.NAKAMURA Takumi
2013-02-18Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie
2013-02-18X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable]NAKAMURA Takumi
2013-02-18Remove a useless assert.Chad Rosier