aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a few more notes about LLVM IR features that codegen doesn'tDan Gohman2009-01-221-0/+12
* CMake: Tests PERL availability with PERL_EXECUTABLE variable.Oscar Fuentes2009-01-221-5/+12
* Add explicit this-> (to make the VS compiler happy).Steve Naroff2009-01-211-1/+1
* Recognize inline asm for bswap on x86-64 GLIBC. This allows itDan Gohman2009-01-211-1/+11
* Fix ilist two-phase name lookupDouglas Gregor2009-01-211-1/+1
* Fix a missing word.Dan Gohman2009-01-211-2/+2
* Versions of VIM included with Intrepid and Leopard at least appearDan Gohman2009-01-211-7/+8
* Enable syntax highlighting of LLVM and tablegen files by default,Dan Gohman2009-01-211-0/+12
* Only set cindent for C and C++ source files.Dan Gohman2009-01-211-4/+8
* Now with RUN line.Bill Wendling2009-01-211-2/+6
* Run this through -simplifycfg and -mem2reg to test only what we need to test.Bill Wendling2009-01-211-90/+13
* Add a comment to SelectionDAG::ReplaceAllUsesWith to describe a subtleDan Gohman2009-01-211-0/+5
* Do not use host floating point types when emittingDale Johannesen2009-01-216-15/+22
* Also favors NOT64r.Evan Cheng2009-01-211-1/+1
* fix warning in release-asserts mode and spelling of assert.Chris Lattner2009-01-211-3/+2
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-212-0/+6
* Remove uses of uint32_t in favor of 'unsigned' for better Chris Lattner2009-01-212-194/+194
* Simplify ReduceLoadWidth's logic: it doesn't need several differentDan Gohman2009-01-212-19/+56
* Fix a recent regression. ClrOpcode is not set for i8; for i8, ifDan Gohman2009-01-212-2/+24
* Mimic gcc behaviour with regard to response files.Mikhail Glushenkov2009-01-212-16/+31
* Fix 'llvm-config --libs' output.Mikhail Glushenkov2009-01-212-2/+2
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-212-2/+2
* Allow hooks with arguments.Mikhail Glushenkov2009-01-213-50/+240