index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
1
-0
/
+3
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
1
-9
/
+1
*
Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
Dan Gohman
2012-02-03
1
-32
/
+11
*
Add a basic-block autovectorization pass.
Hal Finkel
2012-02-01
2
-0
/
+31
*
Add a new ObjC ARC optimization pass to eliminate unneeded
Dan Gohman
2012-01-17
1
-0
/
+6
*
Add a new PassManagerBuilder customization point,
Dan Gohman
2012-01-17
1
-0
/
+4
*
When not destroying the source, the linker is not remapping the types. Added ...
Mon P Wang
2011-12-23
1
-3
/
+4
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Refactor code used in InstCombine::FoldAndOfICmps to new file.
Pete Cooper
2011-12-17
1
-0
/
+66
*
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...
Kostya Serebryany
2011-12-15
1
-0
/
+3
*
SplitBlockPredecessors uses ArrayRef instead of Data and Size.
Jakub Staszak
2011-12-09
1
-3
/
+2
*
Add -unroll-runtime for unrolling loops with run-time trip counts.
Andrew Trick
2011-12-09
1
-1
/
+4
*
Remove reference to dead GEPSplitterPass. PR11506.
Eli Friedman
2011-12-08
1
-6
/
+0
*
Expose a switch for the new gcov format.
Nick Lewycky
2011-12-06
1
-1
/
+2
*
make asan work at -O0, llvm part. Patch by glider@google.com
Kostya Serebryany
2011-11-30
1
-1
/
+6
*
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-17
1
-2
/
+4
*
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-16
1
-0
/
+3
*
StringRefize and simplify.
Benjamin Kramer
2011-11-15
1
-1
/
+1
*
Make headers standalone, move a virtual method out of line.
Benjamin Kramer
2011-11-14
3
-16
/
+22
*
Add utility to append a function to the list of global constructors.
Devang Patel
2011-10-31
1
-0
/
+30
*
svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cpp
Devang Patel
2011-10-17
1
-0
/
+2
*
LSR should avoid redundant edge splitting.
Andrew Trick
2011-10-04
1
-3
/
+6
*
whitespace
Andrew Trick
2011-10-04
1
-12
/
+12
*
Use ArrayRef instead of an explicit 'const std::vector &'.
Bill Wendling
2011-09-20
1
-5
/
+9
*
Remove the old tail duplication pass. It is not used and is unable to update
Rafael Espindola
2011-08-30
1
-7
/
+0
*
Add SplitLandingPadPredecessors().
Bill Wendling
2011-08-19
1
-0
/
+17
*
Add a mechanism for optimisation plugins to register passes that all front en...
David Chisnall
2011-08-16
1
-1
/
+14
*
Cleanup. Make ScalarEvolution an explicit argument of the
Andrew Trick
2011-08-10
1
-3
/
+3
*
Added a SimplifyIndVar utility to simplify induction variable users
Andrew Trick
2011-08-10
1
-0
/
+58
*
Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.
Bill Wendling
2011-08-03
1
-7
/
+0
*
Use cast<> instead of a C-style cast to get some free assertions.
Jay Foad
2011-08-03
1
-2
/
+2
*
Move methods in PassManagerBuilder offline.
Rafael Espindola
2011-08-02
1
-236
/
+25
*
move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
Rafael Espindola
2011-08-02
1
-0
/
+331
*
Fix typo in comment.
Jay Foad
2011-07-26
1
-1
/
+1
*
Move trip count discovery outside of the generic LoopUnroll helper. This
Andrew Trick
2011-07-23
1
-1
/
+2
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
2
-5
/
+5
*
Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let me
Chandler Carruth
2011-07-10
1
-1
/
+1
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
2
-9
/
+32
*
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-07-06
1
-4
/
+5
*
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-06
1
-0
/
+8
*
The ARC language-specific optimizer. Credit to Dan Gohman.
John McCall
2011-06-15
1
-0
/
+18
*
Remove unused code.
Eli Friedman
2011-06-15
1
-6
/
+0
*
Clean up the lazy initialization of DIBuilder a bit.
Cameron Zwarich
2011-05-24
1
-2
/
+2
*
Make LoadAndStorePromoter preserve debug info and create llvm.dbg.values when
Cameron Zwarich
2011-05-24
2
-1
/
+10
*
Add a parameter to ConstantFoldTerminator() that callers can use to ask it to...
Frits van Bommel
2011-05-22
1
-2
/
+4
*
Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2
Bill Wendling
2011-05-17
1
-1
/
+2
*
Assing line number info to new PHIs created by SSA updater.
Devang Patel
2011-04-29
1
-0
/
+5
*
Add independent controls for whether GCOV profiling should emit .gcno files or
Nick Lewycky
2011-04-21
1
-1
/
+1
*
Rename LineProfiling to GCOVProfiling to more accurately represent what it
Nick Lewycky
2011-04-16
1
-2
/
+2
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
[prev]
[next]