summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* SmallVectorTest: Make the deleted member functions private to help MSVC users.David Blaikie2014-06-11
* R600/SI: Fix selection failure on scalar_to_vectorMatt Arsenault2014-06-11
* X86: add stringy name for X86ISD::LCMPXCHG16_DAGTim Northover2014-06-11
* Revert r210613 to conform to coding standards.Eric Christopher2014-06-11
* [mips][mips64r6] Improve tests affected by the changes to multiplies and dividesDaniel Sanders2014-06-11
* [mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ...Matheus Almeida2014-06-11
* Add AVX512 masked leadz instrinsic support.Cameron McInally2014-06-11
* Improve the test for inlining of __no_debug__ functions.Evgeniy Stepanov2014-06-11
* [X86] Refactor the logic to select horizontal adds/subs to a helper function.Andrea Di Biagio2014-06-11
* Create macro INITIALIZE_TM_PASS.Jiangning Liu2014-06-11
* Global merge for global symbols.Jiangning Liu2014-06-11
* Rename global-merge to enable-global-merge.Jiangning Liu2014-06-11
* Convert StringMapEntry::Create to use StringRef instead of start/end pointers...Craig Topper2014-06-11
* Try to fix the msvc build.Rafael Espindola2014-06-11
* Uses generic_category instead of system_category.Rafael Espindola2014-06-11
* MC: add enumeration of WinEH data encodingSaleem Abdulrasool2014-06-11
* MC: clang-format MCAsmInfoSaleem Abdulrasool2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* There is no posix_category in std, use generic_category.Rafael Espindola2014-06-11
* Use cast instead of assert + dyn_castMatt Arsenault2014-06-11
* R600: Add helper functions.Matt Arsenault2014-06-11
* Use an enum class.Rafael Espindola2014-06-11
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-11
* Use an enum class.Rafael Espindola2014-06-11
* Remove duplicate copy of InstrItineraryData from the TargetMachine,Eric Christopher2014-06-11
* Move to a private function to initialize the subtarget dependenciesEric Christopher2014-06-11
* Move to a private function to initialize the subtarget dependenciesEric Christopher2014-06-11
* Sort includes.Eric Christopher2014-06-11
* [FastISel][X86] Extend support for {s|u}{add|sub|mul}.with.overflow intrinsics.Juergen Ributzka2014-06-10
* Use unique_ptr for X86Subtarget pointer members.Eric Christopher2014-06-10
* Move AArch64TargetLowering to AArch64Subtarget.Eric Christopher2014-06-10
* Revert "Remove support for runtime multi-threading."Zachary Turner2014-06-10
* Remove support for runtime multi-threading.Zachary Turner2014-06-10
* Move AArch64InstrInfo to AArch64Subtarget.Eric Christopher2014-06-10
* Remove a method that was just replacing direct access to a member.Eric Christopher2014-06-10
* lit: warn when passed invalid pathnameHans Wennborg2014-06-10
* Remove the use of TargetMachine from X86InstrInfo.Eric Christopher2014-06-10
* Move X86RegisterInfo away from using the TargetMachine and onlyEric Christopher2014-06-10
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* Use the TargetMachine on the DAG or the MachineFunction insteadEric Christopher2014-06-10
* R600/SI: Emit an error when attempting to spill VGPRs v4Tom Stellard2014-06-10
* R600/SI: Fix a crash when spilling SGPRsTom Stellard2014-06-10
* Add a LLVM_NOEXCEPT to Compiler.h.Rafael Espindola2014-06-10
* We already have a reference to the TargetMachine, use that.Eric Christopher2014-06-10
* Have isInTailCallPosition take the DAG so that we can use theEric Christopher2014-06-10
* Reorder includes to be sorted.Eric Christopher2014-06-10
* Rearrange the CHECK lines in this test to make failure more obvious.Reid Kleckner2014-06-10
* Revert "Patch by Ray Donnelly to print register names instead of numbers."Reid Kleckner2014-06-10
* Fix error in tablegen when either operand of !if is an empty list.Matt Arsenault2014-06-10
* Fix typos.Eric Christopher2014-06-10