summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Remove unneeded #includes.Jakub Staszak2012-11-14
* NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi2012-11-14
* This patch is in preparation for adding medium code model support to theBill Schmidt2012-11-14
* docs: Improve typographical correctness.Sean Silva2012-11-14
* docs: Sphinxify TestSuiteMakefileGuideSean Silva2012-11-14
* Use reserve() to avoid vector reallocation.Jakub Staszak2012-11-14
* Make sure to not get AVX code on an AVX-capable host. Revealed in r167967.Jakub Staszak2012-11-14
* test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the f...NAKAMURA Takumi2012-11-14
* Few more small CellSPU removals.Eric Christopher2012-11-14
* Fix CMake build.Eric Christopher2012-11-14
* Remove the CellSPU port.Eric Christopher2012-11-14
* docs: Sphinxify TestingGuideSean Silva2012-11-14
* Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko2012-11-14
* Fix invalid asserts, use llvm_unreachable instead.Jakub Staszak2012-11-14
* llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.NAKAMURA Takumi2012-11-14
* Added multiclass for post-increment load instructions.Jyotsna Verma2012-11-14
* Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.Benjamin Kramer2012-11-14
* canJoinPhys method doesn't modify CoalescerPair. Make it const.Jakub Staszak2012-11-14
* Added %(line), %(line+<number>), %(line-<number>) substitutions to litAlexander Kornienko2012-11-14
* Remove dead code.Chad Rosier2012-11-14
* Fix comment.Jakub Staszak2012-11-14
* Remove DOS line endings.Jakub Staszak2012-11-14
* X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer2012-11-14
* Replace std::vector -> SmallVector in BBVectorizeHal Finkel2012-11-14
* Update my email address and update the code ownershipNadav Rotem2012-11-14
* FileCheck.rst: change formatting of code-like constructs to use a monospacedDmitri Gribenko2012-11-14
* The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem2012-11-14
* Add myself as code owner for NVPTX targetJustin Holewinski2012-11-14
* docs: nuke GCCFEBuildInstrs.htmlSean Silva2012-11-14
* [NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski2012-11-14
* Fix commentAnton Korobeynikov2012-11-14
* Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov2012-11-14
* Claim ownership.Chad Rosier2012-11-14
* Fix the largest offender of determinism in BBVectorizeHal Finkel2012-11-14
* Sort the code owner list alphabetically. Add myself as lib/DebugInfo owner.Benjamin Kramer2012-11-14
* X86: Better diagnostics for 32-bit vs. 64-bit mode mismatches.Jim Grosbach2012-11-14
* s/assert/llvm_unreachable/Matt Beaumont-Gay2012-11-14
* Grab debug information for code ownership.Eric Christopher2012-11-14
* [TSan] fix indentationAlexey Samsonov2012-11-14
* Emit relocations from .debug_aranges to .debug_info for asm filesAlexey Samsonov2012-11-14
* Revert some redundant parts of r142605.Patrik Hägglund2012-11-14
* Set FFLOOR of vectors to expand to keep intruction selection from failing.Craig Topper2012-11-14
* Mark myself as owner of BBVectorize and PowerPCHal Finkel2012-11-14
* Accepting ownership of scheduling.Andrew Trick2012-11-14
* Factor out an overly replicated typecast. No functional change.Craig Topper2012-11-14
* Set FFLOOR for vectors to expand on CellSPU to keep instruction selection fro...Craig Topper2012-11-14
* Add newlines to end of debug messages.Craig Topper2012-11-14
* Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola2012-11-14
* docs: Fix Sphinx toctree warning.Sean Silva2012-11-14