summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Canonicalize addrspacecast ConstExpr between different pointer typesJingyue Wu2014-06-15
* Fix copy paste errorMatt Arsenault2014-06-15
* R600: Remove a few more things from AMDILISelLoweringMatt Arsenault2014-06-15
* R600: Fix assert on vector sdivMatt Arsenault2014-06-15
* R600: Move / cleanup more leftover AMDIL stuff.Matt Arsenault2014-06-15
* R600: Move division custom lowering out of AMDILISelLoweringMatt Arsenault2014-06-15
* Temporarily revert r210953 in an attempt to bring the ARM buildbotsEric Christopher2014-06-15
* R600: Report that integer division is expensive.Matt Arsenault2014-06-15
* R600: Remove dead codeMatt Arsenault2014-06-15
* PR20038: DebugInfo missing DIEs for some concrete variables.David Blaikie2014-06-15
* LegalizeDAG: make sure cast is unsigned before using FP_TO_UINT.Tim Northover2014-06-15
* AArch64: improve handling & modelling of FP_TO_XINT nodes.Tim Northover2014-06-15
* AArch64: improve vector [su]itofp handling.Tim Northover2014-06-15
* Replacing the private implementations of SwapValue with calls to sys::swapByt...Artyom Skrobov2014-06-14
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Fix typoMatt Arsenault2014-06-14
* R600: Fix asserts related to constant initializersMatt Arsenault2014-06-14
* R600: Use address space enum instead of valueMatt Arsenault2014-06-14
* Remove extra whitespace in function declaration. No functionality change.Nick Lewycky2014-06-14
* 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