summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* For PR1072:Reid Spencer2007-02-03
* add an instcombine pass to clean up after heavy-lifting IP passesChris Lattner2007-02-03
* null -> pointer, nul -> character :)Chris Lattner2007-02-03
* Fix some spellos.Reid Spencer2007-02-03
* fix grammarChris Lattner2007-02-03
* Serious cleanups. Make the TOC match the text for the class hierarchy,Chris Lattner2007-02-03
* Add TOCChris Lattner2007-02-03
* describe map-like containersChris Lattner2007-02-03
* 8 buckets is way too small to start out with. This was only for testing.Chris Lattner2007-02-03
* Clean this up a bit: hide command unless verbose output requested, echoReid Spencer2007-02-03
* Add a test case.Evan Cheng2007-02-03
* ARM callseq_end should have a input flag operand so it would be scheduled rig...Evan Cheng2007-02-03
* Fix comments.Evan Cheng2007-02-03
* improve grammarChris Lattner2007-02-03
* improve grammarChris Lattner2007-02-03
* close run-away tagChris Lattner2007-02-03
* fill in the section on Set-like containers.Chris Lattner2007-02-03
* fix validation issuesChris Lattner2007-02-03
* fix validation problemsChris Lattner2007-02-03
* Add some notes about choice of container.Chris Lattner2007-02-03
* remove a dead headerChris Lattner2007-02-03
* Moved the GetTargetRelocation method from PPCMachOWriter to here. It usesBill Wendling2007-02-03
* Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. TheBill Wendling2007-02-03
* Put destructor out-of-line.Bill Wendling2007-02-03
* Pass in non-Mach-O-specific parameters to the GetTargetRelocation method.Bill Wendling2007-02-03
* Added GetTargetRelocation method.Bill Wendling2007-02-03
* Added some accessor methods.Bill Wendling2007-02-03
* Moved MachORelocation to its own header file. Have a call through theBill Wendling2007-02-03
* New file for the MachORelocation structure. It doesn't have to be tied to theBill Wendling2007-02-03
* - Branch max. displacement calculation bug.Evan Cheng2007-02-03
* switch the sched unit map over to use a DenseMap instead of std::map. ThisChris Lattner2007-02-03
* Switch ComputeTopDownOrdering over to using a densemap. This speeds upChris Lattner2007-02-03
* __builtin_isunordered test case.Evan Cheng2007-02-03
* For PR1152:Reid Spencer2007-02-03
* PastoEvan Cheng2007-02-03
* And even more correctly.Reid Spencer2007-02-03
* Format the examples correctly.Reid Spencer2007-02-03
* For PR1152:Reid Spencer2007-02-03
* Improves alloca test. Verifies SP restoration.Lauro Ramos Venancio2007-02-03
* Switch inliner over to use DenseMap instead of std::map for ValueMap. ThisChris Lattner2007-02-03
* bugfix: SP isn't resetted when function has FP and there is no spills.Lauro Ramos Venancio2007-02-02
* Switch this back to using an std::map. DenseMap entries are getting invalidatedChris Lattner2007-02-02
* Two improvements:Reid Spencer2007-02-02
* silence annoying warning in release-asserts buildChris Lattner2007-02-02
* Remove more malloc thrashing, this speeds up IPSCCP on kimwitu another 6.7%.Chris Lattner2007-02-02
* Another thumb large stack offset codegen bug.Evan Cheng2007-02-02
* Convert an std::set to SmallSet, this speeds up IPSCCP 17% on kimwitu.Chris Lattner2007-02-02
* eliminate a malloc/free for (almost) every GEP processed. This speeds upChris Lattner2007-02-02
* switch hash_map's over to DenseMap in SCCP. This speeds up SCCP by 30% inChris Lattner2007-02-02
* add find/erase, add const iterators, fix bugs in iterators.Chris Lattner2007-02-02