oota-llvm.git
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...
2010-08-19 Dan GohmanRevert r111199; it breaks -debug-pass=Structure output.
2010-08-19 Eric ChristopherReapply the virtual register patch from 109102. The...
2010-08-19 Chris Lattnerfix PR7465, mishandling of lcall and ljmp: intersegment...
2010-08-19 Dan GohmanProcess the step before the start, because it's usually...
2010-08-19 Chris Lattnerminor progress towards fixing PR7465
2010-08-19 Eric ChristopherAdd an AddOptionalDefs method and use it.
2010-08-19 Daniel Dunbarlit/GoogleTest: Add .exe to the suffix when looking...
2010-08-19 Sean HuntAdd include missing for VC build.
2010-08-19 Dale JohannesenTestcase for llvm-gcc checkin 111482.
2010-08-19 Bill WendlingAdd the "isCompare" attribute to the defm instead of...
2010-08-19 Sean HuntRemove three spurious semicolons
2010-08-18 Jakob Stoklund... Don't call Predicate_* in Mips.
2010-08-18 Eric ChristopherRemove extra header.
2010-08-18 Sean HuntFinish full attribute class emission for clang.
2010-08-18 Jim GrosbachAdd a newline to debug output
2010-08-18 Chris Lattnerrefix PR1143 by making basicaa analyze zexts of indices...
2010-08-18 Evan ChengIf any def of a machine-sink candidate has local uses...
2010-08-18 Chris LattnerGetLinearExpression is only called when TD is non-null...
2010-08-18 Chris Lattnerrework GEP decomposition to make a new VariableGEPIndex...
2010-08-18 Jim GrosbachEnable ARM base register reuse to local stack slot...
2010-08-18 Dan GohmanAdd a testcase to verify that commands don't crash...
2010-08-18 Dan GohmanMake raw_fd_ostream consider itself the owner of STDOUT...
2010-08-18 Dan GohmanWhen sending stats output to stdout for grepping, don...
2010-08-18 Chris Lattnermove gep decomposition out of ValueTracking into BasicA...
2010-08-18 Dan GohmanTidy.
2010-08-18 Bill WendlingMinor simplification. Gets rid of a needless temporary.
2010-08-18 Owen AndersonUse ConstantRange to propagate information through...
2010-08-18 Dan GohmanWhen sending stats output to stdout for grepping, don...
2010-08-18 Jakob Stoklund... Thinking about it, we don't need MachineDominatorTree...
2010-08-18 Dan GohmanIntroduce a ScopedFatalErrorHandler class to make it...
2010-08-18 Jakob Stoklund... Revert r111394. It was too aggressive.
2010-08-18 Jakob Stoklund... Aggressively prune the DFS when inserting phi-defs.
2010-08-18 Jakob Stoklund... Add the LiveIntervalMap class. Don't hook it up yet.
2010-08-18 Jakob Stoklund... Add df_iterator::getPathLength and getPath as a way...
2010-08-18 Daniel DunbarRevert r111375, "move gep decomposition out of ValueTra...
2010-08-18 Bill WendlingImprove whitespace.
2010-08-18 Bill WendlingMarked with ATTRIBUTE_USED so that clang doesn't complain.
2010-08-18 Owen AndersonInform LazyValueInfo whenever a block is deleted, to...
2010-08-18 Daniel DunbarMC/ELF: Allow null values in virtual sections, ELF...
2010-08-18 Chris Lattnermove gep decomposition out of ValueTracking into BasicA...
2010-08-18 Jim GrosbachAdd hook for re-using virtual base registers for local...
2010-08-18 Dan GohmanEliminate some redundancy by relying on raw_fd_ostream...
2010-08-18 Dan GohmanAllow the -analyze option to follow the -o option,...
2010-08-18 Dan GohmanDon't translate "-" to outs() manually; raw_ostream...
2010-08-18 Dan GohmanDon't translate "-" to outs() manually; raw_ostream...
2010-08-18 Dan GohmanDon't register stdout to be deleted on a signal.
2010-08-18 Dan GohmanRemove an unused command-line option.
2010-08-18 Jakob Stoklund... Preserve subregs on PHI source operands. Patch by Krist...
2010-08-18 Kalle RaiskilaFix a bug with insertelement on SPU.
2010-08-18 Kalle RaiskilaRemove all traces of v2[i,f]32 on SPU.
2010-08-18 Kalle RaiskilaChange SPU C calling convention to match that described in
next