| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove debugging code. | Jakob Stoklund Olesen | 2010-12-14 | 1 | -66/+0 |
* | Introduce a new PartialAlias response for AliasAnalysis. For most | Dan Gohman | 2010-12-10 | 1 | -2/+3 |
* | Fixed version of 121434 with no new memory leaks. | Rafael Espindola | 2010-12-10 | 8 | -23/+135 |
* | Mach-O/ARM: Add relocation type enumeration. | Daniel Dunbar | 2010-12-10 | 1 | -0/+12 |
* | Mach-O: Tweak field name. | Daniel Dunbar | 2010-12-10 | 1 | -1/+1 |
* | Remove dead header. | Nick Lewycky | 2010-12-10 | 1 | -59/+0 |
* | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola | 2010-12-10 | 8 | -135/+23 |
* | Initial support for the cfi directives. This is just enough to get | Rafael Espindola | 2010-12-09 | 8 | -23/+135 |
* | Fix an issue in some Thumb fixups, where the effective PC address needs to be... | Owen Anderson | 2010-12-09 | 1 | -1/+4 |
* | Fix whitespace. | Michael J. Spencer | 2010-12-09 | 1 | -1/+1 |
* | Support: Move c_str from SmallVector back to SmallString and add a free standing | Michael J. Spencer | 2010-12-09 | 2 | -7/+7 |
* | Support/FileSystem: Change file_status predicate functions that cannot fail to | Michael J. Spencer | 2010-12-09 | 1 | -31/+34 |
* | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer | 2010-12-09 | 3 | -20/+27 |
* | Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi... | Lang Hames | 2010-12-08 | 1 | -1/+2 |
* | Add support to create debug info for functions and methods. | Devang Patel | 2010-12-08 | 1 | -0/+52 |
* | Add support to create class type. | Devang Patel | 2010-12-08 | 2 | -2/+21 |
* | Generalize PostRAHazardRecognizer so it can be used in any pass for | Andrew Trick | 2010-12-08 | 1 | -19/+30 |
* | Stub out RegAllocGreedy. | Jakob Stoklund Olesen | 2010-12-08 | 2 | -0/+6 |
* | Add support to create vector, array, enums etc... | Devang Patel | 2010-12-08 | 1 | -1/+86 |
* | Let target asm backends see assembler flags as they go by. Use that to handle | Jim Grosbach | 2010-12-08 | 1 | -0/+5 |
* | Global variable does not need linkage name. | Devang Patel | 2010-12-08 | 1 | -3/+1 |
* | Add support to create local variable's debug info. | Devang Patel | 2010-12-07 | 1 | -0/+19 |
* | Layout each section independently. With the testcase in PR8711: | Rafael Espindola | 2010-12-07 | 2 | -7/+2 |
* | Add support to create variables, structs etc.. using DIBuilder. | Devang Patel | 2010-12-07 | 2 | -5/+147 |
* | Fix begin() and end() on const IntervalMap. | Jakob Stoklund Olesen | 2010-12-07 | 1 | -4/+5 |
* | Missed a spot removing Alarm. | Michael J. Spencer | 2010-12-07 | 1 | -1/+0 |
* | Support: Remove Alarm. It is unused (via local grep and google code search). | Michael J. Spencer | 2010-12-07 | 1 | -51/+0 |
* | Support/PathV2: Remove const from bool return types. | Michael J. Spencer | 2010-12-07 | 1 | -10/+10 |
* | Fix spelling. | Michael J. Spencer | 2010-12-07 | 1 | -1/+1 |
* | Support: Remove DynamicLinker.h. It is unused and unimplemented. | Michael J. Spencer | 2010-12-07 | 1 | -40/+0 |
* | Support/PathV2: Change most functions in the path namespace to return their work | Michael J. Spencer | 2010-12-07 | 1 | -46/+42 |
* | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 2 | -16/+16 |
* | Support/PathV2: Remove the error_code return type from all functions in the path | Michael J. Spencer | 2010-12-07 | 1 | -81/+24 |
* | Support/PathV2: Move make_absolute from path to fs. | Michael J. Spencer | 2010-12-07 | 2 | -13/+13 |
* | Support/PathV2: Clarify and correct documentation. | Michael J. Spencer | 2010-12-07 | 1 | -3/+4 |
* | Support/PathV2: Move current_path from path to fs and fix the Unix implementa... | Michael J. Spencer | 2010-12-07 | 2 | -9/+7 |
* | Sorry for such a large commit. The summary is that only MachO cares about the | Rafael Espindola | 2010-12-07 | 5 | -46/+13 |
* | Use references to simplify the code a bit. | Rafael Espindola | 2010-12-06 | 1 | -4/+4 |
* | Remove the instruction fragment to data fragment lowering since it was causing | Rafael Espindola | 2010-12-06 | 3 | -12/+4 |
* | Second try at making direct object emission produce the same results | Rafael Espindola | 2010-12-06 | 1 | -0/+6 |
* | Revert previous two patches while I try to find out how to make both | Rafael Espindola | 2010-12-06 | 1 | -5/+0 |
* | Add an EmitAbsValue helper method and use it in cases where we want to be sure | Rafael Espindola | 2010-12-06 | 1 | -0/+5 |
* | Fix clang warning: "extra ';' inside a class [-pedantic]". | Frits van Bommel | 2010-12-06 | 1 | -1/+1 |
* | Support/FileSystem: Add directory_iterator implementation. | Michael J. Spencer | 2010-12-06 | 1 | -10/+45 |
* | Support/ADT: Move c_str() from SmallString to SmallVectorImpl. The Windows Pa... | Michael J. Spencer | 2010-12-06 | 2 | -6/+6 |
* | Remove the getAddress getter, initialize Ordinal in the constructor and use | Rafael Espindola | 2010-12-06 | 1 | -2/+0 |
* | Add a getSymbolOffset method and use it in the ELF writer. | Rafael Espindola | 2010-12-06 | 1 | -0/+4 |
* | Fix PR8728, a miscompilation I recently introduced. When optimizing | Chris Lattner | 2010-12-06 | 1 | -0/+5 |
* | add a helper method. | Chris Lattner | 2010-12-06 | 1 | -0/+5 |
* | Remember the contents of leb and dwarfline fragments when relaxing. This avoids | Rafael Espindola | 2010-12-04 | 2 | -16/+8 |