index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
35
-164
/
+124
*
PMDataManager does not maintain LastUser info.
Devang Patel
2006-12-07
1
-25
/
+1
*
fix CodeGen/PowerPC/2006-12-07-LargeAlloca.ll on ppc64
Chris Lattner
2006-12-07
1
-0
/
+1
*
Make current pass info available _after_ removing info that is not
Devang Patel
2006-12-07
1
-8
/
+7
*
Add TODOs
Devang Patel
2006-12-07
1
-3
/
+15
*
Fix thinko.
Devang Patel
2006-12-07
1
-2
/
+2
*
Top level manages schedule the pass immediately at the time of insertion.
Devang Patel
2006-12-07
1
-10
/
+8
*
Now FunctionPassManagerImpl_New and PassManagerImpl_New derives from
Devang Patel
2006-12-07
1
-3
/
+13
*
Reimplement schedulePass interface. Move it into PMTopLevelManager.
Devang Patel
2006-12-07
1
-51
/
+28
*
While initializing AvailableAnalysis info, make ImmutablePasses available
Devang Patel
2006-12-07
1
-0
/
+6
*
Add ImmutablePass into the list of info managed by top level pass
Devang Patel
2006-12-07
1
-0
/
+13
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
17
-77
/
+60
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
24
-429
/
+396
*
If pass reserves all analysis info then each info is not separately
Devang Patel
2006-12-07
1
-3
/
+6
*
Pass Managers themselves do not invalidate any analysis info.
Devang Patel
2006-12-07
1
-1
/
+22
*
Add a handle to the top level pass manager in PMDataManager.
Devang Patel
2006-12-07
1
-1
/
+14
*
Cosmetic markers to divide code in separate chunks.
Devang Patel
2006-12-07
1
-4
/
+13
*
s/noteDownAvailableAnalysis/recordAvailableAnalysis
Devang Patel
2006-12-07
1
-13
/
+12
*
Add PMTopLevelManager. It is not used yet.
Devang Patel
2006-12-07
1
-0
/
+76
*
RequiredAnalysis support is buggy and not used at the moment so remove
Devang Patel
2006-12-07
1
-41
/
+10
*
s/clearAnalysis/initializeAnalysisInfo/g
Devang Patel
2006-12-07
1
-7
/
+6
*
s/CommonPassManagerImpl/PMDataManager/g
Devang Patel
2006-12-07
1
-16
/
+15
*
make sure that we don't use a common symbol if a section was specified
Rafael Espindola
2006-12-07
1
-0
/
+1
*
Add overview of pass manager.
Devang Patel
2006-12-07
1
-0
/
+64
*
Be sure to grab weak functions too, and make implicit defs comments
Andrew Lenharth
2006-12-07
2
-3
/
+10
*
Revision 1.83 causes PR1037.
Reid Spencer
2006-12-07
1
-2
/
+1
*
Provide a getOpcode() method on CmpInst to ensure the opcode is returned
Reid Spencer
2006-12-07
2
-4
/
+2
*
Initialize {Min|Max}CSFrameIndex properly.
Evan Cheng
2006-12-07
1
-2
/
+4
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
71
-1410
/
+1564
*
Fix i64 uint_to_fp on ppc64
Chris Lattner
2006-12-07
1
-1
/
+2
*
MI keeps a ptr of TargetInstrDescriptor, use it.
Evan Cheng
2006-12-07
3
-4
/
+7
*
getOperandConstraint returns -1 if the operand does have the specific constra...
Evan Cheng
2006-12-07
1
-1
/
+1
*
implement sextinreg i8->i64 and i16->i64
Chris Lattner
2006-12-06
1
-0
/
+8
*
fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit.
Chris Lattner
2006-12-06
1
-1
/
+1
*
Always pass "true" to isMaxValue(bool) because we know the type is LongTy.
Reid Spencer
2006-12-06
2
-2
/
+2
*
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-06
4
-22
/
+114
*
Update ConstantIntegral Max/Min tests for new interface.
Reid Spencer
2006-12-06
1
-4
/
+4
*
For PR950:
Reid Spencer
2006-12-06
1
-47
/
+0
*
fix the jit encoding of sradi, simplify the MDForm1 description.
Chris Lattner
2006-12-06
1
-5
/
+5
*
add relocation support for ppc64 branches.
Chris Lattner
2006-12-06
1
-2
/
+2
*
merge the Statistic and StatisticBase classes, eliminating virtual methods
Chris Lattner
2006-12-06
1
-10
/
+5
*
add #include
Chris Lattner
2006-12-06
1
-0
/
+1
*
add missing #include
Chris Lattner
2006-12-06
2
-0
/
+2
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
96
-235
/
+233
*
Some addresssed should be 64-bit and some shouldn't.
Jim Laskey
2006-12-06
1
-19
/
+25
*
Make it easier for gdb to find the return address.
Jim Laskey
2006-12-06
3
-58
/
+98
*
print weak references
Rafael Espindola
2006-12-06
2
-1
/
+14
*
Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand().
Evan Cheng
2006-12-06
1
-0
/
+31
*
Remove the dead CachedWriter class.
Chris Lattner
2006-12-06
1
-57
/
+11
*
Simplify code
Chris Lattner
2006-12-06
1
-10
/
+4
[next]