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-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
2013-02-10
Make LiveVariables an instance variable of PHIElimination.
Cameron Zwarich
2013-02-09
Remove unneeded "TargetMachine.h" #includes.
Jakub Staszak
2013-02-09
Dwarf: do not use line_table_start in at_stmt_list since we do not always emit
Manman Ren
2013-02-09
Remove the old liveness algorithm.
Jakob Stoklund Olesen
2013-02-08
Turn on -new-live-intervals by default.
Jakob Stoklund Olesen
2013-02-08
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...
Bob Wilson
2013-02-08
DAGCombiner: Constant folding around pre-increment loads/stores
Hal Finkel
2013-02-08
Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.
Bob Wilson
2013-02-08
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-07
"Clean up" line section symbol emission by emitting the section
Eric Christopher
2013-02-06
Clean up multiple skeleton compile units if we have multiple compile
Eric Christopher
2013-02-06
Remove some dead code.
Eric Christopher
2013-02-06
Tweak check to avoid integer overflow (for insanely large alignments)
Evan Cheng
2013-02-06
Attempt to recover gdb bot after r174445.
Manman Ren
2013-02-05
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
Reapply r174343, with a fix for a scary DAG combine bug where it failed to di...
Owen Anderson
2013-02-05
Remove liveout lists from MachineRegisterInfo.
Jakob Stoklund Olesen
2013-02-05
Remove special-casing of return blocks for liveness.
Jakob Stoklund Olesen
2013-02-05
Revert r174343, "When the target-independent DAGCombiner inferred a higher al...
NAKAMURA Takumi
2013-02-05
Construct a skeleton cu for each compile unit in the module, not just
Eric Christopher
2013-02-05
Add support for emitting a stub DW_AT_GNU_dwo_id as part of the
Eric Christopher
2013-02-05
When the target-independent DAGCombiner inferred a higher alignment for a load,
Owen Anderson
2013-02-04
[Stack Alignment] emit warning instead of a hard error
Manman Ren
2013-02-04
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-02-02
rdar://13126763
Shuxin Yang
2013-02-02
Correct indentation for dumping LexicalScope.
Manman Ren
2013-02-01
[Dwarf] avoid emitting multiple AT_const_value for static memebers.
Manman Ren
2013-02-01
Fix errant fallthrough in the generation of the lifetime markers.
Nadav Rotem
2013-02-01
Use a continue to simplify loop and reduce indentation. No functional change.
Chad Rosier
2013-01-31
Add braces, so my head doesn't explode.
Chad Rosier
2013-01-31
When lowering memcpys to loads and stores, make sure we don't promote alignments
Lang Hames
2013-01-31
[Dwarf] early exit to avoid creating dangling DIEs
Manman Ren
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-29
Add a special handling case for untyped CopyFromReg node in GetCostForDef() o...
Weiming Zhao
2013-01-29
Support artificial parameters in function types.
David Blaikie
2013-01-29
Fixing warnings revealed by gcc release build
Edwin Vane
2013-01-29
MIsched: cleanup code. Use isBoundaryNode().
Andrew Trick
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
[prev]
[next]