OSDN Git Service

android-x86/external-llvm.git
2006-01-06 Chris LattnerSimplify the code a bit more
2006-01-06 Chris LattnerExtract a bunch of code out of visitShiftInst into...
2006-01-06 Chris LattnerUnbreak the build :(
2006-01-06 Evan ChengAddd (shl x, 1) ==> (shl x, x) peepholes.
2006-01-06 Evan ChengTweak pattern complexity calc.
2006-01-06 Evan ChengRevert the previous check-in. Leave shl x, 1 along...
2006-01-06 Evan Chengfold (shl x, 1) -> (add x, x)
2006-01-06 Chris Lattnerlinkonce symbols have an extra indirection, just like...
2006-01-06 Evan Cheng* Fast call support.
2006-01-06 Evan ChengSupport for custom lowering of ISD::RET.
2006-01-06 Evan ChengBug fix wrt chain operand.
2006-01-05 Chris LattnerFix a compile crash building MultiSource/Applications...
2006-01-05 Robert BocchinoAdded the spec for the new "extractelement" instruction.
2006-01-05 Chris LattnerImplement a few symbolic constant folding things. ...
2006-01-05 Chris Lattnernew tests, derived from cosmics scheme output
2006-01-05 Chris Lattnerfix some formatting problems
2006-01-05 Chris Lattnerunbreak the build, these are now in TargetSelectionDAG.td
2006-01-05 Evan ChengAdded ConstantFP patterns.
2006-01-05 Evan ChengAdded fpimm node for ConstantFP.
2006-01-05 Jim LaskeyGrammer correction.
2006-01-05 Jim LaskeyHad expand logic backward.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-05 Evan ChengDAG based isel call support.
2006-01-05 Evan ChengRemove some dead code.
2006-01-05 Chris Lattnerremove unused header
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jeff CohenBe consistent in using class vs struct to make VC+...
2006-01-04 Jeff CohenTeach Visual Studio about new file.
2006-01-04 Jim LaskeyAdd unique id to debug location for debug label use...
2006-01-04 Jim LaskeyAdd check for debug presence.
2006-01-04 Jim LaskeyAdd flag for debug presence.
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2006-01-04 Jim Laskey1. Make MachineDebugInfo a pass.
2006-01-04 Jim LaskeyMove MachineDebugInfo to module level location.
2006-01-04 Jim LaskeyMoving MachineDebugInfo to module level location.
2006-01-04 Jim LaskeyChange how MachineDebugInfo is fetched.
2006-01-04 Jim LaskeyAdding MachineDebugInfo as a immutable pass.
2006-01-04 Jim LaskeyAdding new files.
2006-01-04 Jim LaskeyExtending MachineDebugInfo.
2006-01-04 Chris LattnerPatch #6's in Saem's refactor-the-passmanager patch...
2006-01-04 Chris Lattneradd a comment that I should have written a long time ago
2006-01-04 Chris LattnerAdd support for targets (like Alpha) that have terminat...
2006-01-04 Jeff CohenUpdate list of supported bisons.
2006-01-04 Chris LattnerAdd an assertion, update DefInst even though no one...
2006-01-04 Chris LattnerAdd a LiveVariables::VarInfo::dump method
2006-01-04 Chris Lattneradd a dump method to help debugging
2006-01-04 Chris LattnerSaem's patch #5 of the passmanager refactoring
2006-01-04 Chris Lattnerpatch #4 in Saem's passmanager refactoring.
2006-01-04 Jeff CohenReplace fix with one less disruptive to the original...
2006-01-04 Jeff CohenTblgen was generating syntactically illegal C++ code...
2006-01-04 Chris Lattnerimplement constant folding of ==/!= on constant packed...
2006-01-04 Chris Lattnerimplement constant folding for the element-wise binary...
2006-01-04 Chris Lattnerdon't crash when trying to constant fold packed express...
2006-01-04 Chris LattnerFix an assertion to allow constant folding of packed...
2006-01-04 Chris LattnerRemove obsolete comment, make things look a bit nicer
2006-01-04 Chris Lattnerreduce stack usage of the recursive SelectCode function...
2006-01-03 Chris LattnerRemove my previous ugly hack that tries to reduce the...
2006-01-03 Chris LattnerPull inline methods out of the pass class definition...
2006-01-03 Chris Lattnersilence some warnings
2006-01-03 John CriswellHappy New Year, LLVM.
2006-01-03 Chris LattnerChange a variable from being an iterator to a raw Machi...
2006-01-03 Chris LattnerFinally commit Saem's 'patch #3' to refactor the pass...
2006-01-03 Chris LattnerMake the -print-alias-sets pass work for printing out...
2006-01-03 Chris Lattnerupdate usage of -print-alias-sets
2006-01-02 Andrew Lenharthtypeo
2006-01-01 Chris LattnerRemove a 'using namespace std'.
2006-01-01 Andrew LenharthAdd support for brcond
2006-01-01 Andrew LenharthMove brcond over and fix some imm patterns. This may...
2006-01-01 Andrew LenharthChange this regression so andi is not a valid codegen...
2006-01-01 Andrew Lenharthclean this function up some
2006-01-01 Chris LattnerAdd a section about using namespaces.
2005-12-30 Chris LattnerPatch #1 of Saem Ghani's Pass Manager refactoring....
2005-12-30 Duraid MadinaHP-UX DVDs are crunchy and good to eat
2005-12-30 Duraid Madinaalmost got the HP-UX tester up.. :)
2005-12-30 Reid SpencerRevert removal of std:: prefixes and addtion of "using...
2005-12-30 Duraid Madinadon't need this anymore
2005-12-30 Duraid Madinadelete file portably
2005-12-30 Andrew Lenharthimprove constant loading. Still sucks, but oh well
2005-12-30 Nate BegemanAdd support for generating v4i32 altivec code
2005-12-30 Nate BegemanRemove a fixme
2005-12-30 Nate BegemanMake sure to pass the offset into the new node, so...
2005-12-30 Nate Begemanadd support for generating v4i32 code
2005-12-29 Reid SpencerGeneral cleanup:
2005-12-29 Duraid Madinapurity++
2005-12-29 Andrew Lenharthlet us get some do what I meant not what I said stuff...
2005-12-29 Andrew LenharthFix up immediate handling
2005-12-28 Duraid Madinaditto
2005-12-28 Duraid Madinamore compliance stufff
2005-12-28 Duraid Madinabe more polite in public headers
2005-12-28 Duraid Madinaundo yuletide naughtyness(tm)
2005-12-28 Duraid Madinaadd these so I can be less naughty
2005-12-28 Duraid Madinabehold my standards-compliant humps!
2005-12-28 Duraid MadinaWAKEY WAKEY
2005-12-28 Duraid MadinaHB is *the* code janitor.
2005-12-28 Duraid Madinamixed-STL programs are big and nasty :(
2005-12-27 Duraid MadinaThis gets most of the backends building with HP HappyC++.
2005-12-27 Duraid Madinayet more C++ standards-compliance stuff.
2005-12-27 Duraid Madinanasty paste-o, calls passing more than 8 arguments...
2005-12-27 Andrew LenharthRestore some happiness to the JIT
2005-12-27 Andrew LenharthFix alpha regressions.
next