aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* This was causing invalid memory accesses whenDuncan Sands2009-01-211-0/+74
* Let's try to have our cake and eat it to: moveDuncan Sands2009-01-211-1/+1
* Don't rely on grep -w working.Duncan Sands2009-01-211-16/+16
* Fixed build warnings. Restoring changes done in 62600, they were lost in 62655.Sanjiv Gupta2009-01-212-4/+5
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-218-79/+75
* I accidentally removed this check in an earlier commit, which cause breakage ...Owen Anderson2009-01-211-0/+4
* Implement LowerOperationWrapper for legalizer. Sanjiv Gupta2009-01-215-138/+174
* CellSPU:Scott Michel2009-01-2110-133/+320
* Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta2009-01-216-68/+102
* Favors generating "not" over "xor -1". For example.Evan Cheng2009-01-212-1/+4
* Disable on x86_64 until I figure out what's wrong.Dale Johannesen2009-01-211-0/+1
* Make special cases (0 inf nan) work for frem.Dale Johannesen2009-01-215-38/+384