summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Basic updatesChris Lattner2005-10-291-15/+2
* Buh bye Expression.(cpp|h)Chris Lattner2005-10-291-4/+0
* remove a dead fileChris Lattner2005-10-291-355/+0
* remove a dead headerChris Lattner2005-10-291-63/+0
* Remove dead #includeChris Lattner2005-10-291-1/+0
* Now that instcombine does this xform, remove it from the -raise passChris Lattner2005-10-291-120/+0
* Pull some code out into a function, give it the ability to see through +.Chris Lattner2005-10-291-24/+59
* add shladdDuraid Madina2005-10-291-42/+42
* test for the formation of shladdDuraid Madina2005-10-291-0/+11
* Remove a special case, allowing the general case to handle it. No functionalityChris Lattner2005-10-291-49/+37
* New case to handle somedayNate Begeman2005-10-281-0/+17
* Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :)Chris Lattner2005-10-283-41/+25
* Don't emit "32" for unordered comparisonChris Lattner2005-10-281-2/+4
* Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accuratelyChris Lattner2005-10-285-34/+24
* Use the new interface Jim addedChris Lattner2005-10-281-15/+7
* Removed Mr. Smith from the code.Jim Laskey2005-10-282-172/+144
* Added method to return a vector of records for a ListInit of Def field. ThisJim Laskey2005-10-282-0/+25
* add a hack to get code with ordered comparisons working. This hack isChris Lattner2005-10-281-12/+12
* add support for branch on ordered/unordered.Chris Lattner2005-10-282-0/+21
* add the xfail linesChris Lattner2005-10-281-0/+2
* New testcase. Probably many targets don't support this, so they should probablyChris Lattner2005-10-281-0/+8
* Do not globalize internal symbolsChris Lattner2005-10-281-1/+2
* These are autogeneratedChris Lattner2005-10-281-33/+0
* DAG->DAG instruction selection for ia64! "hello world" works, not much else.Duraid Madina2005-10-2811-41/+1226
* The nightly tester report doesn't report JIT code size anymore, remove itChris Lattner2005-10-283-50/+4
* Fix a bit of backwards logic that broke exptree and smg2000Chris Lattner2005-10-281-1/+1
* Add some commentary.Jim Laskey2005-10-281-19/+119
* remove dead stuffChris Lattner2005-10-281-14/+0
* Eliminate getClass, it is not neededChris Lattner2005-10-281-7/+6
* Keep Visual Studio happy.Jeff Cohen2005-10-283-0/+10
* a bad case for bitfield insertChris Lattner2005-10-281-0/+34
* Now generating instruction itineraries for scheduling. Not my best work, but...Jim Laskey2005-10-272-32/+211
* Structures used to hold scheduling information.Jim Laskey2005-10-271-0/+46
* update project fileChris Lattner2005-10-271-106/+72
* Do not sink any instruction with side effects, including vaarg. This fixesChris Lattner2005-10-271-4/+2
* Fix #include orderChris Lattner2005-10-271-1/+1
* unbreak the build againChris Lattner2005-10-271-1/+1
* Move some constant folding functions into LLVMAnalysis since they are usedJohn Criswell2005-10-273-8/+209
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-2712-152/+12
* Fix DSE to not nuke dead stores unless they redundant store is the sameChris Lattner2005-10-271-1/+4
* Fix typoChris Lattner2005-10-271-1/+1
* Teach instcombine to promote stuff like (cast (malloc sbyte, 8*X) to int*)Chris Lattner2005-10-271-7/+26
* Promote cases like cast (malloc sbyte, 100) to int* intoChris Lattner2005-10-271-1/+22
* Minor change to this file to support obscure cases with constant array amountsChris Lattner2005-10-271-5/+16
* Add a simple xform that is useful for bitfield operations.Chris Lattner2005-10-271-0/+9
* Fine tune Visual Studio's use of bison/flex.Jeff Cohen2005-10-275-34/+31
* Make sure to build things in the right order, build with the .o file, not theChris Lattner2005-10-271-2/+2
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-2610-12/+11
* int comparison patternsAndrew Lenharth2005-10-262-40/+48
* Fix some spello's pointed out by Gabor GreifChris Lattner2005-10-262-4/+4