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
*
Add a hackaround for PR7993 which is causing failures on x86 builders that la...
Chris Lattner
2010-08-26
1
-0
/
+2
*
implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1.
Chris Lattner
2010-08-26
2
-66
/
+93
*
zap dead code.
Chris Lattner
2010-08-26
2
-37
/
+0
*
remove some llvmcontext arguments that are now dead post-refactoring.
Chris Lattner
2010-08-25
3
-6
/
+4
*
Change handling of illegal vector types to widen when possible instead of
Chris Lattner
2010-08-25
2
-46
/
+97
*
Fix comment.
Devang Patel
2010-08-25
1
-4
/
+3
*
Remove dead argument.
Devang Patel
2010-08-25
2
-6
/
+4
*
Add some statistics for PEI register scavenging
Jim Grosbach
2010-08-25
1
-0
/
+7
*
split the vector case of getCopyFromParts out to its own function,
Chris Lattner
2010-08-24
1
-81
/
+102
*
split the vector case out of getCopyToParts into its own function. No
Chris Lattner
2010-08-24
1
-117
/
+126
*
tidy up, reduce indentation
Chris Lattner
2010-08-24
2
-127
/
+123
*
Add ARM heuristic for when to allocate a virtual base register for stack
Jim Grosbach
2010-08-24
1
-1
/
+1
*
Move enabling the local stack allocation pass into the target where it belongs.
Jim Grosbach
2010-08-24
3
-22
/
+8
*
Revert r107202. It is not adding any value.
Devang Patel
2010-08-24
2
-17
/
+6
*
Remove the MFI storage of the local allocation block size. It's not needed.
Jim Grosbach
2010-08-23
1
-4
/
+0
*
Better handling of local offsets for downwards growing stacks. This corrects
Jim Grosbach
2010-08-23
2
-25
/
+39
*
Handle qualified constants that are directly folded by FE.
Devang Patel
2010-08-23
1
-6
/
+16
*
Now that PassInfo and Pass::ID have been separated, move the rest of the pass...
Owen Anderson
2010-08-23
9
-24
/
+20
*
Fix some GCC warnings by providing a virtual destructor in the base of a class
Chandler Carruth
2010-08-23
1
-1
/
+1
*
Delete dead comment.
Eli Friedman
2010-08-21
1
-2
/
+1
*
Create the new linker type "linker_private_weak_def_auto".
Bill Wendling
2010-08-20
1
-2
/
+8
*
Downwards growing stack allocation order reverses relative offsets
Jim Grosbach
2010-08-20
1
-1
/
+10
*
Add more dbg output
Jim Grosbach
2010-08-20
1
-0
/
+1
*
properly check for whether base regs were inserted
Jim Grosbach
2010-08-20
1
-4
/
+7
*
If the target says that an extending load is not legal, regardless of whether
Bob Wilson
2010-08-19
1
-7
/
+12
*
Better handling of offsets on frame index references. rdar://8277890
Jim Grosbach
2010-08-19
1
-7
/
+21
*
Update debug logs.
Evan Cheng
2010-08-19
1
-4
/
+4
*
Properly update MachineDominators when splitting critical edge.
Evan Cheng
2010-08-19
1
-2
/
+25
*
Correct header.
Bill Wendling
2010-08-19
1
-1
/
+1
*
It's possible to sink a def if its local uses are PHI's.
Evan Cheng
2010-08-19
1
-5
/
+5
*
Fix the msvc 2010 build.
Michael J. Spencer
2010-08-19
1
-2
/
+19
*
Remove disabled assertion.
Evan Cheng
2010-08-19
1
-2
/
+0
*
Teach machine-sink to break critical edges when appropriate. Work in progress.
Evan Cheng
2010-08-19
1
-8
/
+99
*
Update local stack block allocation to let PEI do the allocs if no additional
Jim Grosbach
2010-08-19
2
-3
/
+12
*
Add a newline to debug output
Jim Grosbach
2010-08-18
1
-1
/
+2
*
If any def of a machine-sink candidate has local uses, it's obviously not saf...
Evan Cheng
2010-08-18
1
-5
/
+18
*
Enable ARM base register reuse to local stack slot allocation. Whenever a new
Jim Grosbach
2010-08-18
1
-10
/
+33
*
Thinking about it, we don't need MachineDominatorTree after all. The DomValue
Jakob Stoklund Olesen
2010-08-18
2
-19
/
+26
*
Revert r111394. It was too aggressive.
Jakob Stoklund Olesen
2010-08-18
1
-3
/
+3
*
Aggressively prune the DFS when inserting phi-defs.
Jakob Stoklund Olesen
2010-08-18
1
-3
/
+3
*
Add the LiveIntervalMap class. Don't hook it up yet.
Jakob Stoklund Olesen
2010-08-18
2
-1
/
+279
*
Improve whitespace.
Bill Wendling
2010-08-18
1
-1
/
+2
*
Add hook for re-using virtual base registers for local stack slot access.
Jim Grosbach
2010-08-18
1
-12
/
+41
*
Preserve subregs on PHI source operands. Patch by Krister Wombell!
Jakob Stoklund Olesen
2010-08-18
1
-1
/
+4
*
Add materialization of virtual base registers for frame indices allocated into
Jim Grosbach
2010-08-17
2
-3
/
+27
*
Make fast scheduler handle asm clobbers correctly.
Dale Johannesen
2010-08-17
1
-21
/
+53
*
PHI elimination shouldn't require machineloopinfo since it's used at -O0. Mov...
Evan Cheng
2010-08-17
3
-11
/
+13
*
Machine CSE preserves CFG. Pass manager was freeing machineloopinfo after mac...
Evan Cheng
2010-08-17
1
-0
/
+1
*
silence warning
Jim Grosbach
2010-08-17
1
-0
/
+5
*
Add hook to examine an instruction referencing a frame index to determine
Jim Grosbach
2010-08-17
1
-2
/
+52
[next]