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
*
Revert svn r80498 and replace it with a different solution. The only problem
Bob Wilson
2009-10-15
1
-12
/
+4
*
Dllexport stuff cleanup:
Anton Korobeynikov
2009-10-15
1
-34
/
+40
*
Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ...
Sandeep Patel
2009-10-15
1
-1
/
+5
*
Fix encoding bits for N3VLInt3_QHS multiclass with 8-bit elements.
Bob Wilson
2009-10-15
1
-1
/
+1
*
Fix ARM memory operand parsing of post indexing with just a base register, that
Kevin Enderby
2009-10-15
1
-36
/
+41
*
Fix a potential performance problem in placing ARM constant pools.
Bob Wilson
2009-10-15
1
-29
/
+67
*
More bits of the ARM target assembler for llvm-mc, code added to parse labels
Kevin Enderby
2009-10-15
1
-16
/
+130
*
Remove X86Subtarget::IsLinux. It's no longer being used.
Evan Cheng
2009-10-15
2
-10
/
+1
*
Add files Sanjiv forgot.
Benjamin Kramer
2009-10-15
3
-0
/
+487
*
Re-apply 84180 with the fixed test case.
Sanjiv Gupta
2009-10-15
10
-689
/
+391
*
Move Blackfin intrinsics into the Target/Blackfin directory.
Jakob Stoklund Olesen
2009-10-15
7
-1
/
+124
*
Clean up TargetIntrinsicInfo API. Add pure virtual methods.
Jakob Stoklund Olesen
2009-10-15
1
-2
/
+10
*
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
Daniel Dunbar
2009-10-15
13
-878
/
+689
*
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
Sanjiv Gupta
2009-10-15
13
-689
/
+878
*
Few changes to comply with new DebugInfo Metadata representation.
Sanjiv Gupta
2009-10-15
1
-4
/
+5
*
Be smarter about reusing constant pool entries.
Bob Wilson
2009-10-15
1
-4
/
+17
*
Fix another problem with ARM constant pools. Radar 7303551.
Bob Wilson
2009-10-15
1
-7
/
+5
*
Fix instruction encoding bits for NEON VPADAL.
Bob Wilson
2009-10-14
1
-2
/
+2
*
Remove unused variables to fix build warning.
Bob Wilson
2009-10-14
1
-3
/
+0
*
Inst{11-8} for vshl should be 0b0101, not 0b1111.
Jim Grosbach
2009-10-14
1
-1
/
+1
*
Set instruction encoding bits 4 and 7 for ARM register-register and
Bob Wilson
2009-10-14
1
-7
/
+42
*
Refactor code to select NEON VST intrinsics.
Bob Wilson
2009-10-14
1
-168
/
+112
*
Refactor code to select NEON VLD intrinsics.
Bob Wilson
2009-10-14
1
-147
/
+109
*
More refactoring. NEON vst lane intrinsics can share almost all the code for
Bob Wilson
2009-10-14
1
-180
/
+32
*
Refactor code for selecting NEON load lane intrinsics.
Bob Wilson
2009-10-14
1
-211
/
+122
*
Make isSafeToClobberEFLAGS more aggressive. Teach it to scan backwards
Dan Gohman
2009-10-14
1
-7
/
+32
*
Correct comment about ARM immediates using '#' not '$' and TODO for modifiers.
Kevin Enderby
2009-10-13
1
-1
/
+2
*
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-13
1
-1
/
+1
*
More Neon clean-up: avoid the need for custom-lowering vld/st-lane intrinsics
Bob Wilson
2009-10-13
2
-90
/
+24
*
More bits of the ARM target assembler for llvm-mc to parse immediates.
Kevin Enderby
2009-10-13
1
-4
/
+28
*
NEON VLD/VST are now fully implemented. For operations that expand to
Bob Wilson
2009-10-13
1
-48
/
+2
*
Revise ARM inline assembly memory operands to require the memory address to
Bob Wilson
2009-10-13
2
-9
/
+8
*
Fix method name in comment, per Bob Wilson.
Sandeep Patel
2009-10-13
1
-1
/
+1
*
Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov.
Sandeep Patel
2009-10-13
3
-0
/
+92
*
Update CMake file (lexically order files).
Ted Kremenek
2009-10-13
1
-1
/
+1
*
Add some ARM instruction encoding bits.
Bob Wilson
2009-10-13
1
-0
/
+5
*
Fix regression introduced by r83894.
Bob Wilson
2009-10-13
1
-1
/
+2
*
Fix a tab. Thanks to Johnny Chen for pointing it out.
Bob Wilson
2009-10-13
1
-1
/
+1
*
Fix two warnings about unused variables that are only used in assert() calls.
Kevin Enderby
2009-10-12
1
-4
/
+4
*
Delete a comment that makes no sense to me. The statement that moving a CPE
Bob Wilson
2009-10-12
1
-2
/
+1
*
Fix a problem in the code where ARMAsmParser::ParseShift() second argument
Kevin Enderby
2009-10-12
1
-2
/
+2
*
Change CreateNewWater method to return NewMBB by reference.
Bob Wilson
2009-10-12
1
-8
/
+8
*
Last week, ARMConstantIslandPass was failing to converge for the
Bob Wilson
2009-10-12
1
-9
/
+9
*
Another minor clean-up.
Bob Wilson
2009-10-12
1
-5
/
+5
*
Remove redundant parameter.
Bob Wilson
2009-10-12
1
-8
/
+6
*
Use early exit to reduce indentation.
Bob Wilson
2009-10-12
1
-19
/
+20
*
Change to return a value by reference.
Bob Wilson
2009-10-12
1
-6
/
+6
*
Add a typedef for an iterator.
Bob Wilson
2009-10-12
1
-6
/
+8
*
Revert the kludge in 76703. I got a clean
Dale Johannesen
2009-10-12
1
-7
/
+0
*
Don't forget to mark RAX as live-out of the function when arranging for
Dan Gohman
2009-10-12
1
-0
/
+3
[next]