llvm-6502/lib
Chris Lattner a172846d3a Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData pass
even though it was immutable.  Immutable passes should never end up in CurrentAnalyses!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5906 91177308-0d34-0410-b5e6-96231b3b80d8
2003-04-24 20:07:38 +00:00
..
Analysis Remove unneccesary &* 2003-04-23 16:36:11 +00:00
Archive Fixed 'prevalent'. 2003-04-23 02:59:05 +00:00
AsmParser Use a union to cast int to fp 2003-04-22 20:20:28 +00:00
Bytecode Fixed 'prevalent'. 2003-04-23 02:59:05 +00:00
CodeGen Remove unneccesary &* 2003-04-23 16:36:11 +00:00
ExecutionEngine Fix bug where pointers were assumed to always be 64 bits in size! 2003-04-23 20:41:01 +00:00
Linker Fix Bug: Linker/2003-04-23-LinkOnceLost.ll 2003-04-23 18:38:39 +00:00
Support Make more compatible with GCC 2.96 2003-02-13 16:25:28 +00:00
Target add a new targetdata ctor to create a target data appropriate to the module 2003-04-24 19:09:05 +00:00
Transforms Make the levelraise pass be well behaved w.r.t the TargetData that the current 2003-04-24 18:25:27 +00:00
VMCore Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData pass 2003-04-24 20:07:38 +00:00
Makefile Compile sub-directories in parallel, because they don't have interdependencies 2002-09-18 03:25:58 +00:00