oota-llvm.git
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...
2007-05-05 Chris Lattnerremove this xfailed testcase, move it into a comment...
2007-05-05 Chris Lattnerllvm-gcc3 is gone
2007-05-05 Chris Lattnerfix failure on ahs3's tester
2007-05-05 Chris Lattnerremove bogus xfailed testcase
2007-05-05 Duncan SandsUse the personality function that was registered with...
2007-05-05 Duncan SandsCheck that the right eh personality function is used.
2007-05-05 Chris LattnerPropagate alignment/volatility in two places.
2007-05-05 Chris Lattnernew testcase for PR1371
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 Lattnernew testcase for PR1385
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 Lattnerminor bugfix
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 Lattnernew testacse for PR1384
2007-05-05 Chris Lattneremit spiffy little histograms of codes, if enabled...
2007-05-05 Chris Lattnerdo not charge subblock sizes to the parent block.
2007-05-05 Chris Lattneradd a char6 abbrev for bbnames and value names. This...
2007-05-05 Chris Lattneradd a 6-bit encoding type for strings.
2007-05-05 Chris Lattneradd an abbreviation for the type symtab, this shrinks...
2007-05-05 Chris Lattnerupdate to new APIs, make output a bit (haha) nicer
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Lauro Ramos... Add 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 Chris Lattneruse a template to eliminate manual code duplication
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 Lattneradd support for array abbreviations.
2007-05-04 Chris Lattnereliminate internal length fields from record. Records...
2007-05-04 Chris Lattnereliminate lengths from record bodies
2007-05-04 Chris Lattnerstub out creation of BLOCKINFO_BLOCK
2007-05-04 Chris Lattnerminor cleanups. Add provisions for a new standard...
2007-05-04 Chris Lattnerrefcount BitCodeAbbrev objects
2007-05-04 Duncan SandsTest that the eh lowering code can handle constant...
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
next