summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth2013-08-22
* Clean up the doxygen formatting of the comments on the strip* methods onChandler Carruth2013-08-22
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* ADT/Triple: Helper to determine if we are targeting the Windows CRTDavid Majnemer2013-08-21
* Basic unit tests for PointerUnionDavid Blaikie2013-08-21
* MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation]NAKAMURA Takumi2013-08-21
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-21
* MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add MCObjectDisassembler Mach-O implementation.Ahmed Bougacha2013-08-21
* Add Mach-O entry_point_command declaration.Ahmed Bougacha2013-08-21
* MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler.Ahmed Bougacha2013-08-21
* MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors.Ahmed Bougacha2013-08-21
* MC CFG: Split MCBasicBlocks to mirror atom splitting.Ahmed Bougacha2013-08-21
* MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter.Ahmed Bougacha2013-08-21
* MC: ObjectSymbolizer can now recognize external function stubs.Ahmed Bougacha2013-08-21
* MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy.Ahmed Bougacha2013-08-21
* MC CFG: Add entrypoint address to MCModule.Ahmed Bougacha2013-08-21
* MC CFG: Add more MCFunction container methods (find, empty).Ahmed Bougacha2013-08-21
* MC CFG: Keep pointer to parent MCModule in created MCFunctions.Ahmed Bougacha2013-08-21
* MC CFG: uint64_t -> size_t for vector size.Ahmed Bougacha2013-08-21
* MC CFG: Add a getter for MCDataAtom's data array.Ahmed Bougacha2013-08-21
* DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub...David Majnemer2013-08-21
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-21
* Add some constantness.Jakub Staszak2013-08-20
* Fix include guards.Jakub Staszak2013-08-20
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-20
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-20
* [mips][msa] Added insveDaniel Sanders2013-08-20
* [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.vDaniel Sanders2013-08-20
* [stackprotector] Refactor out the end of isInTailCallPosition into the functi...Michael Gottesman2013-08-20
* Add a llvm.copysign intrinsicHal Finkel2013-08-19
* Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal.Peter Collingbourne2013-08-19
* Make sure that pop_back_val() result is used.Jakub Staszak2013-08-19
* Fix assert with GEP ptr vector indexing structsMatt Arsenault2013-08-19
* Add definition of __warn_unused_result__ attribute. It will be used in theJakub Staszak2013-08-19
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-19
* AVX-512: compiler intrinsicsElena Demikhovsky2013-08-19
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-19
* The vbroadcastsi256 intrinsic does not exactly resemble the GCCJuergen Ributzka2013-08-17
* [typo] An LLVM.Daniel Dunbar2013-08-16
* I'm told that != is not ==Chris Lattner2013-08-16
* allow != to compare PointerUnion, we already support ==.Chris Lattner2013-08-16
* Add difference_type to ImmutableMap/Set iterators so they have a complete set...Benjamin Kramer2013-08-16
* DebugInfo: Allow the addition of other (such as static data) members to a rec...David Blaikie2013-08-16
* Removing unused functionality.Aaron Ballman2013-08-16
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-16
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-16
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-16
* Calling the base class constructor from the derived class' initializer list. ...Aaron Ballman2013-08-16