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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...
Andrew Kaylor
2015-12-18
1
-0
/
+7
*
[ThinLTO/LTO] Don't link in unneeded metadata
Teresa Johnson
2015-12-18
1
-0
/
+4
*
[RS4GC] Use an value handle to help isolate errors quickly
Philip Reames
2015-12-18
1
-2
/
+2
*
[InstCombine] Extend peephole DSE to handle unordered atomics
Philip Reames
2015-12-17
1
-6
/
+11
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
7
-28
/
+26
*
[InstCombine] Adding "\n" to debug output. NFC.
Weiming Zhao
2015-12-17
1
-2
/
+2
*
[EarlyCSE] DSE of atomic unordered stores
Philip Reames
2015-12-17
1
-18
/
+17
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
2
-21
/
+77
*
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2015-12-16
1
-13
/
+22
*
Fix funciton->function typo.
Eric Christopher
2015-12-16
1
-1
/
+1
*
LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC
Justin Bogner
2015-12-16
4
-19
/
+17
*
[SLPVectorizer] Ensure dominated reduction values.
Charlie Turner
2015-12-16
1
-7
/
+19
*
[SimplifyCFG] Don't create unnecessary PHIs
James Molloy
2015-12-16
1
-0
/
+5
*
[EarlyCSE] DSE of stores which write back loaded values
Philip Reames
2015-12-16
1
-0
/
+27
*
Remove one of the void casts used to suppress unused variable warning.
Richard Trieu
2015-12-15
1
-1
/
+0
*
Suppress unused variable warning in the no-asserts build.
Evgeniy Stepanov
2015-12-15
1
-0
/
+1
*
Cast variable to void to resolve unused variable warning in non-asserts builds.
Richard Trieu
2015-12-15
1
-0
/
+1
*
Cross-DSO control flow integrity (LLVM part).
Evgeniy Stepanov
2015-12-15
4
-0
/
+171
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-15
1
-31
/
+106
*
[WinEH] Use operand bundles to describe call sites
David Majnemer
2015-12-15
2
-35
/
+62
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
13
-161
/
+140
*
[SimplifyCFG] allow speculation of exactly one expensive instruction (PR24818)
Sanjay Patel
2015-12-15
1
-4
/
+19
*
InstCombineLoadStoreAlloca.cpp: Avoid instantiating Twine.
NAKAMURA Takumi
2015-12-15
1
-4
/
+9
*
[PassManagerBuilder] Add a few more scalar optimization passes
James Molloy
2015-12-15
1
-0
/
+13
*
Instcombine: destructor loads of structs that do not contains padding
Mehdi Amini
2015-12-15
2
-5
/
+59
*
A better attempt to add a missing include
Rafael Espindola
2015-12-14
1
-1
/
+0
*
Trying to fix the build in a bot.
Rafael Espindola
2015-12-14
1
-0
/
+1
*
LoopRotate: Convert the methods of LoopRotate to utility functions. NFC
Justin Bogner
2015-12-14
1
-79
/
+82
*
LoopRotate: Reorder some method implementations. NFC
Justin Bogner
2015-12-14
1
-159
/
+159
*
Use diagnostic handler in the LLVMContext
Rafael Espindola
2015-12-14
1
-2
/
+2
*
Revert "Don't create unnecessary PHIs"
Reid Kleckner
2015-12-14
1
-5
/
+0
*
[MergeFunctions] Use II instead of CI for InvokeInst; NFC
Sanjoy Das
2015-12-14
1
-5
/
+5
*
Teach MergeFunctions about operand bundles
Sanjoy Das
2015-12-14
1
-0
/
+31
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
4
-26
/
+3
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
14
-37
/
+25
*
[InstCombine] fold trunc ([lshr] (bitcast vector) ) --> extractelement (PR25543)
Sanjay Patel
2015-12-14
1
-55
/
+47
*
[sanitizer] [msan] VarArgHelper for AArch64
Adhemerval Zanella
2015-12-14
1
-0
/
+239
*
Don't create unnecessary PHIs
James Molloy
2015-12-14
1
-0
/
+5
*
Revert r255460, which still causes test failures on some platforms.
Cong Hou
2015-12-13
1
-106
/
+31
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-13
1
-31
/
+106
*
Revert r255454 as it leads to several test failers on buildbots.
Cong Hou
2015-12-13
1
-106
/
+31
*
[LoopVectorizer] Refine loop vectorizer's register usage calculator by ignori...
Cong Hou
2015-12-13
1
-31
/
+106
*
[PGO] Stop using invalid char in instr variable names.
Xinliang David Li
2015-12-12
1
-2
/
+2
*
[InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(b...
Sanjay Patel
2015-12-12
1
-28
/
+17
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
9
-79
/
+148
*
SamplePGO - Reduce memory utilization by 10x.
Diego Novillo
2015-12-11
1
-1
/
+1
*
Revert r255247, r255265, and r255286 due to serious compile-time regressions.
Chad Rosier
2015-12-11
1
-242
/
+93
*
AlignmentFromAssumptions and SLPVectorizer preserves AA and GlobalsAA
Hal Finkel
2015-12-11
2
-0
/
+7
*
PruneEH pass incorrectly reports that a change was made
Artur Pilipenko
2015-12-11
1
-12
/
+7
*
[Mem2Reg] Respect optnone
James Molloy
2015-12-11
1
-0
/
+3
[next]