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
*
[msan] Fix vector pack intrinsic handling.
Evgeniy Stepanov
2014-06-09
1
-8
/
+72
*
Fix gcc warning (enumeral and non-enumeral type in conditional expression)
Patrik Hagglund
2014-06-09
1
-1
/
+2
*
[AArch64] Fix the ordering of the accumulate operand in SchedRW list.
Chad Rosier
2014-06-09
1
-3
/
+3
*
[AArch64] When combining constant mul of power of 2 plus/minus 1, prefer shift
Chad Rosier
2014-06-09
1
-9
/
+9
*
[SeparateConstOffsetFromGEP] inbounds zext => sext for better splitting
Jingyue Wu
2014-06-08
1
-1
/
+57
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
6
-6
/
+6
*
[SeparateConstOffsetFromGEP] Fix an illegitimate optimization on zext
Jingyue Wu
2014-06-08
1
-2
/
+2
*
Refactor canonicalizing array indices to a helper function
Jingyue Wu
2014-06-08
1
-32
/
+51
*
ScalarEvolution: Derive element size from the type of the loaded element
Tobias Grosser
2014-06-08
1
-1
/
+1
*
X86: simplify data layout calculation
Saleem Abdulrasool
2014-06-08
1
-3
/
+2
*
APFloat: x - NaN needs to flip the signbit of NaN when x is a number.
Stephen Canon
2014-06-08
1
-1
/
+3
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
11
-1086
/
+948
*
Revert "Do materialize for floating point"
Alp Toker
2014-06-08
1
-23
/
+2
*
Remove outdated CMake MSVC workaround
Alp Toker
2014-06-08
1
-7
/
+1
*
MC: fix text section characteristics for WoA
Saleem Abdulrasool
2014-06-08
1
-0
/
+3
*
Do materialize for floating point
Reed Kotler
2014-06-08
1
-2
/
+23
*
start to clean up buildMI calls in mips fast-isel
Reed Kotler
2014-06-08
1
-26
/
+24
*
include MipsGenFastISel.inc
Reed Kotler
2014-06-08
1
-5
/
+17
*
MC: make ELF .type handling more GNU AS compatible
Saleem Abdulrasool
2014-06-08
1
-38
/
+34
*
MC: fix ctor/dtor section for windows-itanium
Saleem Abdulrasool
2014-06-08
1
-1
/
+1
*
MC: whitespace, grouping for COFF section setup
Saleem Abdulrasool
2014-06-08
1
-26
/
+33
*
Fix typos
Alp Toker
2014-06-07
3
-3
/
+3
*
Build fix: remove initializeJumpInstrTablesPass() call from LTO
Alp Toker
2014-06-07
1
-1
/
+0
*
ARM: correct assertion for long-calls on WoA
Saleem Abdulrasool
2014-06-07
1
-2
/
+3
*
Revert 209903 and 210040.
Rafael Espindola
2014-06-07
1
-40
/
+0
*
Fix the MachineScheduler's logic for updating ready times for in-order.
Andrew Trick
2014-06-07
1
-32
/
+25
*
Replace the use of TargetMachine with a tiny bool variable.
Eric Christopher
2014-06-06
3
-8
/
+6
*
Remove all local variables from X86SelectionDAGInfo, the DAG has
Eric Christopher
2014-06-06
3
-35
/
+29
*
DebugInfo: Use the scope of the function declaration, if any, to name a funct...
David Blaikie
2014-06-06
3
-4
/
+10
*
DebugInfo: pubnames: include file-local (static or anonymous namespace) varia...
David Blaikie
2014-06-06
1
-9
/
+10
*
InstCombine: Canonicalize addrspacecast between different element types
Jingyue Wu
2014-06-06
2
-13
/
+29
*
MC: prevent early DCE of empty sections
Saleem Abdulrasool
2014-06-06
1
-7
/
+3
*
X86: Don't turn shifts into ands if there's another use that may not check fo...
Benjamin Kramer
2014-06-06
1
-1
/
+1
*
Fix a few issues with comdat handling on COFF.
Rafael Espindola
2014-06-06
6
-71
/
+57
*
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
Eric Christopher
2014-06-06
12
-21
/
+15
*
Fixed a bug in lowering shuffle_vectors to insertps
Filipe Cabecinhas
2014-06-06
1
-9
/
+20
*
[SLP] Enable vectorization of GEP expressions.
Michael Zolotukhin
2014-06-06
1
-0
/
+87
*
[PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endian
Bill Schmidt
2014-06-06
1
-3
/
+34
*
Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...
Timur Iskhodzhanov
2014-06-06
1
-13
/
+2
*
[yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...
Simon Atanasyan
2014-06-06
1
-0
/
+11
*
Added select flavour for ABS and NEG(ABS)
Dinesh Dwivedi
2014-06-06
2
-20
/
+51
*
Fix PR19657 (scalar loads not combined into vector load)
Karthik Bhat
2014-06-06
1
-2
/
+14
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
7
-24
/
+44
*
Fix null dereference with -debug-only=dwarfdebug
Alexey Samsonov
2014-06-05
1
-2
/
+5
*
Correctly set the comdat symbol on COFF.
Rafael Espindola
2014-06-05
1
-2
/
+13
*
Remove X86Subtarget from the X86FrameLowering constructor since
Eric Christopher
2014-06-05
2
-15
/
+11
*
Fixed several correctness issues in SeparateConstOffsetFromGEP
Jingyue Wu
2014-06-05
1
-204
/
+338
*
Remove caching of the subtarget for X86FrameLowering.
Eric Christopher
2014-06-05
2
-6
/
+9
*
Remove duplicate copy of InstrItineraryData from the TargetMachine,
Eric Christopher
2014-06-05
2
-3
/
+1
*
Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.
Kevin Enderby
2014-06-05
1
-0
/
+223
[next]