- 332376b Unbreak VC++. by Jeff Cohen · 18 years ago
- b330e38 if -bitcode is specified, read and write a bitcode file instead of a bytecode file. by Chris Lattner · 18 years ago
- f9f2e83 add abbrevs for binops and casts. This shrinks a testcase from 725132->682500 by Chris Lattner · 18 years ago
- e8e1e4b add a new CreateBitcodeWriterPass method, which creates a bitcode writer as by Chris Lattner · 18 years ago
- 2bce93a implement reading/writing of inlineasm objects by Chris Lattner · 18 years ago
- c5ff2cc add inline asm code by Chris Lattner · 18 years ago
- 048d0bd Fix a subtle bug that prevented round-tripping 470.lbm by Chris Lattner · 18 years ago
- f5816fb Make my credits refer to my wiki page. by Reid Spencer · 18 years ago
- 94687ac add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 by Chris Lattner · 18 years ago
- 7a303d1 enumerate the operands of a constant before we enumerate the constant itself by Chris Lattner · 18 years ago
- cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 18 years ago
- 817f08a add an abbreviation for the string constants opzn, shrinking the constnats by Chris Lattner · 18 years ago
- 2d6b4bf Add myself. by Lauro Ramos Venancio · 18 years ago
- ff7fc5d implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 18 years ago
- abfbf85 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 18 years ago
- 7337ab9 stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 18 years ago
- 2bf6e6a handle gep aliasee by Chris Lattner · 18 years ago
- 8f57667 Fix PR1390. Don't spill extra register to align the stack. by Lauro Ramos Venancio · 18 years ago
- 07b5424 fix a bug I introduced when I merged some code together by Chris Lattner · 18 years ago
- 677f7ee this test is now in Target/README.txt by Chris Lattner · 18 years ago
- f110a2b add a note by Chris Lattner · 18 years ago
- 86c7745 remove an old xfailed test by Chris Lattner · 18 years ago
- 8c756c1 Implement Transforms/InstCombine/cast_ptr.ll by Chris Lattner · 18 years ago
- a993dd0 un-xfail this. by Chris Lattner · 18 years ago
- d717c18 wrap long lines by Chris Lattner · 18 years ago
- 5e14b0d the mason example is implemented. Move some examples out of llvm/test, by Chris Lattner · 18 years ago
- 581f84f move these xfailed tests to lib/Target/README.txt by Chris Lattner · 18 years ago
- 514630f by Chris Lattner · 18 years ago
- fe09dd4 remvoe two tests that cee has never gotten right by Chris Lattner · 18 years ago
- 0d75f57 implement anyextend from i1 -> i64 by Chris Lattner · 18 years ago
- 23f7f58 the sparc v8 backend handles this correctly by Chris Lattner · 18 years ago
- 2947fd5 remove this xfail'd test, move it to the X86 readme. by Chris Lattner · 18 years ago
- 0258011 move CodeGen/X86/overlap-add.ll here. by Chris Lattner · 18 years ago
- 60ef91a We need support for tail calls, this is moved to PR1392 by Chris Lattner · 18 years ago
- 2d4a5ab remove xfailed testcase (attached to pr) by Chris Lattner · 18 years ago
- 2db3956 unxfail this, llc doesn't support this feature yet, so don't run it. by Chris Lattner · 18 years ago
- 36f24cb Remove bogus testcase, PR409 is wontfix by Chris Lattner · 18 years ago
- d6b740f this tests for a missing feature. Move it to PR1391 instead of being an by Chris Lattner · 18 years ago
- e9f0f48 remove this xfailed testcase, move it into a comment in PR279, an enhancement PR. by Chris Lattner · 18 years ago
- 5f2a3df llvm-gcc3 is gone by Chris Lattner · 18 years ago
- 6169f85 fix failure on ahs3's tester by Chris Lattner · 18 years ago
- 19292a4 remove bogus xfailed testcase by Chris Lattner · 18 years ago
- 3194f57 Use the personality function that was registered with MMI rather than by Duncan Sands · 18 years ago
- 9426caa Check that the right eh personality function is used. by Duncan Sands · 18 years ago
- b464c44 Propagate alignment/volatility in two places. by Chris Lattner · 18 years ago
- 09d933f new testcase for PR1371 by Chris Lattner · 18 years ago
- 3f79980 add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 18 years ago
- caccc99 Fix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll and PR1385. by Chris Lattner · 18 years ago
- 823572d new testcase for PR1385 by Chris Lattner · 18 years ago
- a0c54f3 make a temporary for *SI, no functionality change. by Chris Lattner · 18 years ago
- 01dfdcd Spelling fix. by Duncan Sands · 18 years ago
- 2a07e2f Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 18 years ago
- 440168b add an abbrev for loads. This shrinks the function block about 50K, from: by Chris Lattner · 18 years ago
- a0f1ecc add abbrevs for the constants tables. This shrinks it from 4.49755e6 bits by Chris Lattner · 18 years ago
- 02a13b5 minor bugfix by Chris Lattner · 18 years ago
- d092e0e Add abbreviations to the TYPE_BLOCK for pointers, functions, structs and arrays. by Chris Lattner · 18 years ago
- c42e226 Fix InstCombine/2007-05-04-Crash.ll and PR1384 by Chris Lattner · 18 years ago
- 51e04da new testacse for PR1384 by Chris Lattner · 18 years ago
- b1e85b5 emit spiffy little histograms of codes, if enabled. Don't print averages if by Chris Lattner · 18 years ago
- 44b0f10 do not charge subblock sizes to the parent block. by Chris Lattner · 18 years ago
- ff294a4 add a char6 abbrev for bbnames and value names. This represents each character by Chris Lattner · 18 years ago
- 28e4c4c add a 6-bit encoding type for strings. by Chris Lattner · 18 years ago
- 7a263ea add an abbreviation for the type symtab, this shrinks the TST from 175197 bits by Chris Lattner · 18 years ago
- 1772b12d update to new APIs, make output a bit (haha) nicer by Chris Lattner · 18 years ago
- e17b658 Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 18 years ago
- a8e9562 Add a processor. by Lauro Ramos Venancio · 18 years ago
- fd1ae95 allow the 8-bit abbrev to be used for either bb or other values by Chris Lattner · 18 years ago
- 2453f71 shave another 150K off of kc++, by using a 7-bit encoding for BB names by Chris Lattner · 18 years ago
- 5969830 where possible, encode symtab names with 7 bits per char instead of 8. This by Chris Lattner · 18 years ago
- 8d42fc3 use a template to eliminate manual code duplication by Chris Lattner · 18 years ago
- 4222d80 Add an "implies" field to features. This indicates that, if the current by Bill Wendling · 18 years ago
- 2e7899d Encode all value symtab strings as arrays of 8-bit fixed width integers, by Chris Lattner · 18 years ago
- 3c074f6 add support for array abbreviations. by Chris Lattner · 18 years ago
- 15e6d17 eliminate internal length fields from record. Records already know their by Chris Lattner · 18 years ago
- 1d33bb3 eliminate lengths from record bodies by Chris Lattner · 18 years ago
- 07faafc stub out creation of BLOCKINFO_BLOCK by Chris Lattner · 18 years ago
- a727d55 minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK block type. by Chris Lattner · 18 years ago
- 299b2d2 refcount BitCodeAbbrev objects by Chris Lattner · 18 years ago
- f0799fe Test that the eh lowering code can handle constant folded bitcasts. by Duncan Sands · 18 years ago
- 3b34636 A bitcast of a global variable may have been constant folded to a GEP - by Duncan Sands · 18 years ago
- e5b01be Use IntrinsicInst to test for prefetch instructions, which is ever so by Dan Gohman · 18 years ago
- 6da91d3 optimize constant layout. This fixes encoding of 181.mcf (by ensuring by Chris Lattner · 18 years ago
- 12f535b simple optimization for the type table by Chris Lattner · 18 years ago
- 39b2e8b regenerate by Chris Lattner · 18 years ago
- dd3094a fix a bug where llvm-as couldn't assemble the .ll file for 252.eon. by Chris Lattner · 18 years ago
- 964b5f2 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 18 years ago
- 1d1f9ad fix encoding of invoke instructions. kc++ now round trips by Chris Lattner · 18 years ago
- 35a0470 fix a misplaced error by Chris Lattner · 18 years ago
- 9113e73 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 18 years ago
- 645fc4e if functiontype is going to have a pointer to a paramattr object, it better by Chris Lattner · 18 years ago
- e4b4394 Bitcast all the bits of a floating point value, not just one. The zero by Reid Spencer · 18 years ago
- 0504744 Add a test case for testing the LLI interpreter wrt bitcast of fp to integer. by Reid Spencer · 18 years ago
- 48c85b8 add support for reading the param attrs block by Chris Lattner · 18 years ago
- f6f9cd1 fix a bug encoding param attrs by Chris Lattner · 18 years ago
- 310fbbf add a helper by Chris Lattner · 18 years ago
- dc78d3a remove dead code by Chris Lattner · 18 years ago
- 20c7b98 remove unused code by Chris Lattner · 18 years ago
- cd5b7d7 add support for new codes/block by Chris Lattner · 18 years ago
- dea4205 add new codes by Chris Lattner · 18 years ago
- f0a6531 add writer support for param attrs by Chris Lattner · 18 years ago