summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* If builder is initialized using an instruction as insertion point, then use t...Devang Patel2011-05-041-0/+1
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-041-5/+5
* Remove dead intrinsics.Bill Wendling2011-05-041-16/+0
* Implement some basic simplifications involving min/max, for exampleDuncan Sands2011-05-031-0/+93
* Add a few ARM coprocessor intrinsics. Testcases includedBruno Cardoso Lopes2011-05-031-0/+37
* Fix a comment.Bob Wilson2011-05-031-1/+1
* Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman2011-05-031-0/+8
* Forgot to commit the changes to this file.Duncan Sands2011-05-021-0/+15
* Remove an unused variable in NDEBUG (found with -Wunused-variable).Chandler Carruth2011-05-021-3/+1
* Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after a...Jakob Stoklund Olesen2011-05-021-21/+49
* enhance memcpyopt to obey -fno-builtin and friends. This addresses aChris Lattner2011-05-011-0/+3
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-012-0/+6
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-014-6/+6
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-014-15/+7
* Avoid using stale entries form the sibling value map.Jakob Stoklund Olesen2011-04-301-0/+5
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-303-2/+12
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-301-0/+6
* Assing line number info to new PHIs created by SSA updater.Devang Patel2011-04-291-0/+5
* MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar2011-04-292-0/+9
* Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.Rafael Espindola2011-04-291-0/+2
* add a missing operator that caused us to have to use (*MIB).foo everywhere.Chris Lattner2011-04-291-0/+1
* Add an alternative implementation of CIE and FDE emission that outputs themRafael Espindola2011-04-291-0/+1
* Add the getExprForFDESymbol method that responsible for computing theRafael Espindola2011-04-282-2/+4
* Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall...Ted Kremenek2011-04-281-0/+15
* Remove bounded StringRef::compare() since nothing but Clang SA was using it a...Lenny Maiorani2011-04-281-6/+0
* Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola2011-04-282-0/+10
* Mark the EH symbol global or weak if the corresponding function is.Rafael Espindola2011-04-281-0/+3
* Fix typos in comments.Jay Foad2011-04-281-2/+2
* Fix more -Wnon-pod-memset warnings.Chandler Carruth2011-04-281-2/+2
* teach GVN to widen integer loads when they are overaligned, when doing an Chris Lattner2011-04-281-0/+14
* Let the immediate leaf pattern take transforms and switch the signedEric Christopher2011-04-281-2/+2
* Add utility method to DenseMap to return the amount of memory used for its bu...Ted Kremenek2011-04-281-0/+9
* Add a small temporary hack for producing identical eh_frame sections on OS X.Rafael Espindola2011-04-281-1/+3
* Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.ehRafael Espindola2011-04-281-0/+4
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-281-0/+4
* silence some -Wnon-pod-memset warnings, since std::pair is not POD.Chris Lattner2011-04-281-2/+2
* Remove unnecessary argument.Rafael Espindola2011-04-272-6/+6
* Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, andRafael Espindola2011-04-272-2/+15
* Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co...Eli Friedman2011-04-271-0/+4
* Remove unused function.Eli Friedman2011-04-271-9/+0
* Revert r130178. It turned out to be not the optimal path to emit complex loca...Devang Patel2011-04-271-2/+1
* When analyzing functions known to only access argument pointees,Dan Gohman2011-04-271-1/+1
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-272-2/+5
* Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng2011-04-261-3/+4
* make a couple of changes to the standard pass pipeline:Chris Lattner2011-04-261-3/+5
* add an m_ConstantInt matching predicate that binds to a uint64_t, and add an ...Chris Lattner2011-04-261-0/+35
* Use the new TRI->getLargestLegalSuperClass hook to constrain register class i...Jakob Stoklund Olesen2011-04-261-5/+5
* Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...Jakob Stoklund Olesen2011-04-261-0/+11
* Fix an off by one error while accessing complex address element of a DIVariable.Devang Patel2011-04-261-1/+3
* Enhance MemDep: When alias analysis returns a partial alias result,Chris Lattner2011-04-261-0/+5