summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-13[mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka9-878/+1106
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie99-137/+144
2013-03-12Don't crash if write_impl() leaves less buffer space available than expected.Matt Beaumont-Gay1-1/+6
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie97-122/+110
2013-03-12[Support][Path] Don't inf loop if creating the parent directory fails.Michael J. Spencer1-1/+7
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie75-81/+81
2013-03-12ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer2-0/+22
2013-03-12Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren4-13/+14
2013-03-12[Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...Michael J. Spencer1-35/+44
2013-03-12Correct invalid debug info metadataDavid Blaikie1-1/+8
2013-03-12Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren6-4/+54
2013-03-12Avoid generating ISD::SELECT for vector operands to SIGN_EXTENDRichard Relph1-2/+2
2013-03-12Remove the assert()'s from the LLVMCreateDisasmCPU() library API and justKevin Enderby1-8/+16
2013-03-12Add a doFinalization method to the DataLayout pass.Pete Cooper2-0/+10
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung87-68/+73
2013-03-12Change the order of the operands in patchAndReplaceAllUsesWith soDan Gohman1-5/+5
2013-03-12Don't reserve R2 on Darwin/PPCHal Finkel7-49/+36
2013-03-12PPC should always use the register scavenger for CR spillingHal Finkel3-137/+29
2013-03-12Small fix for cost analysis of ptrtoint.Patrik Hagglund1-2/+2
2013-03-12In r169695, the address space limit for tests was replaced with a dataPatrik Hagglund1-1/+2
2013-03-12ReleaseNotes: Add Hexagon Target sectionMatthew Curtis1-0/+5
2013-03-12Reflect reality.Bill Wendling2-6/+1
2013-03-12[mips] Rename function and variable names to start with proper case. Fix typos.Akira Hatanaka3-571/+493
2013-03-12LibCallSimplifier: optimize speed for short-lived instancesMeador Inge1-177/+225
2013-03-11Remove support for versioned debug info.David Blaikie6-354/+119
2013-03-11Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.David Blaikie2-8/+31
2013-03-11Residual cleanup: live-out set is goneEli Bendersky1-8/+7
2013-03-11llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.NAKAMURA Takumi6-0/+6
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie51-244/+249
2013-03-11Remove duplicate test contents.David Blaikie18-224/+10
2013-03-11Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2-0/+25
2013-03-11Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby3-1/+21
2013-03-11Don't remove a landing pad if the invoke requires a table entry.Bill Wendling2-3/+94
2013-03-11R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune10-45/+553
2013-03-11Missing period in docEli Bendersky1-1/+1
2013-03-11llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.NAKAMURA Takumi1-0/+1
2013-03-11[docs] Remove explicit authorship.Sean Silva18-44/+0
2013-03-11Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.NAKAMURA Takumi2-0/+4
2013-03-11R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> h...NAKAMURA Takumi1-1/+2
2013-03-11Remove date from test case file name. The PR number provides a unique ID alre...Lang Hames1-0/+0
2013-03-10Correct this error message, and most importantly make it distinct from theNick Lewycky1-1/+1
2013-03-10Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky2-5/+5
2013-03-10BBVectorize: Fixup debugging statementsHal Finkel1-2/+2
2013-03-10Cleanup #includes.Jakub Staszak3-5/+5
2013-03-10Remove unneeded #include.Jakub Staszak1-1/+0
2013-03-10Add some constantness in MachinePostDominators.h.Jakub Staszak1-7/+8
2013-03-10Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2-5/+9
2013-03-10Remove unneeded #includes. Use forward declarations instead.Jakub Staszak1-3/+5
2013-03-09Remove an unused member variable from HelpPrinter. Move another member variab...Craig Topper1-6/+2
2013-03-09Don't glue users to extract_subreg when selecting the llvm.arm.ldrexdLang Hames2-6/+17