2004-08-17 |
Reid Spencer | Documented (Java properties file like) syntax of config... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Reid Spencer | Add a reference to the ComilerDriver documentation. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Reid Spencer | Bytecode File Format Changes: |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Reid Spencer | Documented the removal of alignment in version 4 byteco... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Nate Begeman | Re-fix hiding the Frame Pointer from the register alloc... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Use the AsmPrinter emitGlobalConstant. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Add missing \t |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Add support for targets that have .quad, drop extra... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Use the emitGlobalConstant defined in AsmPrinter |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Implement emitGlobalConstant |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Add some hooks |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | New, more general, interface. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Allow an arbitrary prefix |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Allow an arbitrary prefix. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | We now allow targets to use any prefix they want for... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | Rewrite targets/rules to generate files for just PowerP... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | Register classes are target-dependent |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | #include <map> is not necessary here |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | `PowerPC' is no longer a real target |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | Move variables and methods which need PPC{32,64}* disti... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | No need for an `is64bit' flag |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | PowerPCInstrInfo and PowerPCRegisterInfo have gone... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | Consistently name passed with 32 or 64 in their name |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | PowerPCRegisterInfo no longer takes a bool to different... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | The PowerPCInstrInfo class has gone away. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | PowerPCInstrInfo has gone away, PPC32 and PPC64 share... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | PowerPC 32-/64-bit split: Part II, 64-bit customization... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Misha Brukman | PowerPC 32-/64-bit split: Part I, PPC32* bit files... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Do not #include files into the llvm namespace |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Reid Spencer | Correct the comments in the symbol table writer to... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Print float constants as 4 byte values. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Make sure to put an _ prefix on all identifiers! |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Some asmwriters want an _ prefix |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Chris Lattner | Some asmweriters want an _ prefix |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Reid Spencer | Technical Corrections (thanks to Robert Mykland): |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | More changes to make PPC32 and X86 more similar |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Minor changes to make the diff be nothing against the... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Start using the AsmPrinter to emit our first class... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Initial implementation of the asmprinter base class |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Moved this file out of lib/CodeGen |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Hacks to make the MachineFunction class be able to... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Code moved out of lib/CodeGen/MachineFunction.cpp |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Move this code to lib/Target/SparcV9/MachineFunctionInf... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | This file is moving to lib/Target/SparcV9 |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Chris Lattner | Fit into 80 lines, add a gross hack for MachineFunctionInfo |
commit | commitdiff | tree | snapshot |
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 |
next |