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 |
2004-08-13 |
Chris Lattner | Add another test |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Chris Lattner | If we are extracting a block that has multiple successo... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Chris Lattner | When we code extract some stuff, leave the codeRepl... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Chris Lattner | New testcase, which causes the block extractor to barf |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Chris Lattner | "extract" the block extractor pass from bugpoint (haha) |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Chris Lattner | Add a pass |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Chris Lattner | Add value mapper support for select constant exprs... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Nate Begeman | Longs are in one register on PowerPC 64; use appropriat... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Nate Begeman | Add some more 64 bit instructions we need for the Power... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Misha Brukman | Wrap long lines and try to fill the 80 chars per line... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Misha Brukman | * Escape &, <, and > |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Add description of packed type support. |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Add information on adding a derived type to LLVM, patch... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Allow targets to specify particular stack slots that... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Split saveCallerSavedRegisters into two methods for... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Remove dead methods |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Fix warning |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Instead of a virtual method call, lets try a direct... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Virtual method calls are overrated |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Virtual method calls are overrated. |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Forward substitute some constants into their users |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | The only target that uses this code (v9) always has... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | Remove dead methods |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | When we want a constant, just use it, instead of callin... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Reid Spencer | Convert to unix line format. |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Misha Brukman | Disable PPC64 backend by default because LLC cannot... |
commit | commitdiff | tree | snapshot |
2004-08-12 |
Chris Lattner | This patch makes the inliner refuse to inline functions... |
commit | commitdiff | tree | snapshot |
next |