oota-llvm.git
2007-05-06 Anton KorobeynikovUpdate fields
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 headers
2007-05-06 Chris Lattnerremove dead header
2007-05-06 Chris LattnerFix a buggy conversion from bytecode to bitcode
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 Lattnerremove libbzip2 from this. This should use llvm-config...
2007-05-06 Chris LattnerFlush the file after writing bitcode so that clients...
2007-05-06 Chris Lattnermake sure the ofstream for opt's output file is destroy...
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 Duncan SandsTestcase for yet another global constant Ada f-e bug.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
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 tools to bitcode instead of bytecode
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 LattnerMove this here from Bytecode/Archive.h
2007-05-06 Chris LattnerFix a nasty problem where we would miss enumeration...
2007-05-06 Chris Lattnerallow zero-length arrays
2007-05-06 Chris LattnerAllow structs with zero fields.
2007-05-06 Chris Lattnerwe aren't at the end of stream until we've consumed...
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 Lattnerthis doesn't directly depend on bytecode
2007-05-06 Chris Lattneradd bitcode support.
2007-05-06 Chris Lattnerarchive library already depends on bc reader
2007-05-06 Chris Lattneradd bitcode support, optimize reading to not read all...
2007-05-06 Chris Lattneruse an auto_ptr to avoid an explicit delete
2007-05-06 Chris Lattneradd bitcode support
2007-05-06 Chris LattnerRemove the -emit-bytecode option. Noone in the llvm...
2007-05-06 Chris Lattneradd bitcode reading support to llvm-nm
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-05-06 Chris Lattneradd support for identifying bitcode files
2007-05-06 Chris Lattnerbitcodify, remove eh cruft
2007-05-06 Chris Lattnerteach this to read from bitcode files
2007-05-06 Chris Lattnerdebugger depends on bcreader, not llvm-db
2007-05-06 Chris Lattnerremove EH cruft, add bitcode support
2007-05-06 Chris Lattneradd bitcode reading support, remove eh stuff
2007-05-06 Chris Lattneradd bitcode reading support. Remove EH cruft.
2007-05-06 Chris Lattnerbitcodify
2007-05-06 Chris Lattnersimplify code
2007-05-06 Chris Lattneradd support to llvm-prof for reading from a bitcode...
2007-05-06 Chris LattnerAdd a helper that either opens a file or stdin.
2007-05-06 Nate BegemanReference correct header
2007-05-06 Jeff CohenMake code more 64-bit aware.
2007-05-06 Jeff CohenKeep header file free of 'possible loss of data' warnings.
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-06 Chris Lattnerif -bitcode is specified, read and write a bitcode...
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 inline asm code
2007-05-06 Chris LattnerFix a subtle bug that prevented round-tripping 470.lbm
2007-05-06 Reid SpencerMake my credits refer to my wiki page.
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 Lauro Ramos... Add myself.
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... Fix PR1390.
2007-05-05 Chris Lattnerfix a bug I introduced when I merged some code together
2007-05-05 Chris Lattnerthis test is now in Target/README.txt
2007-05-05 Chris Lattneradd a note
2007-05-05 Chris Lattnerremove an old xfailed test
2007-05-05 Chris LattnerImplement Transforms/InstCombine/cast_ptr.ll
2007-05-05 Chris Lattnerun-xfail this.
2007-05-05 Chris Lattnerwrap long lines
2007-05-05 Chris Lattnerthe mason example is implemented. Move some examples...
2007-05-05 Chris Lattnermove these xfailed tests to lib/Target/README.txt
2007-05-05 Chris LattnerMove Mem2Reg/DifferingTypes.ll -> ScalarRepl/DifferingT...
2007-05-05 Chris Lattnerremvoe two tests that cee has never gotten right
2007-05-05 Chris Lattnerimplement anyextend from i1 -> i64
2007-05-05 Chris Lattnerthe sparc v8 backend handles this correctly
2007-05-05 Chris Lattnerremove this xfail'd test, move it to the X86 readme.
2007-05-05 Chris Lattnermove CodeGen/X86/overlap-add.ll here.
2007-05-05 Chris LattnerWe need support for tail calls, this is moved to PR1392
2007-05-05 Chris Lattnerremove xfailed testcase (attached to pr)
2007-05-05 Chris Lattnerunxfail this, llc doesn't support this feature yet...
2007-05-05 Chris LattnerRemove bogus testcase, PR409 is wontfix
2007-05-05 Chris Lattnerthis tests for a missing feature. Move it to PR1391...
next