aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-06-28Don't output an empty string.Bill Wendling
2012-06-28The Mips specific inline asm operand modifier 'z' has theJack Carter
2012-06-28make LVI::getEdgeValue() always intersect the constraints of the edge with th...Nuno Lopes
2012-06-28fix a off-by-one bug in intersectWith(), and add a bunch of testsNuno Lopes
2012-06-28Use the interface through DIDescriptor to get the tag/version for a debug infoBill Wendling
2012-06-28Fix cmake failure from moving files around.Bill Wendling
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter
2012-06-27Whitespace.Chad Rosier
2012-06-27The ELF relocation record format is different for N64 Jack Carter
2012-06-27Revert r159136 due to PR13124.Matt Beaumont-Gay
2012-06-27Some reassociate optimizations create new instructions, which they insert justDuncan Sands
2012-06-27Teach assembler to handle capitalised operation values for DSB instructionsRichard Barton
2012-06-27Prevent ARM Assembler crashing on unrecognised assembly format for DSB instru...Richard Barton
2012-06-27Silence uninitialized variable warning in MipsISelDAGToDAG.cpp.Akira Hatanaka
2012-06-27Fix bug in computation of stack size in MipsFrameLowering.cpp.Akira Hatanaka
2012-06-26Reduce indentation in function. Rearrange some methods. No functionality change.Bill Wendling
2012-06-26Revamp how debugging information is emitted for debug info objects.Bill Wendling
2012-06-26Add a missing check to avoid dereference null. No sensible test case possible...Evan Cheng
2012-06-26Remove a instcombine transform that (no longer?) makes sense:Evan Cheng
2012-06-26Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer
2012-06-26X86: add GATHER intrinsics (AVX2) in LLVMManman Ren
2012-06-26Fix ThreadLocalImpl::getInstance for --disable-threads.Argyrios Kyrtzidis
2012-06-26Allow targets to inject passes before the virtual register rewriter.Jakob Stoklund Olesen
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter
2012-06-26Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands
2012-06-26Removed unused variableElena Demikhovsky
2012-06-26Rename to match other X86_64* names.Bill Wendling
2012-06-26Shuffle optimization for AVX/AVX2.Elena Demikhovsky
2012-06-26Update a bunch of stale comments that dated from when this folled theChandler Carruth
2012-06-26Remove some duplicate instructions that exist only to given different mnemoni...Craig Topper
2012-06-26Enable the new LoopInfo algorithm by default.Andrew Trick
2012-06-26Remove unnecessary FIXMEAndrew Trick
2012-06-26Make sure type is not extended or untyped before create a constant of the typ...Evan Cheng
2012-06-25Make some ugly hacks for inline asm operands which name a specific register a...Eli Friedman
2012-06-25revert my previous commit (r159173), since as Eli pointed out, it's perfectly...Nuno Lopes
2012-06-25do not set realloc() as NotAlias, since it can return the same pointer. This ...Nuno Lopes
2012-06-25ARM: update peephole optimization.Manman Ren
2012-06-25Fix the objc_autoreleasedReturnValue optimization code to locateDan Gohman
2012-06-25Enforce stricter liveness rules for PHIs.Jakob Stoklund Olesen
2012-06-25Run ProcessImplicitDefs on SSA form where it can be much simpler.Jakob Stoklund Olesen
2012-06-25improve optimization of invoke instructions:Nuno Lopes
2012-06-25check for the NoAlias attribute through CallSiteNuno Lopes
2012-06-25PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge
2012-06-25If a constant or a function has linkonce_odr linkage and unnamed_addr, mark itRafael Espindola
2012-06-25The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky
2012-06-25Add SSE2 predicate to CVTPS2PD instructions. Doesn't matter much because ther...Craig Topper
2012-06-25Remove codegen only instruction in favor of one that has the same definition....Craig Topper
2012-06-25Teach PHIElimination to handle <undef> operands.Jakob Stoklund Olesen