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
2011-07-25
Refactor PPC target to separate MC routines from Target routines.
Evan Cheng
2011-07-25
More refactoring.
Evan Cheng
2011-07-25
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-07-25
Refactor X86 target to separate MC code from Target code.
Evan Cheng
2011-07-25
Changed disabled code into a flag.
Bill Wendling
2011-07-25
Remove dead variable.
Bill Wendling
2011-07-25
After we've modified the prolog to save volatile registers, generate the compact
Bill Wendling
2011-07-25
Move some ELF directives into ELF asm parser.
Jim Grosbach
2011-07-25
Tidy up. 80 columns.
Jim Grosbach
2011-07-25
Add an RS_Split2 stage used for loop prevention.
Jakob Stoklund Olesen
2011-07-25
Rename live range stages to better reflect how they are used.
Jakob Stoklund Olesen
2011-07-25
Shorten some expressions by using ArrayRef::slice().
Frits van Bommel
2011-07-25
Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct...
Jay Foad
2011-07-25
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-24
switch Triple to take twines instead of stringrefs.
Chris Lattner
2011-07-24
Add Twine support for characters, and switch twine to use a union internally
Chris Lattner
2011-07-24
Never extend live ranges for <undef> uses.
Jakob Stoklund Olesen
2011-07-24
Correctly handle <undef> tied uses when rewriting after a split.
Jakob Stoklund Olesen
2011-07-24
Set PPCII::MO_DARWIN_STUB only on MacOSX < 10.5.
Roman Divacky
2011-07-23
Add RAGreedy::calcCompactRegion.
Jakob Stoklund Olesen
2011-07-23
Fix bug in SplitEditor::splitLiveThroughBlock when switching registers.
Jakob Stoklund Olesen
2011-07-23
Prepare RAGreedy::growRegion for compact regions.
Jakob Stoklund Olesen
2011-07-23
Add a simple method for marking blocks with interference in and out.
Jakob Stoklund Olesen
2011-07-23
Allow null interference cursors to be queried.
Jakob Stoklund Olesen
2011-07-23
ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable.
NAKAMURA Takumi
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
Move trip count discovery outside of the generic LoopUnroll helper. This
Andrew Trick
2011-07-23
whitespace
Andrew Trick
2011-07-23
createXXXMCCodeGenInfo should be static.
Evan Cheng
2011-07-23
Sink ARM mc routines into MCTargetDesc.
Evan Cheng
2011-07-22
ARM SSAT instruction 5-bit immediate handling.
Jim Grosbach
2011-07-22
Move the last uses of RetainFunc etc. over to using getRetainCallee() etc.
Dan Gohman
2011-07-22
ARM assembly parsing and encoding updates.
Jim Grosbach
2011-07-22
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
Emit the __compact_unwind section first. If there are any frames which weren't
Bill Wendling
2011-07-22
Fix PR10422 by adding the necessary AVX UCOMISD memory versions to
Bruno Cardoso Lopes
2011-07-22
ARM assembly parsing and encoding of SMLAL instruction.
Jim Grosbach
2011-07-22
ARM encoding and assembly parsing of SMLAD{X} instructions.
Jim Grosbach
2011-07-22
Add v8f32->v8i32 bitcast. Fixes PR10440
Bruno Cardoso Lopes
2011-07-22
Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64
Rafael Espindola
2011-07-22
Fix x86's XALUO lowering to return its replacement values instead
Dan Gohman
2011-07-22
Fix test failures caused by my so_reg refactoring.
Owen Anderson
2011-07-22
ARM assembly parsing and encoding for SMC instruction.
Jim Grosbach
2011-07-22
Clean up a few more comments.
Jim Grosbach
2011-07-22
Tidy up.
Jim Grosbach
2011-07-22
Thumb assembly support for SETEND instruction.
Jim Grosbach
2011-07-22
Tidy up.
Jim Grosbach
2011-07-22
ARM assembly parsing and encoding for SETEND instruction.
Jim Grosbach
2011-07-22
Tidy up.
Jim Grosbach
2011-07-22
Fix more MSVC warnings caused by a cases I missed when converting
Jay Foad
[next]