aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Special case handling two wide build_vector(0, x).Evan Cheng2006-04-241-4/+4
* Some missing movlps, movhps, movlpd, and movhpd patterns.Evan Cheng2006-04-241-6/+14
* A little bit more build_vector enhancement for v8i16 cases.Evan Cheng2006-04-241-42/+105
* Remove a completed entry.Evan Cheng2006-04-241-55/+0
* Suggest looking at the SPARC backend. How weird is that?? :)Chris Lattner2006-04-241-2/+3
* Added addJumpTableIndexEvan Cheng2006-04-241-0/+5
* MakeMIInst() should handle jump table index operands.Evan Cheng2006-04-241-0/+3
* Add a noteChris Lattner2006-04-231-0/+7
* MOVL shuffle (i.e. movd or movss / movsd from memory) of undef, V2 == V2Evan Cheng2006-04-231-2/+7
* Fix the updating of the machine CFG when a PHI node was in a successor ofNate Begeman2006-04-232-8/+16
* Keep Visual Studio informed.Jeff Cohen2006-04-231-0/+3
* Code cleanup associated with jump tables, thanks to Chris for noticingNate Begeman2006-04-223-9/+19
* Turn of jump tables for a bit, there are still some issues to work out withNate Begeman2006-04-221-1/+1
* Optimized stores to the constant pool, while cool, are unnecessary.Nate Begeman2006-04-221-3/+0
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-2240-77/+717
* Don't do all the lowering stuff for 2-wide build_vector's. Also, minor optimi...Evan Cheng2006-04-221-2/+5
* Fix a performance regression. Use {p}shuf* when there are only two distinct e...Evan Cheng2006-04-221-13/+17
* Two more build_vector tests.Evan Cheng2006-04-222-0/+37
* Teach the JIT how to relocate LI, this fixes the JIT on Prolangs-C/TimberWolfMCChris Lattner2006-04-221-0/+1
* This no longer needs the JIT.Chris Lattner2006-04-221-4/+1
* Fix JIT support for static ctors, which was apparently completely broken!Chris Lattner2006-04-221-1/+5
* Revamp build_vector lowering to take advantage of movss and movd instructions.Evan Cheng2006-04-211-64/+141
* Fix the commentNate Begeman2006-04-211-1/+1
* Change the PPC JIT to use a Static relocation modelNate Begeman2006-04-213-29/+4
* typoChris Lattner2006-04-211-1/+1
* fix thinkoChris Lattner2006-04-211-2/+2
* add some low-prio notesChris Lattner2006-04-211-0/+69
* The BFS scheduler is apparently nondeterminstic (causes many llvmgcc bootstrapChris Lattner2006-04-211-2/+5
* movddup is a SSE3 instruction.Evan Cheng2006-04-211-1/+1
* Remove a hack required by V9.Chris Lattner2006-04-211-4/+2
* Fix a couple more memory issuesChris Lattner2006-04-211-4/+4
* Remove the extraneous --defined-only option to nm. This is the default andReid Spencer2006-04-211-3/+3
* Add && to each RUN: line (except the last one).Evan Cheng2006-04-2111-13/+14
* More build_vector tests.Evan Cheng2006-04-213-0/+62
* Check for llc crash.Evan Cheng2006-04-212-0/+2
* To be replaced with another test.Evan Cheng2006-04-211-21/+0
* Now generating perfect (I think) code for "vector set" with a single non-zeroEvan Cheng2006-04-213-104/+174
* Fix a really subtle and obnoxious memory bug that caused issues with anChris Lattner2006-04-201-11/+11
* Don't require the "dot" program if -flat option is given, and don't produceReid Spencer2006-04-201-19/+25
* Keep Visual Studio informed.Jeff Cohen2006-04-201-6/+0
* Configure llvm-config in tools, not utils.Reid Spencer2006-04-202-3/+3
* Remove the llvm-config directory. Its now in tools.Reid Spencer2006-04-205-632/+0
* llvm-config doesn't live here anymore ==> toolsReid Spencer2006-04-201-6/+1
* Okay, llvm-config is good to go now.Reid Spencer2006-04-201-1/+1
* Several Changes To Support Building llvm-config:Reid Spencer2006-04-202-10/+42
* Don't build llvm-config until issues are resolved.Reid Spencer2006-04-201-1/+1
* Build the llvm-config directory as a tool.Reid Spencer2006-04-201-1/+1
* Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.llChris Lattner2006-04-201-1/+1
* new testcaseChris Lattner2006-04-201-0/+18
* Update the library dependencies for 1.8 with SparcV9 now gone.Reid Spencer2006-04-202-10/+0