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
*
Adds Intel Atom scheduling latencies to X86InstrSystem.td.
Preston Gurd
2012-05-04
3
-139
/
+272
*
Pacify GCC's -Wreturn-type
Matt Beaumont-Gay
2012-05-04
1
-0
/
+1
*
Factor the computation of input and output sets into a public interface
Chandler Carruth
2012-05-04
2
-37
/
+45
*
Rather than trying to gracefully handle input sequences with repeated
Chandler Carruth
2012-05-04
1
-1
/
+1
*
Fix a goof with my previous commit by completely returning when we
Chandler Carruth
2012-05-04
1
-1
/
+1
*
Hoist a safety assert from the extraction method into the construction
Chandler Carruth
2012-05-04
1
-9
/
+13
*
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-04
6
-220
/
+225
*
Make ARM and Mips use TargetMachine::getTLSModel()
Hans Wennborg
2012-05-04
3
-12
/
+23
*
Fix some loops to match coding standards. No functional change intended.
Craig Topper
2012-05-04
1
-6
/
+8
*
Fix up some spacing. No functional change.
Craig Topper
2012-05-04
1
-6
/
+6
*
Simplify broadcast lowering code. No functional change intended.
Craig Topper
2012-05-04
1
-17
/
+7
*
Allow v16i16 and v32i8 shuffles to be rewritten as narrower shuffles.
Craig Topper
2012-05-04
2
-5
/
+16
*
Add 'landingpad' instructions to the list of instructions to ignore.
Bill Wendling
2012-05-04
1
-7
/
+9
*
Simplify shuffle narrowing code a bit. No functional change intended.
Craig Topper
2012-05-04
1
-22
/
+16
*
Remove the SubRegClasses field from RegisterClass descriptions.
Jakob Stoklund Olesen
2012-05-04
7
-125
/
+30
*
Remove TargetRegisterClass::SuperRegClasses.
Jakob Stoklund Olesen
2012-05-04
4
-89
/
+0
*
Pass -fcolor-diagnostics when it is supported. This makes a difference when
Rafael Espindola
2012-05-04
1
-0
/
+4
*
Use SuperRegClassIterator for findRepresentativeClass().
Jakob Stoklund Olesen
2012-05-04
2
-30
/
+15
*
Initialize SparcInstrInfo before SparcTargetLowering.
Jakob Stoklund Olesen
2012-05-04
2
-2
/
+3
*
Add a SuperRegClassIterator class.
Jakob Stoklund Olesen
2012-05-04
2
-15
/
+69
*
A pile of long over-due refactorings here. There are some very, *very*
Chandler Carruth
2012-05-04
5
-50
/
+40
*
Add a FoldingSetVector datastructure which is analogous to a SetVector,
Chandler Carruth
2012-05-03
1
-0
/
+105
*
PR12729: Change 'llvm-objdump' to display the available targets.
Pete Cooper
2012-05-03
1
-0
/
+3
*
Remove accidentally added file.
Jakob Stoklund Olesen
2012-05-03
1
-0
/
+0
*
Use a shared implementation of getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
3
-37
/
+32
*
Add TargetRegisterClass::getSuperRegIndices().
Jakob Stoklund Olesen
2012-05-03
2
-4
/
+17
*
Emit SuperRegMasks as part of the existing SubClassMask arrays.
Jakob Stoklund Olesen
2012-05-03
2
-102
/
+83
*
Fix issues with the ARM bl and blx thumb instructions and the J1 and J2 bits
Kevin Enderby
2012-05-03
6
-44
/
+128
*
Factor the logic for testing whether a basic block is viable for code
Chandler Carruth
2012-05-03
2
-14
/
+29
*
remove calls to calloc if the allocated memory is not used (it was already be...
Nuno Lopes
2012-05-03
3
-5
/
+5
*
Support for target dependent Hexagon VLIW packetizer.
Sirish Pande
2012-05-03
18
-93
/
+5036
*
Add rudimentary CMake logic for detecting Graphviz.
Ted Kremenek
2012-05-03
2
-1
/
+2
*
add support for calloc to objectsize lowering
Nuno Lopes
2012-05-03
4
-5
/
+88
*
Fix the type of SubClassMask.
Jakob Stoklund Olesen
2012-05-03
1
-1
/
+1
*
Compress tables for getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
1
-19
/
+67
*
Add the half type to the LLVM IR vim syntax highlighting.
Owen Anderson
2012-05-03
1
-1
/
+1
*
Fixed disassembler for vstm/vldm ARM VFP instructions.
Silviu Baranga
2012-05-03
2
-4
/
+33
*
Don't override subreg functions in targets without subregisters.
Jakob Stoklund Olesen
2012-05-03
2
-44
/
+46
*
Extensions of Hexagon V4 instructions.
Sirish Pande
2012-05-03
9
-1339
/
+4107
*
replace 'break's with 'return 0' in visitCallInst code for objectsize, since ...
Nuno Lopes
2012-05-03
1
-5
/
+5
*
Use correct variable in this example. Pointed out by waynix on IRC.
Duncan Sands
2012-05-03
1
-1
/
+1
*
Use 'unsigned' instead of 'int' in a few places dealing with counts of vector...
Craig Topper
2012-05-03
1
-3
/
+3
*
Fix 256-bit vpshuflw and vpshufhw immediate encoding to handle undefs in the ...
Craig Topper
2012-05-03
3
-22
/
+37
*
Fix two-address pass's aggressive instruction commuting heuristics. It's meant
Evan Cheng
2012-05-03
3
-17
/
+28
*
Added TargetRegisterInfo::getAllocatableClass.
Andrew Trick
2012-05-03
4
-8
/
+45
*
Whitespace cleanup.
Bill Wendling
2012-05-02
1
-87
/
+80
*
[docs] Include the Kaleidescope tutorial in the Sphinx docs build.
Daniel Dunbar
2012-05-02
20
-52
/
+26
*
Teach DAGCombine the same multiply-by-1.0 folding trick when doing FMAs, just...
Owen Anderson
2012-05-02
2
-0
/
+27
*
For Intel Atom, use ILP scheduling always, instead of ILP for 64 bit
Preston Gurd
2012-05-02
1
-4
/
+4
*
Change the Intel Atom detection code to recognize
Preston Gurd
2012-05-02
2
-3
/
+5
[next]