summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a falseChad Rosier2012-11-15
* Fix indeterminism in MI scheduler DAG construction.Sergei Larin2012-11-15
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands2012-11-15
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-15
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-15
* Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands2012-11-15
* Revert changing FNEG of v4f32 to Expand. It's legal.Craig Topper2012-11-15
* Make FNEG and FABS of v4f32 Expand.Craig Topper2012-11-15
* Make a bunch of floating point operations on vectors Expand so that instructi...Craig Topper2012-11-15
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-15
* Fix an obvious merge bug in -join-globalcopies (disabled).Andrew Trick2012-11-15
* InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat...NAKAMURA Takumi2012-11-15
* 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
* Use reserve() to avoid vector reallocation.Jakub Staszak2012-11-14
* Remove the CellSPU port.Eric Christopher2012-11-14
* Fix invalid asserts, use llvm_unreachable instead.Jakub Staszak2012-11-14
* Added multiclass for post-increment load instructions.Jyotsna Verma2012-11-14
* canJoinPhys method doesn't modify CoalescerPair. Make it const.Jakub Staszak2012-11-14
* Remove dead code.Chad Rosier2012-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
* The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem2012-11-14
* [NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski2012-11-14
* Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov2012-11-14
* Fix the largest offender of determinism in BBVectorizeHal Finkel2012-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
* [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
* 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
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Fix broken asserts. Also, spell 'indices' correctly.Matt Beaumont-Gay2012-11-14
* [Object] Fix endianess bug by refactoring Archive::Symbol::getMember.Michael J. Spencer2012-11-14
* use the getSplat API. Patch by Paul Redmond.Nadav Rotem2012-11-14
* Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher2012-11-13
* Revert -join-splitedges to a boolean cmd line option.Andrew Trick2012-11-13
* The MachineScheduler does not currently require JoinSplitEdges.Andrew Trick2012-11-13
* [MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!Michael J. Spencer2012-11-13
* Add (some) PowerPC TLS relocation types to ELF.h andUlrich Weigand2012-11-13
* Fix wrong PowerPC instruction opcodes for:Ulrich Weigand2012-11-13
* Fix wrong PowerPC instruction encodings due toUlrich Weigand2012-11-13