aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check if ErrMsg is null. This fixes the "not" command.Dan Gohman2010-10-291-6/+11
* Fix these error messages to be less confusing. These errorDan Gohman2010-10-291-9/+5
* Make Program::Wait differentiate execution failure due to the fileDan Gohman2010-10-294-11/+16
* Revert 117660. Apparently it's not as trivial as that...Jim Grosbach2010-10-291-2/+2
* Simplify.Devang Patel2010-10-291-22/+11
* Make Program::Wait provide an error message string for errorsDan Gohman2010-10-291-9/+19
* ARM addrmode5 instructions have neither writeback nor post-indexed modes.Jim Grosbach2010-10-291-2/+2
* Check for (unlikely) errors from FindExecutable.Dan Gohman2010-10-291-1/+8
* Fix these error messages to not mention PATH in cases whereDan Gohman2010-10-291-6/+6
* Delete this obsolete comment.Dan Gohman2010-10-291-4/+0
* Trailing whitespace.Jim Grosbach2010-10-291-30/+30
* ARMAsmParser: Plug a memory leak.Benjamin Kramer2010-10-291-2/+3
* Add an unreachable to silence warning - the switch is actuallyEric Christopher2010-10-291-0/+2
* unittests/CMakeLists.txt: Don't use RTTI, or linking failed.NAKAMURA Takumi2010-10-291-1/+0
* This may be an ARM target, so check for _Unwind_SjLj_Resume.Bill Wendling2010-10-291-11/+15
* test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995]NAKAMURA Takumi2010-10-291-1/+4
* Teach memdep to use pointsToConstantMemory to determine that loadsDan Gohman2010-10-292-5/+33
* Convert this test to a .s file, so that it's not sensitive to codegen changes.Owen Anderson2010-10-293-658/+138
* Add a basic testcase for TBAA-aware DSE.Dan Gohman2010-10-291-0/+43
* Fix broken equivalence class calculation. We could probably also useJakob Stoklund Olesen2010-10-291-11/+8
* Print out the connected components in the verifier after complaining about theirJakob Stoklund Olesen2010-10-292-3/+16
* Run a verification pass before any splitting to better distribute blame.Jakob Stoklund Olesen2010-10-291-0/+2
* add simple support for addrmode5 operands, allowingChris Lattner2010-10-293-10/+35
* The ARM jit cannot handle these tests as of 2010-10-27.Andrew Trick2010-10-292-0/+2
* Ignore empty blocks.Devang Patel2010-10-281-1/+1
* give better error diagnostics, for example:Chris Lattner2010-10-281-5/+20
* hook up getOpcodeName for ARM so that "llc -show-mc-inst" includesChris Lattner2010-10-282-0/+9
* Improvements to .section parsing:Rafael Espindola2010-10-282-10/+43
* most simple arm instructions match correctly now,Chris Lattner2010-10-281-0/+5
* fix the asmmatcher generator to handle targets with no RegisterPrefixChris Lattner2010-10-282-23/+40
* move a method out of line.Chris Lattner2010-10-281-13/+20
* remove the rest of hte owningptr's, no functionality change.Chris Lattner2010-10-281-57/+59
* One day, physical register live ranges will be sensible.Jakob Stoklund Olesen2010-10-281-0/+5
* Fix indentation.Devang Patel2010-10-281-5/+5
* Replace SplitKit SSA update with an iterative algorithm very similar to the oneJakob Stoklund Olesen2010-10-282-88/+181
* Make MachineDominators available for SplitEditor. We are going to need it forJakob Stoklund Olesen2010-10-284-8/+21
* Add a temporary command line option to verify machine code after each spill orJakob Stoklund Olesen2010-10-281-0/+6
* Revert r117582, which reverted r77396. Searching PATH for a stringDan Gohman2010-10-281-1/+1
* Backward compatibility. Gracefully handle older versions of debug info.Devang Patel2010-10-281-0/+6
* Add support for the .string directive.Rafael Espindola2010-10-282-8/+17
* Do not work too hard to find type's file info. There is a special field to re...Devang Patel2010-10-282-4/+10
* Fix indentation.Devang Patel2010-10-281-4/+4
* Defined weak symbols should have non-zero value.Rafael Espindola2010-10-282-6/+5
* llvmc: Make ExecuteProgram() look in the driver directory first.Mikhail Glushenkov2010-10-281-3/+6
* Remove an unnecessary check and an unnecessary temporary.Mikhail Glushenkov2010-10-281-3/+2
* Revert r77396.Mikhail Glushenkov2010-10-281-1/+1
* Trailing whitespace.Mikhail Glushenkov2010-10-281-4/+4
* 80-col violations.Mikhail Glushenkov2010-10-281-5/+5
* Do not rely on context to find file info. It is already provided as a separat...Devang Patel2010-10-281-2/+8
* Fix relocations with renamed symbols.Rafael Espindola2010-10-282-5/+52