index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
As Chris pointed out, this doesn't actually need an LLVMContext to operate.
Owen Anderson
2009-07-13
7
-12
/
+12
*
revert rev. 75503 for now.
Devang Patel
2009-07-13
2
-19
/
+4
*
Use Mangler to remove leading '1' from linkage names.
Devang Patel
2009-07-13
2
-4
/
+19
*
add llvm-mc support for parsing the .subsections_via_symbols directive.
Kevin Enderby
2009-07-13
5
-0
/
+36
*
Fix comment.
Eli Friedman
2009-07-13
1
-3
/
+2
*
Move more functionality over to LLVMContext.
Owen Anderson
2009-07-13
17
-112
/
+80
*
Move the memoization check for SCEVSignExtendExpr and
Dan Gohman
2009-07-13
1
-10
/
+22
*
Don't bother to call commonIntCastTransforms for bitcasts; int->int
Eli Friedman
2009-07-13
1
-7
/
+3
*
Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates
Dan Gohman
2009-07-13
3
-110
/
+78
*
Delete a spurious const.
Dan Gohman
2009-07-13
1
-1
/
+1
*
Reverted r75484. It was causing a failure with Apple-style builds.
Bill Wendling
2009-07-13
1
-7
/
+1
*
Add infrastructure to allow post instruction printing action triggers.
David Greene
2009-07-13
5
-9
/
+59
*
Add NetBSD to the Triple class, patch by Krister Walfridsson!
Chris Lattner
2009-07-13
2
-0
/
+4
*
More standard way of specifying greater than Leopard.
Bill Wendling
2009-07-13
1
-3
/
+3
*
On greater than Leopard systems, place exception tables in the __TEXT section.
Bill Wendling
2009-07-13
1
-3
/
+11
*
Makefile rules for generating assembly matcher.
Daniel Dunbar
2009-07-13
1
-0
/
+5
*
Change printInstruction to not print a trailing newline. Value::dump
Dan Gohman
2009-07-13
1
-2
/
+3
*
Add an optional optimization to FoldingSet to allow ID values to be
Dan Gohman
2009-07-13
1
-0
/
+14
*
Fix comment typos.
Bob Wilson
2009-07-13
2
-2
/
+2
*
factor the 'optimized sort' code out into a static helper function
Chris Lattner
2009-07-13
1
-28
/
+38
*
Move the re-sort of invalidated NonLocalPointerDeps cache earlier
Chris Lattner
2009-07-13
2
-14
/
+81
*
Make some more changes suggested by Chris. Manipulators go away.
David Greene
2009-07-13
3
-162
/
+51
*
Added a fixme for platform specific GetDirSeparator().
Sanjiv Gupta
2009-07-13
1
-0
/
+2
*
allow mcc16 users to specify --save-temps even though it is hidden by mcc16.
Sanjiv Gupta
2009-07-13
2
-2
/
+1
*
Match declaration to definition (missed a few).
Daniel Dunbar
2009-07-13
1
-3
/
+3
*
Tweak svn:ignore
Daniel Dunbar
2009-07-13
0
-0
/
+0
*
Match declaration to definition.
Daniel Dunbar
2009-07-13
2
-2
/
+2
*
Fix build on Linux.
Nick Lewycky
2009-07-13
1
-0
/
+1
*
Fix some non-sensical code.
Daniel Dunbar
2009-07-13
1
-1
/
+4
*
Switch to raw_ostream.
Daniel Dunbar
2009-07-13
1
-35
/
+35
*
Removed some junk code that snuck in to an earlier commit.
Lang Hames
2009-07-13
1
-5
/
+0
*
Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once
Nick Lewycky
2009-07-13
2
-7
/
+7
*
'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).
Nick Lewycky
2009-07-13
2
-2
/
+2
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
43
-480
/
+547
*
Multiply was very wrong for wrapped ranges. This supplies a half-fix that will
Nick Lewycky
2009-07-13
2
-6
/
+11
*
Fix a bug summing two full sets. The overflow checking doesn't handle sets as
Nick Lewycky
2009-07-13
2
-0
/
+3
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
7
-7
/
+7
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
1
-1
/
+1
*
remove tests for removed intrinsics.
Chris Lattner
2009-07-12
2
-49
/
+0
*
remove llvm.part.set.* and llvm.part.select.*. They have never been
Chris Lattner
2009-07-12
4
-459
/
+0
*
Use llvm_report_error, not llvm_unreachable.
Daniel Dunbar
2009-07-12
1
-2
/
+2
*
Mention that llvm_report_error() does not return.
Torok Edwin
2009-07-12
1
-0
/
+2
*
Add an LLVM API change.
Daniel Dunbar
2009-07-12
1
-0
/
+2
*
Improve sys::Path::makeAbsolute on Win32.
Daniel Dunbar
2009-07-12
4
-13
/
+38
*
Fix assert(0) conversion, as suggested by Chris.
Torok Edwin
2009-07-12
4
-20
/
+19
*
Clarify a FIXME.
Daniel Dunbar
2009-07-12
1
-4
/
+5
*
"UNIX paths can contain non-ASCII characters, so Path::isValid() should not r...
Chris Lattner
2009-07-12
1
-9
/
+1
*
Implement support for promotion of AND/OR/XOR on integer types.
Jakob Stoklund Olesen
2009-07-12
1
-8
/
+19
*
Fix types in PromoteNode handling of CTPOP and friends.
Jakob Stoklund Olesen
2009-07-12
1
-3
/
+3
*
Add CCIfSRet calling convention predicate.
Jakob Stoklund Olesen
2009-07-12
1
-0
/
+4
[next]