summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Canonicalize addrspacecast ConstExpr between different pointer typesJingyue Wu2014-06-15
* Fix copy paste errorMatt Arsenault2014-06-15
* R600: Add a rotr testcase I forgot to addMatt 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
* Add specialization of FoldingSetTrait for std::pair.Manuel Klimek2014-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
* Don't expect tests always crashing. Add "REQUIRES:asserts".NAKAMURA Takumi2014-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
* Adding llvm::sys::swapByteOrder() for the common use-case of byte-swapping a ...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* R600: Add failing testcases.Matt Arsenault2014-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
* Complete remove test/Transforms/GlobalMerge.Jiangning Liu2014-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
* DebugInfo: Refactor some tests to allow DW_AT_name to not be the first attrib...David Blaikie2014-06-13
* test/DebugInfo/X86/dbg-value-isel.s: correct lexical block descriptor to matc...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
* 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