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
*
move some functions, add a FIXME, use PrintPICBaseSymbol to print the
Chris Lattner
2009-06-24
1
-17
/
+25
*
reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string ...
Chris Lattner
2009-06-24
2
-20
/
+31
*
sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...
Chris Lattner
2009-06-24
3
-25
/
+4
*
sink dwarf finalization out of each target into AsmPrinter::doFinalization
Chris Lattner
2009-06-24
5
-26
/
+0
*
eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates
Chris Lattner
2009-06-24
6
-124
/
+26
*
only emit one .align for all the hidden gv stubs instead of one for each.
Chris Lattner
2009-06-24
1
-1
/
+1
*
inline print*Stub and rearrange function stub printing to more closely match
Chris Lattner
2009-06-24
2
-41
/
+31
*
remove dead code now that personality functions don't print stubs directly.
Chris Lattner
2009-06-24
1
-8
/
+1
*
remove now-dead argument.
Chris Lattner
2009-06-24
2
-6
/
+4
*
simplify personality function stub printing to use the mangler and
Chris Lattner
2009-06-24
1
-9
/
+9
*
remove dead argument
Chris Lattner
2009-06-24
2
-4
/
+3
*
factor some code better.
Chris Lattner
2009-06-24
1
-13
/
+6
*
wire up support for MCContext/MCStreamer in -experimental-asm-printer mode.
Chris Lattner
2009-06-24
2
-0
/
+26
*
Unbreak build on Linux by removing Darwinism.
Nick Lewycky
2009-06-24
1
-1
/
+1
*
Revert this accidental commit.
Dan Gohman
2009-06-24
1
-1
/
+1
*
Move the special cases for constants out of getUnknown and into
Dan Gohman
2009-06-24
1
-1
/
+1
*
Provide InitializeAllTargets and InitializeNativeTarget functions in the
Bob Wilson
2009-06-23
22
-96
/
+44
*
Test commit: fixed spacing.
Sean Callanan
2009-06-23
1
-3
/
+3
*
Test instructions operands were printed in the wrong order.
Evan Cheng
2009-06-23
1
-10
/
+10
*
"The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are labeled as MRMDestMem
Bill Wendling
2009-06-23
1
-2
/
+2
*
Proper patterns for thumb2 shift and rotate instructions.
Evan Cheng
2009-06-23
1
-55
/
+115
*
Code clean up.
Evan Cheng
2009-06-23
1
-6
/
+5
*
Add IsThumb1Only to most 16-bit thumb instructions since we want to isel 32-b...
Evan Cheng
2009-06-23
2
-53
/
+75
*
Rename SelectShifterOperand to SelectThumb2ShifterOperandReg.
Evan Cheng
2009-06-23
2
-7
/
+7
*
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
[next]