aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-124-13/+14
* [Support][MemoryBuffer] Use sys::fs::mapped_file_region instead of sys::Path:...Michael J. Spencer2013-03-121-35/+44
* Correct invalid debug info metadataDavid Blaikie2013-03-121-1/+8
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-126-4/+54
* Avoid generating ISD::SELECT for vector operands to SIGN_EXTENDRichard Relph2013-03-121-2/+2
* Remove the assert()'s from the LLVMCreateDisasmCPU() library API and justKevin Enderby2013-03-121-8/+16
* Add a doFinalization method to the DataLayout pass.Pete Cooper2013-03-122-0/+10
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-1287-68/+73
* Change the order of the operands in patchAndReplaceAllUsesWith soDan Gohman2013-03-121-5/+5
* Don't reserve R2 on Darwin/PPCHal Finkel2013-03-127-49/+36
* PPC should always use the register scavenger for CR spillingHal Finkel2013-03-123-137/+29
* Small fix for cost analysis of ptrtoint.Patrik Hagglund2013-03-121-2/+2
* In r169695, the address space limit for tests was replaced with a dataPatrik Hagglund2013-03-121-1/+2
* ReleaseNotes: Add Hexagon Target sectionMatthew Curtis2013-03-121-0/+5
* Reflect reality.Bill Wendling2013-03-122-6/+1
* [mips] Rename function and variable names to start with proper case. Fix typos.Akira Hatanaka2013-03-123-571/+493
* LibCallSimplifier: optimize speed for short-lived instancesMeador Inge2013-03-121-177/+225
* Remove support for versioned debug info.David Blaikie2013-03-116-354/+119
* Add asserts to DIBuilder & fix DINameSpace::Verify to allow unnamed namespaces.David Blaikie2013-03-112-8/+31
* Residual cleanup: live-out set is goneEli Bendersky2013-03-111-8/+7
* llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.NAKAMURA Takumi2013-03-116-0/+6
* Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie2013-03-1151-244/+249
* Remove duplicate test contents.David Blaikie2013-03-1118-224/+10
* Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2013-03-112-0/+25
* Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby2013-03-113-1/+21
* Don't remove a landing pad if the invoke requires a table entry.Bill Wendling2013-03-112-3/+94
* R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune2013-03-1110-45/+553
* Missing period in docEli Bendersky2013-03-111-1/+1
* llvm/test/CodeGen/X86/handle-move.ll: Mark it as XFAIL:cygming. Investigating.NAKAMURA Takumi2013-03-111-0/+1
* [docs] Remove explicit authorship.Sean Silva2013-03-1118-44/+0
* Suppress atomic(32|64).ll as XFAIL on win32 codegen. Investigating.NAKAMURA Takumi2013-03-112-0/+4
* R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> h...NAKAMURA Takumi2013-03-111-1/+2
* Remove date from test case file name. The PR number provides a unique ID alre...Lang Hames2013-03-111-0/+0
* Correct this error message, and most importantly make it distinct from theNick Lewycky2013-03-101-1/+1
* Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!Nick Lewycky2013-03-102-5/+5
* BBVectorize: Fixup debugging statementsHal Finkel2013-03-101-2/+2
* Cleanup #includes.Jakub Staszak2013-03-103-5/+5
* Remove unneeded #include.Jakub Staszak2013-03-101-1/+0
* Add some constantness in MachinePostDominators.h.Jakub Staszak2013-03-101-7/+8
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-102-5/+9
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-3/+5
* Remove an unused member variable from HelpPrinter. Move another member variab...Craig Topper2013-03-091-6/+2
* Don't glue users to extract_subreg when selecting the llvm.arm.ldrexdLang Hames2013-03-092-6/+17
* Remove unneeded cast.Jakub Staszak2013-03-091-3/+3
* Remove a source of nondeterminism from the LoopVectorizer.Benjamin Kramer2013-03-091-1/+1
* Fix test case.Benjamin Kramer2013-03-091-2/+2
* Test case hygiene.Benjamin Kramer2013-03-0918-51/+50
* Remove unneeded const_cast.Jakub Staszak2013-03-091-5/+5
* Use forward declaration instead of #include.Jakub Staszak2013-03-091-1/+1
* LoopVectorizer: Ignore all dbg intrinisicArnold Schwaighofer2013-03-091-6/+6