aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-068-14/+14
* The hasSlot methods are gone.Chris Lattner2006-12-061-25/+20
* These asm printers shouldn't use assembly/writer.hChris Lattner2006-12-063-20/+4
* remove unused apiChris Lattner2006-12-061-3/+0
* remove unused api, simplify some codeChris Lattner2006-12-061-20/+2
* remove more code that was only used by the bc writerChris Lattner2006-12-061-90/+2
* remove dead code left over from when this functionality was shared with theChris Lattner2006-12-061-68/+5
* reword messageChris Lattner2006-12-061-1/+1
* rename createSlot -> getOrCreateSlot.Chris Lattner2006-12-061-21/+19
* clean up some sloppy and inconsistent spacingChris Lattner2006-12-061-46/+46
* wrap long linesChris Lattner2006-12-061-4/+6
* Fix a CmpInst writing bug by removing merge cruft that I *know* I've removedReid Spencer2006-12-061-9/+4
* counter should be unsigned.Chris Lattner2006-12-061-1/+1
* eliminate fp statisticChris Lattner2006-12-061-3/+3
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-0621-59/+94
* add a helper to call llvm_shutdown()Chris Lattner2006-12-061-0/+8
* this is a subset of Codegen/X86/bitcast.ll, remove it.Chris Lattner2006-12-061-13/+0
* Fix constant folding to deal with external weak global values.Reid Spencer2006-12-061-14/+22
* Regenerate.Reid Spencer2006-12-053-263/+257
* Remove dead var NewVarArgs.Reid Spencer2006-12-051-3/+0
* Fix Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll, fixing an out-of-Chris Lattner2006-12-051-3/+10
* Instcombine shouldn't fold these casts.Chris Lattner2006-12-051-0/+13
* Regenerate.Reid Spencer2006-12-053-1202/+863
* Dump the old va_arg and va_next upgrade support. No need to keep track ofReid Spencer2006-12-051-156/+2
* Finally get the casting right in this file. Also, remove some unnecessaryReid Spencer2006-12-051-7/+6
* Revert an unintended change.Evan Cheng2006-12-051-1/+1
* - Switch X86-64 JIT to large code size model.Evan Cheng2006-12-057-82/+61
* straighten out various memory ownership issues in the callgraph stuff.Chris Lattner2006-12-051-3/+2
* This needs the callgraph data structure to stick around as long as theChris Lattner2006-12-051-1/+1
* Regenerate.Reid Spencer2006-12-055-396/+423
* For PR645:Reid Spencer2006-12-052-4/+19
* Regenerate.Reid Spencer2006-12-052-229/+149
* Remove various old upgrade hacks that are no longer needed.Reid Spencer2006-12-051-41/+1
* Bail on the getInferredCast idea. Remove the function and convertReid Spencer2006-12-053-26/+19
* If we have ScalarSSE, we can select bitconvert into single instructions.Chris Lattner2006-12-052-2/+14
* Add a perf optzn corresponding to PR1033.Chris Lattner2006-12-051-0/+5
* Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding bitcast to a load/store p...Chris Lattner2006-12-051-0/+5
* new testcaseChris Lattner2006-12-051-0/+24
* expand memmove and memcpyRafael Espindola2006-12-052-0/+15
* Eliminate "control reaches end of non-void function" warnings.Reid Spencer2006-12-051-0/+3
* add support for the "r" asm constraintRafael Espindola2006-12-052-0/+34
* Fix typo noticed by Lauro Ramos Venancio, thanks!Chris Lattner2006-12-051-1/+1
* add support for weak linkageRafael Espindola2006-12-052-1/+10
* Ignore the Output directory.Reid Spencer2006-12-051-0/+1
* JIT large code model support.Evan Cheng2006-12-051-7/+13
* Can't make these fail now with just BitCast. Previous failures must haveReid Spencer2006-12-051-2/+2
* Asm printing bug.Evan Cheng2006-12-051-6/+4
* - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bitEvan Cheng2006-12-057-129/+126
* UpdateEvan Cheng2006-12-051-0/+10
* Remove the last inferred casts from VMCore.Reid Spencer2006-12-051-10/+7