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
*
C++11: convert verbose loops to range-based loops.
Adrian Prantl
2014-03-27
1
-7
/
+6
*
CloneFunction: Clone all attributes, including the CC
Reid Kleckner
2014-03-26
1
-14
/
+16
*
Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
Mark Seaborn
2014-03-20
1
-507
/
+8
*
Set debug info for instructions inserted in SplitBlockAndInsertIfThen.
Evgeniy Stepanov
2014-03-19
1
-0
/
+5
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
1
-8
/
+2
*
Allow switch-to-lookup table for tables with holes by adding bitmask check
Hans Wennborg
2014-03-12
1
-5
/
+61
*
Revert r203488 and r203520.
Evan Cheng
2014-03-12
1
-67
/
+62
*
Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...
Alon Mishne
2014-03-12
1
-0
/
+58
*
Follow up to r203488. Code clean up to eliminate a lot of copy+paste.
Evan Cheng
2014-03-11
1
-215
/
+35
*
For functions with ARM target specific calling convention, when simplify-libcall
Evan Cheng
2014-03-10
1
-48
/
+233
*
SimplifyCFG: Simplify the weight scaling algorithm.
Benjamin Kramer
2014-03-09
1
-15
/
+6
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
12
-120
/
+92
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
5
-5
/
+5
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
3
-3
/
+3
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
12
-70
/
+114
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move the PredIteratorCache into the IR library -- it is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move the NoFolder into the IR library as it creates
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
7
-7
/
+7
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-2
/
+2
*
Pass to emit DWARF path discriminators.
Diego Novillo
2014-03-03
3
-0
/
+219
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
5
-6
/
+7
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
2
-2
/
+4
*
Rename a few more DataLayout variables.
Rafael Espindola
2014-02-21
1
-2
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
4
-164
/
+164
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-9
/
+9
*
[LPM] A terribly simple fix to a terribly complex bug: PR18773.
Chandler Carruth
2014-02-10
1
-0
/
+2
*
SimplifyLibCalls: Push TLI through the exp2->ldexp transform.
Benjamin Kramer
2014-02-04
1
-29
/
+29
*
OS X: the correct function is __sincospif_stret, not __sincospi_stretf
Tim Northover
2014-02-04
1
-2
/
+2
*
Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
Kai Nacke
2014-02-04
1
-3
/
+4
*
Lower llvm.expect intrinsic correctly for i1
Duncan P. N. Exon Smith
2014-02-02
1
-5
/
+18
*
Remove some unused #includes
Eli Bendersky
2014-02-01
1
-2
/
+0
*
[LPM] Fix PR18643, another scary place where loop transforms failed to
Chandler Carruth
2014-01-29
1
-46
/
+30
*
Fix pr14893.
Rafael Espindola
2014-01-28
1
-0
/
+8
*
[LPM] Fix PR18616 where the shifts to the loop pass manager to extract
Chandler Carruth
2014-01-28
2
-16
/
+19
*
PGO branch weight: keep halving the weights until they can fit into
Manman Ren
2014-01-27
1
-12
/
+13
*
[LPM] Make LCSSA a utility with a FunctionPass that applies it to all
Chandler Carruth
2014-01-25
1
-161
/
+192
*
Fix known typos
Alp Toker
2014-01-24
2
-4
/
+4
*
[LPM] Make LoopSimplify no longer a LoopPass and instead both a utility
Chandler Carruth
2014-01-23
2
-385
/
+452
*
Switch-to-lookup tables: set threshold to 3 cases
Hans Wennborg
2014-01-15
1
-5
/
+3
*
[PM] Split DominatorTree into a concrete analysis result object which
Chandler Carruth
2014-01-13
8
-33
/
+43
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
11
-12
/
+12
*
Switch-to-lookup tables: Don't require a result for the default
Hans Wennborg
2014-01-12
1
-12
/
+25
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
5
-6
/
+6
[next]