summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Fix spelling.Michael J. Spencer2010-12-07
* Support: Remove DynamicLinker.h. It is unused and unimplemented.Michael J. Spencer2010-12-07
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-07
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-07
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-07
* Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2010-12-07
* Support/PathV2: Clarify and correct documentation.Michael J. Spencer2010-12-07
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-07
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-07
* Use references to simplify the code a bit.Rafael Espindola2010-12-06
* Remove the instruction fragment to data fragment lowering since it was causingRafael Espindola2010-12-06
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-06
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-06
* Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola2010-12-06
* Fix clang warning: "extra ';' inside a class [-pedantic]".Frits van Bommel2010-12-06
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-06
* Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows Pa...Michael J. Spencer2010-12-06
* Remove the getAddress getter, initialize Ordinal in the constructor and useRafael Espindola2010-12-06
* Add a getSymbolOffset method and use it in the ELF writer.Rafael Espindola2010-12-06
* Fix PR8728, a miscompilation I recently introduced. When optimizingChris Lattner2010-12-06
* add a helper method.Chris Lattner2010-12-06
* Remember the contents of leb and dwarfline fragments when relaxing. This avoidsRafael Espindola2010-12-04
* APInt: microoptimize a few methods.Benjamin Kramer2010-12-04
* Simplify APInt::getAllOnesValue.Benjamin Kramer2010-12-04
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-04
* Support/SystemError: Make error_category and error_code auto-bool-conversion-...Michael J. Spencer2010-12-04
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-04
* Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limitedJakob Stoklund Olesen2010-12-03
* Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s.Michael J. Spencer2010-12-03
* Fix paste-o in ExtractValueInst::getIndexedType() comments.Frits van Bommel2010-12-03
* Apparently OS X 10.4 doesn't have __crashreporter_info__.Eric Christopher2010-12-03
* Make EmitIntValue more efficient and more like what we do for leb128. TheRafael Espindola2010-12-03
* Support/FileSystem: Add unique_file and exists implementations.Michael J. Spencer2010-12-03
* Support/FileSystem: Remove temp_directory_path.Michael J. Spencer2010-12-03
* clarify commentChris Lattner2010-12-03
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-03
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-02
* Move EmitValueToOffset to the ObjectStreamer.Rafael Espindola2010-12-02
* Add EmitInstToFragment to the generic object streamer.Rafael Espindola2010-12-02
* The sections that the ELF object writer has to create are very simple andRafael Espindola2010-12-02
* tidy upChris Lattner2010-12-02
* If tehre are not any line entry then do not try to emit .debug_line section.Devang Patel2010-12-02
* Implement the first half of LiveDebugVariables.Jakob Stoklund Olesen2010-12-02
* Remove unused argument.Rafael Espindola2010-12-01
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-01
* Support/ADT/Twine: Add toNullTerminatedStringRef.Michael J. Spencer2010-12-01
* Support/PathV2: Split PathV2.h into PathV2.h and FileSystem.h.Michael J. Spencer2010-12-01
* PR5207: Rename overloaded APInt methods set(), clear(), flip() toJay Foad2010-12-01