aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added "llvmc" to the FAQ.Bill Wendling2007-05-291-1/+13
* Added "doc_class" div tags to code segments.Bill Wendling2007-05-291-16/+43
* Fix for PR1452. Removed "define" keyword from the C code. Added "<divBill Wendling2007-05-291-45/+85
* Add a new LLVMBuilder class, which makes it simpler and more uniform toChris Lattner2007-05-271-0/+431
* Correct the logic in LowerPartSet which cleared the bits from 0 to low-1.Zhou Sheng2007-05-261-5/+7
* tighten up recursion depth againChris Lattner2007-05-251-11/+13
* Disable Tail Merging for now.Devang Patel2007-05-251-2/+2
* Silly boog.Evan Cheng2007-05-251-9/+9
* remove contradiction owen noticedChris Lattner2007-05-241-7/+2
* Fix PR1446 by not scalarrepl'ing giant structures.Chris Lattner2007-05-241-1/+5
* testcase for PR1446Chris Lattner2007-05-241-0/+27
* Blocks that cond-br and uncond-br/fallthrough to same block should haveDale Johannesen2007-05-241-1/+4
* Fix for PR1444: do not create two successors to the same block.Dale Johannesen2007-05-241-2/+10
* Compute the correct word number.Zhou Sheng2007-05-241-1/+1
* Minor comment cleanups.Dan Gohman2007-05-246-13/+13
* Add explicit qualification for namespace MVT members.Dan Gohman2007-05-242-2/+2
* Add cases for v2f32.Dan Gohman2007-05-241-0/+2
* Fix a typo that caused combiner to create mal-formed pre-indexed store where ...Evan Cheng2007-05-241-6/+6
* Add a new test case.Evan Cheng2007-05-241-0/+34
* tail merging shrinks this code a bit. Could do more in future.Dale Johannesen2007-05-231-2/+3
* Two tail merging improvements:Dale Johannesen2007-05-231-40/+44
* Add dump() routines for debugging assistance.Devang Patel2007-05-232-0/+17
* Mark all calls as "could throw", when exceptions are enabled. Emit necessary ...Anton Korobeynikov2007-05-234-38/+52
* prevent exponential recursion in isNegatibleForFreeChris Lattner2007-05-231-6/+9
* Preliminary iterative if-conversion support.Evan Cheng2007-05-231-97/+167
* Hooks for predication support.Evan Cheng2007-05-232-9/+39
* Rename a parameter.Evan Cheng2007-05-231-4/+4
* Add a couple of target hooks for predication.Evan Cheng2007-05-231-1/+14
* when merging two alias sets together, be sure to propagate the volatility ofChris Lattner2007-05-231-3/+5
* new testcase for PR1435Chris Lattner2007-05-231-0/+56
* make these accessors private.Chris Lattner2007-05-231-6/+7
* If user wants to run instcombine twice, do not block it.Devang Patel2007-05-231-5/+0
* final updatesChris Lattner2007-05-231-41/+45
* fix a miscompilation when passing a float through varargsChris Lattner2007-05-231-2/+1
* The Intrinsic::getDeclaration function's Tys parameter only contains theReid Spencer2007-05-221-5/+12
* Reinstate the patch for escaping non-printing characters and allow forReid Spencer2007-05-221-19/+36
* Regenerate.Reid Spencer2007-05-222-167/+185
* Don't allow the UnEscape code to read or write beyond the end of yytext.Reid Spencer2007-05-221-11/+20
* Regenerate.Reid Spencer2007-05-225-660/+646
* Implement full unescaping of escaped hex characters in all quoted identifiersReid Spencer2007-05-223-136/+121
* Document boolOrDefault and its parser.Dale Johannesen2007-05-221-0/+8
* name change requested by review of previous patchDale Johannesen2007-05-224-8/+8
* Silence a warning.Owen Anderson2007-05-221-1/+1
* new testcases for -enable-tail-merge default handlingDale Johannesen2007-05-222-0/+136
* Test assumes tail merging is off; this must now be explicit.Dale Johannesen2007-05-221-1/+1
* Make tail merging the default, except on powerPC. There was no prior artDale Johannesen2007-05-228-7/+69
* temporarily revert reid's asmwriter patch, it is missing the asmparser pieceChris Lattner2007-05-221-33/+19
* new testcase for a recent regressionChris Lattner2007-05-221-0/+22
* update commentChris Lattner2007-05-223-3/+3
* regenerateChris Lattner2007-05-222-184/+161