oota-llvm.git
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.
2005-12-27 Chris LattnerFix a problem duraid pointed out to me compiling kc...
2005-12-26 Duraid Madinamore C++ daintiness
2005-12-26 Duraid MadinaI bet pinski knows why g++ accepts this stuff
2005-12-26 Duraid Madinagetting there...
2005-12-26 Duraid Madinamore standards compliance (damn, I can't wait for unord...
2005-12-26 Duraid MadinaI laugh at your dual-core G5s! Fear my precompiled...
2005-12-26 Duraid Madinadum de dum
2005-12-26 Evan ChengAdded field noResults to Instruction.
2005-12-26 Duraid Madinai love xmas!!!! *;D*
2005-12-26 Duraid Madinamore HP-UX cleanliness
2005-12-26 Duraid Madinamore standards-compliance stuff
2005-12-26 Duraid MadinaHP aCC chokes on this, but it's not required anyway...
2005-12-26 Duraid MadinaMERRY CHRISTMAS EVERYONE!!! (what better way to spend...
2005-12-25 Andrew Lenharthadd br pattern, unify JSR and BSR ISel instrs, and...
2005-12-25 Duraid Madinaunbreak calls, a few more tests should run. Tomorrow...
2005-12-25 Duraid Madinawe don't feed our call instructions extra operands
2005-12-25 Andrew LenharthAll that just to lower div and rem
2005-12-25 Andrew Lenharthallow custom lowering to return null for legal results
2005-12-24 Andrew LenharthSupport Custom lowering of a few more operations.
2005-12-24 Andrew Lenharthsupport targetexternalsym
2005-12-24 Evan ChengLet the helper functions know about X86::FR32RegClass...
2005-12-24 Andrew LenharthAll addressing modes are now exposed. The only remaini...
2005-12-24 Andrew LenharthUnify the patterns for loads and stores. Now offset...
2005-12-24 Andrew LenharthLet's see if we can break things.
2005-12-24 Andrew Lenharthmove loads and stores over. Smart addr selection comming
2005-12-24 Nate BegemanFix one of the things in the todo file, and get a bit...
2005-12-23 Reid SpencerFor PR625:
2005-12-23 Evan Cheng* Removed the use of FLAG. Now use hasFlagIn and hasFla...
2005-12-23 Evan Cheng* Support for hasInFlag and hasOutFlag (on instructions...
2005-12-23 Jim LaskeyRemove redundant debug locations.
2005-12-23 Chris Lattnerthis test fails
2005-12-23 Chris Lattnerthis test is malformed
2005-12-23 Chris Lattnerunbreak the build :-/
2005-12-23 Chris Lattnernot a good idea
2005-12-23 Evan ChengMore X86 floating point patterns.
2005-12-23 Evan ChengOperand 1 of TRUNCSTORE can be any of integer and float...
2005-12-23 Evan ChengAllow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE...
2005-12-23 Chris Lattnerfix something-o
2005-12-23 Chris Lattnerimplement vaarg. Varargs now should work.
2005-12-23 Chris Lattnerimplement vastart. The dag isel compiles this:
2005-12-23 Chris Lattnerremove benchmark list, remove issues addressed by the...
2005-12-23 Chris LattnerSimplify store(bitconv(x)) to store(x). This allows...
2005-12-23 Chris Lattnerfold (conv (load x)) -> (load (conv*)x).
2005-12-23 Chris LattnerFold bitconv(bitconv(x)) -> x. We now compile this:
2005-12-23 Chris Lattnerconstant fold bits_convert in getNode and in the dag...
2005-12-23 Chris Lattnermake sure bit_convert's are expanded
2005-12-23 Chris Lattnermake sure bit_converts are expanded
2005-12-23 Jeff CohenGet bugpoint building with VC++ again.
2005-12-23 Chris Lattnerfix the int<->fp instructions, which apparently take...
2005-12-23 Chris LattnerUse BIT_CONVERT to simplify this code
2005-12-23 Chris LattnerSimplify some code by using BIT_CONVERT
2005-12-23 Chris LattnerFix a pasto
2005-12-23 Chris Lattnerfix a thinko in the bit_convert handling code
2005-12-23 Chris Lattnerimprove comment: mention vectors
2005-12-23 Chris Lattneradd very simple support for the BIT_CONVERT node
2005-12-23 Chris Lattneradd a new node
2005-12-22 Reid SpencerRevert previous patch. Additional tests fail.
2005-12-22 Chris Lattnerclean up .td file by using evan's new FLAG thing
2005-12-22 Chris Lattnerremove a dead node
next