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
Age
Commit message (
Expand
)
Author
2013-01-25
APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...
Benjamin Kramer
2013-01-25
Fix MSVC 2012 warning about a 32-bit shift that should be 64-bit
Reid Kleckner
2013-01-25
[msan] A comment on ICmp handling logic.
Evgeniy Stepanov
2013-01-25
[msan] Implement exact shadow propagation for relational ICmp.
Evgeniy Stepanov
2013-01-25
This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,
Preston Gurd
2013-01-25
More cleanup of PPC register definitions.
Hal Finkel
2013-01-25
Add an addition operator to TableGen
Hal Finkel
2013-01-25
Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...
Silviu Baranga
2013-01-25
Use the AttributeSet query instead of the Attribute query.
Bill Wendling
2013-01-25
MIsched: Print block name. No functionality.
Andrew Trick
2013-01-25
MachineScheduler support for viewGraph.
Andrew Trick
2013-01-25
ScheduleDAG: colorize the DOT graph and improve formatting.
Andrew Trick
2013-01-25
ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.
Andrew Trick
2013-01-25
SchedDFS: Complete support for nested subtrees.
Andrew Trick
2013-01-25
MIsched: Improve the interface to SchedDFS analysis (subtrees).
Andrew Trick
2013-01-25
SchedDFS: Initial support for nested subtrees.
Andrew Trick
2013-01-25
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-25
MISched: Add SchedDFSResult to ScheduleDAGMI to formalize the
Andrew Trick
2013-01-25
This patch implements parsing the .word
Jack Carter
2013-01-25
[mips] Set flag neverHasSideEffects flag on some of the floating point instru...
Akira Hatanaka
2013-01-25
SchedDFS: Refactor and tweak the subtree selection criteria.
Andrew Trick
2013-01-24
Avoid creating duplicate CFG edges in the IfConversion pass.
Jakob Stoklund Olesen
2013-01-24
Moving Cost Tables up to share with other targets
Renato Golin
2013-01-24
Added comment to ObjCARC elaborating what is meant by the term 'Provenance' i...
Michael Gottesman
2013-01-24
Start cleanup of PPC register definitions using foreach loops.
Hal Finkel
2013-01-24
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
ConstantFolding: Add a missing folding that leads to a miscompile.
Benjamin Kramer
2013-01-24
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
2013-01-24
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
2013-01-24
Rephrase the speculating scan of the conditional BB to be phrased in
Chandler Carruth
2013-01-24
[asan] fix 32-bit builds
Kostya Serebryany
2013-01-24
Simplify the PHI node operand rewriting.
Chandler Carruth
2013-01-24
[asan] adaptive redzones for globals (the larger the global the larger is the...
Kostya Serebryany
2013-01-24
Give the basic block variables here names based on the if-then-end
Chandler Carruth
2013-01-24
Lift a cheap early exit test above loops and other complex early exit
Chandler Carruth
2013-01-24
Spiff up the comment on this method, making the example a bit more
Chandler Carruth
2013-01-24
MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...
NAKAMURA Takumi
2013-01-24
MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]
NAKAMURA Takumi
2013-01-24
MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-24
Remove trailing whitespace.
Craig Topper
2013-01-24
The next phase of Mips16 hard float implementation.
Reed Kotler
2013-01-24
MachineScheduler: enable biasCriticalPath for all DAGs.
Andrew Trick
2013-01-24
MIsched: Added biasCriticalPath.
Andrew Trick
2013-01-24
Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.
Bill Wendling
2013-01-24
Cleanup the AttributeSetNodes that we create.
Bill Wendling
2013-01-24
Create a new class: AttributeSetNode.
Bill Wendling
2013-01-23
Push down the conversion of the alignment from the bit mask to a real number ...
Bill Wendling
2013-01-23
Remove dead methods.
Bill Wendling
[prev]
[next]