aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-111-10/+2
* Remove trailing whitespaceRui Ueyama2013-09-111-5/+4
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-2/+10
* Rename variables for consistency.Eli Friedman2013-09-112-9/+9
* Get rid of unused isPodLike definitions.Eli Friedman2013-09-112-12/+0
* Support ANSI escape code on WindowsNico Rieck2013-09-113-19/+35
* Don't assert on invalid loop vectorization hint.Eli Friedman2013-09-101-7/+10
* Fix another mistake in r190442.Eli Friedman2013-09-101-0/+29
* Fix unused variables.Eli Friedman2013-09-105-7/+2
* Fix mistake in r190442.Eli Friedman2013-09-101-0/+7
* Remove unused functions.Eli Friedman2013-09-105-55/+0
* Hoist section call out of loop.Eric Christopher2013-09-101-2/+2
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-103-13/+23
* Fix typoMatt Arsenault2013-09-101-1/+1
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-104-56/+113
* LoopVectorize: PHI nodes are always at the beginning of a block, no need to s...Benjamin Kramer2013-09-101-2/+2
* Debug Info: create scope children DIEs when the scope DIE is not null.Manman Ren2013-09-102-19/+54
* Debug Info: define a DIRef template.Manman Ren2013-09-103-28/+23
* ARM: Use the PICADD opcode calculated.Jim Grosbach2013-09-101-2/+6
* Remove unused private member in ARMAsmPrinter.cpp.Logan Chien2013-09-101-1/+1
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-101-10/+32
* [SystemZ] Update README.Richard Sandiford2013-09-101-9/+5
* [SystemZ] Add TM and TMYRichard Sandiford2013-09-104-14/+25
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-101-8/+0
* Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ...Vladimir Medic2013-09-101-0/+4
* Remove obsolete code from MipsAsmParser.cpp.Vladimir Medic2013-09-101-22/+0
* MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPu...NAKAMURA Takumi2013-09-101-2/+2
* Don't use getSetCCResultType for creating a vselectMatt Arsenault2013-09-101-2/+1
* Use StringRef::npos for StringRef instead of std::string oneMatt Arsenault2013-09-101-3/+3
* Revert r190366. It was breaking build bots.Bill Wendling2013-09-101-1/+1
* Enable -misched-cyclicpath by default.Andrew Trick2013-09-091-1/+1
* Use a default value for the prologue's debug location.Bill Wendling2013-09-091-1/+1
* Debug Info: In DIBuilder, the context fields of a TAG_inheritance and aManman Ren2013-09-091-2/+2
* Debug Info: move DIScope::getContext back from DwarfDebug.Manman Ren2013-09-094-27/+24
* mi-sched: smooth out the cyclicpath heuristic.Andrew Trick2013-09-091-1/+4
* white spaces and long linesJack Carter2013-09-091-45/+81
* Don't shrink atomic ops to bool in GlobalOpt.Eli Friedman2013-09-091-4/+7
* Set the encoding to '0' if we don't have an MAB.Bill Wendling2013-09-091-2/+1
* [InstCombiner] Expose opportunities to merge subtract and comparison.Quentin Colombet2013-09-091-1/+46
* Always add global names. We're adding them in the rest of the codeEric Christopher2013-09-091-3/+2
* Rename for consistency.Eric Christopher2013-09-092-4/+4
* Add the gnu pubnames and pubtypes sections to the mc object fileEric Christopher2013-09-091-0/+24
* Add constant defines for gnu pubnames and gnu pubtypes - they're usedEric Christopher2013-09-091-0/+23
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-096-18/+18
* Debug Info: Use DIScopeRef for DIType::getContext.Manman Ren2013-09-095-12/+20
* Debug Info: move DIScope::getContext to DwarfDebug.Manman Ren2013-09-094-28/+31
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-0912-269/+167
* Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug.Manman Ren2013-09-094-14/+18
* Debug Info: Rename DITypeRef to DIScopeRef.Manman Ren2013-09-093-29/+35
* Debug Info: Update isScope to make sure DIType is a scope andManman Ren2013-09-091-1/+2