aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Don't reinsert the 'atexit' function if it already exists.Bill Wendling2012-06-301-2/+1
* revert r159440. As Duncan pointed out, the test for invoke is not needed at t...Nuno Lopes2012-06-291-2/+1
* CodeGenPrepare: Don't crash when TLI is not available.Benjamin Kramer2012-06-291-1/+2
* Rework this to clarify where the removal of nodes from the queue isDuncan Sands2012-06-291-8/+9
* ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...Nuno Lopes2012-06-291-1/+2
* Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due toDuncan Sands2012-06-291-5/+13
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-2919-110/+110
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-293-3/+3
* make simplifyCFG erase invokes to readonly/readnone functionsNuno Lopes2012-06-281-6/+7
* make instcombine produce calls to llvm.donothing instead of a random intrinsicNuno Lopes2012-06-281-7/+4
* [asan] set a hard limit on the number of instructions instrumented pear each ...Kostya Serebryany2012-06-281-0/+12
* Precompute SCEV pointer analysis prior to instruction fusion in BBVectorize.Hal Finkel2012-06-281-10/+51
* Remove a useless check in BBVectorize.Hal Finkel2012-06-281-5/+0
* Allow BBVectorize to form non-2^n-length vectors.Hal Finkel2012-06-281-132/+532
* Refactor operation equivalence checking in BBVectorize by extending Instructi...Hal Finkel2012-06-281-23/+2
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-287-8/+8
* Revert r159136 due to PR13124.Matt Beaumont-Gay2012-06-271-11/+0
* Some reassociate optimizations create new instructions, which they insert justDuncan Sands2012-06-271-11/+7
* Remove a instcombine transform that (no longer?) makes sense:Evan Cheng2012-06-261-5/+0
* Replacing zero-sized alloca's with a null pointer is too aggressive, insteadDuncan Sands2012-06-261-8/+40
* revert my previous commit (r159173), since as Eli pointed out, it's perfectly...Nuno Lopes2012-06-251-0/+1
* do not set realloc() as NotAlias, since it can return the same pointer. This ...Nuno Lopes2012-06-251-1/+0
* Fix the objc_autoreleasedReturnValue optimization code to locateDan Gohman2012-06-251-2/+17
* improve optimization of invoke instructions:Nuno Lopes2012-06-252-3/+15
* If a constant or a function has linkonce_odr linkage and unnamed_addr, mark itRafael Espindola2012-06-251-0/+11
* The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky2012-06-252-11/+5
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-246-0/+12
* Allow controlling vectorization of boolean values separately from other integ...Hal Finkel2012-06-241-4/+14
* Remove dyn_cast + dereference pattern by replacing it with a cast and changingNick Lewycky2012-06-241-3/+3
* Tab to spaces. No functionality change.Nick Lewycky2012-06-241-1/+1
* Remove a dangling reference to a deleted instruction. Fixes PR13185!Nick Lewycky2012-06-241-0/+1
* Allow BBVectorize to fuse compare instructions.Hal Finkel2012-06-231-0/+8
* Extend the IL for selecting TLS models (PR9788)Hans Wennborg2012-06-234-10/+10
* Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy2012-06-231-4/+3
* BoundsChecking: attach debug info to traps to make my life a bit more saneNuno Lopes2012-06-231-9/+10
* Revert remaining part of r93200: "Disable folding sext(trunc(x)) -> x"Jakob Stoklund Olesen2012-06-221-9/+4
* Fixed r158979.Stepan Dyatkovskiy2012-06-221-1/+2
* fix whitespace in my last commit.Nuno Lopes2012-06-221-1/+1
* remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...Nuno Lopes2012-06-221-2/+4
* instcombine: disable optimization of 'invoke null/undef'. I'll move this fun...Nuno Lopes2012-06-211-11/+11
* Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11...Evan Cheng2012-06-211-1/+4
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-212-2/+7
* port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...Nuno Lopes2012-06-211-393/+30
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-215-136/+19
* Add a number of threshold arguments to the SRA pass.Nadav Rotem2012-06-211-18/+60
* replace usage of EmitGEPOffset() with TargetData::getIndexedOffset() when the...Nuno Lopes2012-06-202-8/+6
* Fix two rather subtle internal vs. external linker issues.Chandler Carruth2012-06-201-25/+20
* Now that SROA can form alloca's for dynamic vector accesses, further improve ...Pete Cooper2012-06-171-28/+99
* Teach BBVectorize to combine, when possible, or discard metadata when fusing ...Hal Finkel2012-06-161-0/+30
* Move the Metadata merging methods from GVN and make them public in MDNode.Hal Finkel2012-06-161-153/+3