index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2013-02-19
Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-19
More const correcting of stack coloring.
Craig Topper
2013-02-19
Const-correct the stack coloring code.
Craig Topper
2013-02-19
Avoid extra DenseMap lookups in StackColoring::calculateLocalLiveness.
Craig Topper
2013-02-19
Make the dump() function const and reduce the number of hash lookups it perfo...
Craig Topper
2013-02-19
Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookup...
Craig Topper
2013-02-18
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-18
[ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.
Chad Rosier
2013-02-18
[ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...
NAKAMURA Takumi
2013-02-17
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
Fix a conversion from a forward iterator to a reverse iterator in
Cameron Zwarich
2013-02-17
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-16
Replace erase loop with std::remove_if.
Benjamin Kramer
2013-02-16
Replace loop with std::find.
Benjamin Kramer
2013-02-16
LegalizeDAG.cpp doesn't need DenseMap.
Jakub Staszak
2013-02-16
Use const reference instead of vector object when passing an argument to
Jakub Staszak
2013-02-16
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-15
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-15
enable SDISel sincos optimization for GNU environments
Paul Redmond
2013-02-15
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-14
Dont merge consecutive loads/stores into vectors when noimplicitfloat is used.
Nadav Rotem
2013-02-14
Add some legality checks for SETCC before introducing it in the DAG combiner ...
Owen Anderson
2013-02-14
RegisterCoalescer::reMaterializeTrivialDef() can constrain the destination
Cameron Zwarich
2013-02-14
Fix RegisterCoalescer::rematerializeTrivialDef() so that it works on flipped
Cameron Zwarich
2013-02-14
Fix some issues with rematerialization in RegisterCoalescer when the destination
Cameron Zwarich
2013-02-13
Clean up LDV, no functionality change.
Manman Ren
2013-02-13
MIsched: HazardRecognizers are created for each DAG. Free them.
Andrew Trick
2013-02-13
Fix comment.
Eric Christopher
2013-02-13
Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.
Manman Ren
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
Allow optionally generating pubnames section in DWARF info. Introduce
Krzysztof Parzyszek
2013-02-12
Equal treatment of labels and other terminators in MI DAG construction.
Sergei Larin
2013-02-12
PR14562 - Truncation of left shift became undef
Paul Redmond
2013-02-12
Don't consider definitions by other PHIs live-in when trimming a PHI source's
Cameron Zwarich
2013-02-12
Fix indentation.
Cameron Zwarich
2013-02-12
Add a hidden option to PHIElimination to split all critical edges. This is
Cameron Zwarich
2013-02-12
Add blocks to the LiveIntervalAnalysis RegMaskBlocks array when splitting
Cameron Zwarich
2013-02-12
Fix the updating of LiveIntervals after splitting a critical edge. PHI operand
Cameron Zwarich
2013-02-12
Check type for legality before forming a select from loads.
Pete Cooper
2013-02-11
Add support for updating LiveIntervals to MachineBasicBlock::SplitCriticalEdg...
Cameron Zwarich
2013-02-11
Update SlotIndexes after updateTerminator() possibly removes instructions. I am
Cameron Zwarich
2013-02-11
Revert "Rename LLVMContext diagnostic handler types and functions."
Bob Wilson
2013-02-11
Currently, codegen may spent some time in SDISel passes even if an entire
Evan Cheng
2013-02-11
Remove unnecessary code.
Evan Cheng
2013-02-10
Fix the unused but nearly correct method SlotIndexes::insertMBBInMaps() and add
Cameron Zwarich
2013-02-10
Abstract the liveness checking in PHIElimination::SplitPHIEdges() to support
Cameron Zwarich
2013-02-10
Add support for updating LiveIntervals to PHIElimination. If LiveIntervals are
Cameron Zwarich
2013-02-10
Fix a typo.
Cameron Zwarich
2013-02-10
Remove ancient references to 'atomic' phis in PHIElimination that don't really
Cameron Zwarich
[prev]
[next]