index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extra blank line.
Craig Topper
2012-12-09
1
-1
/
+0
*
Teach DAG combine to handle vector logical operations with vectors of all 1s ...
Craig Topper
2012-12-08
1
-0
/
+30
*
Add higher-level API for dealing with bundled MachineInstrs.
Jakob Stoklund Olesen
2012-12-07
1
-0
/
+32
*
fixed valgrind issues of prior commit, this change applies r169456 changes ba...
Pedro Artigas
2012-12-06
1
-1
/
+6
*
Replace r169459 with something safer. Rather than having computeMaskedBits to
Evan Cheng
2012-12-06
3
-28
/
+10
*
Fix a bug in the code that merges consecutive stores. Previously we did not
Nadav Rotem
2012-12-06
1
-10
/
+14
*
s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...
Bill Wendling
2012-12-06
2
-5
/
+7
*
Handle non-default array bounds.
Bill Wendling
2012-12-06
2
-14
/
+59
*
Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...
NAKAMURA Takumi
2012-12-06
1
-5
/
+0
*
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-06
2
-7
/
+27
*
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-06
1
-0
/
+5
*
RegPressureTracker::dump(): Remove unnecessary argument.
Andrew Trick
2012-12-05
1
-1
/
+1
*
RegisterPressureTracker: fix findUseBetween to handle DebugValue
Andrew Trick
2012-12-05
1
-0
/
+2
*
RegisterPressureTracker: unify virtual registers and physical regunits.
Andrew Trick
2012-12-05
1
-241
/
+179
*
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
1
-94
/
+87
*
Remove unused MachineInstr constructors.
Jakob Stoklund Olesen
2012-12-05
1
-27
/
+0
*
- Added calls to doInitialization/doFinalization to immutable passes
Pedro Artigas
2012-12-05
1
-10
/
+23
*
Added RegisterPressureTracker::dump() for debugging.
Andrew Trick
2012-12-05
1
-5
/
+16
*
Speed up the AllocationOrder class a bit.
Jakob Stoklund Olesen
2012-12-04
3
-25
/
+19
*
Comment change made in r169304 as requested by Eric Christopher.
David Blaikie
2012-12-04
1
-0
/
+2
*
Use the 'count' attribute to calculate the upper bound of an array.
Bill Wendling
2012-12-04
1
-13
/
+14
*
Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB
David Blaikie
2012-12-04
1
-1
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
13
-28
/
+28
*
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
1
-1
/
+3
*
Simplify code. No functionality change.
Jakub Staszak
2012-12-04
1
-3
/
+1
*
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-04
1
-1
/
+24
*
Use dyn_cast instead of isa and cast. No functionality change.
Jakub Staszak
2012-12-04
1
-4
/
+4
*
Remove VirtRegMap::getRegAllocPref().
Jakob Stoklund Olesen
2012-12-04
1
-11
/
+0
*
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
2
-1
/
+10
*
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-04
1
-0
/
+44
*
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
2
-1
/
+10
*
Use the new getRegAllocationHints() hook from AllocationOrder.
Jakob Stoklund Olesen
2012-12-03
2
-79
/
+49
*
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
1
-15
/
+0
*
Add a new hook for providing register allocator hints more flexibly.
Jakob Stoklund Olesen
2012-12-03
1
-0
/
+38
*
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
2012-12-03
4
-24
/
+33
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
113
-689
/
+682
*
Allow merging multiple store sequences on the same chain.
Nadav Rotem
2012-12-02
1
-2
/
+15
*
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
3
-19
/
+25
*
misched: Fix the DAG builder to handle an undef operand at ExitSU.
Andrew Trick
2012-12-01
1
-1
/
+2
*
misched: Fix LiveInterval update to better handle DebugVal.
Andrew Trick
2012-12-01
1
-1
/
+5
*
misched: fix RegionBegin when DebugValues get shuffled to the top.
Andrew Trick
2012-12-01
1
-0
/
+2
*
Simplify REG_SEQUENCE lowering.
Jakob Stoklund Olesen
2012-12-01
1
-187
/
+69
*
Add some first skeleton work for the DWARF5 Fission proposal. Emit
Eric Christopher
2012-11-30
2
-8
/
+119
*
Convert COPY instructions into KILLs if they have implicit defs.
Jakob Stoklund Olesen
2012-11-30
1
-3
/
+17
*
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-30
2
-3
/
+9
*
More comment.
Eric Christopher
2012-11-29
1
-0
/
+2
*
Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECT
Justin Holewinski
2012-11-29
1
-35
/
+31
*
misched: Recompute priority queue when DFSResults are updated.
Benjamin Kramer
2012-11-29
1
-0
/
+2
*
Teach the legalizer how to handle operands for VSELECT nodes
Justin Holewinski
2012-11-29
2
-1
/
+60
*
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-29
1
-1
/
+1
[next]