summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...Lang Hames2010-12-08
* Add support to create debug info for functions and methods.Devang Patel2010-12-08
* Add support to create class type.Devang Patel2010-12-08
* Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick2010-12-08
* Stub out RegAllocGreedy.Jakob Stoklund Olesen2010-12-08
* Add support to create vector, array, enums etc...Devang Patel2010-12-08
* Let target asm backends see assembler flags as they go by. Use that to handleJim Grosbach2010-12-08
* Global variable does not need linkage name.Devang Patel2010-12-08
* Add support to create local variable's debug info.Devang Patel2010-12-07
* Layout each section independently. With the testcase in PR8711:Rafael Espindola2010-12-07
* Add support to create variables, structs etc.. using DIBuilder.Devang Patel2010-12-07
* Fix begin() and end() on const IntervalMap.Jakob Stoklund Olesen2010-12-07
* Missed a spot removing Alarm.Michael J. Spencer2010-12-07
* Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer2010-12-07
* Support/PathV2: Remove const from bool return types.Michael J. Spencer2010-12-07
* 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