aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove calls to Path in #ifdefs that don't seem to be used in any of the bots...Rafael Espindola2013-06-261-3/+3
* Fix the build when __APPLE__ is defined.Rafael Espindola2013-06-261-1/+5
* Remove sys::GetMainExecutable.Rafael Espindola2013-06-262-116/+0
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-262-0/+113
* Remove PathWithStatus.Rafael Espindola2013-06-262-49/+0
* dbgs() << Instruction doesn't print a newline on the end any more. Update theseNick Lewycky2013-06-261-5/+5
* s/C++0x/C++11/Adrian Prantl2013-06-251-1/+1
* SLPVectorizer: support slp-vectorization of PHINodes between basic blocksNadav Rotem2013-06-251-1/+96
* Print block frequencies in decimal form.Jakob Stoklund Olesen2013-06-251-1/+10
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-2510-228/+160
* X86 cost model: Vectorizing integer division is a bad ideaArnold Schwaighofer2013-06-251-0/+25
* Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.Bob Wilson2013-06-251-15/+16
* Remove unused code. No functionality change.Manman Ren2013-06-251-4/+0
* The GCDA 402 format won't have a second checksum either.Bill Wendling2013-06-251-1/+1
* [PowerPC] Support @got modifierUlrich Weigand2013-06-252-0/+27
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-252-8/+0
* Remove sys::PathSeparator.Rafael Espindola2013-06-252-4/+0
* R600: Consolidate expansion of v2i32/v4i32 ops for EG/SIAaron Watry2013-06-253-49/+22
* R600/SI: Expand xor v2i32/v4i32Aaron Watry2013-06-251-0/+3
* R600/SI: Expand urem of v2i32/v4i32 for SIAaron Watry2013-06-251-0/+3
* R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EGAaron Watry2013-06-252-0/+4
* R600/SI: Expand ashr of v2i32/v4i32 for SIAaron Watry2013-06-251-0/+2
* R600/SI: Expand srl of v2i32/v4i32 for SIAaron Watry2013-06-251-0/+2
* R600/SI: Expand shl of v2i32/v4i32 for SIAaron Watry2013-06-251-0/+3
* R600/SI: Expand or of v2i32/v4i32 for SIAaron Watry2013-06-251-0/+3
* R600/SI: Expand mul of v2i32/v4i32 for SIAaron Watry2013-06-251-0/+3
* R600/SI: Expand and of v2i32/v4i32 for SIAaron Watry2013-06-251-0/+3
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-252-10/+0
* [PowerPC] Add extended rotate/shift mnemonicsUlrich Weigand2013-06-252-9/+264
* [PowerPC] Add rldcr/rldic instructionsUlrich Weigand2013-06-251-0/+8
* [PowerPC] Add extended subtract mnemonicsUlrich Weigand2013-06-252-0/+54
* [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-254-12/+4
* Don't assume ResultPath is null terminated.Rafael Espindola2013-06-251-1/+2
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-4/+1
* R600/SI: Report unaligned memory accesses as legal for > 32-bit typesTom Stellard2013-06-252-0/+13
* R600: Add support for i32 loads from the constant address space on CaymanTom Stellard2013-06-251-0/+9
* R600/SI: Add support for v4i32 and v4f32 kernel argsTom Stellard2013-06-251-4/+5
* R600: Fix typo in R600Schedule.tdTom Stellard2013-06-251-2/+2
* PPCAsmParser.cpp: Quote "@l/@ha" in comments. [-Wdocumentation]NAKAMURA Takumi2013-06-251-2/+2
* Cleanup in unique_file when we only want the name.Rafael Espindola2013-06-251-2/+10
* 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-242-0/+17
* DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694David Blaikie2013-06-241-1/+1
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-241-4/+2
* R600: Fix spelling error in commentAaron Watry2013-06-241-1/+1