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
/
lib
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
add EmitStrNLen()
Nuno Lopes
2012-07-25
1
-0
/
+27
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
1
-21
/
+74
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-07-15
2
-5
/
+5
*
Make helper functions static.
Benjamin Kramer
2012-07-13
1
-1
/
+1
*
Reverted r156659, due to probable performance regressions, DenseMap should be...
Stepan Dyatkovskiy
2012-07-04
1
-5
/
+4
*
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
1
-4
/
+5
*
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
2
-90
/
+152
*
IntRange:
Stepan Dyatkovskiy
2012-07-02
2
-152
/
+90
*
revert r159440. As Duncan pointed out, the test for invoke is not needed at t...
Nuno Lopes
2012-06-29
1
-2
/
+1
*
ignore 'invoke new' in isInstructionTriviallyDead, since most callers are not...
Nuno Lopes
2012-06-29
1
-1
/
+2
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
5
-23
/
+23
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
2
-2
/
+2
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
4
-5
/
+5
*
The name (and comment describing) of llvm::GetFirstDebuigLocInBasicBlock no l...
Eli Bendersky
2012-06-25
2
-11
/
+5
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Remove dyn_cast + dereference pattern by replacing it with a cast and changing
Nick Lewycky
2012-06-24
1
-3
/
+3
*
Extend the IL for selecting TLS models (PR9788)
Hans Wennborg
2012-06-23
1
-1
/
+1
*
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....
Stepan Dyatkovskiy
2012-06-23
1
-4
/
+3
*
Fixed r158979.
Stepan Dyatkovskiy
2012-06-22
1
-1
/
+2
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
1
-1
/
+1
*
Fix two rather subtle internal vs. external linker issues.
Chandler Carruth
2012-06-20
1
-25
/
+20
*
SimplifyCFG: fold unconditional branch to its predecessor if profitable.
Manman Ren
2012-06-13
1
-24
/
+180
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-09
1
-4
/
+4
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-2
/
+0
*
LoopUnroll: always check for NULL LoopPassManager
Andrew Trick
2012-06-05
1
-3
/
+5
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
2
-2
/
+2
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
2
-4
/
+4
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
2
-8
/
+8
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
2
-2
/
+8
*
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
1
-12
/
+12
*
SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an e...
Benjamin Kramer
2012-05-26
1
-39
/
+54
*
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-26
2
-32
/
+23
*
PR1255 related changes (case ranges):
Stepan Dyatkovskiy
2012-05-24
1
-40
/
+18
*
PR1255(case ranges) related changes in Local Transformations.
Stepan Dyatkovskiy
2012-05-23
1
-10
/
+14
*
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-05-10
1
-1
/
+1
*
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
Andrew Trick
2012-05-08
2
-20
/
+26
*
Teach the code extractor how to extract a sequence of blocks from
Chandler Carruth
2012-05-04
1
-7
/
+32
*
Factor the computation of input and output sets into a public interface
Chandler Carruth
2012-05-04
1
-35
/
+34
*
Rather than trying to gracefully handle input sequences with repeated
Chandler Carruth
2012-05-04
1
-1
/
+1
*
Fix a goof with my previous commit by completely returning when we
Chandler Carruth
2012-05-04
1
-1
/
+1
*
Hoist a safety assert from the extraction method into the construction
Chandler Carruth
2012-05-04
1
-9
/
+13
*
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-04
1
-161
/
+107
*
Factor the logic for testing whether a basic block is viable for code
Chandler Carruth
2012-05-03
1
-14
/
+21
*
Second attempt at PR12573:
Bill Wendling
2012-04-30
1
-11
/
+26
*
Use an ArrayRef instead of explicit vector type.
Bill Wendling
2012-04-30
1
-8
/
+5
*
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
1
-0
/
+6
*
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
1
-7
/
+9
*
Sink the return instruction collection until after we're done deleting
Chandler Carruth
2012-04-06
1
-7
/
+9
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
2
-3
/
+2
[next]