summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-22
* fix two typos.Adrian Prantl2013-10-21
* FIXME comment shouldn't have been doxygen styleAndrew Kaylor2013-10-21
* Fix spelling, grammar, and match naming convention for test files.Eric Christopher2013-10-21
* DWARF Type Hashing: Include reference and rvalue reference type in the declar...David Blaikie2013-10-21
* DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...David Blaikie2013-10-21
* Removing unnecessary link component for MCJIT unittestsAndrew Kaylor2013-10-21
* DIEHashTest: Correct the order of operands to the TEST macroDavid Blaikie2013-10-21
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-21
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-21
* Remove unused TargetLowering field.Matt Arsenault2013-10-21
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-21
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-21
* Use more type helper functionsMatt Arsenault2013-10-21
* Reuse variableMatt Arsenault2013-10-21
* Fix the build in DIE.cpp with MSVC 2010Reid Kleckner2013-10-21
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-21
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-21
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-21
* Remove unused SCEV functionsMatt Arsenault2013-10-21
* X86 vector element shift-by-immediate instructions take i8 immediates. MakeLang Hames2013-10-21
* Fix up some old review feedback.Eric Christopher2013-10-21
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-21
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-21
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-21
* AVX-512: MUL operation lowering for v8i64Elena Demikhovsky2013-10-21
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission support for LDI instructions.Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission support for MOVE.v.Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission of SPLAT instruction.Matheus Almeida2013-10-21
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-21
* Fix the predecessor removal logic in r193045.Michael Gottesman2013-10-21
* Don't eliminate a partially redundant load if it's in a landing pad.Bill Wendling2013-10-21
* Fix typo in test's XFAIL line. Patch by Dimitry Andric!Nick Lewycky2013-10-21
* Teach simplify-cfg how to correctly create covered lookup tables for switches...Michael Gottesman2013-10-20
* Typo.Peter Collingbourne2013-10-20
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-20
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-20
* Remove unused variable.Benjamin Kramer2013-10-19
* Perform an intelligent splice of the predecessor with the single successor.Bill Wendling2013-10-19
* Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-19
* Added comments from Andrew Kaylor.Yaron Keren2013-10-19
* Remove NDBEUG from all release types compile flags.Yaron Keren2013-10-19
* Reformat.Eric Christopher2013-10-19
* Fix up a few minor performance problems spotted in code review.Eric Christopher2013-10-19
* Update PPC loop tests after SCEV non-unit-stride checkin r193015.Andrew Trick2013-10-19
* SCEV should use NSW to get trip count for positive nonunit stride loops.Andrew Trick2013-10-18
* Write a simple description of the 'target triple' directive. This should be e...Bill Wendling2013-10-18