aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-25Fix a bug found by inspection.Dan Gohman
2010-08-25Add a comment.Dan Gohman
2010-08-25MCELF: Use precomputed symbol indices, patch by Roman Divacky.Benjamin Kramer
2010-08-25Fix header define to reflect the name of the file.Eric Christopher
2010-08-25MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani.Michael J. Spencer
2010-08-25Don't override the var from the enclosing scope.Jim Grosbach
2010-08-25zap dead codeChris Lattner
2010-08-25DIGlobalVariable can be used to encode debug info for globals that are direc...Devang Patel
2010-08-25lto_codegen_set_gcc_path was removed.Dan Gohman
2010-08-25Fix a few missing entries in lto.exports.Dan Gohman
2010-08-25Remove dead recursive function. Yay for clang -Wunused-function.Benjamin Kramer
2010-08-25Clear FunctionLocalMDs in purgeFunction along with the rest of theDan Gohman
2010-08-25Fix whitespace.Dan Gohman
2010-08-25Eliminate an unnecessary cast.Dan Gohman
2010-08-25ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signedDaniel Dunbar
2010-08-25Regenerate.Eric Christopher
2010-08-25Remove getsect checks, the result is unused and is broken anyhow.Eric Christopher
2010-08-25Do type checks before we bother to do everything else.Eric Christopher
2010-08-25Add another basic test cribbed from the x86 fast-isel tests.Eric Christopher
2010-08-25Run this on thumb and arm.Eric Christopher
2010-08-25Fix nasty mingw32 bug, which e.g. prevented llvm-gcc bootstrap there.Anton Korobeynikov
2010-08-25Make this testcase actually executed with fast-isel on arm.Eric Christopher
2010-08-25Reorganize load mechanisms. Handle types in a little less fixed way.Eric Christopher
2010-08-25Apparently this is needed for llvm-link to link.Eric Christopher
2010-08-25Allow strict subclasses of register classes, this way we can handleEric Christopher
2010-08-25buildbot/valgrind: Ignore leaks in /usr/bin/as.Daniel Dunbar
2010-08-25PUNPCKLDQ should also be used for v4f32Bruno Cardoso Lopes
2010-08-25teach lowering to get target specific nodes for pshufd, emulating the same is...Bruno Cardoso Lopes
2010-08-25Convert test to use filecheck and make it more specificBruno Cardoso Lopes
2010-08-25In the default address space, any GEP off of null results in a trap value if ...Owen Anderson
2010-08-25Split out register class subclassing to a separate function and clean upEric Christopher
2010-08-24Fix comment.Eric Christopher
2010-08-24Don't include the is-function-local bit in the FoldingSetNodeIDDan Gohman
2010-08-24split the vector case of getCopyFromParts out to its own function,Chris Lattner
2010-08-24Use Bits.data() instead of &Bits[0].Dan Gohman
2010-08-24split the vector case out of getCopyToParts into its own function. NoChris Lattner
2010-08-24tidy up, reduce indentationChris Lattner
2010-08-24Fix predicate and add a comment.Eric Christopher
2010-08-24Rework braindead conditionals I put in yesterday.Eric Christopher
2010-08-24Fix thumb2 mode loads to have the correct operand ordering. Add a todoEric Christopher
2010-08-24NULL loads are only invalid in the default address space.Owen Anderson
2010-08-24Add support for inferring values for the default cases of switches.Owen Anderson
2010-08-24Add ARM heuristic for when to allocate a virtual base register for stackJim Grosbach
2010-08-24Change the parsing of .loc back to allow the LineNumber field to be optional asKevin Enderby
2010-08-24Fix COFF x86-64 relocations. PR7960.Michael J. Spencer
2010-08-24XFAIL this on mingw, following remove_arguments_test.ll.Dan Gohman
2010-08-24Add support for inferring that a load from a pointer implies that it is not n...Owen Anderson
2010-08-24First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby
2010-08-24Add a testcase for basic bugpointing in the presence of metadata.Dan Gohman
2010-08-24- Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings.Bill Wendling