aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames
2013-03-13Simplify CMake rules in HandleLLVMOptions module.Alexey Samsonov
2013-03-13Add some additonal attribute helper functions. Test will be on followReed Kotler
2013-03-13R600: Remove unused Outputs variableVincent Lejeune
2013-03-13No functionality change. Use unreachable in getCUOffset.Manman Ren
2013-03-13No functionality change. Use unreachable in getCompileUnit.Manman Ren
2013-03-13Check register classes also when changing them.Jakob Stoklund Olesen
2013-03-13ARM cost model: Add test case to make sure we would notice a change in CodeGenArnold Schwaighofer
2013-03-13Fix a performance regression when combining to smaller types in icmp (shl %v,...Arnaud A. de Grandmaison
2013-03-13Add one more overload to make VS2008's debug mody happy.Benjamin Kramer
2013-03-13Add llvm-symbolizer as test dependency.Evgeniy Stepanov
2013-03-13Set symbolizer path in the test environment.Evgeniy Stepanov
2013-03-13lit.TestFormats.GoogleTest: Honor LitConfig.noExecute, or --no-execute were i...NAKAMURA Takumi
2013-03-13[mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Don't crash if write_impl() leaves less buffer space available than expected.Matt Beaumont-Gay
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12[Support][Path] Don't inf loop if creating the parent directory fails.Michael J. Spencer
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie
2013-03-12ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer
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-12Correct invalid debug info metadataDavid Blaikie
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-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
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-12In r169695, the address space limit for tests was replaced with a dataPatrik Hagglund
2013-03-12ReleaseNotes: Add Hexagon Target sectionMatthew Curtis
2013-03-12Reflect reality.Bill Wendling
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-11Residual cleanup: live-out set is goneEli Bendersky
2013-03-11llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.NAKAMURA Takumi
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2013-03-11Remove duplicate test contents.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-11Missing period in docEli Bendersky
2013-03-11llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.NAKAMURA Takumi