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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch teaches IndVarSimplify to add nuw and nsw to certain kinds
Sanjoy Das
2015-01-06
1
-0
/
+125
*
SymbolRewriter: use iplist::splice
Saleem Abdulrasool
2015-01-05
1
-1
/
+1
*
SymbolRewriter: 80-column
Saleem Abdulrasool
2015-01-05
1
-2
/
+4
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
8
-88
/
+93
*
[SimplifyCFG] Revise common code sinking
Michael Liao
2014-12-23
1
-30
/
+30
*
Remove a bad cast in CloneModule()
Michael Kuperstein
2014-12-23
1
-1
/
+1
*
[LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
2014-12-22
2
-9
/
+42
*
Rename MapValue(Metadata*) to MapMetadata()
Duncan P. N. Exon Smith
2014-12-19
3
-18
/
+18
*
The inliner needs to fix up debug information for llvm.dbg.declare, not only ...
Michael Kuperstein
2014-12-11
1
-0
/
+6
*
Rename static functiom "map" to be more descriptive and to avoid
Kaelyn Takata
2014-12-09
1
-5
/
+5
*
Remove unneeded curly braces.
Frederic Riss
2014-12-09
1
-4
/
+2
*
Reorder the code to avoid inserting at the beginning of a vector.
Frederic Riss
2014-12-09
1
-1
/
+1
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
8
-83
/
+174
*
Correctly handle complex locations expressions in replaceDbgDeclareForAlloca()
Frederic Riss
2014-12-09
1
-2
/
+2
*
Revert "Move function to obtain branch weights into the BranchInst class. NFC."
Juergen Ributzka
2014-12-09
1
-6
/
+26
*
Move function to obtain branch weights into the BranchInst class. NFC.
Juergen Ributzka
2014-12-09
1
-26
/
+6
*
Utils: Style cleanups, NFC
Duncan P. N. Exon Smith
2014-12-06
1
-7
/
+7
*
Utils: Avoid RAUW on metadata in CloneFunction()
Duncan P. N. Exon Smith
2014-12-06
1
-4
/
+4
*
correct spelling, NFC
Matthias Braun
2014-12-03
1
-3
/
+3
*
[SimplifyLibCalls] Improve double->float shrinking to consider constants
Matthias Braun
2014-12-03
1
-14
/
+33
*
[SimplifyLibCalls] Enable double to float shrinking for copysign
Matthias Braun
2014-12-03
1
-0
/
+1
*
[SwitchLowering] Handle destinations on multiple phi instructions
Bruno Cardoso Lopes
2014-12-02
1
-2
/
+3
*
Revert r223049, r223050 and r223051 while investigating test failures.
Hans Wennborg
2014-12-01
1
-8
/
+56
*
SimplifyCFG: Omit range checks for switch lookup tables when default is unrea...
Hans Wennborg
2014-12-01
1
-7
/
+8
*
SimplifyCFG: don't remove unreachable default switch destinations
Hans Wennborg
2014-12-01
1
-49
/
+0
*
[SwitchLowering] Handle multiple destinations on condensed case stmts
Bruno Cardoso Lopes
2014-11-28
1
-12
/
+29
*
reinstate r222872: Peephole optimization in switch table lookup: reuse the gu...
Erik Eckstein
2014-11-27
1
-7
/
+100
*
Revert "Peephole optimization in switch table lookup: reuse the guarding tabl...
Erik Eckstein
2014-11-27
1
-89
/
+7
*
Peephole optimization in switch table lookup: reuse the guarding table compar...
Erik Eckstein
2014-11-27
1
-7
/
+89
*
SimplifyCFG: Refactor GatherConstantCompares() result in a struct
Mehdi Amini
2014-11-20
1
-133
/
+152
*
Fix a trip-count overflow issue in LoopUnroll.
Michael Zolotukhin
2014-11-20
1
-2
/
+11
*
Revert r222416, r222422, r222426: the former revision had problems and fixing...
Timur Iskhodzhanov
2014-11-20
1
-150
/
+136
*
Fix a typo
Timur Iskhodzhanov
2014-11-20
1
-1
/
+1
*
SimplifyCFG.cpp: Tweak to let msc17 compliant.
NAKAMURA Takumi
2014-11-20
1
-8
/
+11
*
SimplifyCFG: Refactor GatherConstantCompares() result in a struct
Mehdi Amini
2014-11-20
1
-136
/
+147
*
Try to fix MSVS build after r222384. No intended behavior change.
Nico Weber
2014-11-19
1
-3
/
+3
*
SimplifyCFG: turn recursive GatherConstantCompares into iterative
Mehdi Amini
2014-11-19
1
-99
/
+138
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
6
-10
/
+10
*
Introduce llvm::SplitAllCriticalEdges
Kostya Serebryany
2014-11-19
2
-19
/
+17
*
SimplifyCFG: Range'ify some for-loops. No functional change.
Hans Wennborg
2014-11-18
1
-12
/
+13
*
[SimplifyCFG] Make the value type of the hole check bitmask a power-of-2.
Juergen Ributzka
2014-11-17
1
-2
/
+5
*
Optimize switch lookup tables with linear mapping.
Erik Eckstein
2014-11-17
1
-1
/
+58
*
Remove redundant virtual on overriden functions.
David Blaikie
2014-11-14
1
-1
/
+1
*
Use nullptr instead of NULL for variadic sentinels
Reid Kleckner
2014-11-13
2
-25
/
+25
*
Add fortified (__*_chk) library functions to TLI (NFC)
Ahmed Bougacha
2014-11-12
1
-17
/
+9
*
remove function names from comments; NFC
Sanjay Patel
2014-11-12
1
-11
/
+10
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
4
-23
/
+27
*
[SwitchLowering] Fix the "fixPhis" function.
Juergen Ributzka
2014-11-10
1
-8
/
+15
*
Fix extra semicolon warning. NFC.
Vasileios Kalintiris
2014-11-10
1
-1
/
+1
*
Transforms: address some late comments
Saleem Abdulrasool
2014-11-08
1
-30
/
+13
[next]