oota-llvm.git
2010-08-24 John McCallCheck in a couple of changes that I apparently never...
2010-08-24 Owen AndersonDon't assume that all constants with integer types...
2010-08-24 Dan GohmanAdd braces to fix dangling else.
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
2010-08-24 Dan GohmanWhen we know we have an MDValue or MDString, call Enume...
2010-08-24 Dan GohmanGive ParseInstructionMetadata access to the PerFunction...
2010-08-24 Dan GohmanSimplify this code. NamedMDNode operands are MDNodes.
2010-08-24 Bruno Cardoso... Use pshufhw and pshuflw in more cases and fix getTarget...
2010-08-24 Bill WendlingAdd comments for what the condition code symbols mean.
2010-08-24 Eric ChristopherUpdate comment.
2010-08-24 Mikhail Glushenkovllvmc: Improve error handling in EmitEdgeClasses().
2010-08-24 Eric ChristopherFix the opcode and the operands for the load instruction.
2010-08-24 Eric ChristopherAdd register class hack that needs to go away, but...
2010-08-24 Chris Lattnerfix rdar://7997827 - Accept and ignore LL and ULL suffi...
2010-08-24 Eric ChristopherAdd some more debugging code, make it more obvious...
2010-08-24 Devang PatelRevert r107202. It is not adding any value.
2010-08-23 Eric ChristopherDon't need the extra register here.
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Devang PatelLet FE use derived types for DW_TAG_friend.
2010-08-23 Eric ChristopherAdd some more "get address into register" code and...
2010-08-23 Eric ChristopherAdd an ARMFunctionInfo member and use it.
2010-08-23 Dan GohmanVerify that a non-uniqued non-temporary MDNode is not...
2010-08-23 Eric ChristopherStart getting ARM loads/address computation going.
2010-08-23 Benjamin KramerFix thinko. Having no tests is great ...
2010-08-23 Jim GrosbachRemove the MFI storage of the local allocation block...
2010-08-23 Benjamin KramerReduce code duplication.
2010-08-23 Benjamin KramerELFObjectWriter: Run ComputeSymbolTable before recordin...
2010-08-23 Bruno Cardoso... Start using target speficic nodes for shuffles: pshufhw...
2010-08-23 Jim GrosbachBetter handling of local offsets for downwards growing...
2010-08-23 Gabor Greiftyops
2010-08-23 Owen AndersonTurn LVI back off, I have a testcase now.
2010-08-23 Chris LattnerAdd a new llvm.x86.int intrinsic, allowing access to the
2010-08-23 Mikhail Glushenkovllvmc: Allow multiple LanguageMaps.
2010-08-23 Mikhail GlushenkovAdd a TODO.
2010-08-23 Mikhail Glushenkovllvmc: Properly handle (error) in edge properties.
2010-08-23 Mikhail Glushenkovllvmc: Do not mention plugins in the code.
2010-08-23 Mikhail GlushenkovTrailing whitespace.
2010-08-23 Benjamin KramerAdd the symbol offset to the relocation value when...
2010-08-23 Dan Gohmanformatted_tool_output_file::close needs to flush its...
2010-08-23 Devang PatelHandle qualified constants that are directly folded...
2010-08-23 Benjamin KramerUse the proper relocation section + cleanup, from Roman...
2010-08-23 Benjamin KramerAvoid O(n*m) complexity in StringRef::find_first(_not...
2010-08-23 Owen AndersonRe-enable LazyValueInfo. Monitoring for failures.
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-23 Benjamin KramerStringRef tweaks:
2010-08-23 Chris Lattnerrandom improvement for variable shift codegen.
2010-08-23 Chandler CarruthTry to escape the '$'s in these so they reach the under...
2010-08-23 Chandler CarruthFix some GCC warnings by providing a virtual destructor...
2010-08-23 Anton KorobeynikovRevert invalid r111792. Jump tables are not broken...
2010-08-23 Michael J.... Revert part of my last commit. the mingw32 build bot...
2010-08-23 Michael J.... Workaround broken jump tables on x86-64 COFF.
2010-08-23 Chris Lattnerremove some dead code.
2010-08-22 Nick LewyckyVerify the predicates on icmp/fcmp. Suggested by Jeff...
2010-08-21 Eli FriedmanDelete dead comment.
2010-08-21 Anton KorobeynikovUse rip-rel addressing on win64 by default. For this...
2010-08-21 Benjamin KramerUse MDNode::destroy(). Fixes a delete/free mismatch.
2010-08-21 Michael J.... MC: Add partial x86-64 support to COFF.
2010-08-21 Dan GohmanAdd an assert to MDNode::deleteTemporary check that...
2010-08-21 Dan GohmanFix x86 fast-isel's cmp+branch folding to avoid folding...
2010-08-21 Bruno Cardoso... Prepare LowerVECTOR_SHUFFLEv8i16 to use x86 target...
2010-08-20 Bob WilsonReplace some NEON vmovl intrinsic that I missed earlier.
2010-08-20 Bruno Cardoso... This is the first step towards refactoring the x86...
2010-08-20 Dan GohmanCreateTemporaryType doesn't needs its Context argument.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-20 Dale JohannesenTest should pass on non-Darwin x86.
2010-08-20 Daniel DunbarFix --disable-threads build, PR7949.
2010-08-20 Jim GrosbachDownwards growing stack allocation order reverses relat...
2010-08-20 Jim GrosbachAdd more dbg output
2010-08-20 Benjamin KramerUpdate CMake build.
2010-08-20 Dale JohannesenDon't run test on PPC darwin.
2010-08-20 Owen AndersonRe-apply r111568 with a fix for the clang self-host.
2010-08-20 Erick TryzelaarFix vmcore.ml test.
2010-08-20 Dan GohmanReword NamedMDNode's comment.
2010-08-20 Mikhail Glushenkovllvmc: Fix alias generation.
2010-08-20 Dan GohmanDelete SlowOperationInformer, which is no longer used.
2010-08-20 Dan GohmanConvert DbgInfoPrinter to use errs() instead of outs().
2010-08-20 Mikhail GlushenkovAdd include guards to Support/Regex.h.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-08-20 Jim GrosbachAdd explicit initializer for UseLocalStackAllocationBlo...
2010-08-20 Dan GohmanConvert tools to use tool_output_file, and introduce...
2010-08-20 Dan GohmanDiagnose attempts to update standard output.
2010-08-20 Dan GohmanConvert FileUpdate to use tool_output_file, and to use
2010-08-20 Jim Grosbachproperly check for whether base regs were inserted
2010-08-20 Dan GohmanConvert tablegen to use tool_output_file.
2010-08-20 Dan GohmanMake outs() close its file when its stream is destructe...
2010-08-20 Dan GohmanDelete raw_stdout_ostream and raw_stderr_ostream, which...
2010-08-20 Dan GohmanAdd an inspirational quote.
2010-08-20 Dan GohmanAdd a comment.
2010-08-20 Dan GohmanMove raw_ostream's Error flag into raw_fd_ostream,...
2010-08-20 Dan GohmanExport error-handling functions in formatted_tool_outpu...
2010-08-20 Bob WilsonFix a typo.
2010-08-20 Erick TryzelaarFix the running of ocaml tests.
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-20 Erick TryzelaarFix arguments to ocaml's llvm_params.
2010-08-20 Bob WilsonFix some Ocaml tests: the %t substitution now returns...
2010-08-20 Bob WilsonThe %ocamlopt setting has embedded quotes. Copy the...
2010-08-20 Benjamin KramerUpdate LLVMC tests for r111620.
2010-08-20 Mikhail Glushenkovllvmc: Do not prefix option names with AutoGenerated.
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
next