aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llxChris Lattner2003-11-221-0/+2
* Do not crash when deleing a region with a dead invoke instructionChris Lattner2003-11-221-0/+4
* Finegrainify namespacificationChris Lattner2003-11-221-14/+16
* Considering that CI is not even IN SCOPE here, I wooda thought the compilerChris Lattner2003-11-211-1/+1
* Finegrainify namespacificationChris Lattner2003-11-2111-49/+26
* Get rid of using decls, finegrainify namespacificationChris Lattner2003-11-211-23/+18
* * Finegrainify namespacificationChris Lattner2003-11-211-30/+99
* Finegrainify namespacificationChris Lattner2003-11-211-4/+5
* Minor cleanups and simplificationsChris Lattner2003-11-216-18/+12
* * Finegrainify namespacificationChris Lattner2003-11-201-8/+27
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-2011-45/+31
* Spew symbolic types!Chris Lattner2003-11-201-3/+8
* When spewing out warnings during function resolution, do not vomit out pagesChris Lattner2003-11-201-4/+8
* This file was somehow missing a top-level comment line.Misha Brukman2003-11-171-1/+1
* Fix PR116Chris Lattner2003-11-161-0/+12
* Implement feature: InstCombine/2003-11-13-ConstExprCastCall.llChris Lattner2003-11-131-1/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-1170-19/+296
* Reorganize code for locality, improve commentsChris Lattner2003-11-101-19/+23
* Adjust to new critical edge interfaceChris Lattner2003-11-102-15/+15
* Do NOT inline self recursive calls into other functions. This is causing theChris Lattner2003-11-092-1/+10
* UntypoChris Lattner2003-11-091-1/+1
* Declare FunctionPasses as such so that they can be used in FunctionPassManager.Misha Brukman2003-11-073-3/+3
* Various cleanups and efficiency improvementsChris Lattner2003-11-061-38/+24
* Fix bug: PR93Chris Lattner2003-11-061-0/+29
* Fix the problem with running cleanups in bugpoint: We were deleting argumentsChris Lattner2003-11-051-1/+4
* Split behavior into two piecesChris Lattner2003-11-051-13/+13
* Yet more fixes for constant expr shiftsChris Lattner2003-11-051-0/+6
* Further fixes for PR93Chris Lattner2003-11-051-1/+7
* Fix flawed logic that was breaking several SPEC benchmarks, including gzip an...Chris Lattner2003-11-051-3/+3
* Be gcc 3.4 cleanChris Lattner2003-11-051-1/+3
* Fix bug with previous implementation:Chris Lattner2003-11-051-4/+11
* Minor cleanup, plus implement InstCombine/xor.ll:test17Chris Lattner2003-11-041-3/+17
* Implement InstCombine/xor.ll:test(15|16)Chris Lattner2003-11-041-1/+8
* Checking in Chris's suggestions:John Criswell2003-11-041-3/+32
* Implement InstCombine/cast-set.ll:test6[a]. This improves code generated forChris Lattner2003-11-031-6/+57
* Implement InstCombine/cast-set.ll: test1, test2, test7Chris Lattner2003-11-031-15/+41
* Fix bug with zero sized castsChris Lattner2003-11-031-1/+1
* Fix bug in previous checkinChris Lattner2003-11-021-1/+1
* Implement transmogriphication of allocation instructionsChris Lattner2003-11-021-2/+33
* Fix PR78Chris Lattner2003-11-021-1/+1
* Strip off CPR's manually, because if we don't, the inliner doesn't delete deadChris Lattner2003-10-311-2/+9
* Fix bug: 2003-10-29-CallSiteResolve.ll & PR70Chris Lattner2003-10-301-1/+11
* Refactor code, initial implementation of -insert-block-profiling passChris Lattner2003-10-291-64/+106
* Fix PR66 & ScalarRepl/2003-10-29-ArrayProblem.llChris Lattner2003-10-291-62/+25
* Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64Chris Lattner2003-10-291-2/+13
* Check in statistifying patch for BillChris Lattner2003-10-281-0/+6
* Pass in argc & argvChris Lattner2003-10-281-6/+20
* Initial checkin of profiling instrumentation pass. So far, despite theChris Lattner2003-10-281-0/+127
* Eliminate using declarationsChris Lattner2003-10-271-25/+26
* Propagating constants to arguments can make other arguments constant. For nowChris Lattner2003-10-271-5/+15