summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Fix the compile from r206147 in release builds by moving a variableChandler Carruth2014-04-14
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-14
* tools: simplify symbol handling in objdumpSaleem Abdulrasool2014-04-14
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-14
* Use APInt arithmetic, fixed typo. Thanks to Benjamin Kramer for noticing that.Serge Pavlov2014-04-14
* Add back some typecasts I accidentally lost in r206142.Craig Topper2014-04-14
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [PowerPC] [Constant Hoisting] Enable constant hoisting on PPCHal Finkel2014-04-13
* tools: remove duplication of coff_aux_fileSaleem Abdulrasool2014-04-13
* tools: avoid a string duplicationSaleem Abdulrasool2014-04-13