| Commit message (Expand) | Author | Age | Files | Lines |
* | MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler. | Ahmed Bougacha | 2013-08-21 | 1 | -0/+9 |
* | MC CFG: Add MCObjectDisassembler Mach-O implementation. | Ahmed Bougacha | 2013-08-21 | 1 | -0/+31 |
* | Add Mach-O entry_point_command declaration. | Ahmed Bougacha | 2013-08-21 | 1 | -0/+7 |
* | MC CFG: Add "dynamic disassembly" support to MCObjectDisassembler. | Ahmed Bougacha | 2013-08-21 | 1 | -0/+16 |
* | MC CFG: Add MCObjectDisassembler support for entrypoint + static ctors. | Ahmed Bougacha | 2013-08-21 | 1 | -4/+24 |
* | MC CFG: Split MCBasicBlocks to mirror atom splitting. | Ahmed Bougacha | 2013-08-21 | 2 | -0/+23 |
* | MC CFG: Add a few needed methods, mainly MCModule::findFirstAtomAfter. | Ahmed Bougacha | 2013-08-21 | 2 | -0/+10 |
* | MC: ObjectSymbolizer can now recognize external function stubs. | Ahmed Bougacha | 2013-08-21 | 1 | -0/+5 |
* | MC: Refactor ObjectSymbolizer to make relocation/section info generation lazy. | Ahmed Bougacha | 2013-08-21 | 1 | -13/+14 |
* | MC CFG: Add entrypoint address to MCModule. | Ahmed Bougacha | 2013-08-21 | 1 | -1/+7 |
* | MC CFG: Add more MCFunction container methods (find, empty). | Ahmed Bougacha | 2013-08-21 | 1 | -2/+8 |
* | MC CFG: Keep pointer to parent MCModule in created MCFunctions. | Ahmed Bougacha | 2013-08-21 | 2 | -5/+7 |
* | MC CFG: uint64_t -> size_t for vector size. | Ahmed Bougacha | 2013-08-21 | 1 | -1/+1 |
* | MC CFG: Add a getter for MCDataAtom's data array. | Ahmed Bougacha | 2013-08-21 | 1 | -1/+5 |
* | DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pub... | David Majnemer | 2013-08-21 | 1 | -1/+3 |
* | Move #includes from .h to .cpp file. | Jakub Staszak | 2013-08-21 | 1 | -2/+0 |
* | Add some constantness. | Jakub Staszak | 2013-08-20 | 2 | -3/+5 |
* | Fix include guards. | Jakub Staszak | 2013-08-20 | 2 | -4/+4 |
* | [mips][msa] Removed fcge, fcgt, fsge, fsgt | Daniel Sanders | 2013-08-20 | 1 | -20/+0 |
* | [SystemZ] Use SRST to optimize memchr | Richard Sandiford | 2013-08-20 | 2 | -0/+13 |
* | [mips][msa] Added insve | Daniel Sanders | 2013-08-20 | 1 | -0/+17 |
* | [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v | Daniel Sanders | 2013-08-20 | 1 | -0/+21 |
* | [stackprotector] Refactor out the end of isInTailCallPosition into the functi... | Michael Gottesman | 2013-08-20 | 1 | -0/+9 |
* | Add a llvm.copysign intrinsic | Hal Finkel | 2013-08-19 | 1 | -0/+2 |
* | Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal. | Peter Collingbourne | 2013-08-19 | 1 | -2/+8 |
* | Make sure that pop_back_val() result is used. | Jakub Staszak | 2013-08-19 | 2 | -2/+2 |
* | Fix assert with GEP ptr vector indexing structs | Matt Arsenault | 2013-08-19 | 1 | -3/+8 |
* | Add definition of __warn_unused_result__ attribute. It will be used in the | Jakub Staszak | 2013-08-19 | 1 | -0/+6 |
* | Introduce SpecialCaseList::isIn overload for GlobalAliases. | Peter Collingbourne | 2013-08-19 | 1 | -0/+9 |
* | AVX-512: compiler intrinsics | Elena Demikhovsky | 2013-08-19 | 1 | -0/+263 |
* | Remove SpecialCaseList::findCategory. | Peter Collingbourne | 2013-08-19 | 1 | -16/+0 |
* | The vbroadcastsi256 intrinsic does not exactly resemble the GCC | Juergen Ributzka | 2013-08-17 | 1 | -1/+0 |
* | [typo] An LLVM. | Daniel Dunbar | 2013-08-16 | 3 | -3/+3 |
* | I'm told that != is not == | Chris Lattner | 2013-08-16 | 1 | -1/+1 |
* | allow != to compare PointerUnion, we already support ==. | Chris Lattner | 2013-08-16 | 1 | -2/+9 |
* | Add difference_type to ImmutableMap/Set iterators so they have a complete set... | Benjamin Kramer | 2013-08-16 | 2 | -0/+2 |
* | DebugInfo: Allow the addition of other (such as static data) members to a rec... | David Blaikie | 2013-08-16 | 2 | -4/+6 |
* | Removing unused functionality. | Aaron Ballman | 2013-08-16 | 1 | -10/+0 |
* | [SystemZ] Use SRST to implement strlen and strnlen | Richard Sandiford | 2013-08-16 | 2 | -1/+14 |
* | [SystemZ] Use MVST to implement strcpy and stpcpy | Richard Sandiford | 2013-08-16 | 2 | -1/+17 |
* | [SystemZ] Use CLST to implement strcmp | Richard Sandiford | 2013-08-16 | 2 | -1/+15 |
* | Calling the base class constructor from the derived class' initializer list. ... | Aaron Ballman | 2013-08-16 | 1 | -2/+2 |
* | Tighten up the yamilizer so it stops eliding empty sequences if the embedded ... | Aaron Ballman | 2013-08-15 | 1 | -2/+4 |
* | Make a few more things const. | Bill Wendling | 2013-08-15 | 1 | -1/+1 |
* | Drive-by fix for a doxygen comment in MachineInstr.h. | Joey Gouly | 2013-08-15 | 1 | -2/+2 |
* | [Mips][msa] Added the simple builtins (madd_q to xori) | Jack Carter | 2013-08-15 | 1 | -0/+396 |
* | [Mips][msa] Added the simple builtins (fadd to ftq) | Jack Carter | 2013-08-15 | 2 | -0/+208 |
* | [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi) | Jack Carter | 2013-08-15 | 1 | -0/+443 |
* | Auto-compute live intervals on demand. | Mark Lacey | 2013-08-14 | 2 | -11/+30 |
* | Add the MachineInstrSpan class. | Mark Lacey | 2013-08-14 | 1 | -0/+25 |