aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remap metadata attached to instructions when remapping individualDan Gohman2010-08-255-17/+55
* Revert this for now, PUNPCKLDQ dont operate on v4f32Bruno Cardoso Lopes2010-08-251-1/+1
* X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / c...Daniel Dunbar2010-08-252-4/+7
* Fix comment.Devang Patel2010-08-251-4/+3
* Remove dead argument.Devang Patel2010-08-252-6/+4
* Add some statistics for PEI register scavengingJim Grosbach2010-08-251-0/+7
* Add a FIXME comment.Dan Gohman2010-08-251-0/+3
* Fix the bitcode reader to clear out function-specific stateDan Gohman2010-08-251-0/+2
* Fix a bug found by inspection.Dan Gohman2010-08-251-1/+1
* Add a comment.Dan Gohman2010-08-251-0/+1
* MCELF: Use precomputed symbol indices, patch by Roman Divacky.Benjamin Kramer2010-08-251-11/+7
* Fix header define to reflect the name of the file.Eric Christopher2010-08-251-2/+2
* MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani.Michael J. Spencer2010-08-251-3/+4
* Don't override the var from the enclosing scope.Jim Grosbach2010-08-251-2/+2
* zap dead codeChris Lattner2010-08-251-34/+0
* DIGlobalVariable can be used to encode debug info for globals that are direc...Devang Patel2010-08-252-2/+21
* lto_codegen_set_gcc_path was removed.Dan Gohman2010-08-252-9/+0
* Fix a few missing entries in lto.exports.Dan Gohman2010-08-251-0/+3
* Remove dead recursive function. Yay for clang -Wunused-function.Benjamin Kramer2010-08-251-7/+0
* Clear FunctionLocalMDs in purgeFunction along with the rest of theDan Gohman2010-08-251-1/+1
* Fix whitespace.Dan Gohman2010-08-251-1/+1
* Eliminate an unnecessary cast.Dan Gohman2010-08-251-1/+1
* ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signedDaniel Dunbar2010-08-252-4/+18
* Regenerate.Eric Christopher2010-08-252-249/+0
* Remove getsect checks, the result is unused and is broken anyhow.Eric Christopher2010-08-251-20/+0
* Do type checks before we bother to do everything else.Eric Christopher2010-08-251-8/+9
* Add another basic test cribbed from the x86 fast-isel tests.Eric Christopher2010-08-251-0/+23
* Run this on thumb and arm.Eric Christopher2010-08-251-0/+1
* Fix nasty mingw32 bug, which e.g. prevented llvm-gcc bootstrap there.Anton Korobeynikov2010-08-253-6/+10
* Make this testcase actually executed with fast-isel on arm.Eric Christopher2010-08-251-1/+1
* Reorganize load mechanisms. Handle types in a little less fixed way.Eric Christopher2010-08-251-19/+45
* Apparently this is needed for llvm-link to link.Eric Christopher2010-08-251-1/+1
* Allow strict subclasses of register classes, this way we can handleEric Christopher2010-08-251-2/+3
* buildbot/valgrind: Ignore leaks in /usr/bin/as.Daniel Dunbar2010-08-252-0/+12
* PUNPCKLDQ should also be used for v4f32Bruno Cardoso Lopes2010-08-251-1/+1
* teach lowering to get target specific nodes for pshufd, emulating the same is...Bruno Cardoso Lopes2010-08-251-5/+51
* Convert test to use filecheck and make it more specificBruno Cardoso Lopes2010-08-251-1/+2
* In the default address space, any GEP off of null results in a trap value if ...Owen Anderson2010-08-252-4/+53
* Split out register class subclassing to a separate function and clean upEric Christopher2010-08-252-29/+33
* Fix comment.Eric Christopher2010-08-241-2/+2
* Don't include the is-function-local bit in the FoldingSetNodeIDDan Gohman2010-08-241-15/+15
* split the vector case of getCopyFromParts out to its own function,Chris Lattner2010-08-241-81/+102
* Use Bits.data() instead of &Bits[0].Dan Gohman2010-08-241-3/+3
* split the vector case out of getCopyToParts into its own function. NoChris Lattner2010-08-241-117/+126
* tidy up, reduce indentationChris Lattner2010-08-242-127/+123
* Fix predicate and add a comment.Eric Christopher2010-08-241-1/+2
* Rework braindead conditionals I put in yesterday.Eric Christopher2010-08-241-14/+12
* Fix thumb2 mode loads to have the correct operand ordering. Add a todoEric Christopher2010-08-241-4/+9
* NULL loads are only invalid in the default address space.Owen Anderson2010-08-241-1/+1
* Add support for inferring values for the default cases of switches.Owen Anderson2010-08-241-3/+22