aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* testcase for PR3381.Torok Edwin2009-01-242-1/+19
* Add more documentation mentioning the limitations due to PR2660.Dan Gohman2009-01-241-2/+31
* void* is represented as pointer to empty struct {}.Torok Edwin2009-01-241-0/+2
* Some cleanups. No functional changes.Owen Anderson2009-01-241-26/+34
* Improve the inlining cost function a bit.Dale Johannesen2009-01-241-3/+6
* Make InstCombineStoreToCast handle aggregates more aggressively,Chris Lattner2009-01-242-18/+65
* Perform optional clang building.Mike Stump2009-01-242-0/+11
* Refactor code. No functionality change.Evan Cheng2009-01-231-20/+38
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-235-4/+23
* hopefully address PR3379 by making the P modifier work in x86 inline asm.Chris Lattner2009-01-231-0/+3
* Fix test case. Use valid file name and directory in global variable's debug i...Devang Patel2009-01-231-1/+1
* use CallSite::isCalle instead of slow getOperandNoGabor Greif2009-01-231-3/+3
* Simplify the logic of getting hold of a PHI predecessor block.Gabor Greif2009-01-236-12/+14
* Add support for deleting a module provider from a JIT in such a way that it d...Nate Begeman2009-01-234-2/+48
* Empty DIType represents void. In this case no need to construct any type DIE.Devang Patel2009-01-231-3/+1
* Fold x-0 to x in unsafe-fp-math mode. This comes up in theDan Gohman2009-01-232-9/+19
* Patch to build llvm with srcdir != objdir fromDuncan Sands2009-01-232-6/+16
* fix two more cases where we could let the NLPDI cache get unsorted.Chris Lattner2009-01-232-5/+114
* Unconditionally reset 'cache' to zero, even if we don't need to resort it.Chris Lattner2009-01-231-5/+4
* Only check if coalescing is worthwhile when the result is targeting a more re...Evan Cheng2009-01-231-1/+6
* Update test to reflect command line option name change.Evan Cheng2009-01-231-1/+1
* Stage two of fixing pre-alloc-splitting's code size issues: filter out restor...Owen Anderson2009-01-231-9/+37
* Cross register class coalescing. Not yet enabled.Evan Cheng2009-01-233-109/+129
* Code did not follow associated comment. not a good idea.Devang Patel2009-01-231-1/+1
* Set appropriate tag for the composite type.Devang Patel2009-01-231-0/+1
* a minor tweak to my previous patch, handle the invalidation caseChris Lattner2009-01-231-3/+4
* Add an initial pass at dead spill/restore removal for pre alloc splitting.Owen Anderson2009-01-231-4/+56
* do not sign extend characters input to isprint. This improvesChris Lattner2009-01-221-1/+1
* Handful of fixes to the VC project files.Steve Naroff2009-01-222-16/+12
* Fix a minor bug in DAGCombiner's folding of SELECT. Folding "select C, 0, 1"Bob Wilson2009-01-221-3/+5
* Don't create ISD::FNEG nodes after legalize if they aren't legal.Dan Gohman2009-01-223-8/+1175
* introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif2009-01-225-9/+12
* Regenerated configure after backing out 62553 and r62616.Tanya Lattner2009-01-222-440/+0
* Revert r62553 and r62616 due to issues with portability.Tanya Lattner2009-01-222-215/+496
* rename methods in System/Host to be more consistent.Chris Lattner2009-01-224-15/+15
* Do not use buggy llvm-gcc to generate testcases.Devang Patel2009-01-222-12/+10
* Add SelectionDAG::getNOT method to construct bitwise NOT operations,Bob Wilson2009-01-226-34/+44
* Remove no-longer relevant comment. Pointed outDuncan Sands2009-01-221-1/+0
* This passes on linux.Duncan Sands2009-01-221-1/+1
* Few targets like the tiny little PIC16 have only 16-bit pointers.Sanjiv Gupta2009-01-221-0/+4
* Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng2009-01-227-148/+13
* fix a typoChris Lattner2009-01-221-1/+1
* add a noteChris Lattner2009-01-221-0/+10
* fix a testcase.Chris Lattner2009-01-221-2/+1
* Fix PR3358, a really nasty bug where recursive phi translated Chris Lattner2009-01-222-3/+91
* Bump to 2.6svn.Tanya Lattner2009-01-223-1046/+3400
* Make tblgen more portable, allowing it to build with ICC.Chris Lattner2009-01-221-2/+2
* Don't create .dir files in installation directories. Switch to usingMike Stump2009-01-221-9/+7
* The operator<() and operator>() were reversing their tests. Have the test the...Bill Wendling2009-01-221-4/+4
* Get rid of warning about implicit 64-to-32 bit conversions.Bill Wendling2009-01-221-1/+3