summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Vectorization documentation for loop hint pragmas and Rpass diagnostics.Tyler Nowicki2014-06-27
* Silencing some -Wcast-qual warnings. No functional changes intended.Aaron Ballman2014-06-27
* [x86] Fix a miscompile in the new shuffle lowering uncovered byChandler Carruth2014-06-27
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* cmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFFReid Kleckner2014-06-27
* lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the caseJulien Lerouge2014-06-27
* R600: Move trivial getters into header, use initializer listMatt Arsenault2014-06-27
* Fix test so it doesn't try to write out temporary files into the test tree.David Blaikie2014-06-27
* Avoid non-ascii character in the source code.Logan Chien2014-06-27
* MC: Fix associative sections on COFFDavid Majnemer2014-06-27
* [FastISel][X86] Fix typos.Juergen Ributzka2014-06-27
* R600: Don't crash on unhandled instruction in promote allocaMatt Arsenault2014-06-27
* llvm-objdump: don't assert if ELF file has no sectionsEd Maste2014-06-27
* Clean up unused variable warning in release build.Alexander Kornienko2014-06-27
* Re-apply r211287: Remove support for LLVM runtime multi-threading.Chandler Carruth2014-06-27
* [PowerPC] Constrain base register in PPCRegisterInfo::resolveFrameIndexUlrich Weigand2014-06-27
* [x86] Clean up some unused variables, especially in release builds.Chandler Carruth2014-06-27
* [x86] Teach the target combine step to aggressively fold pshufd insturcions.Chandler Carruth2014-06-27
* [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan2014-06-27
* [x86] Teach the target-specific combining how to aggressively foldChandler Carruth2014-06-27
* [x86] Teach the X86 backend to DAG-combine SSE2 shuffles that areChandler Carruth2014-06-27
* [x86] Begin a significant overhaul of how vector lowering is done in theChandler Carruth2014-06-27
* [RuntimeDyld, PowerPC] Fix/improve handling of TOC relocationsUlrich Weigand2014-06-27
* IRReader: don't mark MemoryBuffers constAlp Toker2014-06-27
* Added instruction combine to transform few more negative values addition to s...Dinesh Dwivedi2014-06-27
* Remove the caching of the target machine from SystemZTargetLowering.Eric Christopher2014-06-27
* GlobalOpt: Fix constantfold-initializers.ll testDavid Majnemer2014-06-27
* Remove target machine caching from SystemZInstrInfo andEric Christopher2014-06-27
* Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the call...David Blaikie2014-06-27
* ArgumentPromotion: Propagate debug locations on calls for which arguments are...David Blaikie2014-06-27
* Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has d...David Blaikie2014-06-27
* Have SystemZSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* Rename getX86ConditonCode -> getX86ConditionCodeCraig Topper2014-06-27
* Left out the NDEBUG in the previous checkin.Andrew Trick2014-06-27
* MachineScheduler: add some book-keeping to fix an assert.Andrew Trick2014-06-27
* Propagate const-correctness into parseBitcodeFile()Alp Toker2014-06-27
* Have MipsSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* ParseIR: don't take ownership of the MemoryBufferAlp Toker2014-06-27
* Move NVPTX subtarget dependent variables from the target machineEric Christopher2014-06-27
* R600: Add some testcases for promote alloca pass.Matt Arsenault2014-06-27
* Use the target lowering we can get off of the DAG rather than offEric Christopher2014-06-27
* Support: update DLLCharacteristics enumerationSaleem Abdulrasool2014-06-27
* Support: tweak comment layoutSaleem Abdulrasool2014-06-27
* Don't force the build of toos/lto as a static lib.Rafael Espindola2014-06-27
* Fix missing newline and simplify debug printing.Matt Arsenault2014-06-27
* R600: Move load/store ReplaceNodeResults to common code.Matt Arsenault2014-06-27
* Move the constructor for NVPTXFrameLowering into the implementationEric Christopher2014-06-27
* Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.Eric Christopher2014-06-27
* Rework the logic for setting the TargetName. This appears toEric Christopher2014-06-27
* Remove caching of the target machine in NVPTXInstrInfo andEric Christopher2014-06-27