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
2007-09-19
Merge -r42152:42153 svn/llvm-project/llvm/trunk
Evan Cheng
2007-09-11
Enable indirect encoding for the personality function
Bill Wendling
2007-09-11
Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.
Evan Cheng
2007-09-11
Fold the adjust_trampoline intrinsic into
Duncan Sands
2007-09-10
80 col.
Evan Cheng
2007-09-10
Add some notes about better flag handling.
Chris Lattner
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-08-31
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-08-30
Instruction formats added used to generate multiply instructions of V5TE.
Raul Herbster
2007-08-30
Unused relocation type reloc_arm_absolute removed.
Raul Herbster
2007-08-30
Comments added. It now generates V5TE multiply instructions. However, it is s...
Raul Herbster
2007-08-30
ARM instruction table was modified by adding information to generate multiply...
Raul Herbster
2007-08-30
JITInfo now resolves function addrs and also relocations. It always emits a s...
Raul Herbster
2007-08-30
Add a variant of foldMemoryOperand to fold any load / store, not just load / ...
Evan Cheng
2007-08-07
Initial JIT support for ARM by Raul Fernandes Herbster.
Evan Cheng
2007-08-02
More explicit keywords.
Dan Gohman
2007-08-01
Indexed loads each has 2 outputs.
Evan Cheng
2007-07-30
More explicit keywords.
Dan Gohman
2007-07-27
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-25
Don't ignore the return value of AsmPrinter::doInitialization and
Dan Gohman
2007-07-21
No more noResults.
Evan Cheng
2007-07-20
Added -print-emitted-asm to print out JIT generated asm to cerr.
Evan Cheng
2007-07-19
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
Only adjust esp around calls in presence of alloca.
Evan Cheng
2007-07-17
no email addrs in file headers
Chris Lattner
2007-07-14
Long live the exception handling!
Anton Korobeynikov
2007-07-12
ARM: make branch folder remove unconditional branches
Dale Johannesen
2007-07-11
Fix hang compiling TimberWolf (allow for islands
Dale Johannesen
2007-07-10
Didn't mean the last commit. Revert.
Evan Cheng
2007-07-10
Update.
Evan Cheng
2007-07-10
Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...
Evan Cheng
2007-07-09
The various "getModuleMatchQuality" implementations should return
Chris Lattner
2007-07-06
No need for ccop anymore.
Evan Cheng
2007-07-06
Incorrect check.
Evan Cheng
2007-07-06
Do away with ImmutablePredicateOperand.
Evan Cheng
2007-07-06
Print the s bit if the instruction is toggled to its CPSR setting form.
Evan Cheng
2007-07-06
PredicateDefOperand -> OptionalDefOperand.
Evan Cheng
2007-07-05
Initial ARM JIT support by Raul Fernandes Herbster.
Evan Cheng
2007-07-05
Unbreak the build.
Evan Cheng
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
Reflects the chanegs made to PredicateOperand.
Evan Cheng
2007-07-05
Added ARM::CPSR to represent ARM CPSR status register.
Evan Cheng
2007-07-05
Unfortunately we now require C++ code to isel Bcc, conditional moves, etc.
Evan Cheng
2007-07-05
Each ARM use predicate operand is now made up of two components. The new comp...
Evan Cheng
2007-07-05
Added ARM::CPSR to represent ARM CPSR status register.
Evan Cheng
2007-06-29
Convert .cvsignore files
John Criswell
2007-06-26
Silence a warning.
Evan Cheng
2007-06-26
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
2007-06-22
Fix the build.
Owen Anderson
2007-06-22
Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
Dan Gohman
[next]