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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify.
Nick Lewycky
2007-08-18
1
-2
/
+1
*
Compute the argument list as lazily as possible. This ensures that clients
Chris Lattner
2007-08-18
1
-16
/
+47
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
1
-0
/
+20
*
improve iplist comments. Switch iplist from allocating its sentinal object (...
Chris Lattner
2007-08-17
1
-17
/
+56
*
Fix PR1606:
Reid Spencer
2007-08-17
1
-0
/
+3
*
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-16
3
-0
/
+9
*
Cache non-local memory dependence analysis. This is a significant compile
Owen Anderson
2007-08-16
1
-1
/
+11
*
This adds a bunch of static functions that implement unsigned
Chris Lattner
2007-08-16
1
-0
/
+126
*
Comments.
Evan Cheng
2007-08-16
1
-3
/
+7
*
Forgot a line.
Owen Anderson
2007-08-16
1
-0
/
+1
*
Add a copy constructor and an assignment operator to DenseMap.
Owen Anderson
2007-08-16
1
-1
/
+32
*
Properly use const qualifiers
Anton Korobeynikov
2007-08-15
1
-2
/
+2
*
No need to use iterator to erase basic block.
Devang Patel
2007-08-14
1
-3
/
+5
*
Re-implement trivial rematerialization. This allows def MIs whose live interv...
Evan Cheng
2007-08-13
2
-10
/
+31
*
Add methods to erase basic block entry.
Devang Patel
2007-08-13
1
-0
/
+12
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
11
-32
/
+36
*
Code to maintain kill information during register coalescing.
Evan Cheng
2007-08-11
1
-16
/
+123
*
Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub...
Christopher Lamb
2007-08-10
1
-0
/
+11
*
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-10
1
-3
/
+2
*
Add utility to clone loops.
Devang Patel
2007-08-10
1
-0
/
+9
*
Add #ifndef guard.
Devang Patel
2007-08-10
1
-0
/
+6
*
add #ifndef guards
Chris Lattner
2007-08-10
1
-0
/
+5
*
add Value::getNameStart/getNameLen() accessors.
Chris Lattner
2007-08-10
1
-1
/
+15
*
propagate struct size and alignment of byval arguments to the DAG
Rafael Espindola
2007-08-10
2
-0
/
+12
*
memcpy with zero length is hugely expensive, so avoid it. This speeds up coa...
Chris Lattner
2007-08-10
1
-1
/
+5
*
small speedup in the case where a smallvector is default ctor'd from
Chris Lattner
2007-08-10
1
-1
/
+2
*
Adding SSSE3 intrinsics.
Bill Wendling
2007-08-10
1
-2
/
+116
*
avoid copying strings.
Chris Lattner
2007-08-10
1
-2
/
+3
*
Update per review comments.
Dale Johannesen
2007-08-09
1
-2
/
+2
*
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-09
1
-6
/
+6
*
long double 9 of N. This finishes up the X86-32 bits
Dale Johannesen
2007-08-09
1
-0
/
+35
*
Add one more comment.
Owen Anderson
2007-08-08
1
-0
/
+3
*
Cleanup and comment-ize the memdep header.
Owen Anderson
2007-08-08
1
-11
/
+18
*
Change the None and NonLocal markers in memdep to be const.
Owen Anderson
2007-08-08
1
-6
/
+6
*
Make it clear that getSTDIN returns null when stdin is empty.
Reid Spencer
2007-08-08
1
-1
/
+1
*
Adding kill info to val#.
Evan Cheng
2007-08-08
1
-0
/
+15
*
Clean up and bug fix.
Evan Cheng
2007-08-08
1
-5
/
+5
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
1
-8
/
+6
*
- Each val# can have multiple kills.
Evan Cheng
2007-08-08
1
-18
/
+21
*
- LiveInterval value#'s now have 3 components: def instruction #,
Evan Cheng
2007-08-07
1
-15
/
+28
*
Fix comment.
Devang Patel
2007-08-07
1
-1
/
+2
*
Get rid of unnecessary #include.
Owen Anderson
2007-08-07
1
-1
/
+0
*
Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN
Owen Anderson
2007-08-07
1
-2
/
+3
*
Begin loop index split pass.
Devang Patel
2007-08-07
2
-0
/
+7
*
remove #if 0 code.
Chris Lattner
2007-08-06
1
-16
/
+2
*
remove #if 0 code.
Chris Lattner
2007-08-06
1
-14
/
+0
*
This fixes resizing issues with BitVectors. It ensures that the BitWord type ...
Chandler Carruth
2007-08-06
1
-11
/
+26
*
@verbatim needs to be on a line by itself.
Reid Spencer
2007-08-06
1
-1
/
+3
*
Implement review feedback. No functionality change.
Christopher Lamb
2007-08-06
1
-1
/
+1
*
Various random cleanups, add two accessors to DomTreeNode: getDFSNumIn/getDFS...
Chris Lattner
2007-08-06
1
-10
/
+15
[next]