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
/
Target
/
ARM
Age
Commit message (
Expand
)
Author
2009-02-14
Merge 64124 frm mainline.
Tanya Lattner
2009-02-03
Create DebugLoc information in FastISel. Several temporary methods were
Bill Wendling
2009-01-30
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
Suppress a compile time warning.
Evan Cheng
2009-01-25
silence a warning when assertions are disabled.
Chris Lattner
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-16
ARMCompilationCallback should not save / restore vfp registers if vfp is not ...
Evan Cheng
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
Const-qualify getPreIndexedAddressParts and friends.
Dan Gohman
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-09
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-08
Convert DwarfWriter into a pass.
Devang Patel
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-12-11
Fix a 80 col. violation.
Evan Cheng
2008-12-10
Preliminary ARM debug support based on patch by Mikael of FlexyCore.
Evan Cheng
2008-12-10
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...
Evan Cheng
2008-12-06
Clean up some ARM GV asm printing out; minor fixes to match what gcc does.
Evan Cheng
2008-12-05
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...
Evan Cheng
2008-12-04
Temporarily revert r60519. It was causing a bootstrap failure:
Bill Wendling
2008-12-04
Visibility hidden GVs do not require extra load of symbol address from the GO...
Evan Cheng
2008-12-03
Split foldMemoryOperand into public non-virtual and protected virtual
Dan Gohman
2008-12-03
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
Dan Gohman
2008-12-03
Update a comment.
Dan Gohman
2008-12-03
Fix bug 3140.
Rafael Espindola
2008-12-03
Add a sanity-check to tablegen to catch the case where isSimpleLoad
Dan Gohman
2008-12-03
Fix a missing #include.
Dan Gohman
2008-12-01
There are no longer any places that require a
Duncan Sands
2008-12-01
Change the interface to the type legalization method
Duncan Sands
2008-11-24
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-22
Make a convenient helper for printing offsets.
Anton Korobeynikov
2008-11-20
Fix a thinko. MO is getOperand(i-1) so we don't have to adjust e.
Evan Cheng
2008-11-19
Eliminate a compile time warning.
Evan Cheng
2008-11-18
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-15
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
Oscar Fuentes
2008-11-15
Fix fuitos encoding.
Evan Cheng
2008-11-14
Fix MOVrx, MOVsrl_flag, and MOVsra_flag encodings.
Evan Cheng
2008-11-13
Handle the rest of pseudo instructions.
Evan Cheng
2008-11-13
Lazy compilation callback save / restore VFP registers.
Evan Cheng
2008-11-13
Don't forget to emit stubs for function GV's emitted in CONSTPOOL_ENTRY's.
Evan Cheng
2008-11-13
fsub{d|s} encoding bugs.
Evan Cheng
2008-11-13
Missed a break statement.
Evan Cheng
2008-11-13
Fix pre- and post-indexed load / store encoding bugs.
Evan Cheng
2008-11-12
Remove the incorrect assertion. We don't have enough information before reloc...
Evan Cheng
2008-11-12
Address mode immediate offset has already been divided by 4.
Evan Cheng
2008-11-12
Fix a VFP binary arithmetic instruction encoding bug.
Evan Cheng
2008-11-12
Fix address mode 3 immediate offset mode encoding.
Evan Cheng
2008-11-12
Consolidate formats; fix FCMPED etc. encodings.
Evan Cheng
2008-11-12
Fix VFP conversion instruction encodings.
Evan Cheng
[next]