summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove calls to Path in #ifdefs that don't seem to be used in any of the bots...Rafael Espindola2013-06-26
* Fix the build when __APPLE__ is defined.Rafael Espindola2013-06-26
* Remove sys::GetMainExecutable.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* Remove PathWithStatus.Rafael Espindola2013-06-26
* dbgs() << Instruction doesn't print a newline on the end any more. Update theseNick Lewycky2013-06-26
* s/C++0x/C++11/Adrian Prantl2013-06-25
* SLPVectorizer: support slp-vectorization of PHINodes between basic blocksNadav Rotem2013-06-25
* Print block frequencies in decimal form.Jakob Stoklund Olesen2013-06-25
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-25
* X86 cost model: Vectorizing integer division is a bad ideaArnold Schwaighofer2013-06-25
* Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.Bob Wilson2013-06-25
* Remove unused code. No functionality change.Manman Ren2013-06-25
* The GCDA 402 format won't have a second checksum either.Bill Wendling2013-06-25
* [PowerPC] Support @got modifierUlrich Weigand2013-06-25
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-25
* Remove sys::PathSeparator.Rafael Espindola2013-06-25
* R600: Consolidate expansion of v2i32/v4i32 ops for EG/SIAaron Watry2013-06-25
* R600/SI: Expand xor v2i32/v4i32Aaron Watry2013-06-25
* R600/SI: Expand urem of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EGAaron Watry2013-06-25
* R600/SI: Expand ashr of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand srl of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand shl of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand or of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand mul of v2i32/v4i32 for SIAaron Watry2013-06-25
* R600/SI: Expand and of v2i32/v4i32 for SIAaron Watry2013-06-25
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-25
* [PowerPC] Add extended rotate/shift mnemonicsUlrich Weigand2013-06-25
* [PowerPC] Add rldcr/rldic instructionsUlrich Weigand2013-06-25
* [PowerPC] Add extended subtract mnemonicsUlrich Weigand2013-06-25
* [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
* Cleanup in unique_file when we only want the name.Rafael Espindola2013-06-25
* 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
* DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694David Blaikie2013-06-24
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-24
* R600: Fix spelling error in commentAaron Watry2013-06-24