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
2010-07-27
Fix a crash in the dag combiner caused by ConstantFoldBIT_CONVERTofBUILD_VECT...
Nate Begeman
2010-07-27
80 column
Jim Grosbach
2010-07-27
fix typo
Jim Grosbach
2010-07-27
It's better to have the arrays, which would trigger the creation of stack
Bill Wendling
2010-07-26
Add SplitEditor to SplitKit. This class will be used to edit live intervals and
Jakob Stoklund Olesen
2010-07-26
Fix a use-after-free.
Dan Gohman
2010-07-26
Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value.
Bill Wendling
2010-07-26
The "excess register pressure" returned by HighRegPressure() is not accurate ...
Evan Cheng
2010-07-26
Handle Values with no value in getCopyFromRegs.
Dan Gohman
2010-07-26
A block dominates itself, by definition.
Dan Gohman
2010-07-26
Pacify gcc-4.5 which wrongly thinks that RExcess (passed as the Excess parame...
Duncan Sands
2010-07-26
Factored out a bit of common code to mark VNInfos for deletion.
Lang Hames
2010-07-25
Add comments.
Evan Cheng
2010-07-25
Fix crashes when scheduling a CopyToReg node -- getMachineOpcode asserts on
Bob Wilson
2010-07-24
Add hook to insert late LLVM=>LLVM passes just before isel
Anton Korobeynikov
2010-07-24
Change ScheduleDAGInstrs::Defs and ::Uses to be variable-size vectors
Bob Wilson
2010-07-24
Use current working directory when Dirname is empty. This only happens when a...
Devang Patel
2010-07-24
Add an ILP scheduler. This is a register pressure aware scheduler that's
Evan Cheng
2010-07-23
Remove too-strict assertion. We may want the vreg copy of the physical register
Jim Grosbach
2010-07-23
Revert r109262.
Devang Patel
2010-07-23
- Allow target to specify when is register pressure "too high". In most cases,
Evan Cheng
2010-07-23
Use the proper type for shift counts. This fixes a bootstrap error.
Dan Gohman
2010-07-23
IF directory name is empty then try to extract one using absolute file name.
Devang Patel
2010-07-23
DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bits
Dan Gohman
2010-07-23
Make SDNode::dump() print a newline at the end.
Dan Gohman
2010-07-23
80-col.
Eric Christopher
2010-07-22
remove the JIT "NeedsExactSize" feature and supporting logic.
Chris Lattner
2010-07-22
keep in 80 cols
Gabor Greif
2010-07-22
mass elimination of reliance on automatic iterator dereferencing
Gabor Greif
2010-07-22
undo 80 column trespassing I caused
Gabor Greif
2010-07-22
Re-apply r109079 with fix.
Evan Cheng
2010-07-22
Revert r109079, which broke a lot of CodeGen tests.
Owen Anderson
2010-07-22
Initial modifications to MCAssembler and TargetMachine for the MCJIT.
Reid Kleckner
2010-07-22
Initialize RegLimit only when register pressure is being tracked.
Evan Cheng
2010-07-21
More register pressure aware scheduling work.
Evan Cheng
2010-07-21
For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb
Jim Grosbach
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
80 column and trailing whitespace cleanup
Jim Grosbach
2010-07-21
Disallow null as a named metadata operand.
Dan Gohman
2010-07-21
Changed OStream templates to functions on raw_ostream, removed the unused "re...
Lang Hames
2010-07-21
Teach bottom up pre-ra scheduler to track register pressure. Work in progress.
Evan Cheng
2010-07-20
Change the createSpiller interface to take a MachineFunctionPass argument.
Jakob Stoklund Olesen
2010-07-20
Implement loop splitting analysis.
Jakob Stoklund Olesen
2010-07-20
Fix test for switch statements and increase
Dale Johannesen
2010-07-20
Appease the colonials.
Jakob Stoklund Olesen
2010-07-20
Beginning SplitKit - utility classes for live range splitting.
Jakob Stoklund Olesen
2010-07-20
Updated css classes for the pressure table legend.
Lang Hames
2010-07-20
Oops - I tables render poorly in Chrome without this explicit height specific...
Lang Hames
2010-07-20
Use run-length encoding to represent identical adjacent cells in the pressure
Lang Hames
2010-07-20
Added support for turning HTML indentation on and off (indentation off by def...
Lang Hames
[prev]
[next]