aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-075-197/+110
* Support/PathV2: Move make_absolute from path to fs.Michael J. Spencer2010-12-074-69/+71
* Fix pcrel relocations that cross sections.Rafael Espindola2010-12-072-2/+109
* test/Archive/check_binary_output.ll: Add a new test to check output of 'llvm-...NAKAMURA Takumi2010-12-071-0/+4
* test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable...NAKAMURA Takumi2010-12-071-0/+1
* test: Add the feature 'shell' on LLVM_ON_UNIX.NAKAMURA Takumi2010-12-071-0/+4
* lib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64, specify explicit PrivateG...NAKAMURA Takumi2010-12-071-1/+3
* Temporarily revert r121100 as it's causing clang to failEric Christopher2010-12-072-108/+5
* Two things: Fix testcase to use extern - otherwise the link will alwaysEric Christopher2010-12-072-25/+36
* fix PR8710 - teach global opt that some constantexprs are too complex toChris Lattner2010-12-072-5/+108
* Remove unused member.Jakob Stoklund Olesen2010-12-071-8/+0
* Promote "enumerator in switch of enum is not handled" to level 1 warning on M...Francois Pichet2010-12-071-1/+4
* Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def...Michael J. Spencer2010-12-072-0/+14
* Support/Unix/PathV2: Return the real error from realpath instead of any errorMichael J. Spencer2010-12-071-1/+2
* Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also...Michael J. Spencer2010-12-071-1/+1
* Support/PathV2: Use SmallVector::clear instead of set_size.Michael J. Spencer2010-12-072-3/+3
* Support/PathV2: Clarify and correct documentation.Michael J. Spencer2010-12-072-3/+9
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-075-26/+22
* Add an OpReinterpret operation to TableGen's NeonEmitter.Bob Wilson2010-12-072-40/+73
* Fix whitespace.Bob Wilson2010-12-071-5/+5
* Fix a crash reduced from gcc produced assembly.Rafael Espindola2010-12-072-8/+126
* Second attempt at converting Thumb2's LDRpci, including updating the gazillio...Owen Anderson2010-12-079-73/+102
* Add python scripts to extract debug info using LLDB and do comparison.Devang Patel2010-12-072-0/+207
* Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel2010-12-071-1/+59
* Sorry for such a large commit. The summary is that only MachO cares about theRafael Espindola2010-12-0715-206/+169
* Add fixup for Thumb1 BL/BLX instructions.Jim Grosbach2010-12-067-17/+80
* Implement jump threading of 'indirectbr' by keeping track of whether we're lo...Frits van Bommel2010-12-062-46/+141
* Undefined value in reg 0 may need a marker to identify end of source range.Devang Patel2010-12-061-4/+2
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-0614-311/+241
* Use references to simplify the code a bit.Rafael Espindola2010-12-064-18/+15
* Adding bug fix that was suppose to be part of 121044.Wesley Peck2010-12-061-6/+6
* Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.Wesley Peck2010-12-063-28/+28
* Refactor ELFObjectWriter.Jason W Kim2010-12-061-216/+106
* replace a linear scan with a symtab lookup, reduce indentation.Chris Lattner2010-12-061-38/+38
* use getSymbolOffset.Rafael Espindola2010-12-061-1/+1
* Use a stronger predicate here, pointed out by DuncanChris Lattner2010-12-061-1/+1
* add some DEBUG statements.Chris Lattner2010-12-061-3/+14
* Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.Wesley Peck2010-12-062-49/+87
* Another use of getSymbolOffset.Rafael Espindola2010-12-061-4/+8
* Remove the instruction fragment to data fragment lowering since it was causingRafael Espindola2010-12-068-128/+60
* Revert r121021, which broke the buildbots.Owen Anderson2010-12-062-34/+20
* Trailing whitespace.Jim Grosbach2010-12-061-1/+1
* Improve handling of Thumb2 PC-relative loads by converting LDRpci (and friend...Owen Anderson2010-12-062-20/+34
* Encode the register operand of ARM CondCode operands correctly. ARM::CPSR ifJim Grosbach2010-12-061-2/+2
* The ARM AsmMatcher needs to know that the CCOut operand is a register value,Jim Grosbach2010-12-062-1/+27
* Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel2010-12-061-1/+1
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-069-55/+26
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-065-15/+11
* Update test for the extra =.Rafael Espindola2010-12-061-1/+1
* Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola2010-12-064-10/+14