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
/
CodeGen
Age
Commit message (
Expand
)
Author
2008-01-07
simplify some code using new predicates
Chris Lattner
2008-01-07
rename hasVariableOperands() -> isVariadic(). Add some comments.
Chris Lattner
2008-01-07
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
remove some uses of MachineOpCode, move getSchedClass
Chris Lattner
2008-01-07
Add predicates methods to TargetOperandInfo, and switch all clients
Chris Lattner
2008-01-07
Setting GlobalDirective in TargetAsmInfo by default rather than
Gordon Henriksen
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
2008-01-07
Ammending r45669 with a missing file.
Gordon Henriksen
2008-01-07
With this patch, the LowerGC transformation becomes the
Gordon Henriksen
2008-01-07
Enabling the target-independent garbage collection infrastructure by hooking it
Gordon Henriksen
2008-01-06
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-06
rename isStore -> mayStore to more accurately reflect what it captures.
Chris Lattner
2008-01-06
Remove an unused variable.
Duncan Sands
2008-01-05
make this build with newer gcc's
Chris Lattner
2008-01-05
If custom lowering of insert element fails, the result Val will be 0.
Nate Begeman
2008-01-05
Fix build issue on certain compilers.
Chris Lattner
2008-01-05
The current impl is really trivial, add some comments about how it can be mad...
Chris Lattner
2008-01-05
allow sinking to be enabled for the jit
Chris Lattner
2008-01-05
don't sink anything with side effects, this makes lots of stuff work, but sin...
Chris Lattner
2008-01-05
fix a common crash.
Chris Lattner
2008-01-05
I should not be allowed to commit when sleepy.
Owen Anderson
2008-01-04
Don't recalculate the loop info and loop dominators analyses if they're
Bill Wendling
2008-01-04
80-column violations.
Bill Wendling
2008-01-04
Add that this preserves some analyses.
Bill Wendling
2008-01-04
Move option to enable machine LICM into LLVMTargetMachine.cpp.
Bill Wendling
2008-01-04
Call the parent's getAnalysisUsage.
Bill Wendling
2008-01-04
Add a really quick hack at a machine code sinking pass, enabled with --enable...
Chris Lattner
2008-01-04
remove dead #includes and reorder the rest.
Chris Lattner
2008-01-02
Use the correct MachineRegisterInfo object.
Bill Wendling
2008-01-02
Remove dead code.
Bill Wendling
2008-01-02
Use the new architecture to get the containing machine basic block for a machine
Bill Wendling
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
Make MachineRegisterInfo::getVRegDef more efficient by aiming the keep the de...
Chris Lattner
2008-01-01
switch the register iterator to act more like hte LLVM value iterator: derefe...
Chris Lattner
2008-01-01
Add a trivial but handy function to efficiently return the machine
Chris Lattner
2008-01-01
Implement automatically updated def/use lists for all MachineInstr register
Chris Lattner
2008-01-01
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2007-12-31
Fix PR1833 - eh.exception and eh.selector return two
Duncan Sands
2007-12-31
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
properly encapsulate the parent field of MBB and MI with get/set accessors.
Chris Lattner
2007-12-31
update a couple of references to SSARegMap.
Chris Lattner
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-30
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
More cleanups for MachineOperand:
Chris Lattner
2007-12-30
MachineOperand:
Chris Lattner
2007-12-30
fix typo duncan noticed!
Chris Lattner
2007-12-30
simpilfy some register printing code.
Chris Lattner
2007-12-30
eliminate a copy of the machineoperand printing stuff. Keep the copy that
Chris Lattner
2007-12-30
Simplify and clean up some machine operand/instr printing/dumping stuff.
Chris Lattner
[prev]
[next]