index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CalculateRegClass to MRI::recomputeRegClass.
Jakob Stoklund Olesen
2011-08-09
5
-39
/
+47
*
Emitting ARM build attributes and values as ULEB, rather than char.
Renato Golin
2011-08-09
1
-11
/
+67
*
Handle sitofp between v4f64 <- v4i32. Fix PR10559
Bruno Cardoso Lopes
2011-08-09
2
-1
/
+28
*
Recognize the UNAME_RELEASE environment variable to match Darwin's uname.
Bob Wilson
2011-08-09
1
-0
/
+6
*
LoopUnroll looks like it has some stale code. Remove it to prove my sanity an...
Andrew Trick
2011-08-09
1
-6
/
+1
*
Add support for avx vector fextend
Bruno Cardoso Lopes
2011-08-09
2
-1
/
+12
*
Add AVX versions of 128-bit sitofp and fptosi
Bruno Cardoso Lopes
2011-08-09
1
-0
/
+4
*
Rename and tidy up tests
Bruno Cardoso Lopes
2011-08-09
10
-70
/
+66
*
Add two patterns to match special vmovss and vmovsd cases. Also fix
Bruno Cardoso Lopes
2011-08-09
2
-10
/
+63
*
There is only one instance of this placeholder being created. Just use that
Bill Wendling
2011-08-09
1
-6
/
+6
*
Remove an instance where the 'unwind' instruction was created.
Bill Wendling
2011-08-09
1
-2
/
+10
*
Print variable's inline location in debug output.
Devang Patel
2011-08-09
1
-2
/
+5
*
Provide method to print variable's extended name which includes inline location.
Devang Patel
2011-08-09
2
-2
/
+40
*
Rename member variables to follow coding standards.
Jakob Stoklund Olesen
2011-08-09
2
-231
/
+232
*
Add missing attributes to the C++ backend's output.
Bill Wendling
2011-08-09
1
-0
/
+3
*
Make LowerVSETCC aware of AVX types and add patterns to match them.
Bruno Cardoso Lopes
2011-08-09
3
-3
/
+53
*
Move the RegisterCoalescer private to its implementation file.
Jakob Stoklund Olesen
2011-08-09
2
-142
/
+123
*
Tidy up these testcases to look more like real code does.
Dan Gohman
2011-08-09
1
-9
/
+9
*
Refer to the RegisterCoalescer pass by ID.
Jakob Stoklund Olesen
2011-08-09
7
-19
/
+11
*
ARM parsing and encoding for LDRBT instruction.
Jim Grosbach
2011-08-08
2
-11
/
+44
*
Thumb1 BL instructions encoding 22 bits of displacement, not 21.
Owen Anderson
2011-08-08
1
-1
/
+4
*
Indicate that there are changes if runOfFunction returns saying that there are.
Bill Wendling
2011-08-08
1
-1
/
+1
*
ARM parsing and encoding for LDRB instruction.
Jim Grosbach
2011-08-08
1
-0
/
+38
*
Add FIXME.
Jim Grosbach
2011-08-08
1
-0
/
+7
*
Implement isLoadFromStackSlotPostFE and isStoreToStackSlotPostFE for ARM.
Jakob Stoklund Olesen
2011-08-08
2
-0
/
+16
*
Add support for several vector shifts operations while in AVX mode. Fix PR10581
Bruno Cardoso Lopes
2011-08-08
2
-10
/
+116
*
ARM load/store label parsing.
Jim Grosbach
2011-08-08
1
-0
/
+14
*
Hoist hasLoadFromStackSlot and hasStoreToStackSlot.
Jakob Stoklund Olesen
2011-08-08
4
-57
/
+42
*
Fix encodings for Thumb ASR and LSR immediate operands. They encode the rang...
Owen Anderson
2011-08-08
5
-12
/
+37
*
Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly...
Eli Friedman
2011-08-08
2
-5
/
+35
*
Pacify virtual dtor warnings and cmake buildbots.
Benjamin Kramer
2011-08-08
2
-0
/
+3
*
Add MCInstrAnalysis class. This allows the targets to specify own versions of...
Benjamin Kramer
2011-08-08
7
-31
/
+176
*
llvm-objdump: disassembly enhancements
Benjamin Kramer
2011-08-08
1
-1
/
+19
*
llvm-objdump: Use help of CFG to print assembly when --cfg is passed.
Benjamin Kramer
2011-08-08
1
-15
/
+44
*
Simplify by creating parent first.
Devang Patel
2011-08-08
1
-19
/
+14
*
Don't clobber pending ST regs when FP regs are killed.
Jakob Stoklund Olesen
2011-08-08
2
-0
/
+31
*
Clean up the grammar for the landingpad instruction.
Bill Wendling
2011-08-08
1
-2
/
+4
*
Remove unnecessary space.
Bill Wendling
2011-08-08
1
-1
/
+1
*
Fix typo found by John.
Bill Wendling
2011-08-08
1
-1
/
+1
*
strengthen up an assertion: you can't create a constant struct
Chris Lattner
2011-08-07
1
-2
/
+2
*
Fix typo. Thanks, Andy!
Jakob Stoklund Olesen
2011-08-06
1
-1
/
+1
*
Made SCEV's UDiv expressions more canonical. When dividing a
Andrew Trick
2011-08-06
3
-4
/
+142
*
Reject RS_Spill ranges from local splitting as well.
Jakob Stoklund Olesen
2011-08-05
1
-4
/
+4
*
Only mark remainder intervals as RS_Spill after per-block splitting.
Jakob Stoklund Olesen
2011-08-05
1
-2
/
+12
*
Remember to update LiveDebugVariables after per-block splitting.
Jakob Stoklund Olesen
2011-08-05
1
-1
/
+5
*
Extract per-block splitting into its own method.
Jakob Stoklund Olesen
2011-08-05
1
-23
/
+36
*
Delete getMultiUseBlocks and splitSingleBlocks.
Jakob Stoklund Olesen
2011-08-05
2
-38
/
+0
*
Also use shouldSplitSingleBlock() in the fallback splitting mode.
Jakob Stoklund Olesen
2011-08-05
1
-8
/
+18
*
Split around single instructions to enable register class inflation.
Jakob Stoklund Olesen
2011-08-05
3
-1
/
+35
*
ARM load instruction shifted register index operands.
Jim Grosbach
2011-08-05
2
-7
/
+16
[next]