index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2006-11-16
Don't recompute getNumOperands for each iteration.
Bill Wendling
2006-11-16
Added a new method "CreateNewLiveInterval" which, given a list of
Bill Wendling
2006-11-16
fix broken encoding
Chris Lattner
2006-11-16
enable the branch folding pass for the JIT.
Chris Lattner
2006-11-16
add ppc64 r+i stores with update.
Chris Lattner
2006-11-16
add patterns for ppc32 preinc stores. ppc64 next.
Chris Lattner
2006-11-16
switch these back to the 'bad old way'
Chris Lattner
2006-11-16
Fix an incorrectly inverted condition.
Evan Cheng
2006-11-15
Fix ppc64 epilog bug.
Chris Lattner
2006-11-15
Stop using isTwoAddress, switching to operand constraints instead.
Chris Lattner
2006-11-15
add a new field needed by the code emitter generator.
Chris Lattner
2006-11-15
Properly transfer kill / dead info.
Evan Cheng
2006-11-15
Kill / dead info has been moved to MI's.
Evan Cheng
2006-11-15
commuteInstruction should propagate kill / dead info.
Evan Cheng
2006-11-15
Match live variable changes.
Evan Cheng
2006-11-15
Minor updates.
Evan Cheng
2006-11-15
A register def can be partially dead when the whole register has use(s) but a...
Evan Cheng
2006-11-15
Do away with kill / dead maps. Move kill / dead info onto MI's.
Evan Cheng
2006-11-15
fix ldu/stu jit encoding. Swith 64-bit preinc load instrs to use memri
Chris Lattner
2006-11-15
Add run(Function &F) support in FunctionPassManager_New
Devang Patel
2006-11-15
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-15
Remove unneeded forward decls
Chris Lattner
2006-11-15
remove dead #include
Chris Lattner
2006-11-15
Fix the PPC regressions last night
Chris Lattner
2006-11-15
Fix a gcc 4.2 warning.
Chris Lattner
2006-11-15
Switch loads over to use memri as the operand instead of a reg/imm operand
Chris Lattner
2006-11-15
Tidy up marking of last analysis user pass.
Devang Patel
2006-11-15
Add doInitialization and doFinalization support in FunctionManager_New.
Devang Patel
2006-11-15
Do not derive CommonPassManagerImpl from Pass.
Devang Patel
2006-11-14
Copy initializeAnalysisImpl() implementation from PassManagerT.
Devang Patel
2006-11-14
Revert. This wasn't meant to be checked in.
Evan Cheng
2006-11-14
group load and store instructions together. No functionality change.
Chris Lattner
2006-11-14
Fix predicates for unindexed stores so they don't accidentally match indexed
Chris Lattner
2006-11-14
Rework PPC64 calls. Now we have a LR8/CTR8 register which the PPC64 calls
Chris Lattner
2006-11-14
remove a ton of custom selection logic no longer needed
Chris Lattner
2006-11-14
it would be nice of ctlz were lowered to bsf etc.
Chris Lattner
2006-11-14
implement InstCombine/shift-simplify.ll by transforming:
Chris Lattner
2006-11-14
implement InstCombine/and-compare.ll:test1. This compiles:
Chris Lattner
2006-11-14
lower "X = seteq Y, Z" to '(shr (ctlz (xor Y, Z)), 5)' instead of
Chris Lattner
2006-11-14
A shim over other AA impls to catch incorrect uses
Andrew Lenharth
2006-11-14
Discard code that supported old bytecode formats. This makes the Bytecode
Reid Spencer
2006-11-14
Implement removeDeadPasses().
Devang Patel
2006-11-14
Keep track of Last user of analysis phase.
Devang Patel
2006-11-14
Use std::map to map AnalysisID and Pass.
Devang Patel
2006-11-14
add a note
Chris Lattner
2006-11-14
minor tweaks, reject vector preinc.
Chris Lattner
2006-11-14
Manage analysis passes during run.
Devang Patel
2006-11-14
Update comments.
Devang Patel
2006-11-13
Matches MachineInstr changes.
Evan Cheng
2006-11-13
- Let MachineInstr ctors add implicit def and use operands. Other operands
Evan Cheng
[next]