| Commit message (Expand) | Author | Age | Files | Lines |
* | If builder is initialized using an instruction as insertion point, then use t... | Devang Patel | 2011-05-04 | 1 | -0/+1 |
* | Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but | Rafael Espindola | 2011-05-04 | 1 | -5/+5 |
* | Remove dead intrinsics. | Bill Wendling | 2011-05-04 | 1 | -16/+0 |
* | Implement some basic simplifications involving min/max, for example | Duncan Sands | 2011-05-03 | 1 | -0/+93 |
* | Add a few ARM coprocessor intrinsics. Testcases included | Bruno Cardoso Lopes | 2011-05-03 | 1 | -0/+37 |
* | Fix a comment. | Bob Wilson | 2011-05-03 | 1 | -1/+1 |
* | Add an unfolded offset field to LSR's Formula record. This is used to | Dan Gohman | 2011-05-03 | 1 | -0/+8 |
* | Forgot to commit the changes to this file. | Duncan Sands | 2011-05-02 | 1 | -0/+15 |
* | Remove an unused variable in NDEBUG (found with -Wunused-variable). | Chandler Carruth | 2011-05-02 | 1 | -3/+1 |
* | Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after a... | Jakob Stoklund Olesen | 2011-05-02 | 1 | -21/+49 |
* | enhance memcpyopt to obey -fno-builtin and friends. This addresses a | Chris Lattner | 2011-05-01 | 1 | -0/+3 |
* | Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst... | NAKAMURA Takumi | 2011-05-01 | 2 | -0/+6 |
* | GCC uses a different encoding of pointers in the FDE when using | Rafael Espindola | 2011-05-01 | 4 | -6/+6 |
* | Simplify the handling of pcrel relocations on ELF. Now we do the right thing | Rafael Espindola | 2011-05-01 | 4 | -15/+7 |
* | Avoid using stale entries form the sibling value map. | Jakob Stoklund Olesen | 2011-04-30 | 1 | -0/+5 |
* | Add all the plumbing needed for MC to expand cfi to the old tables in | Rafael Espindola | 2011-04-30 | 3 | -2/+12 |
* | Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr. | Rafael Espindola | 2011-04-30 | 1 | -0/+6 |
* | Assing line number info to new PHIs created by SSA updater. | Devang Patel | 2011-04-29 | 1 | -0/+5 |
* | MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics | Daniel Dunbar | 2011-04-29 | 2 | -0/+9 |
* | Factor some code to needsCFIMoves. Avoid printing moves when we don't have to. | Rafael Espindola | 2011-04-29 | 1 | -0/+2 |
* | add a missing operator that caused us to have to use (*MIB).foo everywhere. | Chris Lattner | 2011-04-29 | 1 | -0/+1 |
* | Add an alternative implementation of CIE and FDE emission that outputs them | Rafael Espindola | 2011-04-29 | 1 | -0/+1 |
* | Add the getExprForFDESymbol method that responsible for computing the | Rafael Espindola | 2011-04-28 | 2 | -2/+4 |
* | Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall... | Ted Kremenek | 2011-04-28 | 1 | -0/+15 |
* | Remove bounded StringRef::compare() since nothing but Clang SA was using it a... | Lenny Maiorani | 2011-04-28 | 1 | -6/+0 |
* | Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when | Rafael Espindola | 2011-04-28 | 2 | -0/+10 |
* | Mark the EH symbol global or weak if the corresponding function is. | Rafael Espindola | 2011-04-28 | 1 | -0/+3 |
* | Fix typos in comments. | Jay Foad | 2011-04-28 | 1 | -2/+2 |
* | Fix more -Wnon-pod-memset warnings. | Chandler Carruth | 2011-04-28 | 1 | -2/+2 |
* | teach GVN to widen integer loads when they are overaligned, when doing an | Chris Lattner | 2011-04-28 | 1 | -0/+14 |
* | Let the immediate leaf pattern take transforms and switch the signed | Eric Christopher | 2011-04-28 | 1 | -2/+2 |
* | Add utility method to DenseMap to return the amount of memory used for its bu... | Ted Kremenek | 2011-04-28 | 1 | -0/+9 |
* | Add a small temporary hack for producing identical eh_frame sections on OS X. | Rafael Espindola | 2011-04-28 | 1 | -1/+3 |
* | Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.eh | Rafael Espindola | 2011-04-28 | 1 | -0/+4 |
* | Teach dwarf writer to handle complex address expression for .debug_loc entries. | Devang Patel | 2011-04-28 | 1 | -0/+4 |
* | silence some -Wnon-pod-memset warnings, since std::pair is not POD. | Chris Lattner | 2011-04-28 | 1 | -2/+2 |
* | Remove unnecessary argument. | Rafael Espindola | 2011-04-27 | 2 | -6/+6 |
* | Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and | Rafael Espindola | 2011-04-27 | 2 | -2/+15 |
* | Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co... | Eli Friedman | 2011-04-27 | 1 | -0/+4 |
* | Remove unused function. | Eli Friedman | 2011-04-27 | 1 | -9/+0 |
* | Revert r130178. It turned out to be not the optimal path to emit complex loca... | Devang Patel | 2011-04-27 | 1 | -2/+1 |
* | When analyzing functions known to only access argument pointees, | Dan Gohman | 2011-04-27 | 1 | -1/+1 |
* | Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last | Rafael Espindola | 2011-04-27 | 2 | -2/+5 |
* | Be careful about scheduling nodes above previous calls. It increase usages of | Evan Cheng | 2011-04-26 | 1 | -3/+4 |
* | make a couple of changes to the standard pass pipeline: | Chris Lattner | 2011-04-26 | 1 | -3/+5 |
* | add an m_ConstantInt matching predicate that binds to a uint64_t, and add an ... | Chris Lattner | 2011-04-26 | 1 | -0/+35 |
* | Use the new TRI->getLargestLegalSuperClass hook to constrain register class i... | Jakob Stoklund Olesen | 2011-04-26 | 1 | -5/+5 |
* | Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist... | Jakob Stoklund Olesen | 2011-04-26 | 1 | -0/+11 |
* | Fix an off by one error while accessing complex address element of a DIVariable. | Devang Patel | 2011-04-26 | 1 | -1/+3 |
* | Enhance MemDep: When alias analysis returns a partial alias result, | Chris Lattner | 2011-04-26 | 1 | -0/+5 |