- 32a521e Add comment by Chris Lattner · 22 years ago
- 7471c48 Only do the %ld -> %lld promotion when running a 64 bit bytecode on a 32 bit host by Chris Lattner · 22 years ago
- c8cff9e Add __strdup by Chris Lattner · 22 years ago
- 807b705 Fix BasicAA/2003-04-25-GEPCrash.ll by Chris Lattner · 22 years ago
- c938ba0 New testcase by Chris Lattner · 22 years ago
- 6b73fec MAke sure that LLI properly configures align_of(double) by Chris Lattner · 22 years ago
- dd7253c Whoops, 32 bit targets have _4_ byte pointers, not _32_ byte pointers! by Chris Lattner · 22 years ago
- bc19466 Make sure to copy double alignment as well by Chris Lattner · 22 years ago
- 98938f8 Fix compatibility bug: X86 aligns doubles to 4 bytes, not 8! by Chris Lattner · 22 years ago
- b5881f1 Kill using declarations by Chris Lattner · 22 years ago
- 322bc2b Fix method name type-o by Chris Lattner · 22 years ago
- 4deaf3b Fix obvious type-o by Chris Lattner · 22 years ago
- 2b5f2c1 Make sure to add a targetdata instance to the passmanager, and make it match the by Chris Lattner · 22 years ago
- d5bc41a Fix problem where we would read 64 bits worth of pointer information, even on 32 bit targets! by Chris Lattner · 22 years ago
- bceb2b0 Fix major problem with PHI node traversal: rechecking PHIs should go into by Chris Lattner · 22 years ago
- 0c13998 Rename Kept -> Suffix by Chris Lattner · 22 years ago
- 06943ad Rename Kept -> Suffix by Chris Lattner · 22 years ago
- 6cf4cb9 ** CORRECTLY, conservatively handle constant expressions by Chris Lattner · 22 years ago
- eca8e8f *** Huge: Make constantexprs be handled correctly, conservatively by Chris Lattner · 22 years ago
- 46326d9 Allow for easy detection of when a "default" TargetData is created by the by Chris Lattner · 22 years ago
- d6cbe33 Default ctor doesn't provide name by Chris Lattner · 22 years ago
- 9de2828 Minor non-functional changes: by Chris Lattner · 22 years ago
- c8789cb Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll by Chris Lattner · 22 years ago
- 5f73e38 Big programs have tons of global variable initializers, and most passes don't care by Chris Lattner · 22 years ago
- 16608b4 When cleaning up the final bytecode file, make sure to run DTE as well by Chris Lattner · 22 years ago
- 68be6e7 New testcase by Chris Lattner · 22 years ago
- 286921e Speed up convergence significantly and also reduce the size of testcases by making large portions of a function's CFG dead at a time. by Chris Lattner · 22 years ago
- f607b79 The big fix is this change: by Chris Lattner · 22 years ago
- 44be257 Remove dead functions by Chris Lattner · 22 years ago
- 473a843 Make sure that deleted functions have external linkage by Chris Lattner · 22 years ago
- aae33f9 Use the list reducer to improve convergence speed and to support crashes that by Chris Lattner · 22 years ago
- 39aebca Adjust to match new ListReducer interface Move function to generic code by Chris Lattner · 22 years ago
- b4ebe13 Allow reducer interfaces to mutate the lists passed in by Chris Lattner · 22 years ago
- ff4aaf0 Move function from Miscompilation.cpp by Chris Lattner · 22 years ago
- 126840f Move the ListReducer Class into it's own header file instead of living in Miscompilation.cpp by Chris Lattner · 22 years ago
- a172846 Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData pass by Chris Lattner · 22 years ago
- a148ccb Allow bugpoint to try new an different methods for pruning down lists by Chris Lattner · 22 years ago
- 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 22 years ago
- 53a0c38 add a new targetdata ctor to create a target data appropriate to the module by Chris Lattner · 22 years ago
- 4bc8e64 Add new targetdata ctor to create a targetdata appropriate to the module by Chris Lattner · 22 years ago
- baf64b1 Remove support for "targetdata pass ctors" by Chris Lattner · 22 years ago
- c986392 Remove support for "target data" pass ctors by Chris Lattner · 22 years ago
- ec8aae3 Trivial cleanup by Chris Lattner · 22 years ago
- 961f7b4 LevelRaise now gets target data from passmanager by Chris Lattner · 22 years ago
- 5705f0c LevelRaise now gets TD from passmanager by Chris Lattner · 22 years ago
- 16125fb Make the levelraise pass be well behaved w.r.t the TargetData that the current by Chris Lattner · 22 years ago
- ad80a46 Fix iterator invalidation problem by Chris Lattner · 22 years ago
- 892310e Make sure that the cloned module retains the type symbol table entries! by Chris Lattner · 22 years ago
- 640f22e Implement support for bugpoint to identify which FUNCTION an optimization by Chris Lattner · 22 years ago
- 7899b74 Make sure to preserve endiannes and pointer size when cloning modules! by Chris Lattner · 22 years ago
- eea21dd Print where reference output goes by Chris Lattner · 22 years ago
- 2be5079 Fix bug where pointers were assumed to always be 64 bits in size! by Chris Lattner · 22 years ago
- a4dd4e2 The new CFrontend generates LOTs of basic blocks that just fall through and do by Chris Lattner · 22 years ago
- 3c053a0 Allow specifying an input file for the program being executed by Chris Lattner · 22 years ago
- 5f311a7 Add memcpy by Chris Lattner · 22 years ago
- fd506f5 Fix a problem with setcc instructions and pointers by Chris Lattner · 22 years ago
- 957d62a Implement a bunch of new external functions by Chris Lattner · 22 years ago
- 669b76a Implement &|^ on bool values by Chris Lattner · 22 years ago
- f87a198 Add support for _IO_getc function used on linux by Chris Lattner · 22 years ago
- f1acd96 Fix problem where labels were being incorrectly elided, and fix problem by Chris Lattner · 22 years ago
- f5612b76 Fix the super obnoxious "cast to pointer from integer of different size" warnings by Chris Lattner · 22 years ago
- d8c03bf * Implement access to external variables in LLI by Chris Lattner · 22 years ago
- c2b97d4 Fix Bug: Linker/2003-04-23-LinkOnceLost.ll by Chris Lattner · 22 years ago
- 961b058 New testcase by Chris Lattner · 22 years ago
- e709a21 Tweak testcases to use linkonce as appropriate by Chris Lattner · 22 years ago
- 3907d11 Fix iterator invalidation problem with cast instructions by Chris Lattner · 22 years ago
- 548f61d Implement the constantexpr CAST instruction correctly by Chris Lattner · 22 years ago
- cf31784 We now need to link libscalar to get the switch lowering pass by Chris Lattner · 22 years ago
- 6e96a99c Remove unnecessary &* by Chris Lattner · 22 years ago
- e408e25 Remove unnecesary &*'s by Chris Lattner · 22 years ago
- 2ee82e0 Remove unneccesary &* by Chris Lattner · 22 years ago
- d55e986 Kill unneccesary &* by Chris Lattner · 22 years ago
- 6a54710 Remove documented problem that is now fixed by Chris Lattner · 22 years ago
- f7235cd Properly convert some &'s to &'s by Chris Lattner · 22 years ago
- 155e68f Add support for the Switch instruction by running the lowerSwitch pass first by Chris Lattner · 22 years ago
- 3b1ca40 Add stub to create lowerSwitches pass by Chris Lattner · 22 years ago
- 1438348 New pass to lower switch instructions to branch instructions by Chris Lattner · 22 years ago
- 350c0a8 Minor cleanups by Chris Lattner · 22 years ago
- 011ce8d Allow autoconversion from ilist_iterator<T> to T* in a dyn_cast and friends by Chris Lattner · 22 years ago
- ea0f49e Allow dyn_cast to operate on things that aren't OBVIOUSLY a pointer type. by Chris Lattner · 22 years ago
- 09ff150 Fixed 'prevalent'. by Misha Brukman · 22 years ago
- 63e04f3 Just some code beautification changes I had sitting around in my tree. by Misha Brukman · 22 years ago
- b581148 Fix bug: BasicAA/2003-04-22-GEPProblem.ll by Chris Lattner · 22 years ago
- 63a6e77 New testcase by Chris Lattner · 22 years ago
- 0286835 Kill using declarations Kill code for invalid operations on pointers by Chris Lattner · 22 years ago
- 5bff50d Implement cast to bool by Chris Lattner · 22 years ago
- b945e4d Get rid of extraneous arguments to implementation functions by Chris Lattner · 22 years ago
- 09e9392 Add support to LLI for switch instruction by Chris Lattner · 22 years ago
- 7a5a1f7 Use a union to cast int to fp by Chris Lattner · 22 years ago
- 8829dcd It's "necessary"... by Misha Brukman · 22 years ago
- a9f5e05 Add support for the switch instruction to the CWriter by Chris Lattner · 22 years ago
- 8ad51f5 Update to add new keywords by Chris Lattner · 22 years ago
- 43a9994 Add warning when linking modules with disagreeing target properties by Chris Lattner · 22 years ago
- 61a909a6 Emit information about target by Chris Lattner · 22 years ago
- b9bcbb5 Allow information about the target to be specified in the .ll file by Chris Lattner · 22 years ago
- 0bc0f47 Add testcase for target information by Chris Lattner · 22 years ago
- f5c1f08 ADd newline to end of file by Chris Lattner · 22 years ago
- 9232b99 Namespacify by Chris Lattner · 22 years ago
- 76e3896 Add support for reading and writing pointersize/endianness to and from bytecode by Chris Lattner · 22 years ago
- e0b235c Build the appropriate target machine for the input pointer size and endianness by Chris Lattner · 22 years ago