aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* llvm-dg.exp is dead, remove it.Reid Spencer2007-04-211-136/+0
* Failure.sh is dead, remove it.Reid Spencer2007-04-212-8/+0
* Use the llvm_supports_target function to prevent running of tests forReid Spencer2007-04-217-7/+21
* Add the llvm_supports_target function.Reid Spencer2007-04-211-0/+9
* Add the TARGETS_TO_BUILD variable.Reid Spencer2007-04-211-0/+1
* Test if the compiler supports Ada, and enable Ada tests if so. While I wasDuncan Sands2007-04-212-0/+23
* Always print the same "PR" information in the same location (just afterReid Spencer2007-04-211-5/+5
* Put failure information on a separate line. Hopefully this unbreaks theReid Spencer2007-04-211-4/+4
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-2114-3478/+4377
* We only need one putchar which gives it a shot at getting matched by itsReid Spencer2007-04-211-17/+4
* Make enum-valued bitfield large enough to avoid interpretation as negative va...Jeff Cohen2007-04-211-1/+1
* Fix breakage of bytecode reader when built with VC++.Jeff Cohen2007-04-211-2/+4
* The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not d...Jeff Cohen2007-04-211-2/+2
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-2119-4383/+3502
* Make PredicateSimplifier not use DominatorTree.Owen Anderson2007-04-211-31/+32
* Fix a comment.Owen Anderson2007-04-212-2/+2
* Fix some null checks to actually test the part that needs checking.Owen Anderson2007-04-211-3/+2
* make this portable to 64-bit hostsChris Lattner2007-04-211-1/+1
* Bug fix; add super-registers sets.Evan Cheng2007-04-211-11/+58
* Add super-register set.Evan Cheng2007-04-211-1/+13
* Reset vertex.Devang Patel2007-04-211-0/+1
* New test case.Devang Patel2007-04-211-0/+28
* Fix a bug that prevented the JIT from working correctly after llvm_shutdown.Chris Lattner2007-04-211-6/+16
* Fix regressions introduced by my previous patch: opt calls verifier in aChris Lattner2007-04-201-1/+3
* Allow the lowering of ISD::GLOBAL_OFFSET_TABLE.Lauro Ramos Venancio2007-04-201-1/+1
* avoid mutating a global in an accessorChris Lattner2007-04-201-5/+6
* fit in 80 colsChris Lattner2007-04-201-2/+2
* Comment out usage of write() for now.Jeff Cohen2007-04-202-4/+6
* rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::stateChris Lattner2007-04-202-8/+8
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-202-13/+16
* catch a case that was biting jeffcChris Lattner2007-04-201-1/+7
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-2013-15/+186
* Add sub-registers set accessor.Evan Cheng2007-04-201-0/+8
* Enable Objective-C tests.Devang Patel2007-04-202-0/+20
* Specify S registers as D registers' sub-registers.Evan Cheng2007-04-201-2/+2
* Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH].Evan Cheng2007-04-201-76/+76
* Add sub-registers sets.Evan Cheng2007-04-202-7/+77
* Add sub-register sets.Evan Cheng2007-04-201-0/+3
* testChris Lattner2007-04-201-0/+1
* test commitChris Lattner2007-04-201-1/+0
* test commitChris Lattner2007-04-201-0/+1
* add a crazy ideaChris Lattner2007-04-201-0/+12
* Avoid recursion.Devang Patel2007-04-201-6/+13
* Move more passes to using ETForest instead of DominatorTree.Owen Anderson2007-04-205-23/+19
* Add null checks and const-ify these accessors.Owen Anderson2007-04-201-2/+5
* Test check inChristopher Lamb2007-04-201-1/+0
* remove cruftChris Lattner2007-04-201-3/+0
* Fix a very strange assertion message, patch by Christopher LambChris Lattner2007-04-201-1/+1
* Fix test.Evan Cheng2007-04-201-1/+1
* Make Microsoft assembler and linker happy.Jeff Cohen2007-04-201-0/+4