remove dead code
[oota-llvm.git] / lib /
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
2007-05-04 Chris Lattnertrivial scaffolding for param attrs
2007-05-04 Evan ChengOn Mac OS X, GV requires an extra load only when reloca...
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 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 VenancioDebug 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 Chris LattnerThis is a patch to fix a compile error in STLExtras...
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 LattnerAllow i/s to match (gv+c). This fixes CodeGen/PowerPC...
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...
2007-05-03 Chris Lattnerrevert reid's patch to fix these failures:
2007-05-03 Evan ChengTypo. It's checking if V is multiple of 4, not multiple...
2007-05-03 Devang PatelDrop 'const'
2007-05-03 Chris Lattnermatch a reassociated form of fnmul. This implements...
2007-05-03 Chris Lattnerexpose HonorSignDependentRoundingFPMathOption to .td...
2007-05-03 Chris LattnerAdd a new option.
2007-05-02 Bill WendlingNon-algorithmic change. Moved definitions around into...
2007-05-02 Anton KorobeynikovProperly set arguments bitwidth of EHSELECT node
2007-05-02 Bill WendlingUpdate.
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Devang PatelRe-install patch to enable use of PassID.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-02 Anton KorobeynikovEmit correct register move information in eh frames...
2007-05-02 Anton KorobeynikovEmit correct DWARF reg # for RA (return address) register
2007-05-02 Chris Lattneradd reader logic for terminator instrs.
2007-05-02 Chris Lattneradd reader support for a bunch of new instructions
2007-05-02 Chris Lattnerread a few instructions, fix some bugs. This is enough...
2007-05-02 Chris Lattneruse the correct code for binop instrs
2007-05-02 Chris Lattnerrevert enough of devang's recent patches to get the...
2007-05-02 Chris Lattnerdisable this assertion as a hack to get the build more...
2007-05-02 Reid SpencerMake sign extension work correctly for unusual bit...
2007-05-02 Dale JohannesenAdd some support for (Darwin) code-generating directive...
2007-05-01 Anton KorobeynikovFix couple of bugs connected with eh info:
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-05-01 Evan ChengDoh. PC displacement is between the constantpool and...
2007-05-01 Anton KorobeynikovUse correct PC symbol
2007-05-01 Anton KorobeynikovAdjust correct EH-related sections
2007-05-01 Evan ChengeliminateFrameIndex() change.
2007-05-01 Evan ChengIf call frame is not part of stack frame and no dynamic...
2007-05-01 Evan ChengForgot about chain result; also UNDEF cannot have multi...
2007-05-01 Chris Lattnerfix build with non-buggy compilers
2007-05-01 Chris Lattnerhandle function-level forward references, read binops.
2007-05-01 Nate Begemanllvm bug #1350, parts 1, 2, and 3.
2007-05-01 Chris Lattnerimplement materializeModule, force deallocation of...
2007-05-01 Chris LattnerThe stream to read from is now an ivar
2007-05-01 Chris Lattnerimplement scafolding for lazy deserialization of functi...
2007-05-01 Chris Lattnerwrite the symbol table for function bodies
2007-05-01 Chris Lattnerencode all of the instructions.
2007-05-01 Evan ChengUnder normal circumstances, when a frame pointer is...
2007-05-01 Evan Cheng* Only turn a load to UNDEF if all of its outputs have...
2007-04-30 Chris LattnerFix PR1228 and CodeGen/Generic/2007-04-30-LandingPadBra...
2007-04-30 Chris Lattnerprint isLandingPad() for MBBs
2007-04-30 Chris LattnerContinue refactoring inline asm code. If there is...
2007-04-30 Evan ChengUpdates.
2007-04-30 Chris Lattnerrefactor GetRegistersForValue to take OpInfo as an...
2007-04-30 Chris Lattnerrefactor some code, no functionality change
2007-04-30 Chris LattnerClean up multi-line asam string printing. Instead...
2007-04-30 Anton KorobeynikovFix typo. Interesting, but old variant worked too :)
2007-04-30 Dale JohannesenRemove item: thumb padding in constant islands
2007-04-30 Dale Johannesenremove unused variable
2007-04-30 Reid SpencerIf an archive is not recognized as an LLVM bytecode...
2007-04-30 Lauro Ramos VenancioEnable protected visibility on ARM.
2007-04-30 Reid SpencerDependent libraries could be native too.
2007-04-29 Anton KorobeynikovImplement visibility checking during linking. Also...
2007-04-29 Dale JohannesenRewrite of Thumb constant islands handling (exact allow...
2007-04-29 Dale JohannesenMake ARM-specific version of getInlineAsmLength
2007-04-29 Chris Lattnergeneralize aggregate handling
2007-04-29 Anton KorobeynikovRegenerate
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-29 Jeff CohenUnbreak build.
2007-04-29 Chris LattnerSwitch the bitcode reader interface to take a MemoryBuf...
2007-04-29 Chris LattnerAdd a new memorybuffer class, to unify all the file...
2007-04-29 Chris LattnerFix this to use the right block ID
2007-04-29 Chris Lattnermoved Writer.cpp -> BitcodeWriter.cpp to make it more...
2007-04-28 Chris Lattnermemory operands that have a direct operand should have...
2007-04-28 Chris Lattnereliminate more redundant constraint type analysis
2007-04-28 Chris Lattnermerge constraint type analysis stuff together.
next