oota-llvm.git
2004-06-28 Misha BrukmanCan't print out machine code before it is constructed.
2004-06-28 Chris Lattnerdocument new pass
2004-06-28 Misha BrukmanFix the assembly opcode on LOADLoAddr, courtesy of...
2004-06-28 Misha BrukmanSet isBranch and isTerminator bits on all branch instru...
2004-06-28 Misha BrukmanFix loading and storing PC-relative static variables...
2004-06-28 Misha BrukmanNo need to generate a lazy-linking stub for internal...
2004-06-28 Misha BrukmanDo not set the `link' bit when branching to the first...
2004-06-28 Chris LattnerAdd a link to the CFE build instrs next to the CFE...
2004-06-28 Chris LattnerBuilding the C FE is a user-level process
2004-06-28 Misha BrukmanFix spacing around function arguments.
2004-06-28 Chris LattnerInitial checkin of a simple mod/ref analysis for global...
2004-06-28 Chris LattnerAdd new header
2004-06-28 Chris LattnerRemove unused file
2004-06-28 Chris LattnerRemove dead file
2004-06-28 Chris LattnerBad passes are gone
2004-06-28 Chris LattnerThese passes are long dead/obsolete. They never worked...
2004-06-28 Chris LattnerRemove two dead passes
2004-06-28 Chris LattnerMoved IPModRef out of the public include dir
2004-06-28 Chris LattnerMove file to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMove DependenceGraph.* to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMoved to lib/analysis/datastructure
2004-06-28 Chris LattnerMoving to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMoved to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMove MemoryDepAnalysis.h into lib/Analysis/DataStructure
2004-06-28 Chris LattnerMoved to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMove PgmDependenceGraph.h out of the public include...
2004-06-27 Brian GaekeAllow saving and restoring of double and float registers.
2004-06-27 Brian GaekeAdd FITOS, FITOD, and F{ADD,SUB,MUL,DIV}{S,D}.
2004-06-27 Chris LattnerImplement InstCombine/add.ll:test21
2004-06-27 Chris Lattnernew testcase
2004-06-27 Brian GaekeSupport printing constant pool indices.
2004-06-27 Brian GaekeTrim whitespace.
2004-06-27 Chris LattnerNow that the SparcV9 specific MachineCodeForInstruction...
2004-06-27 Chris LattnerDo not find these ugly sparc-specific objects by using...
2004-06-27 Chris LattnerThis class is no longer an annotation
2004-06-27 Chris LattnerAdd a map of MachineCodeForInstruction objects to Machi...
2004-06-27 Chris LattnerFold iType into Value::VTy
2004-06-27 Chris LattnerEliminate the Instruction::iType field, folding it...
2004-06-27 Chris LattnerGet rid of Annotable's vtable. If anyone deletes an...
2004-06-27 Chris LattnerMake it obvious that this file is bad bad bad
2004-06-27 Chris LattnerUser ctor is now inline
2004-06-27 Chris LattnerMake ctor inline, change ValueTy ->unsigned
2004-06-26 Chris LattnerConsider anything with a ValueType that is >= Instructi...
2004-06-26 Chris LattnerInstancevar was renamed
2004-06-26 Chris LattnerRearrange some code.
2004-06-26 Chris LattnerDon't call getValueType directly. the LLVM optimizer...
2004-06-26 Chris LattnerThere is no reason to print ValueType here
2004-06-26 Chris LattnerSimplify code
2004-06-25 Chris LattnerHey, why not just make 'new ReturnInst(BB)' DTRT?
2004-06-25 Chris Lattnernew ReturnInst(BB) does not "do the right thing". ...
2004-06-25 Chris LattnerAdd credits entry
2004-06-25 Chris LattnerFix relative links for nightly testers not hosted on...
2004-06-25 Chris LattnerWrite .bc files to binary ostreams. This shouldn't...
2004-06-25 Chris LattnerNo functionality changes here:
2004-06-25 Misha BrukmanAllow debugging machine instrs (by printout) before...
2004-06-25 Misha BrukmanCombine several if stmts with returns into an if-then...
2004-06-25 Misha BrukmanDo not move any values into registers for a void return...
2004-06-25 Misha BrukmanConvert tabs to spaces.
2004-06-25 Misha BrukmanFix opcode: no immediate in an `or r1, r2, r3' (all...
2004-06-25 John CriswellRemoved the interrupt_handler instrinsic section that...
2004-06-25 John CriswellGrammar and punctuation fixes.
2004-06-25 Misha Brukman* Be consistent about MachineBB labels and references...
2004-06-25 John CriswellAdded missing quote.
2004-06-25 Misha Brukman* Initialize the entire array statically, not member...
2004-06-25 Misha BrukmanFix bug in previous checkin.
2004-06-25 Misha Brukman* Wrap long lines
2004-06-25 Misha BrukmanExcise X86-specific comments.
2004-06-25 Misha BrukmanVladimir Prus also contributed the LowerConstantExprs...
2004-06-25 Chris LattnerNew constant expression lowering pass to simplify your...
2004-06-25 Chris LattnerNew testcase for constant expression lowering pass...
2004-06-25 Chris LattnerPrototype for new ConstantExpr lowering pass, contribut...
2004-06-25 Brian GaekeDon't try to run qmtests if we fail to build the tree...
2004-06-25 Chris LattnerMake sure to link all IPA's into opt, so that it has...
2004-06-25 Chris LattnerFix header
2004-06-25 Reid Spencer- Changed Handler.h -> BytecodeHandler.h
2004-06-25 Chris LattnerOkay, Module have not been known as 'C' for a LONG...
2004-06-25 Chris LattnerFix more warnings building with VC++
2004-06-25 Chris LattnerUnbreak the build. tsk tsk
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-25 Chris Lattnerfix warnings
2004-06-24 Misha BrukmanAdd option to print out machine code before register...
2004-06-24 Misha BrukmanUse DEBUG() guard for printing out debug info.
2004-06-24 Misha BrukmanAdd a `break' in the switch/case statement between...
2004-06-24 Misha Brukman* Lowercase the register names
2004-06-24 Misha BrukmanAdd a LowercaseString() utility function, courtesy...
2004-06-24 Misha Brukman* LowercaseString moved to StringExtras.h
2004-06-24 Misha Brukman* Tabs to spaces
2004-06-24 Reid SpencerDefinition of the Bytecode Handler interface. Subclasse...
2004-06-24 Misha Brukman* Tabs to spaces
2004-06-24 Misha BrukmanUnindent some more code to be consistent.
2004-06-24 Misha BrukmanUnindent some code, it only needs 2 spaces.
2004-06-24 Misha BrukmanIn emitting code for a GEP instr, iterate over GEPTypes...
2004-06-24 Misha Brukman* Capitalize `Java'
2004-06-24 Misha BrukmanConvert tabs to spaces.
2004-06-24 Brian GaekeAdd FSTOD and FDTOS conversion instructions.
2004-06-24 Brian GaekeSupport cast float to float, cast double to float,...
2004-06-24 Chris LattnerAdd a section about running the nightly tester proper.
2004-06-24 Vikram S. AdveThis file is unused, and duplicates functionality in...
2004-06-24 Chris Lattneretags isn't portable at all. Make it not run by defaul...
2004-06-24 Misha Brukman* Order #includes
next