summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-26
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Teach TableGen to put chains on more instructionsTim Northover2012-06-26
* Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis2012-06-26
* Allow targets to inject passes before the virtual register rewriter.Jakob Stoklund Olesen2012-06-26
* IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL w...Stepan Dyatkovskiy2012-06-26
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands2012-06-26
* IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...Stepan Dyatkovskiy2012-06-26
* IntegersSubsetMapping: removed exclude operation, it will replaced with more ...Stepan Dyatkovskiy2012-06-26
* Sphyinxify the Bugpoint document.Bill Wendling2012-06-26
* Removed unused variableElena Demikhovsky2012-06-26
* Rename to match other X86_64* names.Bill Wendling2012-06-26
* Shuffle optimization for AVX/AVX2.Elena Demikhovsky2012-06-26
* Update a bunch of stale comments that dated from when this folled theChandler Carruth2012-06-26
* Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper2012-06-26
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-26
* Remove unnecessary FIXMEAndrew Trick2012-06-26
* Make sure type is not extended or untyped before create a constant of the typ...Evan Cheng2012-06-26
* Typo.Eric Christopher2012-06-26
* Make some ugly hacks for inline asm operands which name a specific register a...Eli Friedman2012-06-25
* revert my previous commit (r159173), since as Eli pointed out, it's perfectly...Nuno Lopes2012-06-25
* do not set realloc() as NotAlias, since it can return the same pointer. This ...Nuno Lopes2012-06-25
* ARM: update peephole optimization.Manman Ren2012-06-25
* Define DAGOperand, an empty base class for RegisterClass and Operand. This a...Owen Anderson2012-06-25
* Fix the objc_autoreleasedReturnValue optimization code to locateDan Gohman2012-06-25
* Enforce stricter liveness rules for PHIs.Jakob Stoklund Olesen2012-06-25
* Run ProcessImplicitDefs on SSA form where it can be much simpler.Jakob Stoklund Olesen2012-06-25
* improve optimization of invoke instructions:Nuno Lopes2012-06-25
* check for the NoAlias attribute through CallSiteNuno Lopes2012-06-25
* add CallSite/CallInst/InvokeInst::hasFnAttr()Nuno Lopes2012-06-25
* PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge2012-06-25
* If a constant or a function has linkonce_odr linkage and unnamed_addr, mark itRafael Espindola2012-06-25
* The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky2012-06-25
* Add SSE2 predicate to CVTPS2PD instructions. Doesn't matter much because ther...Craig Topper2012-06-25
* Remove codegen only instruction in favor of one that has the same definition....Craig Topper2012-06-25
* Just remove generic support for C++11 alignas -- GCC is alreadyChandler Carruth2012-06-25
* Teach PHIElimination to handle <undef> operands.Jakob Stoklund Olesen2012-06-25
* Handle <undef> operands in TwoAddressInstructionPass.Jakob Stoklund Olesen2012-06-25
* %RCX is not a function live-out in eh.return functions.Jakob Stoklund Olesen2012-06-24
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-24
* Remove dyn_cast + dereference pattern by replacing it with a cast and changingNick Lewycky2012-06-24
* Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...Craig Topper2012-06-24
* Remove intrinsic specific instructions for (V)CVTPS2DQ and replace with patte...Craig Topper2012-06-24
* Fix build failures from r159106.Craig Topper2012-06-24
* Remove intrinsic specific instructions for CVTPD2PS and replace with just pat...Craig Topper2012-06-24
* Remove intrinsic specific instructions for CVTPD2DQ. Replace with patterns.Craig Topper2012-06-24
* Tab to spaces. No functionality change.Nick Lewycky2012-06-24
* llvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerror_s().NAKAMURA Takumi2012-06-24