aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-03-02Grammar-o in function name.Eric Christopher
2012-03-02Remove the misguided extension here that reserved two special values inChandler Carruth
2012-03-01[Object]David Meyer
2012-03-01Fix two warnings in this code that I missed.Chandler Carruth
2012-03-01Move include/llvm/ADT/SaveAndRestore.h -> include/llvm/Support/SaveAndRestore.hArgyrios Kyrtzidis
2012-03-01Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth
2012-03-01Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it.Benjamin Kramer
2012-03-01Move TargetRegisterInfo::getSubReg() to MCRegisterInfo.Jim Grosbach
2012-03-01Make TargetRegisterClasses non-virtual by making the only virtual function a ...Benjamin Kramer
2012-03-01Make InlineSpiller bundle-aware.Jakob Stoklund Olesen
2012-03-01[Object]David Meyer
2012-03-01Move getBundleStart() into MachineInstrBundle.h.Jakob Stoklund Olesen
2012-02-29BitstreamWriter: Use SmallVector::append instead of multiple push_back calls.Daniel Dunbar
2012-02-29BitstreamWriter: Change primary output buffer to be a SmallVector instead of anDaniel Dunbar
2012-02-29BitstreamWriter: Isolate access to the underlying buffer.Daniel Dunbar
2012-02-29BitcodeWriter: Expose less implementation details -- make BackpatchWord privateDaniel Dunbar
2012-02-29Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar
2012-02-29[Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer
2012-02-29Add an analyzeVirtReg() function.Jakob Stoklund Olesen
2012-02-29Make MemoryObject accessor members const againDerek Schuff
2012-02-29Move the operand iterator into MachineInstrBundle.h where it belongs.Jakob Stoklund Olesen
2012-02-28Instructions inside a bundle have the same number as the bundle itself.Jakob Stoklund Olesen
2012-02-28In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer
2012-02-28On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola
2012-02-28Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng
2012-02-28Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar
2012-02-28Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng
2012-02-28[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer
2012-02-27Remove duplicate copy of Object/ELF.h that somehow managed to get in.Michael J. Spencer
2012-02-27ARM BL/BLX instruction fixups should use relocations.Jim Grosbach
2012-02-27Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis
2012-02-27Fix PR12089Derek Schuff
2012-02-27Add a MachineOperand iterator class.Jakob Stoklund Olesen
2012-02-27Help the compiler to eliminate some dead code when hashing an array of TJay Foad
2012-02-26Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola
2012-02-26Don't call dominates on unreachable instructions.Rafael Espindola
2012-02-25Move isKnownNonNull from private implementation detail of BasicAA to a publicNick Lewycky
2012-02-25Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. TheseChad Rosier
2012-02-23Replace a DenseSet with SmallPtrSet.Benjamin Kramer
2012-02-23Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...Benjamin Kramer
2012-02-23The implementation of GeneralHash::addBits broke C++ aliasing rules; fixJay Foad
2012-02-23Remove 'if' from getSuperRegisters, getSubRegisters, and getOverlaps that wer...Craig Topper
2012-02-23GCC warns about a comparison between signed and unsigned values.Duncan Sands
2012-02-23PostRASched: Convert physreg def/use tracking to Jakob's SparseSet.Andrew Trick
2012-02-23Track reserved registers separately from RegsAvailable.Jakob Stoklund Olesen
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-22Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer
2012-02-22Add Foreach LoopDavid Greene
2012-02-22Fix typos.Jakob Stoklund Olesen
2012-02-22Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth