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
*
Make sure type is not extended or untyped before create a constant of the typ...
Evan Cheng
2012-06-26
1
-0
/
+4
*
Enforce stricter liveness rules for PHIs.
Jakob Stoklund Olesen
2012-06-25
1
-6
/
+11
*
Run ProcessImplicitDefs on SSA form where it can be much simpler.
Jakob Stoklund Olesen
2012-06-25
2
-262
/
+99
*
Teach PHIElimination to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-25
1
-19
/
+34
*
Handle <undef> operands in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-06-25
1
-12
/
+31
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
2
-0
/
+4
*
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-06-24
2
-0
/
+32
*
Teach LiveVariables to handle <undef> operands.
Jakob Stoklund Olesen
2012-06-23
1
-3
/
+5
*
Remove ProcessImplicitDefs.h which was unused.
Jakob Stoklund Olesen
2012-06-22
1
-2
/
+27
*
Also verify the def index for early clobbers.
Jakob Stoklund Olesen
2012-06-22
1
-2
/
+3
*
Delete a boring statistic.
Jakob Stoklund Olesen
2012-06-22
1
-6
/
+0
*
Store live intervals in an IndexedMap.
Jakob Stoklund Olesen
2012-06-22
1
-14
/
+8
*
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-22
2
-8
/
+8
*
Fix a crash in --debug code.
Jakob Stoklund Olesen
2012-06-22
1
-2
/
+6
*
Don't depend on live ranges being present.
Jakob Stoklund Olesen
2012-06-22
1
-3
/
+8
*
Simplify handleMove() a bit.
Jakob Stoklund Olesen
2012-06-22
1
-4
/
+4
*
Stop computing physreg live ranges.
Jakob Stoklund Olesen
2012-06-22
1
-189
/
+1
*
Remove some redundant LIS->hasInterval() checks.
Jakob Stoklund Olesen
2012-06-22
1
-22
/
+0
*
Use MRI::isConstantPhysReg() to check remat feasibility.
Jakob Stoklund Olesen
2012-06-22
1
-4
/
+8
*
Use regunit liveness to guide LiveDebugVariables.
Jakob Stoklund Olesen
2012-06-22
1
-5
/
+18
*
Remove LiveIntervals::trackingRegUnits().
Jakob Stoklund Olesen
2012-06-22
3
-71
/
+13
*
Remove another duplicated variable. We only need one to tell us if the linker
Rafael Espindola
2012-06-22
1
-1
/
+1
*
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
1
-1
/
+1
*
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
2
-11
/
+16
*
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-22
2
-3
/
+5
*
The inline asm operand modifier 'n' is suppose
Jack Carter
2012-06-21
1
-1
/
+6
*
Fix potential crash if DAGCombine on stores sees a half type
Pete Cooper
2012-06-21
1
-1
/
+2
*
The inline asm operand modifier 'c' is suppose
Jack Carter
2012-06-21
1
-3
/
+17
*
Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 and
Evan Cheng
2012-06-21
1
-5
/
+7
*
Update regunits in RegisterCoalescer::reMaterializeTrivialDef.
Jakob Stoklund Olesen
2012-06-21
1
-6
/
+4
*
Remove spurious typedefs.
Jakob Stoklund Olesen
2012-06-20
1
-3
/
+0
*
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
2012-06-20
6
-1374
/
+0
*
Remove the -live-regunits command line option.
Jakob Stoklund Olesen
2012-06-20
1
-12
/
+4
*
Fix some more LiveInterval enumerations.
Jakob Stoklund Olesen
2012-06-20
2
-13
/
+12
*
Remove LiveIntervalUnions from RegAllocBase.
Jakob Stoklund Olesen
2012-06-20
4
-167
/
+14
*
Convert RAGreedy to LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
4
-92
/
+169
*
Convert RABasic to using LiveRegMatrix interference checking.
Jakob Stoklund Olesen
2012-06-20
3
-69
/
+67
*
Enable register unit liveness by default.
Jakob Stoklund Olesen
2012-06-20
1
-1
/
+1
*
Teach PBQPBuilder::build() about regunit interference.
Jakob Stoklund Olesen
2012-06-20
1
-33
/
+31
*
Avoid iterating with LiveIntervals::iterator.
Jakob Stoklund Olesen
2012-06-20
3
-41
/
+45
*
Add users of a MERGE_VALUE node to the worklist to process again when the nod...
Pete Cooper
2012-06-20
1
-0
/
+3
*
Only update regunit live ranges that have been precomputed.
Jakob Stoklund Olesen
2012-06-20
1
-4
/
+8
*
Delete dead code.
Jakob Stoklund Olesen
2012-06-20
1
-48
/
+0
*
Fix DAGCombine to deal with ext-conversion of pre/post_inc loads.
Hal Finkel
2012-06-20
1
-1
/
+8
*
Fixing a compiler warning in MSVC 10.
Aaron Ballman
2012-06-20
1
-1
/
+1
*
Fix two rather subtle internal vs. external linker issues.
Chandler Carruth
2012-06-20
1
-25
/
+20
*
A new algorithm for computing LoopInfo. Temporarily disabled.
Andrew Trick
2012-06-20
1
-1
/
+9
*
Move the implementation of LoopInfo into LoopInfoImpl.h.
Andrew Trick
2012-06-20
1
-9
/
+5
*
Add regunit liveness support to LiveIntervals::handleMove().
Jakob Stoklund Olesen
2012-06-19
1
-43
/
+50
*
Tidy up.
Chad Rosier
2012-06-19
1
-17
/
+20
[next]