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 |
2004-07-14 |
Brian Gaeke | Add Machine-CFG edges to SparcV9 MachineBasicBlocks. |
commit | commitdiff | tree | snapshot |
2004-07-14 |
Chris Lattner | Split the basic block handling case out of getVal into... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Make Argument::print more resilient to non-verifiable IR |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Catch aggregates passed by value sooner rather than... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Misha Brukman | * Specify that FP arith options have 3 operands |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Actually, use an exception to stop verification. This... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | There is no reason to abort and print a stack trace... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Fine-grainify namespacification, prune #include |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Fix typeo and refactor bb productions to make it possib... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Eliminate some mega-cruft here. There is no reason... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Inline the now trivial setValueNameInternal function... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Now that basic blocks are eagerly inserted into the... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | A couple of substantial cleanup fixes: |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Brian Gaeke | Fix warning on SparcV9, where sizeof (int) != sizeof... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Replace a bunch of complex ConstantPointerRef referring... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Make tblgen not try to be smart. This is better handle... |
commit | commitdiff | tree | snapshot |
2004-07-13 |
Chris Lattner | Factor some code to handle "load (constantexpr cast... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | Correctly load FP constants out of the constant pool. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | Apple's MacOS X is another OS which does not provide... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | Implement getModuleMatchQuality and getJITMatchQuality... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | * Tabs to spaces |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | New open proj: C/C++ compiler in C++, with link to... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Add a helper method. The StructType element is complet... |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | implement new helper method |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Fix unused var warning |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Fix a really nasty logic error that VC noticed. |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Add a missing #include |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Fix warning compiling with VC++ |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | new feature |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Misha Brukman | * Clarify Sparc as SparcV9 |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Implement a new method useful for things like the inliner |
commit | commitdiff | tree | snapshot |
2004-07-12 |
Chris Lattner | Implement new method |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Reid Spencer | Correct an output typo. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Reid Spencer | Various cleanups: |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Reid Spencer | - Rename two methods to give them more meaning |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Reid Spencer | Remove tabs. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Reid Spencer | Prepare the writer for a non-broken implementation... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | The cleanup is done. Update comment. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Make add constantexprs work with all types, fixing... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Implement TargetRegistrationListener |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Add a new listener class for things that want to be... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Delete the allocate*TargetMachine function, which is... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Delete the allocate*TargetMachine function, which is... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Delete the allocate*TargetMachine function, which is... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Delete the allocate*TargetMachine functions. Move... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Prune unused #include |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Goodbye macro hell, hello nice clean and simple code... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Goodbye macro hell, hello nice clean simple extensible... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Implement a couple of methods that TargetMachineRegistr... |
commit | commitdiff | tree | snapshot |
2004-07-11 |
Chris Lattner | Add a new TargetNameParser class, which is useful for... |
commit | commitdiff | tree | snapshot |
next |