aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fcopysign supportAndrew Lenharth2006-03-091-0/+1
* Move bit field endianness to backend.Jim Laskey2006-03-092-10/+29
* Temporary hack to enable more (store (op (load ...))) folding. This makesEvan Cheng2006-03-091-30/+74
* yes yes, enabled debug output is badChris Lattner2006-03-091-3/+0
* switch the t-d scheduler to use a really dumb and trivial critical pathChris Lattner2006-03-091-1/+104
* Pull latency information for target instructions out of the latency tables. :)Chris Lattner2006-03-091-46/+80
* don't copy all itinerary dataChris Lattner2006-03-091-1/+1
* PriorityQueue is an instance var, use it.Chris Lattner2006-03-091-39/+33
* add some commentsChris Lattner2006-03-091-8/+13
* Refactor the priority mechanism one step further: now that it is a separateChris Lattner2006-03-091-136/+185
* Make the new and old front-ends more similar: now neither uses __main.Chris Lattner2006-03-094-83/+5
* Add support for 'special' llvm globals like debug info and static ctors/dtors.Chris Lattner2006-03-093-1/+14
* fix a pastoChris Lattner2006-03-091-1/+1
* Use $(Verb) instead of @ so that VERBOSE=1 will print these.Chris Lattner2006-03-091-2/+2
* a couple of miscellaneous things.Chris Lattner2006-03-091-0/+18
* Fix a really annoying bug in bugpoint that made reducing C++ testcasesChris Lattner2006-03-081-4/+89
* Automatically pass -emit-llvm to llvmgcc when using %llvmgccChris Lattner2006-03-081-2/+2
* Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regressionChris Lattner2006-03-081-1/+1
* Add #line support for CBE.Jim Laskey2006-03-082-0/+34
* Fit to 80 columns.Chris Lattner2006-03-081-7/+14
* Add a helper method for running static ctors/dtors in the module.Chris Lattner2006-03-082-2/+37
* add a new helper method.Chris Lattner2006-03-081-0/+14
* add a new helper methodChris Lattner2006-03-081-0/+6
* Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey2006-03-086-103/+51
* doo de dooDuraid Madina2006-03-081-148/+158
* Split the priority function computation and priority queue management outChris Lattner2006-03-081-113/+150
* switch from an explicitly managed list of SUnits to a simple vector of sunitsChris Lattner2006-03-081-35/+28
* Shrinkify some fields, fit to 80 columnsChris Lattner2006-03-081-11/+11
* revert the previous patch, didn't mean to check it in yetChris Lattner2006-03-081-25/+2
* remove "Slot", it is deadChris Lattner2006-03-082-34/+56
* Change the interface for getting a target HazardRecognizer to be more clean.Chris Lattner2006-03-088-38/+29
* libstdc++-v3 was failing to build. Needed to handle composite types with emptyJim Laskey2006-03-081-5/+8
* Fix a miscompilation of 188.ammp with the new CFE. 188.ammp is accessingChris Lattner2006-03-081-3/+19
* add a noteChris Lattner2006-03-081-0/+41
* X86ISD::REP_STOS and X86ISD::REP_MOVS now produces a flag.Evan Cheng2006-03-071-2/+2
* Use rep/stosl; and Count 0x3; rep/stosb for memset with 4 byte aligned dest.Evan Cheng2006-03-071-12/+72
* Two things:Chris Lattner2006-03-072-24/+178
* new testcase that should have been added long ago.Chris Lattner2006-03-071-0/+6
* Use "llvm.metadata" section for debug globals. Filter out these globals in theJim Laskey2006-03-074-4/+11
* Switch to using a numeric id for anchors.Jim Laskey2006-03-073-19/+46
* Fix ConstantMerge/2006-03-07-DontMergeDiffSections.ll, a problem JimChris Lattner2006-03-071-11/+14
* new testcaseChris Lattner2006-03-071-0/+15
* add another missing store.Chris Lattner2006-03-071-0/+2
* add a couple more load/store instrs, add a newline to the end of file.Chris Lattner2006-03-072-2/+17
* Bitfield support.Jim Laskey2006-03-071-2/+14
* Don't generate silly matching code like this:Evan Cheng2006-03-071-3/+8
* This kinda sorta implements "things that have to lead a dispatch group".Nate Begeman2006-03-072-17/+42
* add some new instructions to the classifier. With this, we correctly insertChris Lattner2006-03-071-0/+11
* add some comments that describe what we modelChris Lattner2006-03-071-3/+18
* Implement a very very simple hazard recognizer for LSU rejects and ctr set/readChris Lattner2006-03-073-2/+292