summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Make the unsigned-range code more consistent with the signed-range code,Dan Gohman2010-01-26
* Code refactoring, no functionality change.Evan Cheng2010-01-26
* Switch AllocaDbgDeclares to SmallVector and don't leak DIFactoryVictor Hernandez2010-01-26
* Fix a typo in a comment that Duncan noticed.Dan Gohman2010-01-26
* Remove SIL, DIL, and BPL from the GR8_NOREX allocation order also.Dan Gohman2010-01-26
* SIL, DIL, BPL, and SPL require a REX prefix.Dan Gohman2010-01-26
* Rename ItCount to BECount, since it holds a backedge-taken count ratherDan Gohman2010-01-26
* Fix ICmpInst::makeConstantRange to use ConstantRange's API properlyDan Gohman2010-01-26
* Fix a typo that several people pointed out. Also, address the case ofDan Gohman2010-01-26
* Better error message.Mikhail Glushenkov2010-01-26
* eliminate the TargetLowering::UsesGlobalOffsetTable bool, which isChris Lattner2010-01-26
* Now that printPICJumpTableSetLabel is not overloaded,Chris Lattner2010-01-26
* Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner2010-01-26
* add a new MachineJumpTableInfo::getJTISymbol method,Chris Lattner2010-01-26
* stub out a new target hook, need some refactoring before I canChris Lattner2010-01-26
* simplify asmprinter: only emit .set directives when entries haveChris Lattner2010-01-26
* rename printPICJumpTableEntry -> EmitJumpTableEntry,Chris Lattner2010-01-26
* implement X86 @GOTOFF jump table entries with the new EK_Custom32Chris Lattner2010-01-26
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-26
* New PBQP solver.Lang Hames2010-01-26
* Fix the the ceiling-division used in computing the MaxBECount so that it doesn'tDan Gohman2010-01-26
* don't bother setting the AsmPrinter::MF ivar, now thatChris Lattner2010-01-26
* make MachineFunction keep track of its ID and make Chris Lattner2010-01-26
* Add a comment about a missed opportunity.Dan Gohman2010-01-26
* Print empty and full sets specially.Dan Gohman2010-01-26
* Add support for target-specific 32-bit custom-lowered Chris Lattner2010-01-26
* Unbreak MSVC/CMake build.Daniel Dunbar2010-01-26
* make jit jump table emission be based on the EntryKind instead of magic varia...Chris Lattner2010-01-26
* switch jump table entry emission to be based on EntryKindChris Lattner2010-01-26
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-26
* Add MDNode::getIfExists(), an efficient way to determine if a value is used b...Victor Hernandez2010-01-26
* Assert when debug intrinsic insert functions are passed empty argumentsVictor Hernandez2010-01-26
* Implement cond ? -1 : 0 with sbb.Evan Cheng2010-01-26
* Accept immediate as value of a dbg_value.Dale Johannesen2010-01-26
* Added the implementation of the Intel-specificSean Callanan2010-01-26
* Generate DEBUG_VALUE comments on x86. The (limited)Dale Johannesen2010-01-26
* Added the TargetAsmLexer implementation for AT&T syntax.Sean Callanan2010-01-26
* use findDebugLoc in more places.Dale Johannesen2010-01-26
* Minor jump table cleanup.Jim Grosbach2010-01-25
* in 32-bit pic mode for targets with a GOT, x86 emits jump tableChris Lattner2010-01-25
* fix quoting problem jim noticed!Chris Lattner2010-01-25
* Rearrange handling of jump tables. Highlights:Chris Lattner2010-01-25
* prep work to support a future where getJumpTableInfo will returnChris Lattner2010-01-25
* add a method to get the alignment of an integer type even Chris Lattner2010-01-25
* Make it SP, LR, PC for GPR Register Class instead of LR, SP, PC.Johnny Chen2010-01-25
* eliminate redundant argument to EmitJumpTableInfoChris Lattner2010-01-25
* Implemented ARMInstPrinter::printThumbS4ImmOperand().Johnny Chen2010-01-25
* Implemented the dialect decision logic for the X86Sean Callanan2010-01-25
* Fixed the order of GPR RegisterClass regs to be: ..., R10, R11, R12, ...Johnny Chen2010-01-25
* Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the caseDan Gohman2010-01-25