summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [NVPTX] Default pointer type doesn't make sense for getParamSymbol()Justin Holewinski2013-06-25
* Fix a typo in the code that collected the costs recursively.Nadav Rotem2013-06-25
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Don't assume ResultPath is null terminated.Rafael Espindola2013-06-25
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* R600/SI: Report unaligned memory accesses as legal for > 32-bit typesTom Stellard2013-06-25
* R600: Add support for i32 loads from the constant address space on CaymanTom Stellard2013-06-25
* R600/SI: Add support for v4i32 and v4f32 kernel argsTom Stellard2013-06-25
* R600: Fix typo in R600Schedule.tdTom Stellard2013-06-25
* PPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocumentation]NAKAMURA Takumi2013-06-25
* Add an autoconf option for turning on -gsplit-dwarf by defaultEric Christopher2013-06-25
* Create a replacement for sys::Path::PathSeparator.Rafael Espindola2013-06-25
* Cleanup in unique_file when we only want the name.Rafael Espindola2013-06-25
* As far as I know no linker needs or wants the -g flag.Eric Christopher2013-06-25
* Remove all non-linker oriented compile options from the linkerEric Christopher2013-06-24
* 80-column and tab character fixes.Eric Christopher2013-06-24
* Formatting.Eric Christopher2013-06-24
* typo.Adrian Prantl2013-06-24
* Use const references instead of pointers to references that areEric Christopher2013-06-24
* [PowerPC] Support some miscellaneous mnemonics in the asm parserUlrich Weigand2013-06-24
* Add a simpler version of is_regular_file.Rafael Espindola2013-06-24
* DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694David Blaikie2013-06-24
* Improve diagnostics when getSizeInBits is called on the Other type.Chad Rosier2013-06-24
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-24
* [PowerPC] Add some FIXMEsUlrich Weigand2013-06-24
* R600: Fix spelling error in commentAaron Watry2013-06-24
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-24
* Move llvm/test/DebugInfo/arguments.ll to X86, for now. It is still Windows' P...NAKAMURA Takumi2013-06-24
* Rename the variable to fix a warning. Thanks Andy Gibbs.Nadav Rotem2013-06-24
* Look for Python 2 before Python 3 in CMakeLists.txtReid Kleckner2013-06-24
* llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-24
* llvm/test/CodeGen/X86/legalize-shift-64.ll: Add explicit -mtriple=i686-unknow...NAKAMURA Takumi2013-06-24
* llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-24
* NVPTXTargetObjectFile.h: Initialize some pointers as NULL in the constructor ...NAKAMURA Takumi2013-06-24
* [PowerPC] Add t/f branch mnemonics to asm parserUlrich Weigand2013-06-24
* Reapply 184685 after the SetVector iteration order fix.Arnold Schwaighofer2013-06-24
* LoopVectorize: Use SetVector for the access setArnold Schwaighofer2013-06-24
* [PowerPC] Support generic conditional branches in asm parserUlrich Weigand2013-06-24
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-24
* [PowerPC] Support bd(n)zl and bd(n)zlrlUlrich Weigand2013-06-24
* [PowerPC] Support b(cond)l in the asm parserUlrich Weigand2013-06-24
* [PowerPC] Support blrl and variants in the asm parserUlrich Weigand2013-06-24
* This patch introduces RegisterOperand class into Mips FPU instruction defini...Vladimir Medic2013-06-24
* [APFloat] Removed trailing whitespace from unittests.Michael Gottesman2013-06-24
* [APFloat] Added a large unittest for APFloat.add that checks that special val...Michael Gottesman2013-06-24
* [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...Michael Gottesman2013-06-24
* [APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...Michael Gottesman2013-06-24
* [APFloat] Removed a assert from significandParts() which says that one can on...Michael Gottesman2013-06-24
* [APFloat] Rename macro convolve => PackCategoriesIntoKey so that it is clear ...Michael Gottesman2013-06-24
* Add -mcpu to some unit tests that only fail on certain hosts.Andrew Trick2013-06-24