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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
constify TargetMachine parameter.
Eric Christopher
2014-10-03
4
-5
/
+6
*
llvm-readobj: print COFF delay-load import table
Rui Ueyama
2014-10-03
1
-13
/
+90
*
constify TargetMachine argument.
Eric Christopher
2014-10-03
4
-4
/
+4
*
We can grab the options struct from the TargetMachine, no need to
Eric Christopher
2014-10-03
3
-5
/
+4
*
[AVX512] Pull pattern for subvector insert into the instruction definition
Adam Nemet
2014-10-02
1
-8
/
+4
*
[AVX512] Refactor subvector inserts
Adam Nemet
2014-10-02
1
-102
/
+55
*
[AVX512] Fix i256mem->f256mem typo in VINSERTF64x4rm
Adam Nemet
2014-10-02
1
-1
/
+1
*
[PowerPC] Modern Book-E cores support sync
Hal Finkel
2014-10-02
4
-17
/
+24
*
[Power] Improve the expansion of atomic loads/stores
Robin Morisset
2014-10-02
3
-4
/
+26
*
Fix the threshold added in r186434 (a re-apply of r185393) and updaated
Chandler Carruth
2014-10-02
2
-31
/
+27
*
[Stackmaps] Make ithe frame-pointer required for stackmaps.
Juergen Ributzka
2014-10-02
2
-2
/
+4
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
7
-528
/
+608
*
llvm-readobj: print COFF imported symbols
Rui Ueyama
2014-10-02
1
-0
/
+90
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
7
-608
/
+528
*
[x86] Teach the new vector shuffle lowering to widen floating point
Chandler Carruth
2014-10-02
2
-8
/
+19
*
LTO: Document the Boolean argument from r218784
Duncan P. N. Exon Smith
2014-10-02
1
-1
/
+2
*
Optimize square root squared (PR21126).
Sanjay Patel
2014-10-02
1
-0
/
+5
*
InstrProf: Avoid linear search in a hot loop
Justin Bogner
2014-10-02
1
-5
/
+6
*
This patch adds a new flag "-coff-imports" to llvm-readobj.
Rui Ueyama
2014-10-02
1
-5
/
+18
*
Reapply "InstrProf: Don't keep a large sparse list around just to zero it"
Justin Bogner
2014-10-02
1
-24
/
+43
*
Remove an extra whitespace.
Adrian Prantl
2014-10-02
1
-1
/
+1
*
Pretty-printer: Paper over an ambiguity between line table entries
Adrian Prantl
2014-10-02
1
-1
/
+3
*
Revert "InstrProf: Don't keep a large sparse list around just to zero it"
Justin Bogner
2014-10-02
1
-38
/
+24
*
InstrProf: Don't keep a large sparse list around just to zero it
Justin Bogner
2014-10-02
1
-24
/
+38
*
Use the local variable that other clauses around here are already using.
Sanjay Patel
2014-10-02
1
-1
/
+1
*
Remove duplicate function names from comments. NFC.
Sanjay Patel
2014-10-02
1
-43
/
+35
*
[NVPTX] Remove dead code.
Tilmann Scheller
2014-10-02
1
-9
/
+3
*
Support padding unaligned data in .text.
Joerg Sonnenberger
2014-10-02
1
-1
/
+6
*
Silence a -Wsign-compare warning. NFC.
Aaron Ballman
2014-10-02
1
-2
/
+2
*
[BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutat...
Zinovy Nis
2014-10-02
1
-3
/
+12
*
InstrProf: Simplify counting a file's regions when writing coverage (NFC)
Justin Bogner
2014-10-02
1
-34
/
+24
*
[x86] Improve and correct how the new vector shuffle lowering was
Chandler Carruth
2014-10-01
1
-8
/
+32
*
[MCJIT] Don't crash in debugging output for sections that aren't emitted.
Lang Hames
2014-10-01
1
-0
/
+5
*
constify the TargetMachine argument used in the subtarget and
Eric Christopher
2014-10-01
4
-4
/
+4
*
DIBuilder: Remove duplicated comments, NFC
Duncan P. N. Exon Smith
2014-10-01
1
-77
/
+1
*
Revert "DIBuilder: Remove dead code"
Duncan P. N. Exon Smith
2014-10-01
1
-0
/
+6
*
Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578
Sanjay Patel
2014-10-01
1
-6
/
+22
*
DIBuilder: Remove dead code
Duncan P. N. Exon Smith
2014-10-01
1
-14
/
+0
*
Now that the optimization level is adjusting the feature string
Eric Christopher
2014-10-01
3
-9
/
+4
*
Adds 'override' to overriding methods. NFC.
Argyrios Kyrtzidis
2014-10-01
1
-1
/
+1
*
Rework the PPC TargetMachine so that the non-function specific
Eric Christopher
2014-10-01
2
-27
/
+32
*
constify TargetMachine parameter for X86TargetLowering.
Eric Christopher
2014-10-01
4
-5
/
+5
*
Make the sqrt intrinsic return undef for a negative input.
Sanjay Patel
2014-10-01
1
-2
/
+8
*
DIBuilder: Encapsulate DIExpression's element type
Duncan P. N. Exon Smith
2014-10-01
2
-6
/
+9
*
[MemoryDepAnalysis] Fix compile time slowdown
Bruno Cardoso Lopes
2014-10-01
1
-0
/
+22
*
Don't repeat function/variable name in comment. NFC.
Sanjay Patel
2014-10-01
2
-99
/
+84
*
ARM: allow copying of CPSR when all else fails.
Tim Northover
2014-10-01
3
-1
/
+57
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
28
-321
/
+447
*
Add fptrunc to mips fast-sel
Reed Kotler
2014-10-01
1
-0
/
+25
*
LTO: Ignore disabled diagnostic remarks
Duncan P. N. Exon Smith
2014-10-01
4
-12
/
+23
[next]