- 33300d9 Patch that forces MergeFunctions pass for clang. by Stepan Dyatkovskiy · 12 years ago
- d374c7b llvm-dwarfdump: re-add field formatting for the entry kind lost in r191329 by David Blaikie · 12 years ago
- 9ddf28d llvm-dwarfdump support for gnu_pubtypes by David Blaikie · 12 years ago
- e64f5e0 Test case for r191314. by Yi Jiang · 12 years ago
- 7e720f4 Verify that we don't optimize null return checks to the nothrow_t version of operator new. by Benjamin Kramer · 12 years ago
- 4da6134 Adding a feature flag to the llvm backend for x86 TBM instruction set. by Yunzhong Gao · 12 years ago
- 09b16f3 MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO. by Benjamin Kramer · 12 years ago
- 9c60710 Make the size and expr arguments of .fill directive optional. by Roman Divacky · 12 years ago
- d44f9f2 MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new. by Benjamin Kramer · 12 years ago
- 085e238 set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorization on them by Yi Jiang · 12 years ago
- 989779c MemoryBuiltins: Fix operator new bits. by Benjamin Kramer · 12 years ago
- b0dfcee Comment typo. by Andrew Trick · 12 years ago
- 6629210 Teach MemoryBuiltins and InstructionSimplify that operator new never returns NULL. by Benjamin Kramer · 12 years ago
- d721520 Push analysis passes to InstSimplify when they're around anyways. by Benjamin Kramer · 12 years ago
- 3706eda [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- f515964 [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- cd216b2 DAGCombiner: Unify rotate matching for extended and unextended amounts. by Benjamin Kramer · 12 years ago
- 93d9957 [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- 7e0df9a [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- acfa5a2 [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_VECTOR. by Daniel Sanders · 12 years ago
- ad16dde [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_ELT instead of memory operations. by Daniel Sanders · 12 years ago
- 421dcc5 [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- 930f2b5 [mips][msa] Line wrapping. by Daniel Sanders · 12 years ago
- c998bc9 [mips][msa] Added support for matching andi, ori, nori, and xori from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- 89d13c1 [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- 38a10ff [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- d4bf7a3 Remove error output from configure if CFLAGS is set (r174313). by Patrik Hagglund · 12 years ago
- ecf0fcd [msan] Handling of atomic load/store, atomic rmw, cmpxchg. by Evgeniy Stepanov · 12 years ago
- ae1fb8f [mips][msa] Added support for matching comparisons from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- cfb1e17 [mips][msa] Added support for matching slli, srai, and srli from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- 42d4259 Followup to r191252. by Bill Wendling · 12 years ago
- fb2d8e1 Fix formatting to match coding standards. by Craig Topper · 12 years ago
- b2d2575 llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, or aach64-pecoff might be misassumed on win32 hosts. by NAKAMURA Takumi · 12 years ago
- e1e8fe1 DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t. by NAKAMURA Takumi · 12 years ago
- 477fc62 Initial support for Neon scalar instructions. by Jiangning Liu · 12 years ago
- 44e8441 [stackprotector] Forgot to add in PR number to test case. by Michael Gottesman · 12 years ago
- eed779f [stackprotector] Allow for copies from vreg -> vreg to be in a terminator sequence. by Michael Gottesman · 12 years ago
- 17f0132 Misc fixes for cpp backend. by Eli Friedman · 12 years ago
- 3d2c90f Add namespaces to the list of items that we expose via pubnames. by Eric Christopher · 12 years ago
- 7a6ae29 Regenerate testcase from source. by Eric Christopher · 12 years ago
- 56b62c0 Format the index entry kind string to align. by Eric Christopher · 12 years ago
- cb21ba8 Make dwarfdump-type-units.test order-independent by David Blaikie · 12 years ago
- cb3023a Selecting the address from a very long chain of GEPs can blow the stack. by Bill Wendling · 12 years ago
- 7533165 Comments for r191234 as suggested by Eric Christopher. by David Blaikie · 12 years ago
- 118a065 Explicitly request unsigned enum types when desired by Reid Kleckner · 12 years ago
- 5a63474 Add more external types to the pubtypes table. Expand the asm by Eric Christopher · 12 years ago
- 262f548 Unbreak the build (from r191233)since we're calling printf. by David Blaikie · 12 years ago
- a31a975 Rename IsStatic variable to Linkage in order to be a bit more descriptive. by Eric Christopher · 12 years ago
- 734334e Formatting. by Eric Christopher · 12 years ago
- 438f539 llvm-dwarfdump/libDebugInfo support for type units by David Blaikie · 12 years ago
- cd7c498 Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the coming DWARFTypeUnit. by David Blaikie · 12 years ago
- f2058ad Make nomips16 mask not repeat if it ends with a '.'. by Reed Kotler · 12 years ago
- 54e8249 Reformat code with clang-format. by Bill Wendling · 12 years ago
- cdeaae4 Handle gnu pubtypes sections: by Eric Christopher · 12 years ago
- a4ae405 Add a paragraph on prefix data layout. by Peter Collingbourne · 12 years ago
- fe8f9e7 Remove remaining references to -O4. by Rafael Espindola · 12 years ago
- 670711e fix typo: than -> then by Kay Tiong Khoo · 12 years ago
- eb46def Fixed debug_aranges handling for common symbols. by Richard Mitton · 12 years ago
- 9528b0e DebugInfo: Wrap section data and relocs together for dwarf dumping support by David Blaikie · 12 years ago
- b3350ac Add sha intrinsic tests by Ben Langmuir · 12 years ago
- 4e7b015 Revert "LoopVectorizer: Only allow vectorization of intrinsics." by Arnold Schwaighofer · 12 years ago
- 2bbb2d4 Expand test case a bit. by Benjamin Kramer · 12 years ago
- e0187e5 [mips][msa] Added support for matching addvi, and subvi from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- 0f22c13 [ARM] Split A/R class into separate subtarget features. by Amara Emerson · 12 years ago
- baca533 InstSimplify: Fold equality comparisons between non-inbounds GEPs. by Benjamin Kramer · 12 years ago
- 9a1aaeb [mips][msa] Added support for matching insert and copy from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- a399d69 [mips][msa] Added support for matching pcnt from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- 915432c [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- 4e812c1 [mips][msa] Added support for matching and, or, and xor from normal IR (i.e. not intrinsics) by Daniel Sanders · 12 years ago
- 57ebcb2 Partially revert r191192: Fix -Wunused-variable error when assertions are disabled and -Werror is in use. by Daniel Sanders · 12 years ago
- 912fde2 Fix -Wunused-variable error when assertions are disabled and -Werror is in use. by Daniel Sanders · 12 years ago
- da521cc [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG nodes (VSPLAT and VSPLATD) by Daniel Sanders · 12 years ago
- 669b966 llvm/test/tools/lto/lit.local.cfg: Add "MingW" for exclusion list. by NAKAMURA Takumi · 12 years ago
- cf458e9 Add missing index comments to the left side of the DAG ISel matcher table for each individual case of SwitchOpcode/Type. by Craig Topper · 12 years ago
- ff96efe [Sparc] Use correct instruction pattern for CMPri. by Venkatraman Govindaraju · 12 years ago
- e7174f1 Remove dead code by David Blaikie · 12 years ago
- eaad5cd StringRef-ize some things by David Blaikie · 12 years ago
- 0d293e4 Provide basic type safety for array_pod_sort comparators. by Benjamin Kramer · 12 years ago
- 7f80b75 Drop spurious handle in comment. by Benjamin Kramer · 12 years ago
- 0821c72 [Sparc] Make SPARC instructions' encoding well defined such that TableGen can automatically generate code emitter. by Venkatraman Govindaraju · 12 years ago
- 69ae8f1 [Sparc] Clean up MOVcc instructions so that TableGen can encode them correctly. No functionality change intended. by Venkatraman Govindaraju · 12 years ago
- a432a97 [Sparc] Clean up branch instructions, so that TableGen can encode branch conditions as well. No functionality change intended. by Venkatraman Govindaraju · 12 years ago
- 3e84ad2 ISelDAG: spot chain cycles involving MachineNodes by Tim Northover · 12 years ago
- 7d052f2 [Sparc] Add support for TLS in sparc. by Venkatraman Govindaraju · 12 years ago
- 7d7db75 X86: Use R_X86_64_TPOFF64 for FK_Data_8 by David Majnemer · 12 years ago
- ecd4965 [SPARC] Make functions with GLOBAL_OFFSET_TABLE access as non-leaf functions. by Venkatraman Govindaraju · 12 years ago
- c12c8d7 [Sparc] Emit .register directive to declare the use of global registers %g2, %g4, %g6 and %g7. by Venkatraman Govindaraju · 12 years ago
- 50019d8 Correct the pre-increment load latencies in the PPC A2 itinerary by Hal Finkel · 12 years ago
- 20b5879 [Sparc] Fix lowering FABS on fp128 (long double) on pre-v9 targets. by Venkatraman Govindaraju · 12 years ago
- 1ce1525 SROA: Handle casts involving vectors of pointers and integer scalars. by Benjamin Kramer · 12 years ago
- 189c623 Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too." by Juergen Ributzka · 12 years ago
- 95838d5 Remove alignment restrictions from FMA load folding. by Craig Topper · 12 years ago
- 38bf2d6 SLPVectorizer: Fix multiline comment warning by Arnold Schwaighofer · 12 years ago
- 60c81c9 ELF: Parse types in directives like binutils gas by David Majnemer · 12 years ago
- 7cdc370 Fix the buildbot by Juergen Ributzka · 12 years ago
- fcfc234 [X86] Emulate AVX 256bit MIN/MAX support by splitting the vector. by Juergen Ributzka · 12 years ago
- 1941431 SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too. by Juergen Ributzka · 12 years ago
- 023d90e Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc. by NAKAMURA Takumi · 12 years ago
- ed7fd71 Set .reorder for the stub so that gas takes care of delay slot processing. by Reed Kotler · 12 years ago
- a9baf1e Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)"" by Arnold Schwaighofer · 12 years ago