aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More dbg_value cleanup so the presence of debug info doesn't affect code-gen.Jim Grosbach2010-06-141-2/+21
* Don't produce output only if *all* files are unused.Rafael Espindola2010-06-141-7/+7
* - Do away with SimpleHazardRecognizer.h. It's not used and offers little value.Evan Cheng2010-06-146-225/+113
* apparently lots of dupes.Chris Lattner2010-06-141-1/+1
* Avoid uncessary array copying.Evan Cheng2010-06-141-7/+19
* fix a nasty bug where we were not treating available_externallyChris Lattner2010-06-142-3/+31
* remove old test.Chris Lattner2010-06-141-30/+0
* rename testChris Lattner2010-06-141-0/+30
* jump threading can't split a critical edge from an indirectbr. ThisChris Lattner2010-06-142-1/+28
* Test case for Radar 8004649.Stuart Hastings2010-06-141-0/+8
* Fix a comment typo.Bob Wilson2010-06-141-1/+1
* fix a -Wbool-conversions warning from clang.Chris Lattner2010-06-141-1/+1
* fix a -Wbool-conversions warning from clang.Chris Lattner2010-06-141-1/+1
* Honor the SDKROOT setting when building llvm.Bob Wilson2010-06-141-2/+1
* Add back some possible optimizations for va_arg, with wording that makes itEli Friedman2010-06-141-0/+31
* Update html tutorial docs to match api changes.Eric Christopher2010-06-145-18/+18
* Make kaleidoscope use fp add/sub/mul.Eric Christopher2010-06-144-12/+12
* Add the last of the SemaChecking-gen code.Nate Begeman2010-06-141-2/+45
* Test case for r105914.Benjamin Kramer2010-06-131-0/+11
* SimplifyCFG: don't turn volatile stores to null/undef into unreachable. Fixes...Benjamin Kramer2010-06-131-0/+3
* Let SmallVector take advantage of LiveRange's podness.Benjamin Kramer2010-06-131-0/+2
* Add a helping of commentsNate Begeman2010-06-131-8/+105
* Merge getStoreRegOpcode and getLoadRegOpcode.Rafael Espindola2010-06-121-97/+47
* tests: Run macho-dump with binary unbuffered streams on Windows, I can't find...Daniel Dunbar2010-06-121-3/+3
* tests: Make macho-dump.bat actually work.Daniel Dunbar2010-06-121-1/+5
* tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to...Daniel Dunbar2010-06-123-0/+9
* lit: Replace /dev/null in scripts with temporary files on Windows.Daniel Dunbar2010-06-121-0/+17
* improve verifier error about unterminated block to includeChris Lattner2010-06-121-1/+2
* declare a class with 'class' instead of struct to avoid tag mismatch Chris Lattner2010-06-122-2/+3
* Add README entry; based on testcase from Bill Hart.Eli Friedman2010-06-121-0/+44
* make the avx intrinsics 3 addressBruno Cardoso Lopes2010-06-121-4/+12
* Add generic vector support for bitselect & element byteswapNate Begeman2010-06-122-31/+75
* Add some basic fp intrinsics for AVXBruno Cardoso Lopes2010-06-121-0/+32
* When performing the Horrible Hack(tm-Duncan) on the EH code to convert aBill Wendling2010-06-121-26/+49
* More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rmBruno Cardoso Lopes2010-06-123-0/+80
* More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rrBruno Cardoso Lopes2010-06-125-1/+98
* Allow target to provide its own hazard recognizer to post-ra scheduler.Evan Cheng2010-06-122-6/+27
* Code formatting.Evan Cheng2010-06-121-5/+3
* Add some comments about REX fieldsBruno Cardoso Lopes2010-06-121-10/+10
* More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)Bruno Cardoso Lopes2010-06-115-7/+113
* lit: Add a forgotten default argument.Daniel Dunbar2010-06-111-1/+1
* tests: Add wrapper script for calling macho-dump on Win32.Daniel Dunbar2010-06-111-0/+3
* lit: When running Tcl style tests on Windows, substitute slashes to avoid TclDaniel Dunbar2010-06-111-6/+17
* Add a missing bitcast. This code used to only handle conversions betweenBob Wilson2010-06-112-1/+21
* llvm-mc: Don't set NO_INSTALL on llvm-mc.Daniel Dunbar2010-06-111-1/+0
* Add instruction encoding for the Neon VMOV immediate instruction. This changesBob Wilson2010-06-119-125/+222
* Support for nested functions/classes in debug output. (Again.) Radar 7424645.Stuart Hastings2010-06-114-6/+45
* Delete duplicate function.Stuart Hastings2010-06-111-12/+0
* Define ContextualFoldingSet, which stores a context parameter to pass down toJohn McCall2010-06-111-0/+75
* Add support for polynomial type, for polynomial multiplyNate Begeman2010-06-101-0/+2