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
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-14
/
+8
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-8
/
+14
*
Revert "Debug info for optimized code: Support variables that are on the stac...
Adrian Prantl
2014-04-25
1
-14
/
+8
*
Revert "Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the lo...
Adrian Prantl
2014-04-24
1
-3
/
+17
*
Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the location
Adrian Prantl
2014-04-24
1
-17
/
+3
*
Debug info for optimized code: Support variables that are on the stack and
Adrian Prantl
2014-04-24
1
-8
/
+14
*
Remove more default address space argument usage.
Matt Arsenault
2014-04-23
3
-6
/
+11
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
16
-18
/
+32
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
4
-1
/
+8
*
Fix PR7272 in -tailcallelim instead of the inliner
Reid Kleckner
2014-04-21
1
-8
/
+1
*
Fix bug 19437 - Only add discriminators for DWARF 4 and above.
Diego Novillo
2014-04-17
1
-2
/
+7
*
remove some dead code
Nuno Lopes
2014-04-17
2
-8
/
+0
*
Add lifetime markers for allocas created to hold byval arguments, make them
Julien Lerouge
2014-04-15
1
-0
/
+1
*
Split byval argument initialization so the memcpy(s) are injected at the
Julien Lerouge
2014-04-15
1
-29
/
+42
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
1
-3
/
+4
*
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
[next]