index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial JIT support for ARM by Raul Fernandes Herbster.
Evan Cheng
2007-08-07
9
-275
/
+889
*
More explicit keywords.
Dan Gohman
2007-08-02
1
-1
/
+1
*
Indexed loads each has 2 outputs.
Evan Cheng
2007-08-01
1
-10
/
+10
*
More explicit keywords.
Dan Gohman
2007-07-30
1
-1
/
+1
*
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-27
2
-1
/
+16
*
Don't ignore the return value of AsmPrinter::doInitialization and
Dan Gohman
2007-07-25
1
-4
/
+3
*
No more noResults.
Evan Cheng
2007-07-21
2
-5
/
+5
*
Added -print-emitted-asm to print out JIT generated asm to cerr.
Evan Cheng
2007-07-20
2
-4
/
+8
*
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
5
-370
/
+401
*
Only adjust esp around calls in presence of alloca.
Evan Cheng
2007-07-19
1
-1
/
+1
*
no email addrs in file headers
Chris Lattner
2007-07-17
4
-12
/
+8
*
Long live the exception handling!
Anton Korobeynikov
2007-07-14
2
-4
/
+6
*
ARM: make branch folder remove unconditional branches
Dale Johannesen
2007-07-12
2
-7
/
+15
*
Fix hang compiling TimberWolf (allow for islands
Dale Johannesen
2007-07-11
1
-6
/
+7
*
Didn't mean the last commit. Revert.
Evan Cheng
2007-07-10
1
-8
/
+6
*
Update.
Evan Cheng
2007-07-10
2
-15
/
+18
*
Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...
Evan Cheng
2007-07-10
8
-137
/
+154
*
The various "getModuleMatchQuality" implementations should return
Chris Lattner
2007-07-09
1
-0
/
+5
*
No need for ccop anymore.
Evan Cheng
2007-07-06
3
-23
/
+17
*
Incorrect check.
Evan Cheng
2007-07-06
1
-4
/
+2
*
Do away with ImmutablePredicateOperand.
Evan Cheng
2007-07-06
1
-1
/
+1
*
Print the s bit if the instruction is toggled to its CPSR setting form.
Evan Cheng
2007-07-06
1
-0
/
+9
*
PredicateDefOperand -> OptionalDefOperand.
Evan Cheng
2007-07-06
1
-3
/
+3
*
Initial ARM JIT support by Raul Fernandes Herbster.
Evan Cheng
2007-07-05
7
-2
/
+366
*
Unbreak the build.
Evan Cheng
2007-07-05
1
-1
/
+1
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-1
/
+1
*
Reflects the chanegs made to PredicateOperand.
Evan Cheng
2007-07-05
4
-56
/
+93
*
Added ARM::CPSR to represent ARM CPSR status register.
Evan Cheng
2007-07-05
1
-0
/
+6
*
Unfortunately we now require C++ code to isel Bcc, conditional moves, etc.
Evan Cheng
2007-07-05
1
-23
/
+171
*
Each ARM use predicate operand is now made up of two components. The new comp...
Evan Cheng
2007-07-05
3
-69
/
+128
*
Added ARM::CPSR to represent ARM CPSR status register.
Evan Cheng
2007-07-05
1
-49
/
+59
*
Convert .cvsignore files
John Criswell
2007-06-29
1
-1
/
+0
*
Silence a warning.
Evan Cheng
2007-06-26
1
-1
/
+2
*
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
2007-06-26
4
-15
/
+5
*
Fix the build.
Owen Anderson
2007-06-22
1
-1
/
+1
*
Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
Dan Gohman
2007-06-22
2
-8
/
+9
*
Quote complex names for Darwin X86 and ARM.
Dale Johannesen
2007-06-22
1
-1
/
+7
*
Be more conservative of duplicating blocks.
Evan Cheng
2007-06-19
1
-1
/
+1
*
Allow predicated immediate ARM to ARM calls.
Evan Cheng
2007-06-19
3
-1
/
+14
*
Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad
Dan Gohman
2007-06-19
4
-5
/
+15
*
Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
Evan Cheng
2007-06-19
4
-31
/
+7
*
Instructions with unique labels or embedded jumptables cannot be duplicated d...
Evan Cheng
2007-06-15
2
-0
/
+31
*
Handle blocks with 2 unconditional branches in AnalyzeBranch.
Dale Johannesen
2007-06-13
1
-0
/
+10
*
Add a utility routine to check for unpredicated terminator instruction.
Evan Cheng
2007-06-08
1
-3
/
+3
*
Define AsmTransCBE for ARM.
Lauro Ramos Venancio
2007-06-08
1
-0
/
+25
*
Fix ARM condition code subsumission check.
Evan Cheng
2007-06-08
1
-3
/
+3
*
tBcc is not a barrier.
Evan Cheng
2007-06-08
1
-1
/
+1
*
Stupid cut-n-paste bug caused me soooo much grief. Why wasn't there a compila...
Evan Cheng
2007-06-07
1
-1
/
+1
*
Mark these instructions clobbersPred. They modify the condition code register.
Evan Cheng
2007-06-06
3
-9
/
+19
*
Print predicate of the second instruction of the two-piece constant MI.
Evan Cheng
2007-06-05
1
-1
/
+3
[next]