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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TimeValue::now() on Unix.
Torok Edwin
2010-01-22
1
-1
/
+1
*
Revert r94066, which was the patch which added a Verifier pass after
Dan Gohman
2010-01-22
1
-4
/
+0
*
add comment support to the rest of the directives.
Chris Lattner
2010-01-22
1
-14
/
+21
*
stop using strtoll, it gives windows heartburn.
Chris Lattner
2010-01-22
1
-8
/
+24
*
Add the ability for MCStreamer to emit comments on the same line as directives.
Chris Lattner
2010-01-22
2
-10
/
+64
*
pass "-fasm-verbose" into createAsmStreamer.
Chris Lattner
2010-01-22
2
-14
/
+21
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
69
-3
/
+88
*
give PassNameParser a home.
Chris Lattner
2010-01-22
1
-0
/
+3
*
add an out-of-line virtual method to CmpInst to give it a home.
Chris Lattner
2010-01-22
1
-0
/
+2
*
elimiante the dynamic_cast's from opt.
Chris Lattner
2010-01-22
1
-3
/
+4
*
drop the pass name from the output.
Chris Lattner
2010-01-22
1
-3
/
+1
*
eliminate dynamic_cast from this file.
Chris Lattner
2010-01-22
1
-17
/
+20
*
eliminate a bunch more unneeded dynamic_cast's.
Chris Lattner
2010-01-22
3
-48
/
+41
*
eliminate a bunch of dynamic_cast's.
Chris Lattner
2010-01-22
2
-7
/
+23
*
eliminate a bunch of dynamic_cast's.
Chris Lattner
2010-01-22
1
-9
/
+6
*
Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ...
Evan Cheng
2010-01-22
2
-0
/
+134
*
Add two target hooks to determine whether two loads are near and should be sc...
Evan Cheng
2010-01-22
2
-0
/
+150
*
add new file
Chris Lattner
2010-01-22
1
-0
/
+1
*
move some files out of the llvm-mc tool into the MCParser library so
Chris Lattner
2010-01-22
2
-0
/
+2085
*
forgot to svn add these, doh.
Chris Lattner
2010-01-22
2
-0
/
+22
*
create a new MCParser library and move some stuff into it.
Chris Lattner
2010-01-22
7
-17
/
+15
*
stub out a new TargetAsmLexer interface.
Chris Lattner
2010-01-22
1
-0
/
+14
*
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
Dan Gohman
2010-01-22
1
-2355
/
+2268
*
Fix PR5694. The CMN instructions set the flags differently from CMP, so they
Jim Grosbach
2010-01-22
5
-15
/
+31
*
No need to look through bitcasts for DbgInfoIntrinsic
Victor Hernandez
2010-01-21
1
-5
/
+0
*
DbgInfoIntrinsic no longer appear in an instruction's use list
Victor Hernandez
2010-01-21
1
-19
/
+4
*
No need to look through bitcasts for DbgInfoIntrinsic
Victor Hernandez
2010-01-21
1
-13
/
+6
*
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...
Victor Hernandez
2010-01-21
2
-83
/
+7
*
When inserting expressions for post-increment users which contain
Dan Gohman
2010-01-21
1
-17
/
+32
*
Include IVUsers information in LSR's debug output.
Dan Gohman
2010-01-21
1
-1
/
+1
*
Prune the search for candidate formulae if the number of register
Dan Gohman
2010-01-21
1
-32
/
+67
*
Trim unneeded includes.
Evan Cheng
2010-01-21
3
-3
/
+0
*
Add a comment.
Dan Gohman
2010-01-21
1
-1
/
+2
*
It turns out that this #include is needed because otherwise
Chris Lattner
2010-01-21
1
-1
/
+1
*
unbreak the build, apparently without this transformutils starts depending on...
Chris Lattner
2010-01-21
1
-0
/
+1
*
tidy up
Chris Lattner
2010-01-21
1
-14
/
+7
*
tidy up
Chris Lattner
2010-01-21
1
-9
/
+16
*
remove dead .erase.
Chris Lattner
2010-01-21
1
-3
/
+1
*
back this out for now. Growing Function is not good.
Jim Grosbach
2010-01-21
4
-20
/
+2
*
fix a problem with a missing _, testcase pending.
Chris Lattner
2010-01-21
1
-1
/
+1
*
Don't need to include IntrinsicInst.h any more
Victor Hernandez
2010-01-21
1
-1
/
+0
*
No need to map NULL operands of metadata
Victor Hernandez
2010-01-21
1
-1
/
+1
*
Make the parser include the lower level error message in its own error
Dan Gohman
2010-01-21
1
-1
/
+2
*
Avoid printing a spurious semicolon when there is no filename.
Dan Gohman
2010-01-21
1
-9
/
+12
*
When re-using an existing cast for a user, it's still necessary to call
Dan Gohman
2010-01-21
1
-1
/
+3
*
Fix a crasher trying to fold each element in a comparison between two vectors
Nick Lewycky
2010-01-21
3
-10
/
+17
*
Run the verifier after LSR, to help catch use-before-def errors before
Dan Gohman
2010-01-21
1
-0
/
+4
*
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
2010-01-21
6
-2355
/
+2675
*
Add strcpy_chk -> strcpy support for "don't know" object size
Eric Christopher
2010-01-21
1
-0
/
+45
*
Fix a minor issue in x86 load / store folding table. movups does an unaligned...
Evan Cheng
2010-01-21
1
-1
/
+1
[next]