move to CodeGen/ARM/2007-05-07-tailmerge-1.ll
[oota-llvm.git] / lib /
2007-05-08 Dale JohannesenDon't generate branch to entry block.
2007-05-07 Lauro Ramos VenancioFix PR1390 in a better way.
2007-05-07 Evan ChengForgot a check.
2007-05-07 Evan ChengThis is no longer needed after enabling the DAG combine...
2007-05-07 Evan ChengEnable a couple of xforms:
2007-05-07 Dale JohannesenHandle some non-exit blocks in tail merging.
2007-05-07 Duncan SandsParameter attributes on invoke calls were being lost...
2007-05-07 Jeff CohenUnbreak VC++ build.
2007-05-06 Chris LattnerEnhance MemoryBuffer to return error messages in string...
2007-05-06 Chris LattnerFix PR1395, by passing the ID correctly
2007-05-06 Chris Lattneradd this back
2007-05-06 Anton KorobeynikovDetabify
2007-05-06 Anton KorobeynikovUpdate MSIL BE. This patch fixes most weird glitches...
2007-05-06 Chris Lattnerlib/Bytecode is dead
2007-05-06 Chris Lattnermove this to lib/Archive
2007-05-06 Chris Lattnerbuild lib/Archive instead of lib/Bytecode
2007-05-06 Chris Lattneradjust this to live in lib/Archive
2007-05-06 Chris Lattnerremove bytecode reader
2007-05-06 Chris Lattnerremove the old bc writer
2007-05-06 Chris Lattnerfix off-by-one that caused the llvm2cpp test to fail
2007-05-06 Chris LattnerFlush the file after writing bitcode so that clients...
2007-05-06 Chris Lattnerremove this file for now, we can bring it back from...
2007-05-06 Chris Lattnerremove libbzip2, it is dead
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-06 Chris Lattnerdon't build bzip2 for now
2007-05-06 Chris Lattnerdisable this for now
2007-05-06 Chris Lattnerdon't build bcreader/bcwriter
2007-05-06 Chris Lattnerswitch this to bitcode instead of bytecode
2007-05-06 Chris LattnerSwitch this over to bitcode instead of bytecode.
2007-05-06 Chris LattnerFix a nasty problem where we would miss enumeration...
2007-05-06 Chris LattnerAllow structs with zero fields.
2007-05-06 Bill Wendling3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and...
2007-05-06 Chris Lattneradd a missing check
2007-05-06 Chris LattnerFix MemoryBuffer::getFile to return null if it has...
2007-05-06 Chris LattnerFix a bug in my previous patch
2007-05-06 Chris Lattneradd bitcode support
2007-05-06 Chris Lattneradd bitcode support
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-05-06 Chris Lattnerteach this to read from bitcode files
2007-05-06 Nate BegemanReference correct header
2007-05-06 Jeff CohenKeep header file free of 'possible loss of data' warnings.
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-06 Chris Lattneradd abbrevs for binops and casts. This shrinks a testc...
2007-05-06 Chris Lattneradd a new CreateBitcodeWriterPass method, which creates...
2007-05-06 Chris Lattnerimplement reading/writing of inlineasm objects
2007-05-06 Chris Lattneradd some abbrevs for ret and unreachable, shrinking...
2007-05-06 Chris Lattnerenumerate the operands of a constant before we enumerat...
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-06 Chris Lattneradd an abbreviation for the string constants opzn,...
2007-05-06 Chris Lattnerimplement the 'string constant' optimization. This...
2007-05-06 Chris Lattnerfurther reduce the redundancy of types in the instructi...
2007-05-06 Chris Lattnerstop encoding type/value pairs when the type is implied...
2007-05-05 Chris Lattnerhandle gep aliasee
2007-05-05 Lauro Ramos VenancioFix PR1390.
2007-05-05 Chris Lattneradd a note
2007-05-05 Chris LattnerImplement Transforms/InstCombine/cast_ptr.ll
2007-05-05 Chris Lattnerwrap long lines
2007-05-05 Chris Lattnerthe mason example is implemented. Move some examples...
2007-05-05 Chris Lattnerimplement anyextend from i1 -> i64
2007-05-05 Chris Lattnermove CodeGen/X86/overlap-add.ll here.
2007-05-05 Duncan SandsUse the personality function that was registered with...
2007-05-05 Chris LattnerPropagate alignment/volatility in two places.
2007-05-05 Chris Lattneradd support for BLOCKINFO records at the module level...
2007-05-05 Chris LattnerFix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp...
2007-05-05 Chris Lattnermake a temporary for *SI, no functionality change.
2007-05-05 Duncan SandsSpelling fix.
2007-05-05 Anton KorobeynikovEmit sections/directives in the proper order. This...
2007-05-05 Chris Lattneradd an abbrev for loads. This shrinks the function...
2007-05-05 Chris Lattneradd abbrevs for the constants tables. This shrinks...
2007-05-05 Chris LattnerAdd abbreviations to the TYPE_BLOCK for pointers, funct...
2007-05-05 Chris LattnerFix InstCombine/2007-05-04-Crash.ll and PR1384
2007-05-05 Chris Lattneradd a char6 abbrev for bbnames and value names. This...
2007-05-05 Chris Lattneradd an abbreviation for the type symtab, this shrinks...
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Lauro Ramos VenancioAdd a processor.
2007-05-04 Chris Lattnerallow the 8-bit abbrev to be used for either bb or...
2007-05-04 Chris Lattnershave another 150K off of kc++, by using a 7-bit encodi...
2007-05-04 Chris Lattnerwhere possible, encode symtab names with 7 bits per...
2007-05-04 Bill WendlingAdd an "implies" field to features. This indicates...
2007-05-04 Chris LattnerEncode all value symtab strings as arrays of 8-bit...
2007-05-04 Chris Lattnereliminate internal length fields from record. Records...
2007-05-04 Chris Lattnerstub out creation of BLOCKINFO_BLOCK
2007-05-04 Duncan SandsA bitcast of a global variable may have been constant...
2007-05-04 Dan GohmanUse IntrinsicInst to test for prefetch instructions...
2007-05-04 Chris Lattneroptimize constant layout. This fixes encoding of 181...
2007-05-04 Chris Lattnersimple optimization for the type table
2007-05-04 Chris Lattnerregenerate
2007-05-04 Chris Lattnerfix a bug where llvm-as couldn't assemble the .ll file...
2007-05-04 Chris Lattnerstoreinst ctor takes isvolatile before alignment. ...
2007-05-04 Chris Lattnerfix encoding of invoke instructions. kc++ now round...
2007-05-04 Chris Lattnerfix a misplaced error
2007-05-04 Chris Lattnerencode and read param attrs along with function type...
2007-05-04 Chris Lattnerif functiontype is going to have a pointer to a paramat...
2007-05-04 Reid SpencerBitcast all the bits of a floating point value, not...
2007-05-04 Chris Lattneradd support for reading the param attrs block
2007-05-04 Chris Lattnerfix a bug encoding param attrs
2007-05-04 Chris Lattnerremove dead code
2007-05-04 Chris Lattneradd writer support for param attrs
2007-05-04 Reid SpencerAllow this to compile with gcc 4.0.X
2007-05-04 Chris Lattnerpass by reference, not by value
next