read basic constants: null, undef, integers <= 64bits
[oota-llvm.git] / lib /
2007-04-24 Chris Lattnerread basic constants: null, undef, integers <= 64bits
2007-04-24 Chris Lattnerfix off-by-one computing size for section abbrevs
2007-04-24 Scott MichelUse '-1U' where '-1UL' is obvious overkill, eliminating...
2007-04-24 Chris Lattnermove check to the right place :)
2007-04-24 Chris Lattnertrack global inits
2007-04-24 Chris LattnerEmit module-level constants.
2007-04-23 Dale Johannesenmodify per review commentary
2007-04-23 Devang PatelFix
2007-04-23 Chris LattnerRead global symtab
2007-04-23 Chris Lattnerfix off-by one
2007-04-23 Chris Lattnerwrite out the symtab for globals.
2007-04-23 Dale JohannesenMake Thumb funcs containing islands 4-byte aligned...
2007-04-23 Dale Johannesenadd Align field, and use when generating function alignment
2007-04-23 Dale Johannesenadd isThumb (unused as yet)
2007-04-23 Dale JohannesenFix generic getInlineAsmLength
2007-04-23 Dale Johannesenmake EmitAlignment work the way Chris says it should
2007-04-23 Chris Lattnerimplement reading of abbrevs, and writing of abbreviate...
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
2007-04-23 Reid SpencerCygwin doesn't have the RSS_LIMIT for get/setrlimit.
2007-04-23 Lauro Ramos VenancioX86 TLS: optimize the implementation of "local exec...
2007-04-23 Chris Lattnerpromote LLVMBitCodes to be a public header
2007-04-22 Christopher LambPR400 phase 2. Propagate attributed load/store informat...
2007-04-22 Lauro Ramos VenancioX86 TLS: fix and optimize the implementation of "initia...
2007-04-22 Christopher LambPR400 phase 1 implementation feedback.
2007-04-22 Jeff CohenHave compiler enforce this.
2007-04-22 Christopher LambSupport alignment queries for degenerate (length 1...
2007-04-22 Christopher LambRegenerated
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Jeff CohenFix build problem with Gentoo 4.1.1-r3.
2007-04-22 Reid SpencerFor PR1136:
2007-04-22 Chris Lattneradd llvm ir bitcode definition file
2007-04-22 Chris Lattnerbuild the bitcode dir
2007-04-22 Chris LattnerInitial support for writing bitcode files. This curren...
2007-04-22 Chris LattnerInitial support for reading bitcode files. They curren...
2007-04-22 Reid SpencerFor PR1146:
2007-04-22 Lauro Ramos VenancioImplement PIC for arm-linux.
2007-04-21 Lauro Ramos VenancioX86 TLS: Implement review feedback.
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Reid SpencerWe only need one putchar which gives it a shot at getti...
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-21 Owen AndersonMake PredicateSimplifier not use DominatorTree.
2007-04-21 Owen AndersonFix a comment.
2007-04-21 Devang PatelReset vertex.
2007-04-21 Chris LattnerFix a bug that prevented the JIT from working correctly...
2007-04-20 Chris LattnerFix regressions introduced by my previous patch: opt...
2007-04-20 Lauro Ramos VenancioAllow the lowering of ISD::GLOBAL_OFFSET_TABLE.
2007-04-20 Chris Lattneravoid mutating a global in an accessor
2007-04-20 Chris Lattnerfit in 80 cols
2007-04-20 Jeff CohenComment out usage of write() for now.
2007-04-20 Chris Lattnerrename JIT::state -> JIT::jitstate to avoid shadowing...
2007-04-20 Chris LattnerFix a problem where primitive types lose their name...
2007-04-20 Chris Lattnercatch a case that was biting jeffc
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-04-20 Evan ChengSpecify S registers as D registers' sub-registers.
2007-04-20 Evan ChengSpecify sub-register relations. e.g. RAX: [EAX], EAX...
2007-04-20 Evan ChengAdd sub-registers sets.
2007-04-20 Chris Lattneradd a crazy idea
2007-04-20 Devang PatelAvoid recursion.
2007-04-20 Owen AndersonMove more passes to using ETForest instead of Dominator...
2007-04-20 Jeff CohenMake Microsoft assembler and linker happy.
2007-04-19 Chris LattnerFix a message, patch by Christopher Lamb.
2007-04-19 Lauro Ramos VenancioFix a bug in getFrameRegister.
2007-04-19 Zhou ShengMake use of ConstantInt::isZero instead of ConstantInt...
2007-04-19 Zhou ShengMake the operations of APInt variables more efficient.
2007-04-18 Evan ChengRevert Owen's last check-in. This is breaking Mac OS...
2007-04-18 Dan GohmanFix the spelling of the prefetchnta instruction.
2007-04-18 Owen AndersonRevert changes that caused breakage.
2007-04-18 Owen AndersonSwitch more uses of DominatorTree over to ETForest.
2007-04-18 Owen AndersonUse ETForest instead of DominatorTree.
2007-04-18 Evan ChengVarInfo::UsedBlocks is no longer used. Remove.
2007-04-18 Owen AndersonUse ETForest instead of DominatorTree.
2007-04-18 Owen AndersonUse new ETForest accessor.
2007-04-18 Owen AndersonUse ETForest instead of DominatorTree.
2007-04-18 Chris Lattnerallow SRL to simplify its operands, as it doesn't deman...
2007-04-18 Chris LattnerWhen replacing a node in SimplifyDemandedBits, if the...
2007-04-18 Chris Lattnerfix a pasto
2007-04-18 Evan ChengDon't populate TryAgainList when coalescing only physic...
2007-04-18 Devang PatelCache DT[*SI] lookup.
2007-04-18 Chris Lattnerdon't access argument list of prototypes
2007-04-18 Devang PatelFix
2007-04-18 Evan ChengIncrement use count of new virtuals created during...
2007-04-17 Chris LattnerBe more careful when inserting reused instructions...
2007-04-17 Evan ChengOops. Didn't mean to check in a quick hack.
2007-04-17 Chris LattnerFix a bug in my previous patch, grabbing the shift...
2007-04-17 Chris Lattnerdag combiner just got better at pruning bits. This...
2007-04-17 Chris LattnerFold (x << c1)>> c2 into a single shift if the bits...
2007-04-17 Evan ChengCopy coalescing change to prevent a physical register...
2007-04-17 Evan ChengAdd a register allocation preference field; add a metho...
2007-04-17 Evan ChengChange getAllocatableSet() so it returns allocatable...
2007-04-17 Evan ChengKeep track of number of uses within the function per...
2007-04-17 Anton KorobeynikovAdd comment
2007-04-17 Chris LattnerSIGN_EXTEND_INREG does not demand its top bits. Give...
2007-04-17 Dan GohmanSpell doFinalization right, so that it is a proper...
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris Lattneradd a note
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris LattnerRemove use of Instruction::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getNext()
2007-04-17 Chris Lattnerremove use of Instruction::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getPrev(). Patch by...
next