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
2012-10-02
Fix PR13991: legalizing an overflowing multiplication operation is harder than
Duncan Sands
2012-09-30
Use dyn_cast instead of isa and cast.
Jakub Staszak
2012-09-30
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
Duncan Sands
2012-09-29
Tidy up to match coding standards. Remove 'else' after 'return' and moving op...
Craig Topper
2012-09-29
Replace a couple if/elses around similar calls with conditional operators on ...
Craig Topper
2012-09-29
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-27
Remove <def,read-undef> flags from partial redefinitions.
Jakob Stoklund Olesen
2012-09-27
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-27
Don't dereference begin() on an empty vector.
Jakob Stoklund Olesen
2012-09-27
Avoid dereferencing a NULL pointer.
Jakob Stoklund Olesen
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-25
TargetLowering interface to set/get minimum block entries for jump tables.
Sebastian Pop
2012-09-24
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-21
Have the DbgVariable "isArtificial" and "isObjectPointer" not
Eric Christopher
2012-09-21
Fix a significant recent(?) regression. StackSlotColoring no longer did anything
Evan Cheng
2012-09-21
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-20
Ignore PHI-defs for -new-coalescer interference checks.
Jakob Stoklund Olesen
2012-09-20
Extend -new-coalescer SSA update to handle mapped values as well.
Jakob Stoklund Olesen
2012-09-20
Only emit DW_AT_object_pointer if this is a definition.
Eric Christopher
2012-09-20
Revert r164308 to fix buildbots.
Bill Wendling
2012-09-20
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-20
Fix 80-col violations.
Nadav Rotem
2012-09-19
Convert some attribute existence queries over to use the predicate methods.
Bill Wendling
2012-09-19
Add predicates for queries on whether an attribute exists.
Bill Wendling
2012-09-19
Resolve conflicts involving dead vector lanes for -new-coalescer.
Jakob Stoklund Olesen
2012-09-18
comment typo
Andrew Trick
2012-09-18
TargetSchedule: cleanup computeOperandLatency logic & diagnostics.
Andrew Trick
2012-09-18
misched: Make ScheduleDAGInstrs use the TargetSchedule interface.
Andrew Trick
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-18
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-18
Fix some funky indentation.
Evan Cheng
2012-09-17
Merge into undefined lanes under -new-coalescer.
Jakob Stoklund Olesen
2012-09-17
Stop adding <imp-def> operands when expanding REG_SEQUENCE.
Jakob Stoklund Olesen
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
TargetSchedModel API. Implement latency lookup, disabled.
Andrew Trick
2012-09-17
Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...
Michael Ilseman
2012-09-17
whitespace
Michael Ilseman
2012-09-17
Fix PR13859
Michael Liao
2012-09-17
Add a MachinePostDominator pass
Tom Stellard
2012-09-17
Disable the protection from escaped allocas in an attempt to find violating p...
Nadav Rotem
2012-09-16
Fix bad comment. No functional change.
Craig Topper
2012-09-16
Add alternative coalescing algorithm under a flag.
Jakob Stoklund Olesen
[prev]
[next]