Dramatically simplify internal DSNode representation, get implementation
[oota-llvm.git] / lib /
2002-11-06 Chris LattnerDramatically simplify internal DSNode representation...
2002-11-06 Chris LattnerDelete "StripScalars" argument to cloneInto method
2002-11-06 Vikram S. AdveRemove a nasty little semi-colon someone introduced...
2002-11-05 Chris LattnerAttempted fixes to the mergemap to make it work better.
2002-11-04 Chris LattnerSimplify code
2002-11-04 Chris LattnerSun can now use mallinfo()
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-11-04 Chris LattnerAllow memory sizes to be negative, remove obsolete...
2002-11-04 Chris Lattnermallinfo is not available on sun apparently :(
2002-11-04 Chris LattnerInstcombine this away:
2002-11-04 Chris LattnerAdd a transformation to turn:
2002-11-04 Vikram S. AdveSimple passes that print out SCCs in the CFGs or in...
2002-11-04 Chris LattnerChange the "Cannot merge two portions of the same node...
2002-11-04 Chris LattnerAck: Fix bug in previous checkin.
2002-11-04 Chris LattnerBe more generous about level raising constant expressio...
2002-11-04 Chris LattnerMake sure to _delete_ memory allocated by worklists
2002-11-04 Chris LattnerGive a better error message in an unhandled case
2002-11-04 Chris LattnerMinor fix to space accounting
2002-11-04 Chris LattnerImplement MaxRSS in terms of mallinfo instead of the...
2002-11-04 Chris LattnerAllow the call graph to be called from analyze naturall...
2002-11-03 Chris LattnerRename ValueMap to ScalarMap
2002-11-03 Chris LattnerRename NewNode flag to HeapNode
2002-11-03 Chris LattnerChange the letters used to represent stack and heap...
2002-11-03 Anand Shuklacode to lightly instrument at branches
2002-11-02 Chris LattnerMove function to cpp file from header
2002-11-02 Chris LattnerImplement signed and unsigned division and remainder
2002-11-02 Chris LattnerImplement multiply operator
2002-11-02 Chris Lattner* Implement subtract
2002-11-02 Chris Lattnershuffle code around a bit, implement and, or, xor
2002-11-02 Chris LattnerAdd PHI node support, add comment for branch function
2002-11-02 Chris LattnerImplement unconditional branching support
2002-11-02 Chris Lattner* Fix nonconstant shift case
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-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 LattnerNew iostream definitions
2002-11-01 Chris LattnerMake sure to include name information if we have it
2002-10-31 Chris LattnerAdd a fixme
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 LattnerReassociate pass 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 Chris LattnerRemove dead code
2002-10-31 Chris LattnerThis fixes all kinds of problems with array handling...
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 LattnerBreakCriticalEdges should update dominance frontier...
2002-10-30 Chris LattnerFix two problems:
2002-10-30 Vikram S. AdveBug fix: need to initialize new CallArgsDescriptor...
2002-10-30 Vikram S. AdveIn getID(), don't call getValidSymbolName to mangle...
2002-10-30 Chris LattnerAdd lots more info
2002-10-30 Chris LattnerRemove fixme
2002-10-30 Chris LattnerAdd special code to make printing SSA form machine...
2002-10-30 Chris LattnerMake sure to set the destination register correctly
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 LattnerUse MRegisterInfo, if available, to print symbolic...
2002-10-30 Chris LattnerImplement the new optional getRegisterInfo
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-29 Chris LattnerConstruct annotation, to make sure it's attached to...
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 Misha BrukmanFix spelling of `propagate'.
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 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 LattnerRename X86InstructionInfo to X86InstrInfo
2002-10-29 Chris LattnerMinor renaming
2002-10-29 Chris LattnerRemove unneccesary #includes
2002-10-29 Chris LattnerRename Sparc.h 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 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...
2002-10-29 Vikram S. AdveBug fix: align size for dynamic allocas according to...
2002-10-29 Chris LattnerSwitch to generating machineinstr's instead of MInstruc...
2002-10-29 Chris LattnerBe compatible with sparc backend
2002-10-29 Chris LattnerImplement MachineInstrInfo interface
2002-10-29 Chris LattnerSwitch to different flag set
2002-10-29 Chris LattnerMove TargetInstrDescriptors extern to the one .cpp...
2002-10-29 Chris LattnerMove TargetInstrDescriptors to MachineInstrInfo.cpp
2002-10-29 Chris Lattner*** empty log message ***
2002-10-29 Chris LattnerUse higher level methods, don't use TargetInstrDescript...
2002-10-29 Chris LattnerUse higher level method
2002-10-29 Chris LattnerRemove #include, misleading comment, and a typedef...
next