oota-llvm.git
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
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 Reid SpencerAdd a test case for testing the LLI interpreter wrt...
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 Lattneradd a helper
2007-05-04 Chris Lattnerremove dead code
2007-05-04 Chris Lattnerremove unused code
2007-05-04 Chris Lattneradd support for new codes/block
2007-05-04 Chris Lattneradd new codes
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 Lattnernew testcase
2007-05-04 Chris Lattnerpass by reference, not by value
2007-05-04 Chris Lattnertrivial scaffolding for param attrs
2007-05-04 Evan ChengTest load global in static mode.
2007-05-04 Evan ChengOn Mac OS X, GV requires an extra load only when reloca...
2007-05-03 Evan ChengNew test case.
2007-05-03 Evan ChengDon't create indexed load / store with zero offset!
2007-05-03 Evan ChengShould never see an indexed load / store with zero...
2007-05-03 Dan GohmanAllow strength reduction to make use of addressing...
2007-05-03 Chris Lattnerenumerate parameter attr lists.
2007-05-03 Chris LattnerEncoding calling conv info in call/invoke instrs, tree...
2007-05-03 Chris Lattnerthe type field for a store is the type of the pointer...
2007-05-03 Chris Lattnerdon't bother encoding # varargs
2007-05-03 Chris Lattnerfix encoding of BB names in the symtab
2007-05-03 Chris Lattneradd a new code
2007-05-03 Chris Lattnerbug fixes
2007-05-03 Jeff CohenUnbreak VC++ build.
2007-05-03 Chris Lattnerimplement the rest of the instructions
2007-05-03 Devang PatelUse iterative while loop instead of recursive function...
2007-05-03 Dale JohannesenEvan's patch to avoid FPreg->intreg copy for cvt; store...
2007-05-03 Lauro Ramos... Debug support for arm-linux.
2007-05-03 Chris Lattneradd a few more instructions, getting close
2007-05-03 Dan GohmanIndent the .text, .data, and .bss directives in assembl...
2007-05-03 Dan GohmanUse the explicit keyword for the SCEV class' constructor.
2007-05-03 Evan ChengAdded -rsh-host and -rsh-user to support remote execution.
2007-05-03 Chris LattnerThis is a patch to fix a compile error in STLExtras...
2007-05-03 Evan Chengnegatize -> negative
2007-05-03 Chris Lattnersilence annoying gcc 4.3 warnings
2007-05-03 Chris Lattnersilence some annoying gcc 4.3 warnings
2007-05-03 Chris Lattnerremove extraneous type qualifiers
2007-05-03 Chris Lattnerremove extraneous top-level semi's
2007-05-03 Chris Lattnerremove two useless functions. Just inherit Type's...
2007-05-03 Chris Lattnerremove useless type qualifiers
2007-05-03 Chris Lattneravoid invalid C++ token in #error
2007-05-03 Chris LattnerAllow i/s to match (gv+c). This fixes CodeGen/PowerPC...
2007-05-03 Chris Lattnernew testcase
2007-05-03 Chris LattnerFix two classes of bugs:
2007-05-03 Chris Lattneradd support for printing offset from global
2007-05-03 Chris Lattnerrevert accidental commit
2007-05-03 Chris Lattneradd support for printing offset of global
2007-05-03 Dan GohmanSets the section names for fixed-size constants and...
next