summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix a funny typo.Rafael Espindola2013-12-04
* Produce deterministic coff files.Rafael Espindola2013-12-04
* [Stackmap] Emit multi-byte nops for X86.Juergen Ributzka2013-12-04
* final patch for very long conditional branches for mips16 constant islands.Reed Kotler2013-12-03
* Update comment grammar and contents.Eric Christopher2013-12-03
* Fix mingw32 thiscall + sret.Rafael Espindola2013-12-03
* Fixed various whitespace/spelling/80+ issues.Michael Gottesman2013-12-03
* Return true on success in cl::ExpandResponseFilesReid Kleckner2013-12-03
* Fix a typo in a commentTimur Iskhodzhanov2013-12-03
* Avoid buffer copies when a Twine already is a StringRef.David Blaikie2013-12-03
* Teach the internalize pass to skip dllexported symbols because they could beYunzhong Gao2013-12-03
* Reland 196270 "Generalize debug info / EH emission in AsmPrinter"Timur Iskhodzhanov2013-12-03
* Revert r196270, "Generalize debug info / EH emission in AsmPrinter"NAKAMURA Takumi2013-12-03
* Generalize debug info / EH emission in AsmPrinterTimur Iskhodzhanov2013-12-03
* Addrspacecasts are no-ops on ARM.James Molloy2013-12-03
* [SystemZ] Fix choice of known-zero mask in insertion optimizationRichard Sandiford2013-12-03
* Enhance the fix of PR17631Michael Liao2013-12-03
* [AArch64]Add missing floating point convert, round and misc intrinsics.Hao Liu2013-12-03
* AArch64: add missing ACLE intrinsics mapping to general arithmetic operation ...Hao Liu2013-12-03
* Whitespace.NAKAMURA Takumi2013-12-03
* AArch64: Add missing scalar pair intrinsics.Hao Liu2013-12-03
* llvm-cov: Cleaned up print() function slightly.Yuchen Wu2013-12-03
* Add some missing pattern matches for AArch64 Neon intrinsics like vuqadd_s64 ...Jiangning Liu2013-12-03
* Add some missing pattern matches for AArch64 Neon intrinsics like vmull_high_...Jiangning Liu2013-12-03
* Don't set PrivateGlobalPrefix for NVPTX and R600.Rafael Espindola2013-12-03
* llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu2013-12-03
* Added MachineBlockFrequencyInfo::view for displaying the block frequency prop...Michael Gottesman2013-12-03
* Refactor the handling of lexical block and inline scope rangesEric Christopher2013-12-03
* Update doxygen tags.Eric Christopher2013-12-03
* Reorder member function declarations to match source order.Eric Christopher2013-12-03
* Make ranges and range lists be a discrete entity that can be locatedEric Christopher2013-12-03
* llvm-cov: Store blocks rather than counts per line.Yuchen Wu2013-12-03
* llvm-cov: Added edge struct for traversal in block.Yuchen Wu2013-12-03
* llvm-cov: Split up reading of GCNO and GCDA files.Yuchen Wu2013-12-03
* Debug Info: rename getDebugInfoVersionFromModule to getDebugMetadataVersionFr...Manman Ren2013-12-03
* Remove PPCScoreboardHazardRecognizerHal Finkel2013-12-02
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Don't set PrivateGlobalPrefix twice in the same function.Rafael Espindola2013-12-02
* Convert two char* that are only ever used as booleans to bool.Rafael Espindola2013-12-02
* Use local variable for repeated use rather than 'get' method. No functional c...Kay Tiong Khoo2013-12-02
* Move variables to where they are used and give them better names. No function...Kay Tiong Khoo2013-12-02
* Rename variables to be consistent (CST -> Cst). No functional change intended.Kay Tiong Khoo2013-12-02
* Remove unnecessary/commented-out header inclusion.David Blaikie2013-12-02
* DebugInfo: Rename generic unit references to "TheU" instead of TheCU now that...David Blaikie2013-12-02
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-02
* [AArch64] Implemented vcopy_lane patterns using scalar DUP instruction.Chad Rosier2013-12-02
* InlineFunction.cpp: Remove a return value that is always falseMark Seaborn2013-12-02
* DebugInfo: Rename DwarfCompileUnit.* to DwarfUnit.* to match their contents.David Blaikie2013-12-02
* DebugInfo: Refactor CompileUnit into a Unit baseclass and CompileUnit/TypeUni...David Blaikie2013-12-02
* DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.David Blaikie2013-12-02