aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-17Set version to 2.2release_22Tanya Lattner
2008-01-17Creating 2.2 release branch.Tanya Lattner
2008-01-14More makefile changes to make it easier to override default optimization leve...Evan Cheng
2008-01-14No need to pass CFLAGS to compile llc created assembly files.Evan Cheng
2008-01-13factor the hack so that it is easier to disable.Chris Lattner
2008-01-12clean up this makefile, which allows it to pass with ENABLE_LTOChris Lattner
2008-01-11- Clean up.Evan Cheng
2008-01-11Fix bad bad code.Evan Cheng
2008-01-07Check implementation of the x86 long double ABI.Duncan Sands
2008-01-05I've got a sinking feeling. Chris Lattner
2008-01-04Testcase for PR1386.Duncan Sands
2008-01-01Turn on Machine LICM for a beta test.Bill Wendling
2007-12-29Remove attributionChris Lattner
2007-12-29remove attributions from makefiles.Chris Lattner
2007-12-26switch llcbeta back.Chris Lattner
2007-12-24add a -backedge-hack llc-beta option to codegenprepare.Chris Lattner
2007-12-20Enable unwinding EH on PPC and x86. Damn the torpedos.Dale Johannesen
2007-12-13Change x86 llcbeta back to -new-coalescer-heuristic=trueEvan Cheng
2007-12-13Doh.Evan Cheng
2007-12-12Test -optimize-ext-uses as x86 llcbeta.Evan Cheng
2007-12-08Enable machine-licm for ppc beta.Chris Lattner
2007-12-06Turning simple splitting on. Start testing new coalescer heuristics as new ll...Evan Cheng
2007-12-04Fix makefile so it doesn't report false positive.Evan Cheng
2007-12-03Add a new beta-compare report, for comparing static measurements ofChris Lattner
2007-12-01Start testing live interval splitting on ARM and PPC.Evan Cheng
2007-11-30remove dead glueChris Lattner
2007-11-20get this working on darwin/ppc.Chris Lattner
2007-11-19Add new number-crunching code. LLVM seems to be 20% slower on it compared to ...Anton Korobeynikov
2007-11-17Testing -split-intervals-at-bb as x86 llcbeta.Evan Cheng
2007-11-16Increase test sizes.Evan Cheng
2007-11-10Allow TARGET_FLAGS to be overwritten.Evan Cheng
2007-11-06Use -new-coalescer-heuristic=true as x86 llcbeta.Evan Cheng
2007-10-12X86 llcbeta is now -tailcallopt.Evan Cheng
2007-10-08Allow x86 compare to be commutable by default.Evan Cheng
2007-10-06Unbreak toast again for mingw32.Anton Korobeynikov
2007-10-06Unbreak mediabench on mingw32Anton Korobeynikov
2007-10-06Another bunch of mingw32 fixes here and thereAnton Korobeynikov
2007-10-05Time reporting is useless here, remove it. This unbreaks mingw32 also :)Anton Korobeynikov
2007-10-05Commute x86 cmove instructions by swapping the operands and change the conditionEvan Cheng
2007-10-05Clean Fhoursstones: remove time-related routines, unbreak mingw32Anton Korobeynikov
2007-10-05Fix smg2000 on mingw32Anton Korobeynikov
2007-10-05Fix 'Misc' on mingw32Anton Korobeynikov
2007-10-05Fix misr on mingw32Anton Korobeynikov
2007-10-05Enable convertToThreeAddress for X86 by default.Evan Cheng
2007-10-05Testing convertToThreeeAddress as X86 llcbeta.Evan Cheng
2007-09-29x86 llcbeta back to -regalloc=local -fastEvan Cheng
2007-09-27Test new condition code scheme as X86 llcbeta.Evan Cheng
2007-09-25Test cases should return 0.Tanya Lattner
2007-09-15add bugpoint-cbe targetChris Lattner
2007-09-15some portability fixesChris Lattner