summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils
AgeCommit message (Expand)AuthorFilesLines
2012-09-14Try to fix the bots by detecting inconsistant branch-weight metadata.Manman Ren1-4/+10
2012-09-14PGO: preserve branch-weight metadata when merging two switches whereManman Ren1-5/+12
2012-09-12PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren1-0/+22
2012-09-12Release build: guard dump functions withManman Ren1-1/+1
2012-09-11SimplifyCFG: preserve branch-weight metadata when creating a new switch fromManman Ren1-81/+45
2012-09-11llvm/lib/Transforms/Utils/CMakeLists.txt: Update.NAKAMURA Takumi1-0/+1
2012-09-11Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2-0/+133
2012-09-10Move bypassSlowDivision into the llvm namespace.Benjamin Kramer1-4/+6
2012-09-10Fix style issues from r163302 pointed out by Evan.Hans Wennborg1-18/+15
2012-09-08Remove an incorrect assert during branch weight propagation.Andrew Trick1-1/+0
2012-09-07SimplifyCFG: ValidLookupTableConstant should be staticHans Wennborg1-1/+1
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren1-0/+2
2012-09-06Fix switch_to_lookup_table.ll test from r163302.Hans Wennborg1-5/+6
2012-09-06Build lookup tables for switches (PR884)Hans Wennborg1-0/+286
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky1-2/+2
2012-09-04BypassSlowDivision: Assign to reference, don't copy the object.Jakub Staszak1-2/+2
2012-09-04Fix my previous patch (r163164). It does now what it is supposed to do:Jakub Staszak1-1/+0
2012-09-04Return false if BypassSlowDivision doesn't change anything.Jakub Staszak1-33/+34
2012-09-04Generic Bypass Slow DivPreston Gurd2-0/+252
2012-08-30testMichael Ilseman1-2/+2
2012-08-29Preserve branch profile metadata during switch formation.Andrew Trick1-0/+154
2012-08-29whitespaceAndrew Trick1-168/+168
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer3-18/+24
2012-08-17Fix undefined behavior (binding a reference to a dereferenced null pointer) ifRichard Smith1-1/+1
2012-08-13LICM uses AliasSet information to hoist and sink instructions. However, other...Nadav Rotem1-0/+5
2012-08-01remove tabs from my previous commit.Nuno Lopes1-2/+2
2012-08-01(hopefuly) fix the remaining cases where null wasnt expected (PR13497).Nuno Lopes1-0/+4
2012-07-27Teach CodeGenPrep to look past bitcast when it's duplicating return instructionEvan Cheng1-4/+20
2012-07-25add EmitStrNLen()Nuno Lopes1-0/+27
2012-07-25make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes1-21/+74
2012-07-23Fix a typo (the the => the)Sylvestre Ledru1-1/+1
2012-07-15Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2-5/+5
2012-07-13Make helper functions static.Benjamin Kramer1-1/+1
2012-07-04Reverted r156659, due to probable performance regressions, DenseMap should be...Stepan Dyatkovskiy1-5/+4
2012-07-03Part of r159527. Splitted into series of patches and gone with fixed PR13256:Stepan Dyatkovskiy1-4/+5
2012-07-02Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher2-90/+152
2012-07-02IntRange:Stepan Dyatkovskiy2-152/+90
2012-06-29revert r159440. As Duncan pointed out, the test for invoke is not needed at t...Nuno Lopes1-2/+1
2012-06-29ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...Nuno Lopes1-1/+2
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth5-23/+23
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling2-2/+2
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling4-5/+5
2012-06-25The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...Eli Bendersky2-11/+5
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi1-0/+2
2012-06-24Remove dyn_cast + dereference pattern by replacing it with a cast and changingNick Lewycky1-3/+3
2012-06-23Extend the IL for selecting TLS models (PR9788)Hans Wennborg1-1/+1
2012-06-23Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy1-4/+3
2012-06-22Fixed r158979.Stepan Dyatkovskiy1-1/+2
2012-06-21refactor the MemoryBuiltin analysis:Nuno Lopes1-1/+1
2012-06-20Fix two rather subtle internal vs. external linker issues.Chandler Carruth1-25/+20