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
Age
Commit message (
Expand
)
Author
2010-07-22
tidy up
Gabor Greif
2010-07-22
add dyn_cast tests and beef up others a bit
Gabor Greif
2010-07-22
fit in 80 columns
Gabor Greif
2010-07-22
use cascading operator-> feature
Gabor Greif
2010-07-22
mass elimination of reliance on automatic iterator dereferencing
Gabor Greif
2010-07-22
Increase the max physreg size. Patch by Pekka Jääskeläinen.
Duncan Sands
2010-07-22
simplify
Gabor Greif
2010-07-22
do not access arguments via low-level interface, do not multiply dereference ...
Gabor Greif
2010-07-22
pass dereferenced iterator to dyn_cast
Gabor Greif
2010-07-22
pass dereferenced iterator to dyn_cast
Gabor Greif
2010-07-22
use -> instead of (*).
Gabor Greif
2010-07-22
cache dereferenced iterator
Gabor Greif
2010-07-22
undo 80 column trespassing I caused
Gabor Greif
2010-07-22
Mark an assert-only variable as used.
Chandler Carruth
2010-07-22
Fix the generated file name for CMake.
Chandler Carruth
2010-07-22
Add new RegionInfo pass.
Tobias Grosser
2010-07-22
Attempt to fix linking issues with CMake. Please review other CMake users,
Chandler Carruth
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
Update CMake files.
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-22
Custom lower the memory barrier instructions and add support
Eric Christopher
2010-07-22
Fix constant island pass's handling of tBR_JTr. The offset of the instruction...
Evan Cheng
2010-07-22
If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. Thi...
Lang Hames
2010-07-22
lit: Add some example tests for previous commit.
Daniel Dunbar
2010-07-22
80-columns.
Eric Christopher
2010-07-22
Make fast isel win64-aware w.r.t. call-clobbered regs
Nate Begeman
2010-07-21
More register pressure aware scheduling work.
Evan Cheng
2010-07-21
Add more 256-bit forms for a bunch of regular AVX instructions
Bruno Cardoso Lopes
2010-07-21
lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in the
Daniel Dunbar
2010-07-21
Make NamedMDNode not be a subclass of Value, and simplify the interface
Dan Gohman
2010-07-21
Fixes win64. It was broken by a previous patch where I missed the !isWin64
Rafael Espindola
2010-07-21
Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...
Owen Anderson
2010-07-21
For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb
Jim Grosbach
2010-07-21
add some rough support for making mcinst lowering work without an
Chris Lattner
2010-07-21
First stab at updating the documentation for INITIALIZE_PASS().
Owen Anderson
2010-07-21
Baby steps towards ARM fast-isel.
Eric Christopher
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
Hack around extracts that aren't easy to process.
Eric Christopher
2010-07-21
tidy up
Jim Grosbach
2010-07-21
Add missing AVX convert instructions. Those instructions are not described in...
Bruno Cardoso Lopes
2010-07-21
tidy up.
Jim Grosbach
2010-07-21
80 column and trailing whitespace cleanup
Jim Grosbach
2010-07-21
Add some debug output to help diagnose PR7689.
Dan Gohman
2010-07-21
Fix a couple issues with Win64 ABI
Nate Begeman
2010-07-21
Add the INITIALIZE_PASS macro.
Owen Anderson
2010-07-21
Avoid AVX instructions to be selected instead of its SSE form
Bruno Cardoso Lopes
2010-07-21
NamedMDNode is never an operand.
Dan Gohman
2010-07-21
Disallow null as a named metadata operand.
Dan Gohman
[next]