aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* R600/SI: Expand urem of v2i32/v4i32 for SIAaron Watry2013-06-252-4/+26
* R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EGAaron Watry2013-06-253-3/+26
* R600/SI: Expand ashr of v2i32/v4i32 for SIAaron Watry2013-06-252-7/+36
* R600/SI: Expand srl of v2i32/v4i32 for SIAaron Watry2013-06-252-7/+37
* R600/SI: Expand shl of v2i32/v4i32 for SIAaron Watry2013-06-252-7/+37
* R600/SI: Expand or of v2i32/v4i32 for SIAaron Watry2013-06-252-7/+37
* R600/SI: Expand mul of v2i32/v4i32 for SIAaron Watry2013-06-252-6/+35
* R600/SI: Expand and of v2i32/v4i32 for SIAaron Watry2013-06-252-6/+34
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-256-32/+22
* [PowerPC] Add extended rotate/shift mnemonicsUlrich Weigand2013-06-253-52/+349
* [PowerPC] Add rldcr/rldic instructionsUlrich Weigand2013-06-252-4/+16
* [PowerPC] Add extended subtract mnemonicsUlrich Weigand2013-06-253-1/+73
* [NVPTX] Default pointer type doesn't make sense for getParamSymbol()Justin Holewinski2013-06-252-2/+2
* Fix a typo in the code that collected the costs recursively.Nadav Rotem2013-06-251-1/+1
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-259-22/+10
* Don't assume ResultPath is null terminated.Rafael Espindola2013-06-251-1/+2
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-2564-277/+258
* R600/SI: Report unaligned memory accesses as legal for > 32-bit typesTom Stellard2013-06-253-0/+45
* R600: Add support for i32 loads from the constant address space on CaymanTom Stellard2013-06-252-0/+10
* R600/SI: Add support for v4i32 and v4f32 kernel argsTom Stellard2013-06-252-10/+15
* R600: Fix typo in R600Schedule.tdTom Stellard2013-06-252-2/+36
* PPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocumentation]NAKAMURA Takumi2013-06-251-2/+2
* Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher2013-06-254-4/+47
* Create a replacement for sys::Path::PathSeparator.Rafael Espindola2013-06-251-0/+9
* Cleanup in unique_file when we only want the name.Rafael Espindola2013-06-251-2/+10
* As far as I know no linker needs or wants the -g flag.Eric Christopher2013-06-251-4/+1
* Remove all non-linker oriented compile options from the linkerEric Christopher2013-06-241-4/+3
* 80-column and tab character fixes.Eric Christopher2013-06-243-5/+8
* Formatting.Eric Christopher2013-06-241-3/+2
* typo.Adrian Prantl2013-06-241-1/+1
* Use const references instead of pointers to references that areEric Christopher2013-06-242-21/+23
* [PowerPC] Support some miscellaneous mnemonics in the asm parserUlrich Weigand2013-06-243-5/+27
* Add a simpler version of is_regular_file.Rafael Espindola2013-06-241-0/+9
* DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694David Blaikie2013-06-242-2/+2
* Improve diagnostics when getSizeInBits is called on the Other type.Chad Rosier2013-06-241-2/+4
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-241-4/+2
* [PowerPC] Add some FIXMEsUlrich Weigand2013-06-241-0/+25
* R600: Fix spelling error in commentAaron Watry2013-06-241-1/+1
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-247-68/+1395
* Move llvm/test/DebugInfo/arguments.ll to X86, for now. It is still Windows' P...NAKAMURA Takumi2013-06-241-0/+0
* Rename the variable to fix a warning. Thanks Andy Gibbs.Nadav Rotem2013-06-241-2/+2
* Look for Python 2 before Python 3 in CMakeLists.txtReid Kleckner2013-06-241-1/+2
* llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-242-2/+2
* llvm/test/CodeGen/X86/legalize-shift-64.ll: Add explicit -mtriple=i686-unknow...NAKAMURA Takumi2013-06-241-1/+1
* llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-241-1/+1
* NVPTXTargetObjectFile.h: Initialize some pointers as NULL in the constructor ...NAKAMURA Takumi2013-06-241-1/+23
* [PowerPC] Add t/f branch mnemonics to asm parserUlrich Weigand2013-06-242-81/+127
* Reapply 184685 after the SetVector iteration order fix.Arnold Schwaighofer2013-06-244-234/+328
* LoopVectorize: Use SetVector for the access setArnold Schwaighofer2013-06-241-1/+2
* [PowerPC] Support generic conditional branches in asm parserUlrich Weigand2013-06-243-9/+84