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