summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-24
* [mips][msa] Added support for matching comparisons from normal IR (i.e. not i...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching slli, srai, and srli from normal IR (i...Daniel Sanders2013-09-24
* Followup to r191252.Bill Wendling2013-09-24
* Fix formatting to match coding standards.Craig Topper2013-09-24
* llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, ...NAKAMURA Takumi2013-09-24
* DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.NAKAMURA Takumi2013-09-24
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* [stackprotector] Forgot to add in PR number to test case.Michael Gottesman2013-09-24
* [stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq...Michael Gottesman2013-09-24
* Misc fixes for cpp backend.Eli Friedman2013-09-24
* Add namespaces to the list of items that we expose via pubnames.Eric Christopher2013-09-24
* Regenerate testcase from source.Eric Christopher2013-09-24
* Format the index entry kind string to align.Eric Christopher2013-09-24
* Make dwarfdump-type-units.test order-independentDavid Blaikie2013-09-24
* Selecting the address from a very long chain of GEPs can blow the stack.Bill Wendling2013-09-24
* Comments for r191234 as suggested by Eric Christopher.David Blaikie2013-09-23
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* Add more external types to the pubtypes table. Expand the asmEric Christopher2013-09-23
* Unbreak the build (from r191233)since we're calling printf.David Blaikie2013-09-23
* Rename IsStatic variable to Linkage in order to be a bit more descriptive.Eric Christopher2013-09-23
* Formatting.Eric Christopher2013-09-23
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-23
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-23
* Make nomips16 mask not repeat if it ends with a '.'.Reed Kotler2013-09-23
* Reformat code with clang-format.Bill Wendling2013-09-23
* Handle gnu pubtypes sections:Eric Christopher2013-09-23
* Add a paragraph on prefix data layout.Peter Collingbourne2013-09-23
* Remove remaining references to -O4.Rafael Espindola2013-09-23
* fix typo: than -> thenKay Tiong Khoo2013-09-23
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-23
* DebugInfo: Wrap section data and relocs together for dwarf dumping supportDavid Blaikie2013-09-23
* Add sha intrinsic testsBen Langmuir2013-09-23
* Revert "LoopVectorizer: Only allow vectorization of intrinsics."Arnold Schwaighofer2013-09-23
* Expand test case a bit.Benjamin Kramer2013-09-23
* [mips][msa] Added support for matching addvi, and subvi from normal IR (i.e. ...Daniel Sanders2013-09-23
* [ARM] Split A/R class into separate subtarget features.Amara Emerson2013-09-23
* InstSimplify: Fold equality comparisons between non-inbounds GEPs.Benjamin Kramer2013-09-23
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-23
* [mips][msa] Added support for matching pcnt from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-23
* [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-23
* [mips][msa] Added support for matching and, or, and xor from normal IR (i.e. ...Daniel Sanders2013-09-23
* Partially revert r191192: Fix -Wunused-variable error when assertions are dis...Daniel Sanders2013-09-23
* Fix -Wunused-variable error when assertions are disabled and -Werror is in use.Daniel Sanders2013-09-23
* [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders2013-09-23
* llvm/test/tools/lto/lit.local.cfg: Add "MingW" for exclusion list.NAKAMURA Takumi2013-09-23
* Add missing index comments to the left side of the DAG ISel matcher table for...Craig Topper2013-09-22
* [Sparc] Use correct instruction pattern for CMPri.Venkatraman Govindaraju2013-09-22
* Remove dead codeDavid Blaikie2013-09-22
* StringRef-ize some thingsDavid Blaikie2013-09-22