- 7fed45e Create an option to turn off generation of fcmp instructions while still by Reid Spencer · 18 years ago
- d422db8 Manually convert this to new assembly. by Reid Spencer · 18 years ago
- 6b538cf Provide a getOpcode() method on CmpInst to ensure the opcode is returned by Reid Spencer · 18 years ago
- 7d3223e Initialize {Min|Max}CSFrameIndex properly. by Evan Cheng · 18 years ago
- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
- 85c671b Fix i64 uint_to_fp on ppc64 by Chris Lattner · 18 years ago
- 51cdcd1 MI keeps a ptr of TargetInstrDescriptor, use it. by Evan Cheng · 18 years ago
- 6065f66 getOperandConstraint returns -1 if the operand does have the specific constraint. This bug was causing excessive spills. by Evan Cheng · 18 years ago
- a091fa8 Ignoring the upper 32 bits of a 64 bit constant is not a good thing. by Jim Laskey · 18 years ago
- 94c96cc implement sextinreg i8->i64 and i16->i64 by Chris Lattner · 18 years ago
- 9f5776b Failing linux. by Jim Laskey · 18 years ago
- c5d2459 fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit. by Chris Lattner · 18 years ago
- d10ecf7 Always pass "true" to isMaxValue(bool) because we know the type is LongTy. by Reid Spencer · 18 years ago
- c6bf4bf Adjust to new ConstantIntegral interface for Max/Min tests. by Reid Spencer · 18 years ago
- 62700f2 Update ConstantIntegral Max/Min tests for new interface. by Reid Spencer · 18 years ago
- 5c14a1b For PR950: by Reid Spencer · 18 years ago
- ce10f8b Fix some 80 col violations. by Reid Spencer · 18 years ago
- c5e241b fix the jit encoding of sradi, simplify the MDForm1 description. by Chris Lattner · 18 years ago
- fae2c19 add relocation support for ppc64 branches. by Chris Lattner · 18 years ago
- dead99b Detemplatize the Statistic class. by Devang Patel · 18 years ago
- cf84504 merge the Statistic and StatisticBase classes, eliminating virtual methods by Chris Lattner · 18 years ago
- 11fd2f1 add #include by Chris Lattner · 18 years ago
- 02fc40e add missing #include by Chris Lattner · 18 years ago
- ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
- 2b4e98c Some addresssed should be 64-bit and some shouldn't. by Jim Laskey · 18 years ago
- 51fe9d9 Make it easier for gdb to find the return address. by Jim Laskey · 18 years ago
- 392b1b2 print weak references by Rafael Espindola · 18 years ago
- 2792cfb No need to update generated files. by Jim Laskey · 18 years ago
- 98ba588 Fix build for older versios of bison. by Jim Laskey · 18 years ago
- 576d123 Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand(). by Evan Cheng · 18 years ago
- 93a4985 Tie the ordered/unordered predicate descriptions to their meaning wrt by Reid Spencer · 18 years ago
- 82c4bc7 Remove the dead CachedWriter class. by Chris Lattner · 18 years ago
- e538838 Simplify code by Chris Lattner · 18 years ago
- 996fb28 Regenerate. by Reid Spencer · 18 years ago
- 9f8b383 Don't turn on SETCC upgrade yet! by Reid Spencer · 18 years ago
- 3e5ab8c Regenerate. by Reid Spencer · 18 years ago
- 49aeed7 Fix upgrade of setcc with bool operands. by Reid Spencer · 18 years ago
- 2fcfdb7 printName is almost always true. In the cases that mattered where it was false, by Chris Lattner · 18 years ago
- 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 18 years ago
- a6b1ffc The hasSlot methods are gone. by Chris Lattner · 18 years ago
- d17aa4b These asm printers shouldn't use assembly/writer.h by Chris Lattner · 18 years ago
- cb5736b remove unused api by Chris Lattner · 18 years ago
- 4932a5a remove unused api, simplify some code by Chris Lattner · 18 years ago
- 919e70c remove more code that was only used by the bc writer by Chris Lattner · 18 years ago
- c3e56e2 remove dead code left over from when this functionality was shared with the by Chris Lattner · 18 years ago
- c6c3843 reword message by Chris Lattner · 18 years ago
- de891a6 rename createSlot -> getOrCreateSlot. by Chris Lattner · 18 years ago
- c96ce89 clean up some sloppy and inconsistent spacing by Chris Lattner · 18 years ago
- d6d826c wrap long lines by Chris Lattner · 18 years ago
- cae6053 Fix a CmpInst writing bug by removing merge cruft that I *know* I've removed by Reid Spencer · 18 years ago
- 698b51e counter should be unsigned. by Chris Lattner · 18 years ago
- 4c7e227 eliminate fp statistic by Chris Lattner · 18 years ago
- c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
- bdbf5fd add a helper to call llvm_shutdown() by Chris Lattner · 18 years ago
- 6bfc69c this is a subset of Codegen/X86/bitcast.ll, remove it. by Chris Lattner · 18 years ago
- 87d5f6c Fix constant folding to deal with external weak global values. by Reid Spencer · 18 years ago
- b25389c Regenerate. by Reid Spencer · 18 years ago
- af861f1 Remove dead var NewVarArgs. by Reid Spencer · 18 years ago
- 518f6fa Fix Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll, fixing an out-of- by Chris Lattner · 18 years ago
- 9faab9b Instcombine shouldn't fold these casts. by Chris Lattner · 18 years ago
- cd42c58 Regenerate. by Reid Spencer · 18 years ago
- b775bbc Dump the old va_arg and va_next upgrade support. No need to keep track of by Reid Spencer · 18 years ago
- 315d055 Finally get the casting right in this file. Also, remove some unnecessary by Reid Spencer · 18 years ago
- 953fa04 Revert an unintended change. by Evan Cheng · 18 years ago
- 28b51439 - Switch X86-64 JIT to large code size model. by Evan Cheng · 18 years ago
- f2d9ceb straighten out various memory ownership issues in the callgraph stuff. by Chris Lattner · 18 years ago
- 8257bee This needs the callgraph data structure to stick around as long as the by Chris Lattner · 18 years ago
- f12ee42 Regenerate. by Reid Spencer · 18 years ago
- 999b2df For PR645: by Reid Spencer · 18 years ago
- 9eef56f Regenerate. by Reid Spencer · 18 years ago
- c6e956e Remove various old upgrade hacks that are no longer needed. by Reid Spencer · 18 years ago
- 7858b33 Bail on the getInferredCast idea. Remove the function and convert by Reid Spencer · 18 years ago
- f3597a1 If we have ScalarSSE, we can select bitconvert into single instructions. by Chris Lattner · 18 years ago
- 2beb136 Add a perf optzn corresponding to PR1033. by Chris Lattner · 18 years ago
- 399610a Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding bitcast to a load/store pair. by Chris Lattner · 18 years ago
- ade2f54 new testcase by Chris Lattner · 18 years ago
- 97815c6 expand memmove and memcpy by Rafael Espindola · 18 years ago
- 875fd8f Eliminate "control reaches end of non-void function" warnings. by Reid Spencer · 18 years ago
- 462af9a add support for the "r" asm constraint patch by Lauro Ramos Venancio by Rafael Espindola · 18 years ago
- af21f4f Fix typo noticed by Lauro Ramos Venancio, thanks! by Chris Lattner · 18 years ago
- 204b0c2 add support for weak linkage by Rafael Espindola · 18 years ago
- eae6ce5 Ignore the Output directory. by Reid Spencer · 18 years ago
- fd00deb JIT large code model support. by Evan Cheng · 18 years ago
- 6f40b83 Can't make these fail now with just BitCast. Previous failures must have by Reid Spencer · 18 years ago
- 35c1c04 Asm printing bug. by Evan Cheng · 18 years ago
- 19f2ffc - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit by Evan Cheng · 18 years ago
- d9ff60b Update by Evan Cheng · 18 years ago
- 57c6993 Remove the last inferred casts from VMCore. by Reid Spencer · 18 years ago
- 330d86d Implement createPointerCast. by Reid Spencer · 18 years ago
- c0459fb Implement getPointerCast. by Reid Spencer · 18 years ago
- 4d7bd8f new testcase by Chris Lattner · 18 years ago
- e13ab2a add an instcombine xform. This speeds up 462.libquantum from 9.78s to by Chris Lattner · 18 years ago
- 67a821d SCCP does not handle Packed Type properly. Disable Packed Type handling for now. by Devang Patel · 18 years ago
- 887ee06 Add cast creation functions for Pointer Casts, either BitCast or PtrToInt by Reid Spencer · 18 years ago
- 98ae09c Add support for 64-bit 'r' constraint. Patch by by Rafael ~Avila de EspÃndol! by Chris Lattner · 18 years ago
- f34208b Testcase for PR1029, patch by Rafael vila de EspÃndola by Chris Lattner · 18 years ago
- efc7e52 Restoration of the stack pointer after a deallocation of a alloca was not by Jim Laskey · 18 years ago
- 67263fe Separate getCompare from get and getCompareTy from getTy. by Reid Spencer · 18 years ago
- 90fdf9c Separate the get and getTy functions for ICmp and FCmp into getCompare by Reid Spencer · 18 years ago
- 09906f3 Fix comment grammaro by Reid Spencer · 18 years ago