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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DAGCombiner should not change the type of an extract_vector index.
Jim Grosbach
2012-05-08
1
-3
/
+4
*
Formatting fixes.
Akira Hatanaka
2012-05-08
1
-4
/
+4
*
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-05-08
2
-4
/
+7
*
Extract methods for joining physregs.
Jakob Stoklund Olesen
2012-05-08
1
-77
/
+103
*
Naming convention and whitespace. No functional change.
Jakob Stoklund Olesen
2012-05-07
1
-68
/
+67
*
Coalesce subreg-subreg copies.
Jakob Stoklund Olesen
2012-05-07
1
-14
/
+25
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
10
-22
/
+29
*
Teach DAG combine to fold x-x to 0.0 when unsafe FP math is enabled.
Owen Anderson
2012-05-07
1
-0
/
+4
*
Add a new target hook "predictableSelectIsExpensive".
Benjamin Kramer
2012-05-05
1
-0
/
+1
*
Make sure findRepresentativeClass picks the widest super-register.
Jakob Stoklund Olesen
2012-05-04
1
-6
/
+10
*
Remove extra comma in debug output.
Jakob Stoklund Olesen
2012-05-04
1
-1
/
+1
*
Use SuperRegClassIterator for findRepresentativeClass().
Jakob Stoklund Olesen
2012-05-04
1
-26
/
+15
*
Fix two-address pass's aggressive instruction commuting heuristics. It's meant
Evan Cheng
2012-05-03
1
-15
/
+16
*
Added TargetRegisterInfo::getAllocatableClass.
Andrew Trick
2012-05-03
2
-7
/
+12
*
Teach DAGCombine the same multiply-by-1.0 folding trick when doing FMAs, just...
Owen Anderson
2012-05-02
1
-0
/
+18
*
Teach DAG combine that multiplication by 1.0 can always be constant folded.
Owen Anderson
2012-05-02
1
-0
/
+3
*
Tidy up. Naming conventions.
Jim Grosbach
2012-05-01
1
-16
/
+16
*
Use dyn_cast instead of checking opcode and cast.
Jakub Staszak
2012-05-01
1
-2
/
+1
*
Strip the pointer casts off of allocas so that the selection DAG can find them.
Bill Wendling
2012-05-01
1
-1
/
+1
*
Target independent Hexagon Packetizer fix.
Sirish Pande
2012-05-01
1
-55
/
+36
*
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-05-01
1
-21
/
+21
*
Add some constantness. No functionality change.
Jakub Staszak
2012-04-30
1
-9
/
+9
*
RegisterPressure: ArrayRefize some functions for better readability. No funct...
Benjamin Kramer
2012-04-29
2
-38
/
+40
*
Don't update spill weights when joining intervals.
Jakob Stoklund Olesen
2012-04-28
1
-25
/
+0
*
Spring cleaning - Delete dead code.
Jakob Stoklund Olesen
2012-04-28
1
-12
/
+0
*
Reapply 155668: Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-28
1
-26
/
+58
*
Temporarily revert r155668: Fix the SD scheduler to avoid gluing.
Andrew Trick
2012-04-27
1
-4
/
+2
*
Fix the SD scheduler to avoid gluing the same node twice.
Andrew Trick
2012-04-26
1
-3
/
+5
*
Remove more dead code.
Jakob Stoklund Olesen
2012-04-25
1
-3
/
+0
*
Remove the -disable-cross-class-join option.
Jakob Stoklund Olesen
2012-04-25
1
-13
/
+4
*
Cross-class joining is winning.
Jakob Stoklund Olesen
2012-04-25
1
-66
/
+0
*
Fix a naughty header include that breaks "installed" builds.
Andrew Trick
2012-04-24
1
-2
/
+12
*
MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...
Evan Cheng
2012-04-24
1
-0
/
+5
*
cmake: new file
Andrew Trick
2012-04-24
1
-0
/
+1
*
misched: DAG builder must special case earlyclobber
Andrew Trick
2012-04-24
1
-0
/
+9
*
misched: try (not too hard) to place debug values where they belong
Andrew Trick
2012-04-24
1
-0
/
+25
*
misched: ignore debug values during scheduling
Andrew Trick
2012-04-24
1
-6
/
+31
*
misched: DAG builder support for tracking register pressure within the curren...
Andrew Trick
2012-04-24
2
-5
/
+58
*
RegisterPressure: A utility for computing register pressure within a
Andrew Trick
2012-04-24
2
-0
/
+718
*
Look for the 'Is Simulated' module flag. This indicates that the program is c...
Bill Wendling
2012-04-24
1
-4
/
+5
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
2
-1
/
+5
*
Temporarily revert r155364 until the upstream review can complete, per
Chandler Carruth
2012-04-23
1
-36
/
+55
*
Hexagon Packetizer's target independent fix.
Sirish Pande
2012-04-23
1
-55
/
+36
*
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-22
1
-0
/
+2
*
Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...
Nadav Rotem
2012-04-21
1
-3
/
+6
*
Fix PR12599.
Jakob Stoklund Olesen
2012-04-20
1
-1
/
+6
*
Make ISelPosition a local variable.
Jakob Stoklund Olesen
2012-04-20
1
-8
/
+25
*
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-20
6
-119
/
+87
*
Print <def,read-undef> to avoid confusion.
Jakob Stoklund Olesen
2012-04-20
1
-1
/
+5
*
New and improved comment.
Andrew Trick
2012-04-20
1
-1
/
+1
[next]