2004-07-17 |
Reid Spencer | Fix a comment. |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | ****** ABOLISH ConstantPointerRef ***** |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | Extend constructor so that it can support GlobalValue... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | Constant value not needed after CPR's disappear. |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Chris Lattner | It looks like physref->virtreg joining is working fine... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Chris Lattner | Make sure to emit the immediate byte for instructions... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Chris Lattner | Reserve the correct amt of space. |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Chris Lattner | Hrm, I think we need a "Reid is buggy" bug ;-) |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Misha Brukman | We don't really need to #include IPO.h into this file. |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | Initial (outline only) draft of the System Library... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | Added a README to point users to the documentation... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Chris Lattner | Fix incorrect computation of mod/ref sets. Do not... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Chris Lattner | Print modref information in a useful way. |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Chris Lattner | Cleanups: fold two loops into one |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Chris Lattner | link.h causes problems on some platforms and is not... |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Chris Lattner | Remove dead file |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Chris Lattner | Add note about IA64 C++ |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Brian Gaeke | Fix warning on 64-bit machines |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | * Use LI(S) to copy constants into registers intead... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | * Store all non-volatile int registers R13-31 on the... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | Fix code formatting |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | Implement PowerPCInstrInfo::isMoveInstr(), patch by... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | Add prototype for TargetInstrInfo::isMoveInstr() |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | * Enable allocation of registers r2-r10 |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | Add IMPLICIT_DEFS pseudo-instruction; patch by: Nate... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | The generated instruction selector isn't (yet) functional |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | * Output non-lazy linking stubs for external global... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | Correctly build shared objects on MacOS X for debugging... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | Define double alignment as 8 bytes now that assert... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | * Add spaces between words and numbers in comments... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Misha Brukman | Fix grammar. |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Alkis Evlogimenos | Add convinience constructor for function calls with... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Brian Gaeke | Add a class for pseudo-instructions. Use it. |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Brian Gaeke | Add what will eventually be the TSFlags. Big switch... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Brian Gaeke | Add special handling for pseudo-instructions (print... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Brian Gaeke | Add to-do list. |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Brian Gaeke | Do IMPLICIT_DEFs on incoming args' hard regs, to avoid... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | The powerpc is now gone. However it is now just known... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Build skeleton target |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Build the skeleton target |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Initial checkin of the rest of the skeleton target |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Initial skeleton tablegen files |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Add skeleton makefile |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Initial readme |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Fix the regressions handling unnamed global variables |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | For 64-bit platform support, we now use the clEnumValEn... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | IA64 compat |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Fix IA64 compatibility |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Use new macro |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Be compatible with IA64 |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Passing integer 0 in for a pointer value doesn't work... |
commit | commitdiff | tree | snapshot |
2004-07-16 |
Chris Lattner | Add a new macro to be used for the end of enum lists. |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | This patch was contributed by Daniel Berlin! |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Fix PR404 try #2 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Give SetVector range support |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Nuke a clearly bogus assertion |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Revert previous patch until I get a bug fixed |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | QOI issue fixed |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Fix PR404: Loop simplify is really slow on 252.eon |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Final fix for PR341: eliminate operator<<(ostream,... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Fixes for PR341 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Fixes for PR341 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Fix for PR341 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Fix for PR341 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Revert stuff that I didn't mean to checkin |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Fixes for PR341 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Fix for PR341 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Patches towards fixing PR341 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Progress on PR341 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Fixes working towards PR341 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Bug fixes for PR341 |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Implement folding of expressions like 'uint cast (int... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Yeah, how about those 'primative' types huh? |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Now that we codegen the portable "sizeof" efficiently... |
commit | commitdiff | tree | snapshot |
2004-07-15 |
Chris Lattner | Improve codegen for the LLVM offsetof/sizeof "operator... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | You cannot pass functions by value, what does that... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | this "feature" is gone |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | This is logically part of the last patch. Just more... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | ** Finally DeclareNewGlobalValue is dead! |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | New, horrible, testcase |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | * Fairly substantial change. Instead of creating new... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Fold setValueNameMergingDuplicates into ParseGlobalVari... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Brian Gaeke | Actually set the endian/pointersize flags on the module... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Simplify logic. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Make PATypeHolder and friends return non-const pointers... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Fix a regression from last night. Apparently the CFE... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Misha Brukman | Make sure MTSPR instruction is inserted into the BasicBlock |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Implement new helper methods for creating two-index... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | * Change code to use a static_cast instead of reinterpr... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Misha Brukman | Don't define the same register twice when loading a... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Misha Brukman | * Fix multiplication by powers of two and otherwise |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Pull out code shared between GV forward-decl and defini... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Simplify code. Do not allow functions to be redefined... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Remove a gross and crufty "feature" that was never... |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Revamp handling of labels. In particular, if we create... |
commit | commitdiff | tree | snapshot |
next |