index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
new testcase
Chris Lattner
2006-12-07
1
-0
/
+26
*
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
18
-78
/
+61
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
27
-447
/
+414
*
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
2
-0
/
+5
*
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
*
Copy ARM's weak symbol test
Andrew Lenharth
2006-12-07
1
-0
/
+18
*
This now passes on Linux/x86
Reid Spencer
2006-12-07
1
-1
/
+1
*
Revision 1.83 causes PR1037.
Reid Spencer
2006-12-07
1
-2
/
+1
*
Regenerate.
Reid Spencer
2006-12-07
5
-392
/
+419
*
Create an option to turn off generation of fcmp instructions while still
Reid Spencer
2006-12-07
1
-0
/
+9
*
Manually convert this to new assembly.
Reid Spencer
2006-12-07
1
-3
/
+3
*
Provide a getOpcode() method on CmpInst to ensure the opcode is returned
Reid Spencer
2006-12-07
3
-4
/
+7
*
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
111
-1678
/
+1843
*
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
*
Ignoring the upper 32 bits of a 64 bit constant is not a good thing.
Jim Laskey
2006-12-06
1
-4
/
+4
*
implement sextinreg i8->i64 and i16->i64
Chris Lattner
2006-12-06
1
-0
/
+8
*
Failing linux.
Jim Laskey
2006-12-06
1
-1
/
+1
*
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
1
-1
/
+1
*
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-06
2
-11
/
+57
*
Update ConstantIntegral Max/Min tests for new interface.
Reid Spencer
2006-12-06
1
-4
/
+4
*
For PR950:
Reid Spencer
2006-12-06
2
-63
/
+8
*
Fix some 80 col violations.
Reid Spencer
2006-12-06
1
-2
/
+2
*
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
*
Detemplatize the Statistic class.
Devang Patel
2006-12-06
1
-1
/
+1
*
merge the Statistic and StatisticBase classes, eliminating virtual methods
Chris Lattner
2006-12-06
2
-47
/
+11
[next]