2004-08-16 |
Chris Lattner | These files now live in lib/Target/SparcV9 |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Move MachineCodeForInstruction.h and MachineFunctionInf... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Nuke this file |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Fold MachineInstrAnnot.cpp into this file |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Spaces arg! |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Reid Spencer | Correct the documentation for the module block header... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Misha Brukman | Move these files (which are dependent on VMCore) into... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Brian Gaeke | Update and consolidate comments. Remove some excess... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Brian Gaeke | Add a note that people shouldn't use MachineFunctionInfo. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Reid Spencer | Bug 422 fixed. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
John Criswell | Merged in RELEASE_13. This fixes the Command Guide... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
John Criswell | Updated for 1.3. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
John Criswell | Merged in release_13 branch. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Reid Spencer | Fix PR422. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Reid Spencer | Back out include/llvm/System changes until a satisfacto... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Reid Spencer | Remove lib/System contents until a satisfactory solutio... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Reid Spencer | Back out dependencies on lib/System/Path.h |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Reid Spencer | Fix definitions to match tool's actual capabilities. |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Believe it or not, this was broken in LLVM 1.3 |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Fix a bug that caused the pass to go into infinite... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | There is no need for a cast here |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Nate Begeman | Update the current state of the world |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Nate Begeman | Fix typo of the word 'implicit' I made resolving a... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Nate Begeman | Fix frame pointer handling: |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Nate Begeman | Fix mismatched adjust down/up of SP in functions that... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Use CodeGenRegister class to make reading in of registe... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Add initial support for register and register class... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Flags and TSFlags were (thankfully) never used, so... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Add a special case for argc,argv |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Don't pass too many arguments into runFunction |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Scrub all LLVM 1.3 stuff, changing over to 1.4. Add... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Finally, add support for calling arbitrary non-varargs... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Handle all nullary functions, of any valid return type. |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Fine, go all of the way and check that the argument... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | These only really work if returning int or void |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Switch to using the JIT now that it can directly call... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Handle zero arg function case |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Simplify code a bit, print error message always instead... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Simplify code, make it print the constructed module... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | V8 never used the instrselectorgenerator |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | isdummyclass goes away |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Remove awareness of isDummyClass |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | disable all of the pattern isel stuff |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Disable the pattern isel |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Include .td and .txt files in the greps. This will... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Documentation like this doesn't belong here, and now... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Reduce usage of MRegisterInfo::getRegClass |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Add new TargetRegisterClass::contains method |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Insertion methods now return void instead of #instrs... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Code insertion methods now return void instead of ... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Code insertion methods now return void instead of an... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | The insertion method returns void now |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Implement a long overdue FIXME, by changing these metho... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Nuke ifdef'd out code |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Remove helper method |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Stop using CreateStackObject(RegClass*) |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | These methods no longer take a TargetRegisterClass... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Eliminate the RegisterClass argument, since it can... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Alkis Evlogimenos | Make this compile on gc 3.4.1 (static_cast to non-const... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Reid Spencer | More Functionality: |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Reid Spencer | Initial configuration files (to be installed) for ll... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Reid Spencer | Initial implementations of the ErrorCode and Path conce... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Reid Spencer | First version of a class to represent the notion of... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Reid Spencer | First version of a class to represent operating system... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Nate Begeman | Add future optimization opportunity |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Nate Begeman | Fix float to int codepath by always allocating 8 bytes... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Zimm16 is now dead. Its entry is not removed from... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Convert all of the DForm_6* operations, which makes... |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Add i1imm |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Reenable the CCRC |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Chris Lattner | Convert the DForm_4 over to the asmprintergen |
commit | commitdiff | tree | snapshot |
2004-08-15 |
Nate Begeman | Remove dead code |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Chris Lattner | Print mflr using the asmwriter generator |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Chris Lattner | Update to no longer take MF as an argument |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Chris Lattner | Make the AsmWriter a first-class tblgen object. Allow... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Nate Begeman | Replace PowerPCPEI.cpp with target independant PrologEp... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Nate Begeman | Add support for frame pointers, and large offsets from... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Misha Brukman | Use the `tools-only' target to avoid getting warnings... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Nate Begeman | Add indexed forms of load doubleword and load word... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Nate Begeman | Fix handling of FP constants with single precision... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Nate Begeman | Add initial support for using the generated asm writer... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Nate Begeman | Add generation of asm writer from tablegen files to... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Nate Begeman | Eliminate MachineFunction& argument from eliminateFrame... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Nate Begeman | Eliminate MachineFunction& argument from eliminateFrame... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Nate Begeman | Eliminate MachineFunction& argument from eliminateFrame... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Nate Begeman | Elminiate MachineFunction& argument from eliminateFrame... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Chris Lattner | Implement test/Regression/Transforms/GlobalConstifier... |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Chris Lattner | New testcase that the constifier should handle |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Chris Lattner | New basic testcase for the constifier |
commit | commitdiff | tree | snapshot |
2004-08-14 |
Reid Spencer | Converted to use flex for tokenizing input so we can... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Reid Spencer | Fix header commentary. |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Reid Spencer | Additional functionality. This version handles option... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Reid Spencer | First version of a utility internal to llvmc that handl... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Reid Spencer | Added description of usage of the getPosition() option... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Reid Spencer | Allow any cl::opt to use the method getPosition() to... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Nate Begeman | Remove an unneeded header and forward declaration |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Nate Begeman | Fix siod by switching BoolTy to byte rather than int... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Nate Begeman | Fix 177.mesa compilation, don't use floating point... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Nate Begeman | Fix llc crasher compiling siod by giving BuildMI the... |
commit | commitdiff | tree | snapshot |
next |