2002-10-29 |
Chris Lattner | Remove old entrypoint |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Remove unneeded #include |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Remove #include, misleading comment, and a typedef... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Inline typedef, eliminate unused method |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Remove long dead #if 0 |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Add #includes that were eliminated from headers |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | De-inline methods |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Remove #include |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Remove unneeded #include |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Remove forward decl |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Make assertIGNode be private to the InterferenceGraph... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Remove unneccesary #include |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Delete unused header file |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | MachineInstrInfo doesn't need a TargetMachine |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | MachineInstrInfo doesn't need a TargetMachine member |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Chris Lattner | Don't link tools with -g objects! |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Don't build X86 target until it builds properly again |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Seperate code out of TargetMachine into MachineInstrInfo |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Initial stab at MachineInstr'ication |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | MachineInstrInfo no longer #includes this header, so... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Minor cleanups, remove noncopyable so dot doesn't clust... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Strip a bunch of #includes from the file, move some... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Inline some code from the cpp file |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Use BuildMI instead of explicit code. |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Minor comment updates |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Initial checkin of MachineInstrBuilder class |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Remove all traces of the "Opcode Mask" field in the... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Remove more default arguments that are never used |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Remove default operands that are never used |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | * Make MachineOperand ctors private, so MachineOperand... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Fix minor bug |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Don't pass default args |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Misha Brukman | Fixed spelling and grammar. |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Misha Brukman | Rewrote uses of deprecated `MachineFunction::get(BasicB... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Misha Brukman | Replaced uses of deprecated `MachineFunction::get(Basic... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Misha Brukman | Iterator functions now line up together. |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Nick Hildenbrandt | Casting NULL can cause problems so lets just not cast... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Remove two arguments that are never specified |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Don't bother passing in default value |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Rename some regalloc fields |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Fixes to work with updated RegAlloc |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Eliminate usage of MachineBasicBlock::get |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Nick Hildenbrandt | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Remove usage of MachineBasicBlock::get |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Remove usage of MachineBasicBlock::get |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Eliminate uses of MachineBasicBlock::get |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Eliminate unneccesary use of MachineBasicBlock::get |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | s/method/function |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Change MachineBasicBlock's to not be Annotations, inste... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Make sched class unsigned |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | * s/unsigned int/unsigned |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Make scheduling class variables be 'unsigned' instead... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Make Scheduling Class variables be 'unsigned' instead... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Remove typedef that is unneccesary |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Rename the redundant MachineOperand::getOperandType... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Add new getOperandType(i) method to MachineInstr |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Fairly major overhaul of MachineInstr & Operand classes |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Make MachineInstr.h not #include MachineInstrInfo.h |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Add #includes now that MachineInstr.h doesn't include... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Remvoe a bunch of unneeded forward decls |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Don't #include <Support/*>, #include "Support/*" |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Add BasicBlock list to MchineFunction that will eventua... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | MachineFunction now includes MachineBasicBlock so there... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | MachineFunction.h now includes MachineBasicBlock.h... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Remvoe dead fixme and typedef |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | MachineBasicBlock doesn't need basicblock.h, it needs... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Rename MachineCodeForBasicBlock to MachineBasicBlock |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Rename file to MachineBasicBlock.h |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Add note about state that should be removed when time... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Fixes to previous checkin |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Inline some methods from .cpp files into .h files,... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | After removing stuff from TargetMachine, we now no... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Move machine code generation/destruction passes out... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Add prototypes for creation/destruction passes |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Move addPassesToEmitAssembly from TargetMachine to... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Prune #includes |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | * Doxygenify comments |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Add codegen library |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | This header is renamed to MachineFunction.h |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | We don't need the forwarding typedef |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Chris Lattner | Updates to match misha's changes |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Misha Brukman | Changed `MachineCodeForMethod' to `MachineFunction'. |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | Remove dead fixme |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | Make pointless testcase a bit more "challenging" |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | Add support or other operand types |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | Instruction select constant arguments correctly |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | Add instruction definitions for mov r, imm instructions |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | Prune #includes |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | Add neccesary #include |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | Old GCC's don't have an <ostream> |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | change ++ to +1 when using random access iterators |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | Add #include |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Chris Lattner | Work better with other versions of bison |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Chris Lattner | Fix a major bug in lli |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Checkin simple testcases for LLVM-JIT |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Initial checkin of target support for X86 backend. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Chris Lattner | Initial checkin of Machine Code representation for... |
commit | commitdiff | tree | snapshot |
next |