projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2006-12-09
Reid Spencer
New test cases for regressions in the SetCC -> ICmp...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Reid Spencer
Allow the input of the test program to be specified.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Evan Cheng
Preliminary soft float support.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Evan Cheng
Added option -soft-float to generate SW fp library...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Bill Wendling
Fixed some formatting.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Bill Wendling
Another example of using the llvm IO streams.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Bill Wendling
Add documentation for how to use the new LLVM streams.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Devang Patel
Analysis resolver now manages AnalysisImpls for the...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Devang Patel
Top level pass manager keeps track of other managers...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-09
Devang Patel
Use analysis resolver to find the info.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Do not drop ImmutablePasses on the floor.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Set AnalysisResolver for the passes when they are inser...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Add AnalysisResolver_New.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Add AnalysisResolver_New. It is a replacement for existing
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Keep track of other pass managers, that are not directl...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Implement top level FunctionPassManager::run(Function &F)
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Do not keep yet another list of pass managers in PassMa...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Remove unused schedulePass() parameter.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Remove unused getAnalysisPass and getAnalysisPassFromMa...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Implement PMTopLevel::findAnalysisPass() and
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Rafael Espindola
%progbits not @progbits
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Reid Spencer
Incorporate any changes in the successor blocks into...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Rafael Espindola
add missing &&
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Rafael Espindola
add \"aw\",@progbits" to ctors and dtors
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Chris Lattner
Change the implementation of statistic to not need...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
During runOnModule() do initialization and finalization.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Reuse code. Directly use runOnFunction().
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Reid Spencer
Add the -ldl library option.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Implement FunctionPassManager_New::FunctionPassManager_...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Andrew Lenharth
test packed struct codegen on x86
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Evan Cheng
Move findTiedToSrcOperand to TargetInstrDescriptor.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Andrew Lenharth
packed initializers too in the test
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Rafael Espindola
fix truncstorei1
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Andrew Lenharth
feature test for packed structs
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Andrew Lenharth
Hopefully these are the regenerated files
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Andrew Lenharth
Packed Structures
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Andrew Lenharth
A backwards compatible bc format for packed structs
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Reid Spencer
This test needs to be upgraded.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Reid Spencer
For PR950:
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Andrew Lenharth
Packed Structure Definitions (docs)
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Evan Cheng
Proper fix for PR1037: to determine is a VR is a modref...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Evan Cheng
findTiedToSrcOperand() changed.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Evan Cheng
Use MI's TargetInstrDescriptor.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Chris Lattner
Fix a bug introduced by the streams patch. DEBUG code...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Chris Lattner
this warning is obsolete with llvmgcc3 being gone
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Chris Lattner
this is an initial patch to switch the ppc64 jit over...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Chris Lattner
add a note
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
BasicBlockPassManager_New::runOnFunction()
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
doInitialization and doFinalization for BasicBlockPassM...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-08
Devang Patel
Reimplement removeDeadPasses().
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Andrew Lenharth
Simplify a bit
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
set Last User.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Chris Lattner
fix incorrect encoding of rldicr, used by ppc64 functio...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Bill Wendling
Don't use <sstream> in Streams.h but <iosfwd> instead.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Maintain level(or depth) of pass manager in pass manage...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
New method, PMDataManager::collectRequiredAnalysisPasses()
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Rafael Espindola
fix alignment
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Chris Lattner
Fix CodeGen/PowerPC/2006-12-07-SelectCrash.ll on PPC64
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
When new pass manager is created, initialize available...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Bill Wendling
What should be the last unnecessary <iostream>s in...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
PMDataManager does not maintain LastUser info.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Chris Lattner
fix CodeGen/PowerPC/2006-12-07-LargeAlloca.ll on ppc64
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Chris Lattner
new testcase
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Make current pass info available _after_ removing info...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Add TODOs
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Fix thinko.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Top level manages schedule the pass immediately at...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Now FunctionPassManagerImpl_New and PassManagerImpl_New...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Reimplement schedulePass interface. Move it into PMTopL...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
While initializing AvailableAnalysis info, make Immutab...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Add ImmutablePass into the list of info managed by...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Bill Wendling
Removed more <iostream> includes
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Bill Wendling
Removing even more <iostream> includes.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
If pass reserves all analysis info then each info is...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Pass Managers themselves do not invalidate any analysis...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Add a handle to the top level pass manager in PMDataMan...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Cosmetic markers to divide code in separate chunks.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
s/noteDownAvailableAnalysis/recordAvailableAnalysis
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Add PMTopLevelManager. It is not used yet.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
RequiredAnalysis support is buggy and not used at the...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
s/clearAnalysis/initializeAnalysisInfo/g
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
s/CommonPassManagerImpl/PMDataManager/g
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Rafael Espindola
make sure that we don't use a common symbol if a sectio...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Devang Patel
Add overview of pass manager.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Andrew Lenharth
Be sure to grab weak functions too, and make implicit...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Andrew Lenharth
Copy ARM's weak symbol test
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Reid Spencer
This now passes on Linux/x86
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Reid Spencer
Revision 1.83 causes PR1037.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Reid Spencer
Regenerate.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Reid Spencer
Create an option to turn off generation of fcmp instruc...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Reid Spencer
Manually convert this to new assembly.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Reid Spencer
Provide a getOpcode() method on CmpInst to ensure the...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Evan Cheng
Initialize {Min|Max}CSFrameIndex properly.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Bill Wendling
Changed llvm_ostream et all to OStream. llvm_cerr,...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Chris Lattner
Fix i64 uint_to_fp on ppc64
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Evan Cheng
MI keeps a ptr of TargetInstrDescriptor, use it.
commit
|
commitdiff
|
tree
|
snapshot
2006-12-07
Evan Cheng
getOperandConstraint returns -1 if the operand does...
commit
|
commitdiff
|
tree
|
snapshot
2006-12-06
Jim Laskey
Ignoring the upper 32 bits of a 64 bit constant is...
commit
|
commitdiff
|
tree
|
snapshot
next