- 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
- 85f5b5b We only support 32-bit or 64-bit sequential type indices for GEP. Document by Reid Spencer · 18 years ago
- 12d38bf Add a comment and fix a memory leak. Thanks to Vikram for pointing this out. by Chris Lattner · 18 years ago
- 0eb776f These pass on Linux now. by Reid Spencer · 18 years ago
- 36917d9 Expose the sanity. by Reid Spencer · 18 years ago
- 8955e3b Unclutter this by using new cast creation functions. by Reid Spencer · 18 years ago
- 848414e Implement new cast creation functions for both instructions and constant by Reid Spencer · 18 years ago
- 4d42fce Fix the intrinsic debug call to make this match current definition. by Reid Spencer · 18 years ago
- 2e1af73 Make this test succeed on both Darwin and Linux by Reid Spencer · 18 years ago
- 01c4259 Document the icmp and fcmp constant expressions. by Reid Spencer · 18 years ago
- 3f4d6d1 XFAIL until PR1033 is fixed. by Reid Spencer · 18 years ago
- 8d5a6ae Reduce the size of the ExprMapKeyType class. by Reid Spencer · 18 years ago
- b212dce Test case for PR1033, x86-64 code gen fails on bitcast. by Reid Spencer · 18 years ago
- 2c312ad Non-darwin gcc should default to static relocation to match gcc. by Evan Cheng · 18 years ago
- 0650378 Fix test. by Evan Cheng · 18 years ago
- 0b76b0b Purpose of test is lost in upgrade. by Jim Laskey · 18 years ago
- 933ca31 Remove debug info. by Jim Laskey · 18 years ago
- 14bab5d Fix inferred casts. by Reid Spencer · 18 years ago
- 1029255 Fix 80 cols violation by Reid Spencer · 18 years ago
- 1404238 Regenerate. by Reid Spencer · 18 years ago
- d3d390f Fixed to use current debug info. by Jim Laskey · 18 years ago
- bd28b11 Moving to DebugInfo. by Jim Laskey · 18 years ago
- 1f401b7 Duplicate of Regression/Debugger/funccall.ll. by Jim Laskey · 18 years ago
- 4012e83 Regenerate. by Reid Spencer · 18 years ago
- 595b477 For PR950: Implement read/write of ICmp and FCmp constant expressions by Reid Spencer · 18 years ago
- 763ed5e For PR950: For ICmp and FCmp constant expressions, put the predicate outiside the parentheses to match what llvm-upgrade generates. by Reid Spencer · 18 years ago
- 077d0eb For PR950: Fix constant expressions to properly support ICmp and FCmp type expressions. by Reid Spencer · 18 years ago
- 2f8bbf5 For PR950: Implement a stub for folding ICmp and FCmp instructions by Reid Spencer · 18 years ago
- 81dfeb3 For PR950: Implement ICmp/FCmp predicate printing for constant expressions by Reid Spencer · 18 years ago
- 4b94f49 For PR950: Provide an isCompare method for detection of ICmp and FCmp constant expressions. Change interfaces to allow for ICmp and FCmp predicate values. by Reid Spencer · 18 years ago
- 3b38442 Update call to CastInst::getCastOpcode for its new signature. by Reid Spencer · 18 years ago
- 575d95c Change inferred casts to explicit casts. by Reid Spencer · 18 years ago
- 5666712 Take a baby step towards getting rid of inferred casts. Provide methods on by Reid Spencer · 18 years ago
- 75575fc Remove line not meant to be committed. by Reid Spencer · 18 years ago
- e46687c Handle upgrade of llvm-gcc3 assembly files. by Reid Spencer · 18 years ago
- 9f13276 Support ICmp/FCmp constant expression reading and writing. by Reid Spencer · 18 years ago
- 42ddd84 Update for signless GEP semantics. by Reid Spencer · 18 years ago
- e558c68 Use weak_import on linux, weak everywhere else. Makes test pass on Linux. by Reid Spencer · 18 years ago
- c1126ac Remove dead code. by Reid Spencer · 18 years ago
- 13cf7b6 Regenerate. by Reid Spencer · 18 years ago
- 9b16303 Remove useless #include. by Reid Spencer · 18 years ago
- 4dc9e5a These tests need llvm-upgrade. This fixes last night's nightly test fallout. by Reid Spencer · 18 years ago
- 57f28f9 Match the llvmAsmParser's handling of ICmp and FCmp instructions. by Reid Spencer · 18 years ago
- 6e18b7d Regenerate. by Reid Spencer · 18 years ago
- 9f746f4 Shorten the FCmp and ICmp mnemonics to 3 letters. Make the parser by Reid Spencer · 18 years ago
- 87e8ec9 Shorten the FCmp predicate mnemonics. by Reid Spencer · 18 years ago
- c8dab49 Implement reading and writing of the ICmp and FCmp instructions. by Reid Spencer · 18 years ago
- 74f1642 Allow the ICmp and FCmp instructions to be written by the AsmWriter by Reid Spencer · 18 years ago
- 728b6db Implement creation of ICmp and FCmp constant expressions. by Reid Spencer · 18 years ago
- 3795ad1 Remove backwards compatibility goop. This is now handled by llvm-upgrade. by Reid Spencer · 18 years ago
- a132e04 Regenerate. by Reid Spencer · 18 years ago