summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-27
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-27
* Whitespace.Chad Rosier2012-06-27
* The ELF relocation record format is different for N64 Jack Carter2012-06-27
* Revert r159136 due to PR13124.Matt Beaumont-Gay2012-06-27
* Some reassociate optimizations create new instructions, which they insert justDuncan Sands2012-06-27
* Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton2012-06-27
* Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...Richard Barton2012-06-27
* Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.Akira Hatanaka2012-06-27
* Fix bug in computation of stack size in MipsFrameLowering.cpp.Akira Hatanaka2012-06-27
* Reduce indentation in function. Rearrange some methods. No functionality change.Bill Wendling2012-06-26
* Revamp how debugging information is emitted for debug info objects.Bill Wendling2012-06-26
* Add a missing check to avoid dereference null. No sensible test case possible...Evan Cheng2012-06-26
* Remove a instcombine transform that (no longer?) makes sense:Evan Cheng2012-06-26
* Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer2012-06-26
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-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
* 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
* 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
* 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
* 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
* 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
* 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