summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-cov.test: Resurrect part of r194694 for win32 hosts.NAKAMURA Takumi2013-12-03
* Whitespace.NAKAMURA Takumi2013-12-03
* AArch64: Add missing scalar pair intrinsics.Hao Liu2013-12-03
* llvm/test/Transforms/SampleProfile/syntax.ll: Relax an expression, not to che...NAKAMURA Takumi2013-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
* Update Ocaml/vmcore.ml to emit a "Debug Info Version" module flag.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
* Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h.Manman Ren2013-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
* Conservative fix for PR17827 - don't optimize a shift + and + compare sequenc...Kay Tiong Khoo2013-12-02
* R600: Workaround for cayman loop bugVincent Lejeune2013-12-02
* Move getSymbolWithGlobalValueBase to TargetLoweringObjectFile.Rafael Espindola2013-12-02
* Introduce poor man's consumeToken() in X86AsmParserAlp Toker2013-12-02
* Remove dead code.Rafael Espindola2013-12-02
* Add tests for profile sample file parsing.Diego Novillo2013-12-02
* Output .eh_frames on COFF too now that the integrated as is used on mingw.Rafael Espindola2013-12-02
* ARM: decide whether to use movw/movt based on "minsize" attribute.Tim Northover2013-12-02
* Cut the gold plugin README down to sizeAlp Toker2013-12-02
* Fix dominator descendants for unreachable blocks.Diego Novillo2013-12-02
* [PM] [cleanup] Rearrange the public and private sections of this classChandler Carruth2013-12-02
* XCoreFrameLowering.cpp: Use [in,out] instead of [in] [out]. [-Wdocumentation]NAKAMURA Takumi2013-12-02
* [CMake] add_lit_target: Tests should be excluded from "Build Solution".NAKAMURA Takumi2013-12-02
* XCore target: Make handling of large frames not dependent upon an FP.Robert Lytton2013-12-02
* ARM: add pseudo-instructions for lit-pool global materialisationTim Northover2013-12-02