summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [Object]David Meyer2012-03-01
* Move getBundleStart() into MachineInstrBundle.h.Jakob Stoklund Olesen2012-03-01
* BitstreamWriter: Use SmallVector::append instead of multiple push_back calls.Daniel Dunbar2012-02-29
* BitstreamWriter: Change primary output buffer to be a SmallVector instead of anDaniel Dunbar2012-02-29
* BitstreamWriter: Isolate access to the underlying buffer.Daniel Dunbar2012-02-29
* BitcodeWriter: Expose less implementation details -- make BackpatchWord privateDaniel Dunbar2012-02-29
* Bitcode: Don't expose WriteBitcodeToStream to clients.Daniel Dunbar2012-02-29
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-29
* Add an analyzeVirtReg() function.Jakob Stoklund Olesen2012-02-29
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Move the operand iterator into MachineInstrBundle.h where it belongs.Jakob Stoklund Olesen2012-02-29
* Instructions inside a bundle have the same number as the bundle itself.Jakob Stoklund Olesen2012-02-28
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-28
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...Evan Cheng2012-02-28
* Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...Daniel Dunbar2012-02-28
* Some ARM implementaions, e.g. A-series, does return stack prediction. That is,Evan Cheng2012-02-28
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-28
* Remove duplicate copy of Object/ELF.h that somehow managed to get in.Michael J. Spencer2012-02-27
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* Move "clang/Analysis/Support/SaveAndRestore.h" to "llvm/ADT/SaveAndRestore.h"Argyrios Kyrtzidis2012-02-27
* Fix PR12089Derek Schuff2012-02-27
* Add a MachineOperand iterator class.Jakob Stoklund Olesen2012-02-27
* Help the compiler to eliminate some dead code when hashing an array of TJay Foad2012-02-27
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-26
* Don't call dominates on unreachable instructions.Rafael Espindola2012-02-26
* Move isKnownNonNull from private implementation detail of BasicAA to a publicNick Lewycky2012-02-25
* Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. TheseChad Rosier2012-02-25
* Replace a DenseSet with SmallPtrSet.Benjamin Kramer2012-02-23
* Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...Benjamin Kramer2012-02-23
* The implementation of GeneralHash::addBits broke C++ aliasing rules; fixJay Foad2012-02-23
* Remove 'if' from getSuperRegisters, getSubRegisters, and getOverlaps that wer...Craig Topper2012-02-23
* GCC warns about a comparison between signed and unsigned values.Duncan Sands2012-02-23
* PostRASched: Convert physreg def/use tracking to Jakob's SparseSet.Andrew Trick2012-02-23
* Track reserved registers separately from RegsAvailable.Jakob Stoklund Olesen2012-02-23
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-22
* Properly emit _fltused with FastISel. Refactor to share code with SDAG.Michael J. Spencer2012-02-22
* Add Foreach LoopDavid Greene2012-02-22
* Fix typos.Jakob Stoklund Olesen2012-02-22
* Support was removed from LLVM's MIPS backend for the PSP variant of thatChandler Carruth2012-02-22
* Initialize SUnits before DAG building.Andrew Trick2012-02-22
* Make all pointers to TargetRegisterClass const since they are all pointers to...Craig Topper2012-02-22
* ADT/SparseSet.h: Fix up header dependencies.NAKAMURA Takumi2012-02-22
* Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen2012-02-22
* Add API "handleMoveIntoBundl" for updating liveness when moving instructions ...Lang Hames2012-02-21
* Pull the parsing helper functions out of the Triple interface entirely.Chandler Carruth2012-02-21
* Clean up comments that I missed when changing the triple representation.Chandler Carruth2012-02-21
* Reorder some members in MCRegisterClass to remove padding on 64-bit builds.Craig Topper2012-02-21
* In generated RegisterInfo files, replace a pointer to the end of an array wit...Craig Topper2012-02-21
* Merge some tables in generated RegisterInfo file. Store indices into larger t...Craig Topper2012-02-21