summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* X86JITInfo: [x86] Use X86CompilationCallback_SSE() along;NAKAMURA Takumi2014-04-15
* [ARM64,C++11]: Range'ify the dead-register-definition pass.Jim Grosbach2014-04-15
* Add iterator_range for MachineInstr defs.Jim Grosbach2014-04-15
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-15
* [Register Coalescer] Add a test case for 206060.Quentin Colombet2014-04-15
* [Allocator] Add Deallocate support to the AllocatorBase CRTP class,Chandler Carruth2014-04-15
* [ARM64][MC] Set the default CPU string to generic.Quentin Colombet2014-04-15
* [Allocator] Hack around the fact that GCC can't compile theChandler Carruth2014-04-15
* [Allocator] Factor the Allocate template overloads into a base classChandler Carruth2014-04-15
* Use std::unique_ptr for DIE childrenDavid Blaikie2014-04-14
* X86: Nuke one more CPU autodetect blurb.Jim Grosbach2014-04-14
* Change argument order and add explanatory comment to r206130David Blaikie2014-04-14
* Use FrameSetup on frame instructions for the Mips port.Eric Christopher2014-04-14
* [CMake] Reformat, if(MSVC)...else()...endif()NAKAMURA Takumi2014-04-14
* Revert "Revert r206045, "Fix shift by constants for vector.""Matt Arsenault2014-04-14
* [ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.Quentin Colombet2014-04-14
* Re-apply r206096 after investigating the gdb buildbot failure.Adrian Prantl2014-04-14
* [cleanup] Run clang-format over most of YAMLParser.h to fix a bunch ofChandler Carruth2014-04-14
* Fix for codegen bug that could cause illegal cmn instruction generationLouis Gerbarg2014-04-14
* Add a flag to disable the ARM64DeadRegisterDefinitionsPassLouis Gerbarg2014-04-14
* [ARM64] Port over missing subtarget features, and CPU definitions from AArch64.James Molloy2014-04-14
* [ARM64] Add big endian target arm64_be.James Molloy2014-04-14
* Replace two calls to object::symbol_iterator::increment(), which hadKaelyn Takata2014-04-14
* Remove a variable from r206192 that is only used in an assert.Kaelyn Takata2014-04-14
* Fix a bug in which BranchProbabilityInfo wasn't setting branch weights of bas...Akira Hatanaka2014-04-14
* Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.Richard Trieu2014-04-14
* Fix up MCFixup::getAccessVariant to handle unary expressions.Kaelyn Takata2014-04-14
* tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool2014-04-14
* [mips] Fix fcopysign for MIPS-IV and add the test.Daniel Sanders2014-04-14
* [mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 te...Daniel Sanders2014-04-14
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-14
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-14
* ARM64: specify full triple in tests to pacify Windows.Tim Northover2014-04-14
* AArch64: add newline to end of test files.Tim Northover2014-04-14
* ARM64: remove buggy REV16 pattern.Tim Northover2014-04-14
* AArch64/ARM64: enable directcond.ll test on ARM64.Tim Northover2014-04-14
* ARM64: add patterns for csXYZ with reversed operands.Tim Northover2014-04-14
* ARM64: enable more regression tests from AArch64Tim Northover2014-04-14
* ARM64: add support for AArch64's addsub_ext.llTim Northover2014-04-14
* ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).Tim Northover2014-04-14
* ARM64: start porting regression test suite from AArch64Tim Northover2014-04-14
* Display the name of the project failing the url check in the release scriptArnaud A. de Grandmaison2014-04-14
* [XCore] Don't create invalid MKMSK instructions inside loadImmediate().Richard Osborne2014-04-14
* Whitespace.NAKAMURA Takumi2014-04-14
* Revert r206045, "Fix shift by constants for vector."NAKAMURA Takumi2014-04-14
* [Allocator] Hoist the external helper function into a namespace scopeChandler Carruth2014-04-14
* [cleanup] Normalize YAMLParser.h's doxygen markers with '\foo' insteadChandler Carruth2014-04-14
* Don't assert in BasicTTI::getMemoryOpCost for non-simple typesHal Finkel2014-04-14
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-14