aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-12Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren
2013-03-12[Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...Michael J. Spencer
2013-03-12Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren
2013-03-12Avoid generating ISD::SELECT for vector operands to SIGN_EXTENDRichard Relph
2013-03-12Remove the assert()'s from the LLVMCreateDisasmCPU() library API and justKevin Enderby
2013-03-12Add a doFinalization method to the DataLayout pass.Pete Cooper
2013-03-12Change the order of the operands in patchAndReplaceAllUsesWith soDan Gohman
2013-03-12Don't reserve R2 on Darwin/PPCHal Finkel
2013-03-12PPC should always use the register scavenger for CR spillingHal Finkel
2013-03-12Small fix for cost analysis of ptrtoint.Patrik Hagglund
2013-03-12[mips] Rename function and variable names to start with proper case. Fix typos.Akira Hatanaka
2013-03-12LibCallSimplifier: optimize speed for short-lived instancesMeador Inge
2013-03-11Remove support for versioned debug info.David Blaikie
2013-03-11Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.David Blaikie
2013-03-11Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky
2013-03-11Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby
2013-03-11Don't remove a landing pad if the invoke requires a table entry.Bill Wendling
2013-03-11R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune
2013-03-11R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> h...NAKAMURA Takumi
2013-03-10Correct this error message, and most importantly make it distinct from theNick Lewycky
2013-03-10Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky
2013-03-10BBVectorize: Fixup debugging statementsHal Finkel
2013-03-10Cleanup #includes.Jakub Staszak
2013-03-10Remove unneeded #includes. Use forward declarations instead.Jakub Staszak
2013-03-09Remove an unused member variable from HelpPrinter. Move another member variab...Craig Topper
2013-03-09Don't glue users to extract_subreg when selecting the llvm.arm.ldrexdLang Hames
2013-03-09Remove a source of nondeterminism from the LoopVectorizer.Benjamin Kramer
2013-03-09LoopVectorizer: Ignore all dbg intrinisicArnold Schwaighofer
2013-03-09LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer
2013-03-09TLI: Microoptimize calls to strlen+memcmp to strncmp.Benjamin Kramer
2013-03-09Simplify code. No functionality change.Jakub Staszak
2013-03-09Use the correct index variable. This is the meat of what was supposed to be inNick Lewycky
2013-03-09Commit the right files for r176762. Sigh.Nick Lewycky
2013-03-09We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky
2013-03-09Fix bug introduced in r176616 when making function identifier numbers stable.Nick Lewycky
2013-03-09Don't emit the extra checksum into the .gcda file if the user hasn't asked forNick Lewycky
2013-03-08Remove wrong and unnecessary assertion.Jakob Stoklund Olesen
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2013-03-08Clean up out-of-date comments and some stray whitespaceEli Bendersky
2013-03-08Early exit from getAllocationData() and isFreeCall() for intrinsics.Michael Ilseman
2013-03-08Assert to bounds check MDNode::getOperand.David Blaikie
2013-03-08Remove trailing whitespaceMichael Ilseman
2013-03-08Remove -print-dbginfo as it is unused & bitrotten.David Blaikie
2013-03-08Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen
2013-03-08Remove default from fully covered switch.Benjamin Kramer
2013-03-08Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer
2013-03-08R600: Optimize another selectcc caseTom Stellard
2013-03-08R600: Improve custom lowering of select_ccTom Stellard
2013-03-08R600: Change operation action from Custom to Expand for BR_CCTom Stellard
2013-03-08R600: Change operation action from Custom to Expand for SETCCTom Stellard