index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor operand printing to remove hte last of the "mem" modifier hack. The
Chris Lattner
2009-07-13
1
-13
/
+13
*
Use AsmPrinter's Mangler to remove leading '1' from linkage names.
Devang Patel
2009-07-13
1
-4
/
+9
*
Misc simplifications to InstCombiner::commonIntCastTransforms. Most of
Eli Friedman
2009-07-13
1
-60
/
+17
*
Fix FP elimination code to work for Thumb-2 addrmode AddrModeT2_so. This fixe...
David Goodwin
2009-07-13
1
-3
/
+7
*
refactor symbol printing so the whole "mem" thing is handled in fewer places.
Chris Lattner
2009-07-13
2
-40
/
+49
*
Reapply 75252, with a fix to avoid the infinite recursion case. The
Dan Gohman
2009-07-13
1
-114
/
+527
*
As Chris pointed out, this doesn't actually need an LLVMContext to operate.
Owen Anderson
2009-07-13
5
-10
/
+10
*
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
1
-0
/
+6
*
Fix comment.
Eli Friedman
2009-07-13
1
-3
/
+2
*
Move more functionality over to LLVMContext.
Owen Anderson
2009-07-13
12
-89
/
+69
*
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
1
-67
/
+33
*
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
2
-0
/
+14
*
Add NetBSD to the Triple class, patch by Krister Walfridsson!
Chris Lattner
2009-07-13
1
-0
/
+3
*
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
*
Change printInstruction to not print a trailing newline. Value::dump
Dan Gohman
2009-07-13
1
-2
/
+3
*
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
1
-14
/
+14
*
Make some more changes suggested by Chris. Manipulators go away.
David Greene
2009-07-13
1
-58
/
+41
*
Match declaration to definition (missed a few).
Daniel Dunbar
2009-07-13
1
-3
/
+3
*
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
1
-7
/
+3
*
'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).
Nick Lewycky
2009-07-13
1
-1
/
+1
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
25
-428
/
+492
*
Multiply was very wrong for wrapped ranges. This supplies a half-fix that will
Nick Lewycky
2009-07-13
1
-6
/
+6
*
Fix a bug summing two full sets. The overflow checking doesn't handle sets as
Nick Lewycky
2009-07-13
1
-0
/
+2
*
Match declaration to definition.
Daniel Dunbar
2009-07-12
2
-2
/
+2
*
remove llvm.part.set.* and llvm.part.select.*. They have never been
Chris Lattner
2009-07-12
2
-348
/
+0
*
Use llvm_report_error, not llvm_unreachable.
Daniel Dunbar
2009-07-12
1
-2
/
+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
*
"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
*
Remove extra \n from LLVM_UNREACHABLE calls.
Torok Edwin
2009-07-12
9
-17
/
+16
*
Implement udiv for ConstantRanges.
Nick Lewycky
2009-07-12
1
-4
/
+26
*
Temporarily revert r75408. It appears to break the Apple-style builds:
Bill Wendling
2009-07-12
3
-28
/
+17
*
Implement ConstantRange::multiply based on the code in LoopVR.
Nick Lewycky
2009-07-12
1
-3
/
+13
*
Remove check which is duplicated in
Eli Friedman
2009-07-12
1
-20
/
+0
*
eliminate MOV64r0 in favor of a Pat<> pattern. This is only nontrivial because
Chris Lattner
2009-07-12
3
-17
/
+28
[next]