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
/
include
Age
Commit message (
Expand
)
Author
2006-11-26
Add method that will take a function pointer so that it can handle things
Bill Wendling
2006-11-20
setOperand should not zap the operand list or add implicit operands to an
Chris Lattner
2006-11-20
For PR950:
Reid Spencer
2006-11-18
MachineInstr includes this
Chris Lattner
2006-11-18
Implement operator<< for machine basic blocks to make it easier to dump them.
Chris Lattner
2006-11-17
Hopefully a good crack at making debugging work on intel -disable-fp-elim.
Jim Laskey
2006-11-17
Used llvm_ostream instead of std::ostream objects. This will reduce use
Bill Wendling
2006-11-17
Added wrappers for the std::cerr/std::cout objects. The wrappers will
Bill Wendling
2006-11-17
#ifndef NDEBUG the "if (Stream) ..." stuff.
Bill Wendling
2006-11-17
Add opcode to TargetInstrDescriptor.
Evan Cheng
2006-11-17
Adjusted the // comments so that doxygen picks them up.
Bill Wendling
2006-11-17
Added "DOUT" macro. This is used as a replacement for the std::cerr
Bill Wendling
2006-11-16
Allow target to specify alignment for function stub.
Evan Cheng
2006-11-16
Added "removeRange", which takes and removes an entire LiveRange.
Bill Wendling
2006-11-16
Added a new method "CreateNewLiveInterval" which, given a list of
Bill Wendling
2006-11-15
ChangeToRegister should clear IsImp bit.
Evan Cheng
2006-11-15
Do away with kill / dead maps. Move kill / dead info onto MI's.
Evan Cheng
2006-11-15
Add copyKillDeadInfo to copy kill / dead info; other minor updates.
Evan Cheng
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
Add a method to get the bit width of a packed type.
Reid Spencer
2006-11-15
Add doInitialization and doFinalization support in FunctionManager_New.
Devang Patel
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-13
Matches MachineInstr changes.
Evan Cheng
2006-11-13
- Let MachineInstr ctors add implicit def and use operands. Other operands
Evan Cheng
2006-11-11
Revert premature patch.
Reid Spencer
2006-11-11
Document new constant expr operators, rename bitconvert as bitcast.
Reid Spencer
2006-11-11
Minor style fixes from review.
Reid Spencer
2006-11-11
For PR998:
Reid Spencer
2006-11-11
Add methods to add implicit def use operands to a MI.
Evan Cheng
2006-11-11
Move CommonPassManagerImpl from PassManager.h to PassManager.cpp
Devang Patel
2006-11-11
Keep track if analysis made available by the pass.
Devang Patel
2006-11-11
Keep track of analysis required by the passes. Force use of new pass
Devang Patel
2006-11-10
s/PassManagerAnalysisHelper/CommonPassManagerImpl
Devang Patel
2006-11-10
Shut up the warning.
Jim Laskey
2006-11-10
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-09
allow clients to indicate that they never want lazy compilation.
Chris Lattner
2006-11-09
Add a mechanism to specify whether a target supports a particular indexed loa...
Evan Cheng
2006-11-09
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
math.h creates ambiguity
Jim Laskey
2006-11-09
math.h for C's sake.
Jim Laskey
2006-11-09
getPostIndexedAddressParts change: passes in load/store instead of its loaded...
Evan Cheng
2006-11-09
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-11-08
Make sure <cmath> comes first
Jim Laskey
2006-11-08
Add backup support for HUGH_VALF.
Jim Laskey
2006-11-08
Wasn't handling case of when machine move labels were undefined.
Jim Laskey
2006-11-08
Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassMa...
Devang Patel
2006-11-08
Split PassManager_New into PassManager_New and PassManagerImpl_New.
Devang Patel
2006-11-08
Move BasicBlockPassManager_New, FunctionPassManager_New and
Devang Patel
[next]