Age | Commit message (Expand) | Author |
2010-12-08 | Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi... | Lang Hames |
2010-12-08 | Add support to create debug info for functions and methods. | Devang Patel |
2010-12-08 | Add support to create class type. | Devang Patel |
2010-12-08 | Generalize PostRAHazardRecognizer so it can be used in any pass for | Andrew Trick |
2010-12-08 | Stub out RegAllocGreedy. | Jakob Stoklund Olesen |
2010-12-08 | Add support to create vector, array, enums etc... | Devang Patel |
2010-12-08 | Let target asm backends see assembler flags as they go by. Use that to handle | Jim Grosbach |
2010-12-08 | Global variable does not need linkage name. | Devang Patel |
2010-12-07 | Add support to create local variable's debug info. | Devang Patel |
2010-12-07 | Layout each section independently. With the testcase in PR8711: | Rafael Espindola |
2010-12-07 | Add support to create variables, structs etc.. using DIBuilder. | Devang Patel |
2010-12-07 | Fix begin() and end() on const IntervalMap. | Jakob Stoklund Olesen |
2010-12-07 | Missed a spot removing Alarm. | Michael J. Spencer |
2010-12-07 | Support: Remove Alarm. It is unused (via local grep and google code search). | Michael J. Spencer |
2010-12-07 | Support/PathV2: Remove const from bool return types. | Michael J. Spencer |
2010-12-07 | Fix spelling. | Michael J. Spencer |
2010-12-07 | Support: Remove DynamicLinker.h. It is unused and unimplemented. | Michael J. Spencer |
2010-12-07 | Support/PathV2: Change most functions in the path namespace to return their work | Michael J. Spencer |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-07 | Support/PathV2: Remove the error_code return type from all functions in the path | Michael J. Spencer |
2010-12-07 | Support/PathV2: Move make_absolute from path to fs. | Michael J. Spencer |
2010-12-07 | Support/PathV2: Clarify and correct documentation. | Michael J. Spencer |
2010-12-07 | Support/PathV2: Move current_path from path to fs and fix the Unix implementa... | Michael J. Spencer |
2010-12-07 | Sorry for such a large commit. The summary is that only MachO cares about the | Rafael Espindola |
2010-12-06 | Use references to simplify the code a bit. | Rafael Espindola |
2010-12-06 | Remove the instruction fragment to data fragment lowering since it was causing | Rafael Espindola |
2010-12-06 | Second try at making direct object emission produce the same results | Rafael Espindola |
2010-12-06 | Revert previous two patches while I try to find out how to make both | Rafael Espindola |
2010-12-06 | Add an EmitAbsValue helper method and use it in cases where we want to be sure | Rafael Espindola |
2010-12-06 | Fix clang warning: "extra ';' inside a class [-pedantic]". | Frits van Bommel |
2010-12-06 | Support/FileSystem: Add directory_iterator implementation. | Michael J. Spencer |
2010-12-06 | Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows Pa... | Michael J. Spencer |
2010-12-06 | Remove the getAddress getter, initialize Ordinal in the constructor and use | Rafael Espindola |
2010-12-06 | Add a getSymbolOffset method and use it in the ELF writer. | Rafael Espindola |
2010-12-06 | Fix PR8728, a miscompilation I recently introduced. When optimizing | Chris Lattner |
2010-12-06 | add a helper method. | Chris Lattner |
2010-12-04 | Remember the contents of leb and dwarfline fragments when relaxing. This avoids | Rafael Espindola |
2010-12-04 | APInt: microoptimize a few methods. | Benjamin Kramer |
2010-12-04 | Simplify APInt::getAllOnesValue. | Benjamin Kramer |
2010-12-04 | There are two reasons why we might want to use | Rafael Espindola |
2010-12-04 | Support/FileSystem: Add status implementation. | Michael J. Spencer |
2010-12-04 | Support/SystemError: Make error_category and error_code auto-bool-conversion-... | Michael J. Spencer |
2010-12-04 | Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid | Rafael Espindola |
2010-12-03 | Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited | Jakob Stoklund Olesen |
2010-12-03 | Support/FileSystem: Fix MinGW build. It doesn't have _chsize_s. | Michael J. Spencer |
2010-12-03 | Fix paste-o in ExtractValueInst::getIndexedType() comments. | Frits van Bommel |
2010-12-03 | Apparently OS X 10.4 doesn't have __crashreporter_info__. | Eric Christopher |
2010-12-03 | Make EmitIntValue more efficient and more like what we do for leb128. The | Rafael Espindola |
2010-12-03 | Support/FileSystem: Add unique_file and exists implementations. | Michael J. Spencer |
2010-12-03 | Support/FileSystem: Remove temp_directory_path. | Michael J. Spencer |