summaryrefslogtreecommitdiff
path: root/lib
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
* Remove unused and odd code.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
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-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
* 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
* 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
* Move PPCInstrInfo off of the target machine and onto the subtarget.Eric Christopher2014-06-12
* Try to fix the windows build.Rafael Espindola2014-06-12
* Remove TargetMachine from PPCInstrInfo and all dependencies andEric Christopher2014-06-12
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* GVN: Enable value forwarding for callocDuncan P. N. Exon Smith2014-06-12
* R600: Mostly remove remaining AMDIL intrinsics.Matt Arsenault2014-06-12
* Move DataLayout from the PPCTargetMachine to the subtarget.Eric Christopher2014-06-12
* Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. UseEric Christopher2014-06-12
* [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.Juergen Ributzka2014-06-12
* CodeGen: enable mov.w/mov.t pairs with minsize for WoASaleem Abdulrasool2014-06-12
* Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point a...Juergen Ributzka2014-06-12
* [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit D...Alexey Samsonov2014-06-12