summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* DebugInfo: Remove some extra handling of abstract variables and instead rely ...David Blaikie2014-06-13
* Remove InstrItineraryData off of the TargetMachine - it's alreadyEric Christopher2014-06-13
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-13
* Move GlobalMerge from Transform to CodeGen.Jiangning Liu2014-06-13
* The hazard recognizer only needs a subtarget, not a target machineEric Christopher2014-06-13
* Fix typo.Eric Christopher2014-06-13
* DebugInfo: Reference abstract definitions from variables in concrete definiti...David Blaikie2014-06-13
* [DWARF parser] Use distinction between DW_AT_ranges_base and DW_AT_GNU_ranges...Alexey Samsonov2014-06-13
* DwarfDebug::getExistingAbstractVariable: constify an existing reference param...David Blaikie2014-06-13
* DebugInfo: Following up to r209677, refactor local variable emission to delay...David Blaikie2014-06-13
* Make the error-handling functions thread-safe.Zachary Turner2014-06-13
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* X86: lower ATOMIC_CMP_SWAP_WITH_SUCCESS directlyTim Northover2014-06-13
* R600: Cleanup some old AMDIL stuff.Matt Arsenault2014-06-13
* 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