summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Atomics: make use of the "cmpxchg weak" instruction.Tim Northover2014-06-13
* Atomics: switch direction of cmpxchg comparisonTim Northover2014-06-13
* R600: Remove AMDIL instruction and register definitionsTom Stellard2014-06-13
* opt: Initialize asm printersTobias Grosser2014-06-13
* Remove unused and odd code.Rafael Espindola2014-06-13
* Remove broken include.Rafael Espindola2014-06-13
* Fix KillTheDoctor after r210725.Rafael Espindola2014-06-13
* SCCP: update for cmpxchg returning { iN, i1 } now.Tim Northover2014-06-13
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-13
* Docs: remove extra {} around result types.Tim Northover2014-06-13
* Docs: fix grammar error in descriptionTim Northover2014-06-13
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Fix bad copy-and-paste from r210652. AVX512 masked leading zero intrinsics.Cameron McInally2014-06-13
* [mips] Add cache and pref instructionsDaniel Sanders2014-06-13
* [mips][mips64r6] bc1any[24] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-13
* [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...Daniel Sanders2014-06-13
* [mips][mips64r6] daddi is not available on MIPS64r6Daniel Sanders2014-06-13
* [Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.NAKAMURA Takumi2014-06-13
* llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Ass...NAKAMURA Takumi2014-06-13
* Add HasCDI predicate to AVX512 VPBROADCASTM*.Cameron McInally2014-06-13
* CPP backend: set volatile property on atomic instructions.Tim Northover2014-06-13
* ARM: Fix fastcc calling convention for Thumb1Oliver Stannard2014-06-13
* R600: Don't call setOperationAction with things that aren't opcodes.Matt Arsenault2014-06-13
* R600/SI: Fix selection error on i64 rotl / rotr.Matt Arsenault2014-06-13
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-13
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Fix build on windows.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* [FastISel][X86] Add support for cvttss2si/cvttsd2si intrinsics.Juergen Ributzka2014-06-13
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-13
* R600: Drop use of cached TargetMachine in R600InstrInfo.cppTom Stellard2014-06-13
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-13
* R600: Drop use of cached TargetMachine in AMDGPUInstrInfo.cppTom Stellard2014-06-13
* [FastISel][X86] - Add branch weightsJuergen Ributzka2014-06-13
* Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.Eric Christopher2014-06-13
* Move to a private function to initialize subtarget dependenciesEric Christopher2014-06-13
* [DWARF parser] Fix broken address ranges construction.Alexey Samsonov2014-06-12
* Have ARMSelectionDAGInfo take a DataLayout as it's argument as theEric Christopher2014-06-12
* [FastISel][X86] Add MachineMemOperand to load/store instructions.Juergen Ributzka2014-06-12
* Move the PPCSelectionDAGInfo off the TargetMachine and onto theEric Christopher2014-06-12
* Make PPCSelectionDAGInfo take a DataLayout instead of a TargetMachineEric Christopher2014-06-12
* Move PPCTargetLowering off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-12
* Remove an extraneous this-> to access the subtarget.Eric Christopher2014-06-12
* Rename PPCSubTarget to Subtarget in PPCTargetLowering for consistency.Eric Christopher2014-06-12
* Fix the scheduler's MaxObservedStall computation.Andrew Trick2014-06-12
* Move PPCJITInfo off of the TargetMachine and onto the subtarget.Eric Christopher2014-06-12
* Remove the use of TargetMachine from PPCJITInfo and replace withEric Christopher2014-06-12
* Fix the build of KillTheDoctor.Rafael Espindola2014-06-12
* [modules] The LLVM C API does not require C++!Richard Smith2014-06-12