oota-llvm.git
2002-11-02 Chris LattnerOnly test that uncond branch works
2002-11-02 Chris Lattner* Fix nonconstant shift case
2002-11-02 Chris LattnerExpose a LJELLO variable
2002-11-02 Chris LattnerTests results are invalidated when jello is rebuilt
2002-11-02 Chris LattnerUse a more table driven approach to handling types...
2002-11-02 Chris LattnerMake switch statements denser, but only because of...
2002-11-02 Chris Lattner* Remove dead variable
2002-11-02 Chris LattnerImplement the "unknown flag" which mainly consists...
2002-11-02 Chris LattnerOops, this was not meant to be checked in
2002-11-02 Chris LattnerStop representing scalars as explicit nodes in the...
2002-11-02 Chris Lattner* Eliminate Scalar node type (renumber other node types)
2002-11-01 Nick HildenbrandtFixed bug in Regression/CBackend/2002-10-30-FunctionPoi...
2002-11-01 Chris LattnerFix comments, steens is context sensitive, we just...
2002-11-01 Chris LattnerAdd a testcase cee should eventually pass
2002-11-01 Vikram S. AdveUse absolute path name for "analyze" since we are chang...
2002-11-01 Chris LattnerNew iostream definitions
2002-11-01 Chris LattnerMake sure to include name information if we have it
2002-11-01 Chris LattnerFix burg build problem.
2002-10-31 Chris LattnerAdd a fixme
2002-10-31 Brian GaekeA new test case that tries to generate all the differen...
2002-10-31 Brian GaekeInstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
2002-10-31 Chris Lattner * Minor optimization: when merging nodes, merge...
2002-10-31 Chris LattnerEliminate some unneccesary #includes and forward decls
2002-10-31 Nick HildenbrandtCBE doesn't alloc correctly
2002-10-31 Chris LattnerReassociate pass now works
2002-10-31 Chris LattnerReassociate now works
2002-10-31 Chris LattnerFixes to the reassociate pass to make it respect domina...
2002-10-31 Chris LattnerFix nasty bug in ::isNeg()
2002-10-31 Vikram S. AdveRestore support for indirect function calls (which...
2002-10-31 Vikram S. AdveDo not print "NEW FILES AND DIRECTORIES" unless request...
2002-10-31 Chris LattnerRemove dead code
2002-10-31 Misha BrukmanRefactored DSGraph.h:
2002-10-31 Chris LattnerThis fixes all kinds of problems with array handling...
2002-10-31 Chris LattnerNew testcases
2002-10-31 Chris LattnerTell cvs to ignore *.dot and *.ps files in this directory
2002-10-31 Chris LattnerNew testcase for the possible array merging scenarios
2002-10-31 Chris LattnerCan simplify code now with the isCommutative() method.
2002-10-31 Chris LattnerUse new isCommutative interface, which gives us SetEQ...
2002-10-31 Chris LattnerNew isAssociative/isCommutative inspection methods...
2002-10-31 Chris LattnerStatistic class should return const reference to *this...
2002-10-31 Chris LattnerBreakCriticalEdges should update dominance frontier...
2002-10-31 Chris LattnerAdd interface to update domfrontier info, thanks to...
2002-10-31 Chris LattnerNew testcases
2002-10-30 Chris LattnerFix two problems:
2002-10-30 Vikram S. AdveBug fix: need to initialize new CallArgsDescriptor...
2002-10-30 Vikram S. AdveBug fix in setting an implicit ref.
2002-10-30 Vikram S. AdveIn getID(), don't call getValidSymbolName to mangle...
2002-10-30 Chris LattnerAdd lots more info
2002-10-30 Misha BrukmanReturn 0 instead of 1 for correct execution. Makes...
2002-10-30 Chris LattnerMake the testcase MORE complex
2002-10-30 Chris LattnerRemove fixme
2002-10-30 Chris LattnerAdd special code to make printing SSA form machine...
2002-10-30 Chris LattnerName the first basic block
2002-10-30 Chris LattnerMake sure to set the destination register correctly
2002-10-30 Chris LattnerAllow BuildMI that helps automate construction of SSA...
2002-10-30 Chris LattnerSet the destination register field based on the target...
2002-10-30 Chris LattnerAdd flag to specify when no value is produced by an...
2002-10-30 Chris LattnerSparc backend doesn't use target specific flags yet
2002-10-30 Chris Lattner* Add new "Target Specific Flags" field to instruction...
2002-10-30 Chris LattnerUse MRegisterInfo, if available, to print symbolic...
2002-10-30 Chris LattnerImplement the new optional getRegisterInfo
2002-10-30 Chris LattnerAdd new optional getRegisterInfo to TargetMachine
2002-10-30 Chris LattnerImplement structured machine code printing
2002-10-30 Chris LattnerPrint machine code after instruction selection
2002-10-30 Chris LattnerMake sure to pass the LLVM basic block in
2002-10-30 Chris LattnerAdd support for structured printing
2002-10-30 Chris LattnerImprove comments, add methods for structured printing
2002-10-29 Chris LattnerJello now builds
2002-10-29 Chris LattnerConstruct annotation, to make sure it's attached to...
2002-10-29 Chris LattnerAdd method
2002-10-29 Chris LattnerMake argsize calculation stuff optional, so that Target...
2002-10-29 Chris LattnerImplement autoinserting ctor
2002-10-29 Chris LattnerRename annotation id
2002-10-29 Chris LattnerAdd capability to have machine instruction autoinsert...
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-10-29 Misha BrukmanFixed spelling of `propagation'.
2002-10-29 Chris LattnerConvert backend to use passes, implement X86TargetMachine
2002-10-29 Chris LattnerThese are no longer virtual methods
2002-10-29 Chris LattnerEliminate virtual methods that are sparc specific
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerImplement findOptimalStorageSize a bit more generally
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerConvert jello to use PassManager
2002-10-29 Chris LattnerRename X86InstructionInfo to X86InstrInfo
2002-10-29 Chris LattnerRename Sparc.h to TargetMachineImpls.h. Add hook for...
2002-10-29 Chris LattnerAdd hook for JIT compiler
2002-10-29 Chris LattnerMinor renaming
2002-10-29 Chris LattnerRename Sparc.h TargetMachineImpls.h
2002-10-29 Chris LattnerRemove unneccesary #includes
2002-10-29 Chris LattnerRename Sparc.h to TargetMachineImpls.h
2002-10-29 Chris Lattner* Remove explicit strcmp calls
2002-10-29 Chris LattnerMove to TargetMachineImpls.h
2002-10-29 Chris LattnerReenable X86 backend, even though it doesn't do much...
2002-10-29 Chris LattnerMerge with sparc backend
2002-10-29 Chris LattnerMerge to MachineInstrInfo.h
2002-10-29 Chris LattnerX86 merge complete, eliminate dead code
2002-10-29 Chris LattnerX86 merge is complete, eliminate unused code
2002-10-29 Vikram S. AdveRemove separate vector of implicit refs from MachineIns...
2002-10-29 Vikram S. AdveMove CallArgsDescriptor into this class instead of...
next