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
*
Remove extra bytes that were added for gdb. We do not have good poiner to un...
Devang Patel
2011-04-13
1
-8
/
+1
*
Stop using dead function.
Jakob Stoklund Olesen
2011-04-13
3
-18
/
+0
*
Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...
Andrew Trick
2011-04-13
2
-156
/
+190
*
Temporarily revert r129408 to see if it brings the bots back.
Eric Christopher
2011-04-13
1
-0
/
+2
*
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
2011-04-12
1
-2
/
+0
*
I missed this new file in previous commit.
Devang Patel
2011-04-12
1
-0
/
+973
*
Simplify. There is no need to use static variable.
Devang Patel
2011-04-12
1
-3
/
+1
*
Do not reuse parameter name.
Devang Patel
2011-04-12
1
-1
/
+1
*
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
4
-1304
/
+377
*
Add more comments... err debug statements to the fast allocator.
Eric Christopher
2011-04-12
1
-3
/
+16
*
SparseBitVector is SLOW.
Jakob Stoklund Olesen
2011-04-12
2
-48
/
+58
*
Revert 129383. It causes some targets to hit a scheduler assert.
Andrew Trick
2011-04-12
2
-184
/
+157
*
PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.
Andrew Trick
2011-04-12
2
-157
/
+184
*
Create new intervals for isolated blocks during region splitting.
Jakob Stoklund Olesen
2011-04-12
3
-37
/
+46
*
Add SplitKit API to query and select the current interval being worked on.
Jakob Stoklund Olesen
2011-04-12
2
-2
/
+17
*
Fix a bug in RegAllocBase::addMBBLiveIns() where a basic block could accident...
Jakob Stoklund Olesen
2011-04-12
1
-1
/
+1
*
Remove dead typedef.
Devang Patel
2011-04-12
1
-2
/
+0
*
Refactor CompileUnit into a separate header.
Devang Patel
2011-04-12
2
-98
/
+124
*
Fix typo.
Eric Christopher
2011-04-12
1
-1
/
+1
*
Reuse live interval union between functions. This saves a bit of compile time
Jakob Stoklund Olesen
2011-04-11
2
-4
/
+11
*
Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't
Nick Lewycky
2011-04-11
1
-1
/
+5
*
Speed up eviction by stopping collectInterferingVRegs as soon as the spill
Jakob Stoklund Olesen
2011-04-11
3
-14
/
+23
*
The default of the dispatch switch statement was to branch to a BB that executed
Bill Wendling
2011-04-11
1
-7
/
+8
*
Look pass copies when determining whether hoisting would end up inserting mor...
Evan Cheng
2011-04-11
1
-8
/
+17
*
Use a faster algorithm for computing MBB live-in registers after register all...
Jakob Stoklund Olesen
2011-04-11
1
-18
/
+20
*
Fix a couple of places where changes are made but not tracked.
Evan Cheng
2011-04-11
2
-3
/
+10
*
Don't add live ranges for sub-registers when clobbering a physical register.
Jakob Stoklund Olesen
2011-04-11
2
-15
/
+7
*
Speed up LiveIntervalUnion::unify by handling end insertion specially.
Jakob Stoklund Olesen
2011-04-11
1
-1
/
+9
*
Time the initial seeding of live registers
Jakob Stoklund Olesen
2011-04-11
1
-0
/
+1
*
Don't shrink live ranges after dead code elimination unless it is going to help.
Jakob Stoklund Olesen
2011-04-11
1
-4
/
+10
*
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
1
-0
/
+1
*
Avoid excess precision issues that lead to generating host-compiler-specific ...
Chris Lattner
2011-04-09
1
-2
/
+6
*
Build the Hopfield network incrementally when splitting global live ranges.
Jakob Stoklund Olesen
2011-04-09
6
-84
/
+176
*
Precompute interference for neighbor blocks as long as there is no interference.
Jakob Stoklund Olesen
2011-04-09
2
-22
/
+37
*
have dag combine zap "store undef", which can be formed during call lowering
Chris Lattner
2011-04-09
1
-2
/
+8
*
Simplify array bound checks and clarify comments. One element array can have...
Devang Patel
2011-04-08
1
-10
/
+7
*
Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.
Devang Patel
2011-04-08
1
-3
/
+15
*
Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...
Evan Cheng
2011-04-08
1
-2
/
+15
*
llvm.global_[cd]tor is defined to be either external, or appending with an array
Nick Lewycky
2011-04-08
1
-11
/
+9
*
Added a check in the preRA scheduler for potential interference on a
Andrew Trick
2011-04-07
3
-4
/
+107
*
Recompute hasPHIKill flags when shrinking live intervals.
Jakob Stoklund Olesen
2011-04-07
1
-1
/
+3
*
Avoid moving iterators when the previous block was just visited.
Jakob Stoklund Olesen
2011-04-07
1
-8
/
+13
*
Prefer multiplications to divisions.
Jakob Stoklund Olesen
2011-04-07
1
-7
/
+13
*
Extract SpillPlacement::addLinks for handling the special transparent blocks.
Jakob Stoklund Olesen
2011-04-07
3
-37
/
+49
*
Remove dead code. rdar://9221736.
Evan Cheng
2011-04-07
1
-5
/
+0
*
Also account for the spill code that would be inserted in live-through blocks...
Jakob Stoklund Olesen
2011-04-06
1
-5
/
+16
*
Abort the constraint calculation early when all positive bias is lost.
Jakob Stoklund Olesen
2011-04-06
1
-33
/
+63
*
Keep track of the number of positively biased nodes when adding constraints.
Jakob Stoklund Olesen
2011-04-06
3
-3
/
+16
*
Break the spill placement algorithm into three parts: prepare, addConstraints...
Jakob Stoklund Olesen
2011-04-06
3
-30
/
+39
*
Oops. Scary.
Jakob Stoklund Olesen
2011-04-06
1
-1
/
+1
[next]