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
/
CodeGen
/
SelectionDAG
/
SelectionDAGBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-8
/
+8
*
Add non-temporal flags and remove an assumption of default arguments.
David Greene
2010-02-15
1
-8
/
+16
*
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
1
-5
/
+5
*
Use array_pod_sort instead of std::sort for improved code size.
Jakob Stoklund Olesen
2010-02-11
1
-2
/
+2
*
Remove duplicate successors from indirectbr instructions before building the ...
Jakob Stoklund Olesen
2010-02-11
1
-2
/
+8
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-2
/
+2
*
Emit an error for illegal inline asm constraint (which uses illegal type) rat...
Evan Cheng
2010-02-10
1
-1
/
+13
*
Apply the 95471 fix to SelectionDAGBuilder as well;
Dale Johannesen
2010-02-08
1
-0
/
+2
*
In guaranteed tailcall mode, don't decline the tailcall optimization
Dan Gohman
2010-02-08
1
-7
/
+10
*
Fix typo Duncan noticed.
Evan Cheng
2010-02-04
1
-1
/
+1
*
It's too risky to eliminate sext / zext of call results for tail call optimiz...
Evan Cheng
2010-02-04
1
-6
/
+4
*
Revert 94937 and move the noreturn check to codegen.
Evan Cheng
2010-02-03
1
-2
/
+7
*
Allow all types of callee's to be tail called. But avoid automatic tailcall i...
Evan Cheng
2010-02-03
1
-4
/
+9
*
Revert 95130.
Evan Cheng
2010-02-02
1
-1
/
+1
*
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-02-02
1
-1
/
+1
*
eliminate a bunch of pointless LLVMContext arguments.
Chris Lattner
2010-02-01
1
-2
/
+1
*
fix PR 6157. Testcase pending.
Dale Johannesen
2010-02-01
1
-0
/
+35
*
Assign the ordering of SDNodes in a much less intrusive fashion. After the
Bill Wendling
2010-01-28
1
-690
/
+165
*
Update of 94055 to track the IR level call site information via an intrinsic.
Jim Grosbach
2010-01-28
1
-0
/
+19
*
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-27
1
-9
/
+0
*
Allow some automatic tailcall optimization without changing ABI.
Evan Cheng
2010-01-26
1
-6
/
+1
*
Rearrange handling of jump tables. Highlights:
Chris Lattner
2010-01-25
1
-3
/
+5
*
Remove the '-disable-scheduling' flag and replace it with the 'source' option of
Bill Wendling
2010-01-23
1
-667
/
+382
*
back this out for now. Growing Function is not good.
Jim Grosbach
2010-01-21
1
-6
/
+0
*
Make sure that landing pad entries in the EH call site table are in the proper
Jim Grosbach
2010-01-21
1
-0
/
+6
*
When checking for sret-demotion, it needs to use legal types. When using the...
Kenneth Uildriks
2010-01-16
1
-11
/
+41
*
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
1
-5
/
+4
*
Delete renaming use of dead dbg intrinsics.
Devang Patel
2010-01-05
1
-6
/
+0
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-10
/
+10
*
Use a pointer type rather than MVT::Other for the ExternalSymbol node used
Dan Gohman
2010-01-04
1
-1
/
+2
*
Teach codegen to handle:
Chris Lattner
2010-01-02
1
-0
/
+12
*
Fix a warning on gcc 4.4.
Mikhail Glushenkov
2010-01-01
1
-1
/
+2
*
Trailing whitespace, 80-col violations.
Mikhail Glushenkov
2010-01-01
1
-77
/
+82
*
Teach codegen to lower llvm.powi to an efficient (but not optimal)
Chris Lattner
2010-01-01
1
-5
/
+57
*
remove a bunch of unneeded functions.
Chris Lattner
2009-12-29
1
-1
/
+1
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
1
-8
/
+2
*
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
1
-3
/
+3
*
handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a
Chris Lattner
2009-12-24
1
-19
/
+55
*
move an optimization for memcmp out of simplifylibcalls and into
Chris Lattner
2009-12-24
1
-0
/
+103
*
Use more sensible type for flags in asms. PR 5570.
Dale Johannesen
2009-12-23
1
-3
/
+1
*
Update objectsize intrinsic and associated dependencies. Fix
Eric Christopher
2009-12-23
1
-1
/
+1
*
Remove superfluous SDNode ordering.
Bill Wendling
2009-12-23
1
-48
/
+16
*
Remove node ordering from inline asm nodes. It's not needed.
Bill Wendling
2009-12-23
1
-16
/
+0
*
Remove node ordering from VA nodes. It's not needed.
Bill Wendling
2009-12-23
1
-25
/
+14
*
Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAP
Bill Wendling
2009-12-22
1
-0
/
+1
*
Allow 0 as an order number. Don't assign an order to formal arguments.
Bill Wendling
2009-12-22
1
-17
/
+10
*
Report an error for bad inline assembly, where the value passed for an
Bob Wilson
2009-12-22
1
-2
/
+6
*
Add more plumbing. This time in the LowerArguments and "get" functions which
Bill Wendling
2009-12-22
1
-43
/
+138
*
Add SDNode ordering to inlined asm and VA functions.
Bill Wendling
2009-12-22
1
-28
/
+78
*
Adding more assignment of ordering to SDNodes. This time in the "call" and
Bill Wendling
2009-12-22
1
-32
/
+66
[next]