summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Don't expose symbols of lle_ functions.Benjamin Kramer2013-09-11
* [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,...Daniel Sanders2013-09-11
* Path: Add an in-place version of path::native.Benjamin Kramer2013-09-11
* [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-11
* [mips][msa] Separate the configuration of int/float vector types since they w...Daniel Sanders2013-09-11
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-11
* Simplify the checking of function attributes by using the simple methods.Bill Wendling2013-09-11
* Use type form of getIntPtrTypeMatt Arsenault2013-09-11
* Teach loop-idiom about address space pointer sizesMatt Arsenault2013-09-11
* Add bracesMatt Arsenault2013-09-11
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-11
* Remove trailing whitespaceRui Ueyama2013-09-11
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Rename variables for consistency.Eli Friedman2013-09-11
* Get rid of unused isPodLike definitions.Eli Friedman2013-09-11
* Support ANSI escape code on WindowsNico Rieck2013-09-11
* Don't assert on invalid loop vectorization hint.Eli Friedman2013-09-10
* Fix another mistake in r190442.Eli Friedman2013-09-10
* Fix unused variables.Eli Friedman2013-09-10
* Fix mistake in r190442.Eli Friedman2013-09-10
* Remove unused functions.Eli Friedman2013-09-10
* Hoist section call out of loop.Eric Christopher2013-09-10
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-10
* Fix typoMatt Arsenault2013-09-10
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* LoopVectorize: PHI nodes are always at the beginning of a block, no need to s...Benjamin Kramer2013-09-10
* Debug Info: create scope children DIEs when the scope DIE is not null.Manman Ren2013-09-10
* Debug Info: define a DIRef template.Manman Ren2013-09-10
* ARM: Use the PICADD opcode calculated.Jim Grosbach2013-09-10
* Remove unused private member in ARMAsmPrinter.cpp.Logan Chien2013-09-10
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-10
* [SystemZ] Update README.Richard Sandiford2013-09-10
* [SystemZ] Add TM and TMYRichard Sandiford2013-09-10
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-10
* Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ...Vladimir Medic2013-09-10
* Remove obsolete code from MipsAsmParser.cpp.Vladimir Medic2013-09-10
* MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi2013-09-10
* Don't use getSetCCResultType for creating a vselectMatt Arsenault2013-09-10
* Use StringRef::npos for StringRef instead of std::string oneMatt Arsenault2013-09-10
* Revert r190366. It was breaking build bots.Bill Wendling2013-09-10
* Enable -misched-cyclicpath by default.Andrew Trick2013-09-09
* Use a default value for the prologue's debug location.Bill Wendling2013-09-09
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-09
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-09
* mi-sched: smooth out the cyclicpath heuristic.Andrew Trick2013-09-09
* white spaces and long linesJack Carter2013-09-09
* Don't shrink atomic ops to bool in GlobalOpt.Eli Friedman2013-09-09