- b8edf61 Fix IA64 compatibility by Chris Lattner · 21 years ago
- 23f9ef0 Use new macro by Chris Lattner · 21 years ago
- f99947c Be compatible with IA64 by Chris Lattner · 21 years ago
- bd93533 Passing integer 0 in for a pointer value doesn't work on IA64. Fix this by Chris Lattner · 21 years ago
- dcb115b Add a new macro to be used for the end of enum lists. by Chris Lattner · 21 years ago
- 80b2d6c This patch was contributed by Daniel Berlin! by Chris Lattner · 21 years ago
- fed22aa Fix PR404 try #2 by Chris Lattner · 21 years ago
- 5e87754 Give SetVector range support by Chris Lattner · 21 years ago
- 69e5845 Nuke a clearly bogus assertion by Chris Lattner · 21 years ago
- de7aee7 Revert previous patch until I get a bug fixed by Chris Lattner · 21 years ago
- 6568fe8 QOI issue fixed by Chris Lattner · 21 years ago
- 507e3d6 Fix PR404: Loop simplify is really slow on 252.eon by Chris Lattner · 21 years ago
- 9e229b2 Bug fixed by Chris Lattner · 21 years ago
- 80d94b8 Final fix for PR341: eliminate operator<<(ostream, Value*). Clients should by Chris Lattner · 21 years ago
- ed6c073 Fixes for PR341 by Chris Lattner · 21 years ago
- 0a8e8e1 Fixes for PR341 by Chris Lattner · 21 years ago
- 94009a5 Fix for PR341 by Chris Lattner · 21 years ago
- f51c7f56 Fix for PR341 by Chris Lattner · 21 years ago
- 017fdcb Revert stuff that I didn't mean to checkin by Chris Lattner · 21 years ago
- 1ff1ff7 Fixes for PR341 by Chris Lattner · 21 years ago
- f92791a Fix for PR341 by Chris Lattner · 21 years ago
- 76e2df2 Patches towards fixing PR341 by Chris Lattner · 21 years ago
- 30b4344 Progress on PR341 by Chris Lattner · 21 years ago
- 2fc1230 Fixes working towards PR341 by Chris Lattner · 21 years ago
- ce36d55 Bug fixes for PR341 by Chris Lattner · 21 years ago
- dd68469 Implement folding of expressions like 'uint cast (int* getelementptr (int* by Chris Lattner · 21 years ago
- 654b710 Yeah, how about those 'primative' types huh? by Chris Lattner · 21 years ago
- 8bfc2f1 Now that we codegen the portable "sizeof" efficiently, we can use it for by Chris Lattner · 21 years ago
- d2995df Improve codegen for the LLVM offsetof/sizeof "operator". Before we compiled by Chris Lattner · 21 years ago
- 6c14230 You cannot pass functions by value, what does that even mean?? by Chris Lattner · 21 years ago
- e9670e3 this "feature" is gone by Chris Lattner · 21 years ago
- 0f01bbc This is logically part of the last patch. Just more really horrible code by Chris Lattner · 21 years ago
- a09000d ** Finally DeclareNewGlobalValue is dead! by Chris Lattner · 21 years ago
- f05591d New, horrible, testcase by Chris Lattner · 21 years ago
- 8a32784 * Fairly substantial change. Instead of creating new globalvariables, then by Chris Lattner · 21 years ago
- cb9d6a8 Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing us by Chris Lattner · 21 years ago
- fe2102b Actually set the endian/pointersize flags on the module being read in! by Brian Gaeke · 21 years ago
- f70770a Simplify logic. by Chris Lattner · 21 years ago
- ec90d8f Make PATypeHolder and friends return non-const pointers to the types they by Chris Lattner · 21 years ago
- d9ce6ad Fix a regression from last night. Apparently the CFE is broken and outputs by Chris Lattner · 21 years ago
- 5f8cce1 Make sure MTSPR instruction is inserted into the BasicBlock by Misha Brukman · 21 years ago
- 33af23d Implement new helper methods for creating two-index GEP instructions by Chris Lattner · 21 years ago
- b757f16 * Change code to use a static_cast instead of reinterpret_cast by Chris Lattner · 21 years ago
- 32caa8d Don't define the same register twice when loading a ConstantPointerRef to a reg by Misha Brukman · 21 years ago
- 8d442c2 * Fix multiplication by powers of two and otherwise by Misha Brukman · 21 years ago
- d88998d Pull out code shared between GV forward-decl and definition processing. by Chris Lattner · 21 years ago
- 66028f2 Simplify code. Do not allow functions to be redefined more than once. by Chris Lattner · 21 years ago
- e002694 Remove a gross and crufty "feature" that was never documented and doesn't work. by Chris Lattner · 21 years ago
- 8642763 Finegrainify namespacification by Chris Lattner · 21 years ago
- 2e2ed29 Revamp handling of labels. In particular, if we create a forward reference by Chris Lattner · 21 years ago
- d94b6d3 Add Machine-CFG edges to SparcV9 MachineBasicBlocks. by Brian Gaeke · 21 years ago
- 64116f9 Split the basic block handling case out of getVal into getBBVal. by Chris Lattner · 21 years ago
- 144d9ba Make Argument::print more resilient to non-verifiable IR by Chris Lattner · 21 years ago
- b4091e5 Catch aggregates passed by value sooner rather than later. by Chris Lattner · 21 years ago
- a596f8c * Specify that FP arith options have 3 operands by Misha Brukman · 21 years ago
- b3366bc Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 21 years ago
- 00dd5cd There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 21 years ago
- 65cd4b0 Fine-grainify namespacification, prune #include by Chris Lattner · 21 years ago
- 22ae232 Fix typeo and refactor bb productions to make it possible for us to reuse any by Chris Lattner · 21 years ago
- bc721ed Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSES by Chris Lattner · 21 years ago
- c9aea52 Inline the now trivial setValueNameInternal function into both callers by Chris Lattner · 21 years ago
- 8c89a0a Now that basic blocks are eagerly inserted into the Function, we can use by Chris Lattner · 21 years ago
- 8ab406d A couple of substantial cleanup fixes: by Chris Lattner · 21 years ago
- 0859e52 Fix warning on SparcV9, where sizeof (int) != sizeof (void *). by Brian Gaeke · 21 years ago
- 38ab6bf Replace a bunch of complex ConstantPointerRef referring code with simple code. by Chris Lattner · 21 years ago
- 42df6d1 Make tblgen not try to be smart. This is better handled in makefiles if by Chris Lattner · 21 years ago
- b89e071 Factor some code to handle "load (constantexpr cast foo)" just like by Chris Lattner · 21 years ago
- d9aa783 Correctly load FP constants out of the constant pool. by Misha Brukman · 21 years ago
- f028f82 Apple's MacOS X is another OS which does not provide alloca() via <alloca.h> by Misha Brukman · 21 years ago
- 01eca8d Implement getModuleMatchQuality and getJITMatchQuality() for PowerPC by Misha Brukman · 21 years ago
- 878ba7c * Tabs to spaces * Delete extra blank lines by Misha Brukman · 21 years ago
- 8559594 New open proj: C/C++ compiler in C++, with link to Ed Willink's C++ yacc grammar by Misha Brukman · 21 years ago
- c78631f Add a helper method. The StructType element is completely redundant in most by Chris Lattner · 21 years ago
- b370c7a implement new helper method by Chris Lattner · 21 years ago
- aec6dd5 Fix unused var warning by Chris Lattner · 21 years ago
- 88e2b78 Fix a really nasty logic error that VC noticed. by Chris Lattner · 21 years ago
- 268f258 Add a missing #include by Chris Lattner · 21 years ago
- 85e4eb6 Fix warning compiling with VC++ by Chris Lattner · 21 years ago
- c8cd7e9 new feature by Chris Lattner · 21 years ago
- adb1c39 * Clarify Sparc as SparcV9 by Misha Brukman · 21 years ago
- bbd913b Implement a new method useful for things like the inliner by Chris Lattner · 21 years ago
- 1c2fe31 Implement new method by Chris Lattner · 21 years ago
- 0d88616 Correct an output typo. by Reid Spencer · 21 years ago
- 46b002c Various cleanups: by Reid Spencer · 21 years ago
- 6690651 - Rename two methods to give them more meaning by Reid Spencer · 21 years ago
- 1d9349a Remove tabs. by Reid Spencer · 21 years ago
- 87bc418 Prepare the writer for a non-broken implementation of writing floating by Reid Spencer · 21 years ago
- beff74f The cleanup is done. Update comment. by Chris Lattner · 21 years ago
- 5f90cb8 Make add constantexprs work with all types, fixing the regressions from last night by Chris Lattner · 21 years ago
- 7c38def Implement TargetRegistrationListener by Chris Lattner · 21 years ago
- 2845ece Add a new listener class for things that want to be informed about new by Chris Lattner · 21 years ago
- 68905bb Delete the allocate*TargetMachine function, which is now dead. by Chris Lattner · 21 years ago
- 0cf0c37 Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
- 4e547ec Delete the allocate*TargetMachine function, which is now dead . by Chris Lattner · 21 years ago
- 635ffcd Delete the allocate*TargetMachine functions. Move options to a header file by Chris Lattner · 21 years ago
- 988a1a0 Prune unused #include by Chris Lattner · 21 years ago
- e45110e Goodbye macro hell, hello nice clean and simple code. This also gives llc by Chris Lattner · 21 years ago
- d5e1d9d Goodbye macro hell, hello nice clean simple extensible code. This change by Chris Lattner · 21 years ago
- d7099bc Implement a couple of methods that TargetMachineRegistry now provides. See, by Chris Lattner · 21 years ago
- cbc7412 Add a new TargetNameParser class, which is useful for parsing options. by Chris Lattner · 21 years ago