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
*
The index stored in the RegDefIter is one after the current index. When gett...
Owen Anderson
2011-06-27
1
-1
/
+1
*
pre-RA-sched: Cleanup register pressure tracking.
Andrew Trick
2011-06-27
2
-16
/
+4
*
Track live-out physical registers in MachineDCE.
Jakob Stoklund Olesen
2011-06-27
1
-3
/
+8
*
Distinguish early clobber output operands from clobbered registers.
Jakob Stoklund Olesen
2011-06-27
5
-5
/
+8
*
Decode and pretty print inline asm operand descriptors.
Jakob Stoklund Olesen
2011-06-27
1
-1
/
+22
*
Remove unused methods.
Rafael Espindola
2011-06-26
1
-13
/
+0
*
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
8
-197
/
+151
*
Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp.
Rafael Espindola
2011-06-26
3
-1541
/
+1523
*
merge SimpleRegisterCoalescing.h into RegisterCoalescer.h.
Rafael Espindola
2011-06-26
4
-156
/
+129
*
Move RegisterCoalescer.h to lib/CodeGen.
Rafael Espindola
2011-06-26
9
-9
/
+253
*
Remove unnecessary wrapper.
Rafael Espindola
2011-06-26
2
-27
/
+17
*
The scheduler needs to be aware on the existence of untyped nodes when it per...
Owen Anderson
2011-06-24
1
-1
/
+2
*
Handle debug info for i128 constants.
Devang Patel
2011-06-24
7
-28
/
+38
*
Simplify
Rafael Espindola
2011-06-24
1
-14
/
+6
*
Now that bb with phis are not considered simple, duplicate them even if
Rafael Espindola
2011-06-24
1
-12
/
+18
*
Simplify now that blocks with phis are not considered simple.
Rafael Espindola
2011-06-24
1
-15
/
+0
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
1
-1
/
+1
*
Use the presence of the __compact_unwind section to indicate that a target
Bill Wendling
2011-06-23
1
-10
/
+7
*
Move more logic to shouldTailDuplicate and only duplicate regular bb before
Rafael Espindola
2011-06-23
1
-21
/
+45
*
Add a flag that indicates whether a target supports compact unwind info or not.
Bill Wendling
2011-06-22
1
-2
/
+6
*
Reenable tail duplication of bb with just an unconditional jump, but
Rafael Espindola
2011-06-22
1
-4
/
+4
*
Add a __LD,__compact_unwind section.
Bill Wendling
2011-06-22
1
-0
/
+6
*
Revert r133607. This is causing failures in the Clang gccTestSuite.
Chad Rosier
2011-06-22
1
-3
/
+3
*
Emit trailing padding on constant vectors when TargetData says that the vector
Nick Lewycky
2011-06-22
1
-0
/
+7
*
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-06-22
2
-3
/
+3
*
Reenable the optimization added in 133415, but change the definition of a "si...
Rafael Espindola
2011-06-22
1
-3
/
+3
*
After register is spilled there should not be any DBG_VALUE referring the sam...
Devang Patel
2011-06-21
1
-1
/
+3
*
Fix some trailing issues from my introduction of MVT::untyped and its use for...
Owen Anderson
2011-06-21
1
-1
/
+11
*
Add verbose EH table printing to SjLj exception tables.
Bill Wendling
2011-06-21
1
-2
/
+19
*
There could be more than one DBG_VALUE instructions for variables where all o...
Devang Patel
2011-06-21
1
-4
/
+6
*
Improve the comment printing for the EH table. This gives a much more detailed
Bill Wendling
2011-06-21
1
-23
/
+69
*
Teach dag combine to match halfword byteswap patterns.
Evan Cheng
2011-06-21
1
-2
/
+264
*
Disable again.
Rafael Espindola
2011-06-20
1
-1
/
+1
*
Re enable 133415 with two fixes
Rafael Espindola
2011-06-20
1
-3
/
+8
*
Disable the logic added by rafael in commit 133415 to see if it brings the
Duncan Sands
2011-06-20
1
-1
/
+1
*
Fix PromoteIntRes_TRUNCATE: Add support for cases where the
Nadav Rotem
2011-06-20
1
-4
/
+28
*
Fix MSVC build. next() function already exists in the MSVC headers. This crea...
Francois Pichet
2011-06-20
1
-1
/
+1
*
Teach early dup how to duplicate basic blocks with one successor and only phi...
Rafael Espindola
2011-06-20
1
-2
/
+142
*
Revamp the "ConstantStruct::get" methods. Previously, these were scattered
Chris Lattner
2011-06-20
1
-6
/
+10
*
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-06-19
3
-7
/
+7
*
Code cleanups: Remove duplicated logic in PromotInteRes_BITCAST, reserve vect...
Nadav Rotem
2011-06-19
1
-7
/
+5
*
Calls to AssertZext and getZeroExtendInReg must be made using scalar types.
Nadav Rotem
2011-06-19
1
-3
/
+4
*
When promoting the vector elements in CopyToParts, use vector trunc
Nadav Rotem
2011-06-19
1
-11
/
+3
*
fix the varargs version of StructType::get to not require an LLVMContext, mak...
Chris Lattner
2011-06-18
1
-2
/
+1
*
Simplify code. No change in functionality.
Benjamin Kramer
2011-06-18
1
-6
/
+1
*
Don't allocate empty read-only SmallVectors during SelectionDAG deallocation.
Benjamin Kramer
2011-06-18
2
-4
/
+4
*
Remove unused but set variables.
Benjamin Kramer
2011-06-18
2
-19
/
+4
*
Fix UMULO support for 2x register width to allow the full
Eric Christopher
2011-06-18
1
-0
/
+21
*
Only call TRI::getRawAllocationOrder to resolve a target-dependent hint.
Jakob Stoklund Olesen
2011-06-17
1
-2
/
+6
*
Fix comment.
Eric Christopher
2011-06-17
1
-2
/
+1
[next]