summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-04
* Teach the hashing facilities how to hash std::string objects.Chandler Carruth2012-03-04
* Use uint16_t instead of unsigned to store registers in reg classes. Reduces s...Craig Topper2012-03-04
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-04
* Enable the small vector POD optimization for BitCodeAbbrevOp.Benjamin Kramer2012-03-03
* hash_state: Don't use initialization target during initialization.Daniel Dunbar2012-03-03
* Fix indentation.Benjamin Kramer2012-03-02
* Tidy up. Trailing whitespace.Jim Grosbach2012-03-02
* Hashing: microoptimize a truncate on 64 bit away. This currently blocks dead ...Benjamin Kramer2012-03-02
* delete dead code, patch by Michael Spencer.Jia Liu2012-03-02
* Make the hashing algorithm Endian neutral. This is a bit annoying, butChandler Carruth2012-03-02
* Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth2012-03-02
* Add a header that was technically missing to see if this gets theChandler Carruth2012-03-02
* We really want to hash pairs of directly-hashable data as directlyChandler Carruth2012-03-02
* Add support for hashing pairs by delegating to each sub-object. There isChandler Carruth2012-03-02
* Grammar-o in function name.Eric Christopher2012-03-02
* Remove the misguided extension here that reserved two special values inChandler Carruth2012-03-02
* [Object]David Meyer2012-03-01
* Fix two warnings in this code that I missed.Chandler Carruth2012-03-01
* Move include/llvm/ADT/SaveAndRestore.h -> include/llvm/Support/SaveAndRestore.hArgyrios Kyrtzidis2012-03-01
* Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth2012-03-01
* Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it.Benjamin Kramer2012-03-01
* Move TargetRegisterInfo::getSubReg() to MCRegisterInfo.Jim Grosbach2012-03-01
* Make TargetRegisterClasses non-virtual by making the only virtual function a ...Benjamin Kramer2012-03-01
* Make InlineSpiller bundle-aware.Jakob Stoklund Olesen2012-03-01
* [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