oota-llvm.git
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.
2010-08-20 Mikhail GlushenkovDisambiguate calls to WriteGraph() to disable ADL.
2010-08-20 Mikhail GlushenkovTrailing whitespace.
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-08-20 Dan GohmanUse tool_output_file in llvm-extract and llvm-link...
2010-08-20 Dan GohmanUse the new tool_output_file in several tools. This...
2010-08-20 Dan GohmanMake the SCC printing passes use errs() instead of...
2010-08-20 Dan GohmanPrint chatty verbose messages to errs() instead of...
2010-08-20 Dan GohmanMinor cleanups to follow the common convention for...
2010-08-20 Dan GohmanMinor cleanups to follow the common convention for...
2010-08-20 Dan GohmanIntroduce a new tool_output_file class, which extends...
2010-08-20 Eric ChristopherFix loop conditionals (MO.isDef() asserts that it's...
2010-08-20 Eric ChristopherAdd a couple of random comments.
2010-08-19 Bob WilsonIf the target says that an extending load is not legal...
2010-08-19 Jim GrosbachBetter handling of offsets on frame index references...
2010-08-19 Daniel DunbarCrashRecovery/Darwin: On Darwin, raise sends a signal...
2010-08-19 Owen AndersonPrevious revert failed to remove this file.
2010-08-19 Bob WilsonUpdate comment to remove special case for vector extend...
2010-08-19 Evan ChengUpdate debug logs.
2010-08-19 Evan ChengProperly update MachineDominators when splitting critic...
2010-08-19 Owen AndersonRevert r111568 to unbreak clang self-host.
2010-08-19 Owen AndersonWhen a set of bitmask operations, typically from a...
2010-08-19 Mikhail Glushenkovllvmc: Update examples.
2010-08-19 Mikhail GlushenkovTrailing whitespace.
2010-08-19 Owen AndersonDisable LVI while I evaluate a failure.
2010-08-19 Owen AndersonTentatively enabled LVI by default. I'll be monitoring...
2010-08-19 Bill WendlingCorrect header.
2010-08-19 Bill WendlingSilence 'unused' warning.
2010-08-19 Evan ChengIt's possible to sink a def if its local uses are PHI's.
2010-08-19 Michael J.... Fix the msvc 2010 build.
2010-08-19 Dale JohannesenDo not assert when reading an exponent out of range.
2010-08-19 Jim GrosbachAdd Thumb1 support for virtual frame indices.
2010-08-19 Evan ChengRemove disabled assertion.
2010-08-19 Evan ChengTeach machine-sink to break critical edges when appropr...
2010-08-19 Daniel Dunbarbuildbot/valgrind: Update RegisterPass false positive...
2010-08-19 Daniel Dunbarbuildbot/valgrind: Suppress warnings about leaks in...
2010-08-19 Eric ChristopherRe-re-revert this patch. It seems to be causing perfor...
2010-08-19 Daniel Dunbartests: Haste makes waste.
2010-08-19 Daniel Dunbartests: Ignore whitespace in llvm_supports_binding(...
2010-08-19 Eric ChristopherSilence warning.
2010-08-19 Benjamin KramerMCELF: Count the section orders properly. Patch by...
2010-08-19 Kenneth UildriksFixed and reactivated a partial specialization test
2010-08-19 Eli FriedmanUse std::string instead of StringRef in ClangAttrEmitte...
2010-08-19 Jim GrosbachUpdate local stack block allocation to let PEI do the...
next