index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
Age
Commit message (
Expand
)
Author
2012-08-13
LICM uses AliasSet information to hoist and sink instructions. However, other...
Nadav Rotem
2012-08-01
remove tabs from my previous commit.
Nuno Lopes
2012-08-01
(hopefuly) fix the remaining cases where null wasnt expected (PR13497).
Nuno Lopes
2012-07-27
Teach CodeGenPrep to look past bitcast when it's duplicating return instruction
Evan Cheng
2012-07-25
add EmitStrNLen()
Nuno Lopes
2012-07-25
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-15
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-07-13
Make helper functions static.
Benjamin Kramer
2012-07-04
Reverted r156659, due to probable performance regressions, DenseMap should be...
Stepan Dyatkovskiy
2012-07-03
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-02
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
IntRange:
Stepan Dyatkovskiy
2012-06-29
revert r159440. As Duncan pointed out, the test for invoke is not needed at t...
Nuno Lopes
2012-06-29
ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...
Nuno Lopes
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-25
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-06-24
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
Remove dyn_cast + dereference pattern by replacing it with a cast and changing
Nick Lewycky
2012-06-23
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-22
Fixed r158979.
Stepan Dyatkovskiy
2012-06-21
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-20
Fix two rather subtle internal vs. external linker issues.
Chandler Carruth
2012-06-13
SimplifyCFG: fold unconditional branch to its predecessor if profitable.
Manman Ren
2012-06-09
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-06
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-05
LoopUnroll: always check for NULL LoopPassManager
Andrew Trick
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
PR1255: case ranges.
Stepan Dyatkovskiy
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-26
SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an e...
Benjamin Kramer
2012-05-26
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-24
PR1255 related changes (case ranges):
Stepan Dyatkovskiy
2012-05-23
PR1255(case ranges) related changes in Local Transformations.
Stepan Dyatkovskiy
2012-05-10
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-05-08
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
Andrew Trick
2012-05-04
Teach the code extractor how to extract a sequence of blocks from
Chandler Carruth
2012-05-04
Factor the computation of input and output sets into a public interface
Chandler Carruth
2012-05-04
Rather than trying to gracefully handle input sequences with repeated
Chandler Carruth
2012-05-04
Fix a goof with my previous commit by completely returning when we
Chandler Carruth
2012-05-04
Hoist a safety assert from the extraction method into the construction
Chandler Carruth
2012-05-04
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-03
Factor the logic for testing whether a basic block is viable for code
Chandler Carruth
2012-04-30
Second attempt at PR12573:
Bill Wendling
2012-04-30
Use an ArrayRef instead of explicit vector type.
Bill Wendling
[next]