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
*
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
*
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
1
-5
/
+13
*
Fix a crasher when PerformShiftCombine receives a BUILD_VECTOR of all UNDEF. ...
Craig Topper
2012-01-17
1
-0
/
+5
*
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-17
7
-9
/
+9
*
Add 148175 back. I am unable to reproduce any non determinism in a dragonegg
Rafael Espindola
2012-01-17
1
-2
/
+4
*
Changed flag operand of ISD::FP_ROUND to TargetConstant as it should not get ...
Pete Cooper
2012-01-17
1
-2
/
+3
*
Fix typo in comment.
Lang Hames
2012-01-17
1
-1
/
+1
*
Tidy up.
Jim Grosbach
2012-01-16
4
-5
/
+5
*
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
4
-1
/
+31
*
MCJIT handle a few more simple x86 relocations for MachO.
Jim Grosbach
2012-01-16
1
-4
/
+5
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
8
-23
/
+3
*
Cleanup PPC RLWINM8 vs RLWINM
Hal Finkel
2012-01-16
1
-1
/
+1
*
AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...
Hal Finkel
2012-01-16
1
-0
/
+3
*
Extract method for detecting constant unallocatable physregs.
Jakob Stoklund Olesen
2012-01-16
4
-41
/
+21
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
6
-266
/
+447
*
Fixed comment in loop-unswitch.
Stepan Dyatkovskiy
2012-01-16
1
-1
/
+1
*
Give better scavenger errors by invoking the verifier.
Jakob Stoklund Olesen
2012-01-16
1
-1
/
+6
*
Add a new kind of MachineOperand: MO_RegisterMask.
Jakob Stoklund Olesen
2012-01-16
1
-0
/
+5
*
Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.
Eli Friedman
2012-01-16
1
-1
/
+1
[next]