aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update CMake dependencies.Daniel Dunbar2009-10-241-1/+0
* Teach macho-dump to dump UUIDs.Daniel Dunbar2009-10-241-0/+3
* Make DominanceFrontierBase::print's output prettier.Dan Gohman2009-10-241-3/+5
* Make DominanceFrontier::addBasicBlock return the iterator for the newlyDan Gohman2009-10-241-2/+2
* Add an explicit keyword.Dan Gohman2009-10-241-1/+1
* Revert back 85006 for now as it breaks PIC16 tests.Sanjiv Gupta2009-10-246-51/+3
* Adding support for placing global objects in shared data memory.Sanjiv Gupta2009-10-246-3/+51
* various cleanups suggested by DuncanChris Lattner2009-10-241-3/+5
* fix PR5287, a serious regression from my previous patches. Thanks toChris Lattner2009-10-242-24/+39
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-2430-269/+169
* 80 col violation.Evan Cheng2009-10-241-1/+2
* Add some asserts to catch copyRegToReg() fails earlyAnton Korobeynikov2009-10-241-4/+9
* Restrict Thumb1 register allocation to low registers, even for instructions thatJim Grosbach2009-10-241-0/+16
* Identity copies should not contribute to spill weight.Evan Cheng2009-10-232-4/+28
* FIXME no longer applies. R12 and R3 are available for allocationJim Grosbach2009-10-231-3/+0
* Fix http://llvm.org/PR4822: allow module deletion after a function has beenJeffrey Yasskin2009-10-235-56/+106
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-2321-146/+138
* Fix stylistic and documentation problems in ValueMap found by Nick Lewycky andJeffrey Yasskin2009-10-233-26/+36
* APInt-ify the gep scaling code, so that it correctly handles the case whereDan Gohman2009-10-232-4/+17
* Make LoopDeletion check the maximum backedge taken count, rather than theDan Gohman2009-10-232-1/+28
* some stuff is done, we still have constantexpr simplification to do.Chris Lattner2009-10-231-31/+15
* teach libanalysis to simplify vector loads with bitcast sources. ThisChris Lattner2009-10-232-7/+23
* enhance FoldReinterpretLoadFromConstPtr to handle loads of up to 32 Chris Lattner2009-10-232-6/+19
* teach libanalysis to fold int and fp loads from almost arbitraryChris Lattner2009-10-232-8/+253
* Add 2.6 release note.Tanya Lattner2009-10-231-0/+1
* Update tests for 84931.Evan Cheng2009-10-237-14/+14
* X86 needs critical path anti-dependency breaking.Evan Cheng2009-10-231-1/+1
* Commit fixes for half precision I noted in review, soDale Johannesen2009-10-231-3/+3
* This is passing on Darwin PPC.Bill Wendling2009-10-231-1/+1
* Minor code cleanup.Victor Hernandez2009-10-231-3/+2
* Neuter stack protectors by only checking character arrays. This is what GCCBill Wendling2009-10-231-1/+6
* Allow the target to select the level of anti-dependence breaking that should ...David Goodwin2009-10-2211-23/+44
* Use 'waitpid' instead of 'wait'. Basing Program::Wait() on 'wait()' prevents...Ted Kremenek2009-10-221-1/+1
* Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin2009-10-224-0/+683
* size_t, not unsigned here to silence a warning.Eric Christopher2009-10-221-26/+26
* Random include cleanup.Benjamin Kramer2009-10-223-2/+1
* Fix OProfileJITEventListener after r84054 renamed CompileUnit to Scope.Jeffrey Yasskin2009-10-221-6/+6
* Tidying up some code and comments. No functionality change.Bill Wendling2009-10-221-24/+6
* Revert r84890, which broke the linux build.Jeffrey Yasskin2009-10-224-683/+0
* Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin2009-10-224-0/+683
* Hide MetadataContext implementation details.Devang Patel2009-10-225-53/+192
* Fix getMDs() interface such that it does not expose implementation details.Devang Patel2009-10-225-26/+35
* Using TrackingVH instead of WeakVH or WeakMetadataVH.Devang Patel2009-10-226-44/+22
* Sort handler names to ensure deterministic behavior.Devang Patel2009-10-222-5/+6
* Trying again to tweak the top-level Makefile to facilitate an Apple-style build.Stuart Hastings2009-10-223-1/+17
* Revert 84843. Evan, this was breaking some of the if-conversion tests.Bob Wilson2009-10-222-5/+6
* Include config.h in order to have HAVE_STDINT_H be defined.Duncan Sands2009-10-221-0/+1
* Verify that the function and exception table have been allocatedNicolas Geoffray2009-10-221-2/+2
* Check that accessing a struct field that occurs before the startDuncan Sands2009-10-221-0/+6
* Test handling of record fields with negative offsets.Duncan Sands2009-10-221-0/+10