aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* implement PR2328.Chris Lattner2008-05-162-2/+16
* Use common where we mean common, not weak.Dale Johannesen2008-05-161-1/+1
* Treat common as distinct from weak global on Darwin x86.Dale Johannesen2008-05-161-0/+10
* Revert the change from r51157 inDan Gohman2008-05-162-4/+4
* Update comments based on Duncan's feedback.Dan Gohman2008-05-151-23/+23
* Fix a bug in LoopStrengthReduce that caused it to emit IR withDan Gohman2008-05-152-3/+42
* Remove the S92 code, which really has nothing to doDale Johannesen2008-05-151-7/+0
* Evan has implemented this on ppc, so run the test there.Dale Johannesen2008-05-151-2/+2
* Fix typos and comments.Evan Cheng2008-05-154-6/+6
* Allow an extra bit for CommonLinkage.Dale Johannesen2008-05-151-1/+1
* Actually scalarize the operand to BIT_CONVERT instead of asking someone to doNate Begeman2008-05-151-1/+2
* Reverting r51100...I need to use VC++ 2005.Steve Naroff2008-05-151-11/+172
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-1515-360/+946
* Use static and anonymous namespaces consistently with other passes.Dan Gohman2008-05-151-8/+8
* Revert 51067 check-in for now.Devang Patel2008-05-1531-229/+220
* Remove useless check.Devang Patel2008-05-151-6/+2
* Disable JIT symbol table for now.Evan Cheng2008-05-151-1/+1
* Use of UINT_MAX requires climits, at least whenDuncan Sands2008-05-151-0/+1
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-1523-78/+134
* ignore generated files and product directoriesGabor Greif2008-05-150-0/+0
* Make use of vector load and store operations to implement memcpy, memmove, an...Evan Cheng2008-05-155-106/+204
* Remove tail duplication pass.Evan Cheng2008-05-151-1/+0
* Move the operator new and operator delete out of line. This fixes an issue withNate Begeman2008-05-152-17/+21
* Don't assume underlying APInt type is limitedDale Johannesen2008-05-141-1/+1
* Situations can arise when you have a function called that returns a 'void', butBill Wendling2008-05-143-4/+30
* Remove undefined behavior in hex string->APFloatDale Johannesen2008-05-141-1/+1
* Use a better idiom to silence compiler warnings.Evan Cheng2008-05-141-20/+5
* rename SimplifyCFG.cpp -> SimplifyCFGPass.cppChris Lattner2008-05-141-1/+1
* Silence warnings.Evan Cheng2008-05-141-2/+2
* Add support to IR builder for new vicmp, vfcmp routinesNate Begeman2008-05-141-4/+19
* Really silence compiler warnings.Evan Cheng2008-05-141-2/+2
* Don't generate unused variables in a no-assert buildNate Begeman2008-05-141-16/+28
* Really silence compiler warnings.Evan Cheng2008-05-141-5/+20
* CommonLinkage (missed a file)Dale Johannesen2008-05-141-1/+2
* Generated files for CommonLinkage.Dale Johannesen2008-05-143-1740/+1752
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-1422-31/+70
* Silence some compiler warnings.Evan Cheng2008-05-143-5/+13
* Simplify internalize pass. Add test case.Devang Patel2008-05-145-23/+62
* When bit-twiddling CondCode values for integer comparisons producesDan Gohman2008-05-142-0/+25
* Recover nestedloop regression reported by nightly tester.Devang Patel2008-05-141-0/+2
* Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman!Tanya Lattner2008-05-141-1/+8
* Detabification. Fixed indentation and spacing.Sanjiv Gupta2008-05-1416-606/+525
* Do not generate by TableGen the hard-coded standard, target-independent part ofRoman Levenstein2008-05-142-140/+195
* Upgrading clang VC++ solution to VC++ express 2008.Argiris Kirtzidis2008-05-141-172/+11
* Make this test pass on x86-32 linux.Duncan Sands2008-05-141-2/+1
* Adding missing files to Transforms and VMCore VC++ projects.Argiris Kirtzidis2008-05-142-0/+8
* Add documentation for tail call optimization to CodeGenerator.html. Add a linkArnold Schwaighofer2008-05-142-3/+50
* Added configure switches for PIC16 in configure.ac.Sanjiv Gupta2008-05-142-28/+32
* Fix typo in ParameterAttribute fields usage. Add an includeNicolas Geoffray2008-05-141-2/+3
* Fixed the file description header at the top to remove the developer name.Sanjiv Gupta2008-05-141-2/+2