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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM assembly diagnostic caret in better position for FPImm.
Jim Grosbach
2012-01-19
1
-3
/
+4
*
Thumb2 relaxation for tADR to t2ADR.
Jim Grosbach
2012-01-19
1
-0
/
+2
*
Add comment and fix range check in condition.
Jim Grosbach
2012-01-19
1
-1
/
+3
*
- Slight change to finalizeBundle() interface. LastMI is not exclusive (pointing
Evan Cheng
2012-01-19
2
-4
/
+20
*
Add a TargetOption for disabling tail calls.
Nick Lewycky
2012-01-19
1
-1
/
+4
*
Rename Finalizebundle to finalizeBundle to conform to coding guideline.
Evan Cheng
2012-01-19
2
-3
/
+3
*
Add experimental -x86-use-regmask command line option.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+12
*
Ignore register mask operands when lowering instructions to MC.
Jakob Stoklund Olesen
2012-01-18
6
-1
/
+17
*
Add a RegisterMaskSDNode class.
Jakob Stoklund Olesen
2012-01-18
4
-2
/
+22
*
Add support for the gnueabihf environment. Patch by Sylvestre Ledru.
Rafael Espindola
2012-01-18
1
-0
/
+3
*
Thumb2 alternate syntax for LDR(literal) and friends.
Jim Grosbach
2012-01-18
3
-0
/
+69
*
Process instructions after match to select alternative encoding which may be ...
Devang Patel
2012-01-18
1
-16
/
+87
*
Replace FIXME with explanatory comment.
Jim Grosbach
2012-01-18
1
-1
/
+2
*
Thumb2 relaxation for LDR(literal).
Jim Grosbach
2012-01-18
1
-9
/
+20
*
MCAssembler tweak for determining when a symbol difference is resolved.
Jim Grosbach
2012-01-18
1
-1
/
+2
*
Rename pattern for clarity.
Jim Grosbach
2012-01-18
1
-4
/
+3
*
Add a depth limit to avoid runaway recursion.
Dan Gohman
2012-01-18
1
-3
/
+7
*
Use llvm.global_ctors to locate global constructors instead
Dan Gohman
2012-01-18
1
-6
/
+19
*
Remove trailing spaces and unneeded includes.
Jakub Staszak
2012-01-18
1
-134
/
+131
*
Fixed macro condition.
Lang Hames
2012-01-18
1
-1
/
+1
*
Tidy up. 80 columns.
Jim Grosbach
2012-01-18
1
-13
/
+13
*
Tidy up. MCAsmBackend naming conventions.
Jim Grosbach
2012-01-18
8
-48
/
+48
*
Remove dead code.
Bill Wendling
2012-01-18
1
-45
/
+0
*
Fix a bug in the type-legalization of vector integers. When we bitcast one ve...
Nadav Rotem
2012-01-18
1
-2
/
+4
*
Fix ISD::REG_SEQUENCE to accept physical registers and change TwoAddressInstr...
Pete Cooper
2012-01-18
2
-16
/
+24
*
Thumb2 load/store fixups don't set the thumb bit.
Jim Grosbach
2012-01-18
1
-4
/
+8
*
Move some ARM specific MCAssmebler bits into the ARMAsmBackend.
Jim Grosbach
2012-01-18
2
-9
/
+17
*
Add a CoveredBySubRegs property to Register descriptions.
Jakob Stoklund Olesen
2012-01-18
5
-2
/
+6
*
Implement ARMBaseRegisterInfo::getCallPreservedMask().
Jakob Stoklund Olesen
2012-01-17
3
-19
/
+17
*
Fix MCJIT memory leak of owned TargetMachine.
Jim Grosbach
2012-01-17
1
-0
/
+1
*
Move X86 callee saved register lists to the X86CallConv .td file.
Jakob Stoklund Olesen
2012-01-17
3
-37
/
+37
*
Move includes to the .cpp file.
Jakub Staszak
2012-01-17
1
-0
/
+2
*
MC tweak symbol difference resolution for non-local symbols.
Jim Grosbach
2012-01-17
1
-2
/
+2
*
Intel syntax: Fix parser match class to check memory operand size.
Devang Patel
2012-01-17
1
-3
/
+3
*
Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.
Nadav Rotem
2012-01-17
1
-4
/
+35
*
Intel syntax: Parse "BYTE PTR [RDX + RCX]"
Devang Patel
2012-01-17
1
-0
/
+4
*
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
2
-1
/
+118
*
Add a new PassManagerBuilder customization point,
Dan Gohman
2012-01-17
1
-0
/
+2
*
Untabify.
Devang Patel
2012-01-17
1
-12
/
+12
*
Intel syntax: Do not unncessarily create plus expression for memory operand d...
Devang Patel
2012-01-17
1
-2
/
+1
*
Intel syntax: Robustify memory operand parsing.
Devang Patel
2012-01-17
1
-51
/
+113
*
Removes template magic to build up containers.
Manuel Klimek
2012-01-17
1
-7
/
+82
*
Fix warning.
Nadav Rotem
2012-01-17
1
-1
/
+1
*
Fix 11769.
Nadav Rotem
2012-01-17
1
-0
/
+7
*
Teach DAG combiner to turn a BUILD_VECTOR of UNDEFs into an UNDEF of vector t...
Craig Topper
2012-01-17
1
-4
/
+8
*
Remove unnecessary AVX check from an assert. hasSSE2 is enough.
Craig Topper
2012-01-17
1
-2
/
+1
*
Provide better messages in llvm_unreachable.
David Blaikie
2012-01-17
1
-1
/
+1
*
misched: Inital interface and implementation for ScheduleTopDownLive and Shuf...
Andrew Trick
2012-01-17
1
-17
/
+130
*
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
4
-51
/
+63
*
Moving options declarations around.
Andrew Trick
2012-01-17
3
-10
/
+7
[next]