summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-11
* LLVMBuild: Alphabetize required_libraries lists.Daniel Dunbar2011-11-11
* Target/LLVMBuild: Order components alphabetically.Daniel Dunbar2011-11-11
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* Add an option '--enable-libcpp' that will have the compiler pass onEric Christopher2011-11-11
* Nuke no longer accurate comment.Jim Grosbach2011-11-11
* Preserve MachineMemOperands in ARMLoadStoreOptimizer.Andrew Trick2011-11-11
* ARM allow Q registers in vldm/vstm register lists.Jim Grosbach2011-11-11
* build/Make: Switch back to llvm-config for now, I foolishly forgot to thinkDaniel Dunbar2011-11-11
* Add a custom safepoint method, in order for language implementers to decide w...Nicolas Geoffray2011-11-11
* Move X86 specific test in X86 directory.Devang Patel2011-11-11
* Move X86 specific test in X86 directory.Devang Patel2011-11-11
* Remove FIXME comment that should have been removed with r144351.Bob Wilson2011-11-11
* allow non-device function calls in PTX when natively handling device-side printfDan Bailey2011-11-11
* add rules in tabgen for PTX COPY_ADDRESS of frameindexDan Bailey2011-11-11
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-11
* Remove the unnecessary dependency on libARMCodeGen from libARMDisassembler.Benjamin Kramer2011-11-11
* Remove the unnecessary dependency on libMBlazeCodeGen from libMBlazeDisassemb...Benjamin Kramer2011-11-11
* Add lowering for AVX2 shift instructions.Craig Topper2011-11-11
* Rename variables to avoid confusion. No functionallity change intended.Chad Rosier2011-11-11
* Add support for using immediates with select instructions.Chad Rosier2011-11-11
* Do not try to detect DAG combine patterns for integer multiply-add/sub if valueAkira Hatanaka2011-11-11
* 64-bit atomic instructions.Akira Hatanaka2011-11-11
* Modify LowerFRAMEADDR. Use 64-bit register FP_64 when ABI is N64.Akira Hatanaka2011-11-11
* Add 64-bit versions of LEA_ADDiu and DynAlloc. Modify LowerDYNAMIC_STACKALLOC.Akira Hatanaka2011-11-11
* 64-bit versions of jal, jalr and bal.Akira Hatanaka2011-11-11
* Emit Mips64's sequence of instructions that set global register in prologue.Akira Hatanaka2011-11-11
* Fix printing of MCSymbolRegExpr. Needs three closing parentheses forAkira Hatanaka2011-11-11
* Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.Eli Friedman2011-11-11
* Initialize variable.Eric Christopher2011-11-11
* When loading a value, treat an i1 as an i8.Chad Rosier2011-11-11
* If we have a DIE with an AT_specification use that instead of the normalEric Christopher2011-11-11
* Get rid of an optimization in SCCP which appears to have many issues. Specif...Eli Friedman2011-11-11
* Reenable compact unwinding now that <rdar://problem/10430076> is fixed.Bill Wendling2011-11-11
* If we have to reset the calculation of the compact encoding, then also reset theBill Wendling2011-11-11
* Add support for using MVN to materialize negative constants.Chad Rosier2011-11-11
* Disable compact unwind generation until I can solve the codegen problems.Bill Wendling2011-11-11
* llvm-build: Add --configure-target-def-file option.Daniel Dunbar2011-11-11
* LLVMBuild: Add explicit information on whether targets define an assembly pri...Daniel Dunbar2011-11-11
* Thumb2 ldm/stm updating w/ one register in the list are LDR/STR.Jim Grosbach2011-11-10
* ARM let processInstruction() tranforms chain.Jim Grosbach2011-11-10
* Add blurb for VMKit.Nicolas Geoffray2011-11-10
* build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executableDaniel Dunbar2011-11-10
* Fix typo.Daniel Dunbar2011-11-10
* Thumb2 parsing for push/pop w/ hi registers in the reglist.Jim Grosbach2011-11-10
* Thumb1 diagnostics for reglist on PUSH/POP fix.Jim Grosbach2011-11-10
* git: Add tools/lldb to the ignore list.Daniel Dunbar2011-11-10
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-10
* build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned upDaniel Dunbar2011-11-10
* Thumb MUL assembly parsing for 3-operand form.Jim Grosbach2011-11-10