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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate object-relinking support from CMake. Fixes PR 4429 and
Douglas Gregor
2009-06-23
8
-40
/
+8
*
Obvious typo.
Evan Cheng
2009-06-23
1
-2
/
+2
*
Initial Thumb2 support. Majority of the work is done by David Goodwin. There are
Evan Cheng
2009-06-23
5
-134
/
+527
*
Fold the add (ptr, offset) into ptr[offset] only if the offset is small enoug...
Sanjiv Gupta
2009-06-23
1
-2
/
+4
*
Minor reorg.
Evan Cheng
2009-06-23
1
-17
/
+18
*
Replace isTwoAddress with operand constraint.
Evan Cheng
2009-06-23
1
-1
/
+1
*
Guard the layout info object.
Owen Anderson
2009-06-23
1
-0
/
+5
*
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson
2009-06-22
12
-125
/
+3100
*
Add explicit types for shift count constants. This is in preparation for
Bob Wilson
2009-06-22
2
-45
/
+52
*
Use thumb2 for ARM architectures V6T2 and later. Fix a bug in checking
Bob Wilson
2009-06-22
1
-4
/
+8
*
For Darwin on ARMv6 and newer, make register r9 available for use as a
Bob Wilson
2009-06-22
4
-19
/
+87
*
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-22
2
-0
/
+78
*
hasFP should return true if frame address is taken.
Evan Cheng
2009-06-22
1
-1
/
+3
*
Fix llvm-gcc build for armv6t2 and later architectures. The hasV6T2Ops
Bob Wilson
2009-06-22
1
-9
/
+10
*
Fix PR4185.
Rafael Espindola
2009-06-21
1
-2
/
+7
*
simplify closing paren and (rip) printing.
Chris Lattner
2009-06-21
1
-15
/
+16
*
indentation fix
Chris Lattner
2009-06-21
1
-3
/
+2
*
remove #if 0 code
Chris Lattner
2009-06-21
2
-268
/
+1
*
cosmetic changes.
Chris Lattner
2009-06-21
2
-5
/
+4
*
change TLS_ADDR lowering to lower to a real mem operand, instead of matching as
Chris Lattner
2009-06-20
3
-7
/
+40
*
remove dead code, the main codepath never has to deal
Chris Lattner
2009-06-20
3
-20
/
+0
*
eliminate the "call" operand modifier from the asm descriptions, modeling
Chris Lattner
2009-06-20
7
-55
/
+223
*
fix edit-o
Chris Lattner
2009-06-20
1
-1
/
+2
*
some comments and cleanup
Chris Lattner
2009-06-20
2
-15
/
+14
*
implement support for lowering subregs when preparing to print
Chris Lattner
2009-06-20
4
-18
/
+55
*
Remove unused field.
Devang Patel
2009-06-20
2
-4
/
+2
*
Initialize MMI
Devang Patel
2009-06-20
3
-0
/
+12
*
hook up printMemReference.
Chris Lattner
2009-06-20
1
-4
/
+2
*
Start implementing translation of MachineInstr to MCInst. Next
Chris Lattner
2009-06-20
2
-8
/
+371
*
stub out some hacky code for wiring up the new asmprinter interfaces
Chris Lattner
2009-06-19
3
-12
/
+94
*
DwarfWriter is used to emit EH info also.
Devang Patel
2009-06-19
1
-4
/
+4
*
Enable arm pre-allocation load / store multiple optimization pass.
Evan Cheng
2009-06-19
2
-21
/
+36
*
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
1
-1
/
+1
*
Move up dwarf writer initialization in common AsmPrinter class.
Devang Patel
2009-06-19
8
-53
/
+13
*
Unbreak cyclic deps
Anton Korobeynikov
2009-06-19
9
-40
/
+104
*
fix the sparc codegen to not depend on the sparc asmprinter.
Chris Lattner
2009-06-19
3
-11
/
+29
*
Add comments.
Evan Cheng
2009-06-19
1
-0
/
+4
*
Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to
Eli Friedman
2009-06-19
1
-0
/
+6
*
Should be using Bcc (average) latency to determine if-conversion threshold, n...
Evan Cheng
2009-06-19
1
-1
/
+1
*
Misc tweaks to Intel asm printing to make it more compatible with MASM.
Eli Friedman
2009-06-19
3
-49
/
+54
*
Transfer dead markers when a ldrd is changed into a ldm or a pair of ldr.
Evan Cheng
2009-06-19
1
-15
/
+20
*
Latency information for ARM v6. It's rough and not yet hooked up. Right now ...
Evan Cheng
2009-06-19
8
-52
/
+147
*
Mark a few Thumb instructions commutable; just happened to spot this
Eli Friedman
2009-06-19
1
-0
/
+5
*
add a file I missed, this goes with r73743
Chris Lattner
2009-06-19
1
-0
/
+22
*
Add some scaffolding for a new experimental asmprinter
Chris Lattner
2009-06-19
3
-0
/
+16
*
merge the common darwin settings from the X86/PPC/ARM targets
Chris Lattner
2009-06-19
6
-135
/
+57
*
move mangler quote handling from asm printers to TargetAsmInfo.
Chris Lattner
2009-06-18
7
-38
/
+29
*
minor cleanup
Chris Lattner
2009-06-18
1
-5
/
+3
*
simplify macro debug info directive handling.
Chris Lattner
2009-06-18
6
-12
/
+10
*
Remove UseThumbBacktraces. Just check if subtarget is darwin.
Evan Cheng
2009-06-18
5
-15
/
+7
[next]