summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-08-02[LoopUnroll] Ensure we create prolog loops in simplified form.Michael Zolotukhin
2016-08-02Fix handling of end-of-line preprocessor comments Attempt 2Nirav Dave
2016-08-02AMDGPU: Track physical registers in SIWholeQuadModeNicolai Haehnle
2016-08-02[Hexagon] Prefer _io over _rr for 64-bit store with constant offsetKrzysztof Parzyszek
2016-08-02[Hexagon] Remove unused optionKrzysztof Parzyszek
2016-08-02[Hexagon] Improvements to address mode checks in TargetLoweringKrzysztof Parzyszek
2016-08-02[MC] Fix Intel Operand assembly parsing for .set idsNirav Dave
2016-08-02MSVC 2013 does not implement C++11 unions properly, so remove the anoymous un...Daniel Berlin
2016-08-02[GlobalISel] Set the Selected MF property.Ahmed Bougacha
2016-08-02[GlobalISel] Verify Selected MF property.Ahmed Bougacha
2016-08-02[GlobalISel] Add Selected MachineFunction property.Ahmed Bougacha
2016-08-02Rewrite the use optimizer to be less memory intensive and 50% faster.Daniel Berlin
2016-08-02[LVI] NFC. Sink a condition type check from the caller down to getValueFromCo...Artur Pilipenko
2016-08-02[GlobalISel] Verify RegBankSelected MF property.Ahmed Bougacha
2016-08-02[GlobalISel] Add RegBankSelected MachineFunction property.Ahmed Bougacha
2016-08-02[LV] Generate both scalar and vector integer induction variablesMatthew Simpson
2016-08-02[GlobalISel] Set, require, and verify Legalized MF property.Ahmed Bougacha
2016-08-02[AArch64][GlobalISel] Mark basic binops/memops as legal.Ahmed Bougacha
2016-08-02[GlobalISel] Add Legalized MachineFunction property.Ahmed Bougacha
2016-08-02Revert "[MC] Fix handling of end-of-line preprocessor comments"Nirav Dave
2016-08-02[WebAssembly] Remove a README.txt entry that is now implemented.Dan Gohman
2016-08-02[LVI] NFC. Fix a typo getValueFromFromCondition -> getValueFromConditionArtur Pilipenko
2016-08-02[CodeGen] Generalize MachineFunctionProperties::print comma handling.Ahmed Bougacha
2016-08-02[LV] Untangle the concepts of uniform and scalarMatthew Simpson
2016-08-02[MC] Fix handling of end-of-line preprocessor commentsNirav Dave
2016-08-02[ARM] Improve smul* and smla* isel for Thumb2Sam Parker
2016-08-02HexagonVectorPrint.cpp: Fix r277370. Don't use getInstrVecReg() in the expres...NAKAMURA Takumi
2016-08-02[GlobalISel] Don't RegBankSelect target-specific instructions.Ahmed Bougacha
2016-08-02[GlobalISel] Don't legalize non-generic instructions.Ahmed Bougacha
2016-08-02[GlobalISel] Const-ify MachineInstrs passed to MachineLegalizer.Ahmed Bougacha
2016-08-02[mips] Update the P5600 scheduler for isComplete = 1Simon Dardis
2016-08-02[ARM] Some saturation instructions not DSP-onlyBernard Ogden
2016-08-02[LoadStoreVectorizer] Don't use a linear walk for an existence check in a Sma...Benjamin Kramer
2016-08-02[AVX512] Don't use i128 masked gather/scatter/load/store. Do more accurately ...Igor Breger
2016-08-02AArch64: Assert on branch displacement bitsMatt Arsenault
2016-08-02AArch64: Consolidate branch inversion logicMatt Arsenault
2016-08-02AArch64: BranchRelaxtion cleanupsMatt Arsenault
2016-08-02AArch64: Fix end iterator dereferenceMatt Arsenault
2016-08-02[AVX-512] Mark VADDPS/PD and VMULPS/PD as commutable. This necessitated addin...Craig Topper
2016-08-02[AVX-512] Use SSE_MUL_ITINS_S/SSE_DIV_ITINS_S for the scalar FMUL/FDIV instru...Craig Topper
2016-08-02[AVX-512] Correct ExeDomain for many AVX-512 instructions.Craig Topper
2016-08-02Minor code cleanups. NFC.Junmo Park
2016-08-02[Verifier] Disallow illegal ptr<->int casts in ConstantExprsSanjoy Das
2016-08-02Revert r277408 and r277407Bruno Cardoso Lopes
2016-08-02CodeExtractor : Add ability to preserve profile data.Sean Silva
2016-08-02Tie the Verifier class to a Module; NFCISanjoy Das
2016-08-02[MC] Fix handling of end-of-line preprocessor commentsNirav Dave
2016-08-01Revert r276895 "[MC][X86] Fix Intel Operand assembly parsing for .set ids"Hans Wennborg
2016-08-01[ADT] NFC: Generalize GraphTraits requirement of "NodeType *" in interfaces t...Tim Shen
2016-08-01[WebAssembly] Support CFI for WebAssembly targetDerek Schuff