summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Make sure the size is doubled (not 4x).Junjie Gu2010-01-29
* Rename two IRReader.h functions to indicate that they return a ModuleJeffrey Yasskin2010-01-29
* Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson2010-01-29
* Assign the ordering of SDNodes in a much less intrusive fashion. After theBill Wendling2010-01-28
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-28
* Make getAlignOf return an i64, for consistency with getSizeOf andDan Gohman2010-01-28
* Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their placeDan Gohman2010-01-28
* add target hooks for emitting random gunk before and after the function body.Chris Lattner2010-01-28
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-28
* Give AsmPrinter the most common expected implementation of Chris Lattner2010-01-28
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-28
* Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.Chris Lattner2010-01-28
* rename printVisibility to EmitVisibility and make it private,Chris Lattner2010-01-28
* add a helper function for bumping up the alignment of a machine function.Chris Lattner2010-01-27
* Changed constants to an enum so as not to pollute theSean Callanan2010-01-27
* Added a header file defining the externally-visible C APISean Callanan2010-01-27
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Don't bother with sprintf, just pass the Twine through.Benjamin Kramer2010-01-27
* Make SMDiagnostic::Print a const method.Mikhail Glushenkov2010-01-27
* Trailing whitespace.Mikhail Glushenkov2010-01-27
* add a new AsmPrinter::EmitFunctionEntryLabel virtual function,Chris Lattner2010-01-27
* Remove a dead target hook.Evan Cheng2010-01-27
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-27
* pull linkage emission code out to a new EmitLinkage function.Chris Lattner2010-01-26
* remove a noop function.Chris Lattner2010-01-26
* Fix inline cost predictions with SCIENCE.Jakob Stoklund Olesen2010-01-26
* now that enough stuff is constified, move function header printingChris Lattner2010-01-26
* constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner2010-01-26
* constify a method argument.Chris Lattner2010-01-26
* Before existing NamedMDNode entry in the symbol table, remove any existing en...Devang Patel2010-01-26
* Remve unnecessary include.Devang Patel2010-01-26
* Add extra element to composite type. This new element will be used to record ...Devang Patel2010-01-26
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-26
* Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola2010-01-26
* eliminate MCAsmInfo::NeedsSet: we now just use .set on any platformChris Lattner2010-01-26
* Tweak the way appendModuleInlineAsm works, so you aren't obligedDuncan Sands2010-01-26
* Regenerate configure.Torok Edwin2010-01-26
* Remove warning about non return on a non-void function.Bill Wendling2010-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
* rename printPICJumpTableEntry -> EmitJumpTableEntry,Chris Lattner2010-01-26
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-26
* make MachineFunction keep track of its ID and make Chris Lattner2010-01-26
* this hook should be const.Chris Lattner2010-01-26
* Add support for target-specific 32-bit custom-lowered Chris Lattner2010-01-26
* Add MDNode::getIfExists(), an efficient way to determine if a value is used b...Victor Hernandez2010-01-26
* Rearrange handling of jump tables. Highlights:Chris Lattner2010-01-25