summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix typos.Eric Christopher2014-05-19
* cmake: Remove -D NDEBUG from CFLAGS as well as CXXFLAGSReid Kleckner2014-05-19
* [ConstantHoisting][X86] Change the cost model to never hoist constants for ty...Juergen Ributzka2014-05-19
* [X86] Add ISel patterns to improve the selection of TZCNT and LZCNT.Andrea Di Biagio2014-05-19
* Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSSKevin Enderby2014-05-19
* Added more insertps optimizationsFilipe Cabecinhas2014-05-19
* Fix testers by removing dubious testcase for r209154.Lang Hames2014-05-19
* [RuntimeDyld] Fix x86-64 MachO GOT relocation handling.Lang Hames2014-05-19
* Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...Alexey Samsonov2014-05-19
* Check the alwaysinline attribute on the call as well as on the caller.Peter Collingbourne2014-05-19
* Use range forMatt Arsenault2014-05-19
* reverting r209132Jyotsna Verma2014-05-19
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-19
* Revert "Patch for function cloning to inline all blocks whose address is taken"Eric Christopher2014-05-19
* [ARM64] Split tbz/tbnz into W/X register variantBradley Smith2014-05-19
* Hexagon: Add encoding bits to the mpy instructions.Jyotsna Verma2014-05-19
* [mips][mips64r6] Sorted *_ENC, *_DESC classes and testsZoran Jovanovic2014-05-19
* Resolving MSVC warnings about switch statements with a default label, but no ...Aaron Ballman2014-05-19
* Flip on vectorization of bswap intrinsics.Benjamin Kramer2014-05-19
* SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...Benjamin Kramer2014-05-19
* Added inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX(MAX(A, 23), 97)'Dinesh Dwivedi2014-05-19
* Change the blend tests to AVX, not AVX2.Filipe Cabecinhas2014-05-19
* Reformat blank lines.NAKAMURA Takumi2014-05-19
* Whitespace.NAKAMURA Takumi2014-05-19
* Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...Craig Topper2014-05-18
* Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.Craig Topper2014-05-18
* ARM: make libcall setup more table drivenSaleem Abdulrasool2014-05-18
* Options: Use erase_if to remove Args from the list.Benjamin Kramer2014-05-18
* ARM: improve WoA ABI conformance for frame registerSaleem Abdulrasool2014-05-18
* ARM: consolidate frame pointer register knowledgeSaleem Abdulrasool2014-05-18
* Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool2014-05-17
* Target: add support to build CallLoweringInfoSaleem Abdulrasool2014-05-17
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-17
* ARM: whitespaceSaleem Abdulrasool2014-05-17
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Handle ConstantAggregateZero when upgrading global_ctors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Revert r209049 and r209065, "Add support for combining GEPs across PHI nodes"NAKAMURA Takumi2014-05-17
* MachO: Add comments describing section flags/attrsDavid Majnemer2014-05-17
* Fix for sanitizer crash introduced in r209049Louis Gerbarg2014-05-17
* Target: Replace getSection().empty() with hasSection()David Majnemer2014-05-17
* test: fix copy-paste mistakeSaleem Abdulrasool2014-05-17
* ARM: use the proper target object format for WoASaleem Abdulrasool2014-05-17
* [x86] Fix a bad predicate I spotted by inspection -- pshufhw and pshuflwChandler Carruth2014-05-17
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-17
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-16
* Use a sized enum for MachineOperandType. No functionality changePete Cooper2014-05-16
* Added tests for the cost of lowering VSELECT instructions.Filipe Cabecinhas2014-05-16
* Implemented special cases for PerformVSELECTCombine.Filipe Cabecinhas2014-05-16
* Lower vselects into X86ISD::BLENDI when appropriate.Filipe Cabecinhas2014-05-16