2002-11-02 |
Chris Lattner | Stop representing scalars as explicit nodes in the... |
commit | commitdiff | tree | snapshot |
2002-11-02 |
Chris Lattner | * Eliminate Scalar node type (renumber other node types) |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Nick Hildenbrandt | Fixed bug in Regression/CBackend/2002-10-30-FunctionPoi... |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Chris Lattner | Fix comments, steens is context sensitive, we just... |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Chris Lattner | Add a testcase cee should eventually pass |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Vikram S. Adve | Use absolute path name for "analyze" since we are chang... |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Chris Lattner | New iostream definitions |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Chris Lattner | Make sure to include name information if we have it |
commit | commitdiff | tree | snapshot |
2002-11-01 |
Chris Lattner | Fix burg build problem. |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Add a fixme |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Brian Gaeke | A new test case that tries to generate all the differen... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Brian Gaeke | InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst. |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | * Minor optimization: when merging nodes, merge... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Eliminate some unneccesary #includes and forward decls |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Nick Hildenbrandt | CBE doesn't alloc correctly |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Reassociate pass now works |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Reassociate now works |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Fixes to the reassociate pass to make it respect domina... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Fix nasty bug in ::isNeg() |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Vikram S. Adve | Restore support for indirect function calls (which... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Vikram S. Adve | Do not print "NEW FILES AND DIRECTORIES" unless request... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Remove dead code |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Misha Brukman | Refactored DSGraph.h: |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | This fixes all kinds of problems with array handling... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Tell cvs to ignore *.dot and *.ps files in this directory |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | New testcase for the possible array merging scenarios |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Can simplify code now with the isCommutative() method. |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Use new isCommutative interface, which gives us SetEQ... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | New isAssociative/isCommutative inspection methods... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Statistic class should return const reference to *this... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | BreakCriticalEdges should update dominance frontier... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | Add interface to update domfrontier info, thanks to... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Fix two problems: |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Vikram S. Adve | Bug fix: need to initialize new CallArgsDescriptor... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Vikram S. Adve | Bug fix in setting an implicit ref. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Vikram S. Adve | In getID(), don't call getValidSymbolName to mangle... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Add lots more info |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Misha Brukman | Return 0 instead of 1 for correct execution. Makes... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Make the testcase MORE complex |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Remove fixme |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Add special code to make printing SSA form machine... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Name the first basic block |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Make sure to set the destination register correctly |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Allow BuildMI that helps automate construction of SSA... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Set the destination register field based on the target... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Add flag to specify when no value is produced by an... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Sparc backend doesn't use target specific flags yet |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | * Add new "Target Specific Flags" field to instruction... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Use MRegisterInfo, if available, to print symbolic... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Implement the new optional getRegisterInfo |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Add new optional getRegisterInfo to TargetMachine |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Implement structured machine code printing |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Print machine code after instruction selection |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Make sure to pass the LLVM basic block in |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Add support for structured printing |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Chris Lattner | Improve comments, add methods for structured printing |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Jello now builds |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Construct annotation, to make sure it's attached to... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Add method |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Make argsize calculation stuff optional, so that Target... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Implement autoinserting ctor |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Rename annotation id |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Add capability to have machine instruction autoinsert... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Misha Brukman | Fix spelling of `propagate'. |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Misha Brukman | Fixed spelling of `propagation'. |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Convert backend to use passes, implement X86TargetMachine |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | These are no longer virtual methods |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Eliminate virtual methods that are sparc specific |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | * Privatize the TargetName |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | * Privatize the TargetName |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Implement findOptimalStorageSize a bit more generally |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Allow TargetMachine to refuse static code gen |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Convert jello to use PassManager |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Rename X86InstructionInfo to X86InstrInfo |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Rename Sparc.h to TargetMachineImpls.h. Add hook for... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Add hook for JIT compiler |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Minor renaming |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Rename Sparc.h TargetMachineImpls.h |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Remove unneccesary #includes |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Rename Sparc.h to TargetMachineImpls.h |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | * Remove explicit strcmp calls |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Move to TargetMachineImpls.h |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Reenable X86 backend, even though it doesn't do much... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Merge with sparc backend |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Merge to MachineInstrInfo.h |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | X86 merge complete, eliminate dead code |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | X86 merge is complete, eliminate unused code |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Vikram S. Adve | Remove separate vector of implicit refs from MachineIns... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Vikram S. Adve | Move CallArgsDescriptor into this class instead of... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Vikram S. Adve | Bug fix: align size for dynamic allocas according to... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Switch to generating machineinstr's instead of MInstruc... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Be compatible with sparc backend |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Implement MachineInstrInfo interface |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Switch to different flag set |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Move TargetInstrDescriptors extern to the one .cpp... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Move TargetInstrDescriptors to MachineInstrInfo.cpp |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Use higher level methods, don't use TargetInstrDescript... |
commit | commitdiff | tree | snapshot |
next |