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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
3
-9
/
+27
*
Add a CoveredBySubRegs property to Register descriptions.
Jakob Stoklund Olesen
2012-01-18
8
-14
/
+53
*
[lit] Add a --filter option which is useful when dealing with virtual test
Daniel Dunbar
2012-01-18
1
-0
/
+18
*
Remove unneeded include.
Jakub Staszak
2012-01-17
1
-1
/
+0
*
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
*
Add TableGen support for callee saved registers.
Jakob Stoklund Olesen
2012-01-17
4
-0
/
+67
*
Test case rename
Andrew Trick
2012-01-17
1
-0
/
+0
*
Move includes to the .cpp file.
Jakub Staszak
2012-01-17
2
-2
/
+2
*
MC tweak symbol difference resolution for non-local symbols.
Jim Grosbach
2012-01-17
4
-7
/
+9
*
Tidy up.
Jim Grosbach
2012-01-17
1
-2
/
+2
*
Intel syntax: Fix parser match class to check memory operand size.
Devang Patel
2012-01-17
2
-3
/
+5
*
Transform: (EXTRACT_VECTOR_ELT( VECTOR_SHUFFLE )) -> EXTRACT_VECTOR_ELT.
Nadav Rotem
2012-01-17
4
-9
/
+66
*
Intel syntax: Parse "BYTE PTR [RDX + RCX]"
Devang Patel
2012-01-17
2
-0
/
+6
*
Trailing spaces.
Jakub Staszak
2012-01-17
1
-22
/
+21
*
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
6
-1
/
+177
*
Add a new PassManagerBuilder customization point,
Dan Gohman
2012-01-17
2
-0
/
+6
*
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
2
-2
/
+3
*
Intel syntax: Ignore mnemonic aliases.
Devang Patel
2012-01-17
2
-1
/
+11
*
Remove "XFAIL: arm" from test/ExecutionEngine/test-return.ll
Eli Bendersky
2012-01-17
1
-1
/
+0
*
Intel syntax: Robustify memory operand parsing.
Devang Patel
2012-01-17
2
-51
/
+121
*
Add an LLDB data formatter script for llvm::SmallVector, maybe this is helpfu...
Benjamin Kramer
2012-01-17
1
-0
/
+53
*
Removes template magic to build up containers.
Manuel Klimek
2012-01-17
2
-131
/
+212
*
Fix warning.
Nadav Rotem
2012-01-17
1
-1
/
+1
*
Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELF
Eli Bendersky
2012-01-17
7
-0
/
+244
*
Fix 11769.
Nadav Rotem
2012-01-17
2
-1
/
+19
*
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
2
-2
/
+2
*
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
6
-53
/
+65
*
Moving options declarations around.
Andrew Trick
2012-01-17
4
-14
/
+7
*
LSR fix: broaden the check for loop preheaders.
Andrew Trick
2012-01-17
2
-5
/
+126
*
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
11
-15
/
+11
*
Add 148175 back. I am unable to reproduce any non determinism in a dragonegg
Rafael Espindola
2012-01-17
1
-2
/
+4
*
Makefile: add missing files to FilesToConfig
Dylan Noblesmith
2012-01-17
2
-3
/
+10
*
Changed flag operand of ISD::FP_ROUND to TargetConstant as it should not get ...
Pete Cooper
2012-01-17
1
-2
/
+3
*
add some missing const qualifiers.
Chris Lattner
2012-01-17
1
-2
/
+2
*
Add portable bit mask operations to BitVector.
Jakob Stoklund Olesen
2012-01-17
2
-0
/
+109
*
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
6
-4
/
+50
*
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
9
-26
/
+3
*
Cleanup PPC RLWINM8 vs RLWINM
Hal Finkel
2012-01-16
1
-1
/
+1
[prev]
[next]