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
*
Remove the IsStreamed member variable.
Rafael Espindola
2015-06-22
1
-15
/
+9
*
[FaultMaps] Add a parser for the __llvm__faultmaps section.
Sanjoy Das
2015-06-22
1
-0
/
+37
*
Bring r240130 back.
Rafael Espindola
2015-06-22
3
-19
/
+25
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
11
-39
/
+71
*
MIR Serialization: Serialize machine instruction names.
Alex Lorenz
2015-06-22
5
-3
/
+185
*
Fix shl folding in DAG combiner.
Pawel Bylica
2015-06-22
1
-1
/
+1
*
[ORC] Add NullResolver
Joseph Tremoulet
2015-06-22
2
-12
/
+40
*
[mips] [IAS] Add support for LAReg with identical source and destination regi...
Toma Tabacu
2015-06-22
1
-15
/
+25
*
AVX-512: added VPSHUFB instruction - all SKX forms
Elena Demikhovsky
2015-06-22
2
-0
/
+19
*
[mips] [IAS] Add support for LASym with identical source and destination regi...
Toma Tabacu
2015-06-22
1
-8
/
+20
*
AVX-512: All forms of VCOPMRESS VEXPAND instructions,
Elena Demikhovsky
2015-06-22
3
-79
/
+32
*
Reverted AVX-512 vector shuffle
Elena Demikhovsky
2015-06-22
1
-180
/
+64
*
[X86] Allow more call sequences to use push instructions for argument passing
Michael Kuperstein
2015-06-22
1
-26
/
+91
*
AVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD and
Elena Demikhovsky
2015-06-22
2
-3
/
+123
*
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class.
Chandler Carruth
2015-06-22
18
-119
/
+108
*
[PM/AA] Rework the names and comments in AliasSetTracker to more
Chandler Carruth
2015-06-22
1
-24
/
+24
*
[X86] Code tidyup - Use SDValue bool operator. NFC.
Simon Pilgrim
2015-06-21
1
-47
/
+25
*
AsmPrinter: Don't emit empty .debug_loc entries
Duncan P. N. Exon Smith
2015-06-21
5
-14
/
+122
*
AsmPrinter: Rewrite initialization of DbgVariable, NFC
Duncan P. N. Exon Smith
2015-06-21
3
-64
/
+85
*
Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better ...
David Blaikie
2015-06-21
1
-5
/
+0
*
ArrayRef-ify libDriverMain
David Blaikie
2015-06-21
1
-8
/
+7
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
2
-6
/
+5
*
Switch lowering: add heuristic for filling leaf nodes in the weight-balanced ...
Hans Wennborg
2015-06-20
2
-0
/
+59
*
[X86][SSE] Fix PerformSExtCombine bug that accessed the wrong return value of...
Simon Pilgrim
2015-06-20
1
-3
/
+3
*
[PPC] Factor vector removal into a function and remove O(n^2) behavior.
Benjamin Kramer
2015-06-20
1
-25
/
+17
*
[SwitchLowering] Remove quadratic vector removal.
Benjamin Kramer
2015-06-20
1
-12
/
+12
*
Update ELFObjectWriter::reset() following r238073.
Yaron Keren
2015-06-20
1
-0
/
+1
*
Rangify for loops in Inliner::runOnSCC(), NFC.
Yaron Keren
2015-06-20
1
-11
/
+9
*
IndVarSimplify: Avoid UB from binding a reference to a null pointer
Justin Bogner
2015-06-20
1
-3
/
+4
*
Reformat.
NAKAMURA Takumi
2015-06-20
1
-7
/
+12
*
Revert r240040, "[BranchFolding] Replace custom MachineInstr with MachineInst...
NAKAMURA Takumi
2015-06-20
1
-6
/
+46
*
Revert "InstrProf: When reading, copy the data instead of taking a reference....
Justin Bogner
2015-06-20
1
-65
/
+47
*
InstrProf: When reading, copy the data instead of taking a reference. NFC
Justin Bogner
2015-06-20
1
-47
/
+65
*
LibDriver: implement /libpath and $LIB; ignore /ignore and /machine.
Peter Collingbourne
2015-06-20
2
-2
/
+51
*
[MCJIT] Add a FindGlobalVariableNamed utility
Keno Fischer
2015-06-20
3
-2
/
+45
*
LowerSwitch: Avoid some undefined behaviour
Justin Bogner
2015-06-20
1
-1
/
+2
*
[Statepoint] Remove unnecessary argument from Statepoint::getRelocates
Sanjoy Das
2015-06-20
1
-4
/
+2
*
Revert 240130, it caused crashes (repro in PR23900).
Nico Weber
2015-06-19
4
-27
/
+23
*
name change: hasPattern() -> getMachineCombinerPatterns() ; NFC
Sanjay Patel
2015-06-19
5
-36
/
+34
*
[CallGraph] Given -print-callgraph a stable printing order.
Sanjoy Das
2015-06-19
1
-2
/
+20
*
Try to fix generation of LLVMExports.cmake under Visual Studio.
Dan Liew
2015-06-19
1
-1
/
+1
*
Improve error handling of getRelocationAddend.
Rafael Espindola
2015-06-19
3
-13
/
+16
*
Fix header path in CMake. NFC.
Pete Cooper
2015-06-19
1
-1
/
+1
*
MIR Parser: report an error when a basic block isn't found.
Alex Lorenz
2015-06-19
1
-1
/
+3
*
[LoopDist] Rename RuntimeCheckEmitter to LoopVersioning, NFC
Adam Nemet
2015-06-19
1
-8
/
+8
*
[LoopDist] Move pointer-to-partition computation out of RuntimeCheckEmitter, NFC
Adam Nemet
2015-06-19
1
-18
/
+12
*
Make getRelocationSection MachO only.
Rafael Espindola
2015-06-19
2
-15
/
+7
*
MIR Serialization: Serialize the list of machine basic blocks with simple att...
Alex Lorenz
2015-06-19
2
-0
/
+50
*
[SLP] Vectorize for all-constant entries.
Michael Zolotukhin
2015-06-19
1
-2
/
+4
*
Typo. NFC.
Chad Rosier
2015-06-19
1
-2
/
+1
[next]