aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Introduce PassManagerAnalysisHelper.Devang Patel2006-11-071-0/+40
* Add PassManager_New.Devang Patel2006-11-071-0/+41
* Fixed a bug which causes x86 be to incorrectly matchEvan Cheng2006-11-073-5/+30
* Add ModulePassManager_New.Devang Patel2006-11-071-1/+54
* Accidently reran commit.Jim Laskey2006-11-071-0/+3
* Add FunctionPassManager_New.Devang Patel2006-11-071-0/+56
* Missed a label map, reverting till covered.Jim Laskey2006-11-071-3/+0
* Add BasicBlockPassManager_New.Devang Patel2006-11-071-0/+56
* Missed a label map, reverting till covered.Jim Laskey2006-11-071-0/+3
* Optionally allow comparison operations from affect DSGraphsAndrew Lenharth2006-11-071-1/+6
* Allow loop detection during debug in forwarding nodes, and revert auxcall pat...Andrew Lenharth2006-11-071-8/+20
* debug type for DSA TDAndrew Lenharth2006-11-071-1/+1
* 1. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey2006-11-073-48/+94
* add a note from viterbiChris Lattner2006-11-071-0/+29
* Enable improved spilling costs by default. This speeds up viterbi on x86Chris Lattner2006-11-071-12/+7
* Use correct value for float HUGH_VAL.Jim Laskey2006-11-072-6/+6
* Add post-indexed load / store transformations.Evan Cheng2006-11-071-49/+198
* Add a new llcbeta option. This speeds up viterbi from 12.34 to 8.76s onChris Lattner2006-11-071-4/+19
* Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup.Reid Spencer2006-11-071-0/+2
* Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll.Chris Lattner2006-11-071-1/+1
* fix encoding of BLRChris Lattner2006-11-071-2/+2
* Remove dead code; added a missing null ptr check.Evan Cheng2006-11-061-32/+1
* add a noteChris Lattner2006-11-061-0/+16
* Tab interferes with uniqueness.Jim Laskey2006-11-061-1/+1
* D'oh - reversed logic.Jim Laskey2006-11-061-1/+1
* Add comment.Evan Cheng2006-11-061-4/+10
* Unbreak VC++ build.Jeff Cohen2006-11-058-17/+25
* Fix a bug in the last patch and convert to && instead of & for logical expr.Reid Spencer2006-11-052-4/+4
* Implement the -enabled-cbe-printf-a feature.Reid Spencer2006-11-052-4/+4
* Remove commented line from earlier debugging.Nick Lewycky2006-11-051-2/+0
* Added pre-indexed store support.Evan Cheng2006-11-051-10/+24
* Added getIndexedStore.Evan Cheng2006-11-051-0/+30
* Live local variables are being dropped because the begin or end labels markingJim Laskey2006-11-041-3/+4
* Changes to use operand constraints to process two-address instructions.Evan Cheng2006-11-043-50/+140
* encode BLR predicate info for the JITChris Lattner2006-11-043-15/+29
* Go through all kinds of trouble to mark 'blr' as having a predicate operandChris Lattner2006-11-043-12/+62
* Fixed some spiller bugs exposed by the recent two-address code changes. NowEvan Cheng2006-11-041-21/+53
* Describe PPC predicates, which are a pair of CR# and condition.Chris Lattner2006-11-031-0/+4
* initial steps to getting the predicate on PPC::BLR right.Chris Lattner2006-11-031-0/+11
* remove dead varChris Lattner2006-11-031-1/+0
* remove dead/redundant varsChris Lattner2006-11-034-9/+0
* remove redundant/dead varsChris Lattner2006-11-031-2/+0
* remove dead varsChris Lattner2006-11-031-3/+0
* The wrong parameter was being tested to deturmine i32 vs i64Andrew Lenharth2006-11-031-1/+1
* add a noteChris Lattner2006-11-031-0/+6
* Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-rangeChris Lattner2006-11-031-8/+20
* this will work betterChris Lattner2006-11-031-2/+2
* Fix the build on xcode < 2.4Chris Lattner2006-11-031-0/+7
* Split the External and Intrinsic handling into seperate functions. ThisAndrew Lenharth2006-11-031-497/+505
* Fix comments.Evan Cheng2006-11-031-3/+8