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
Age
Commit message (
Expand
)
Author
2013-01-25
Set the +x bit on two batch scripts
Reid Kleckner
2013-01-25
Add parens to suppress an MSVC 2012 << precedence warning
Reid Kleckner
2013-01-25
FileCheck-ify some grep tests
Reid Kleckner
2013-01-25
Add an insert() method to MapVector. Adds the first MapVector unit test.
Nick Lewycky
2013-01-25
In this patch, we teach X86_64TargetMachine that it has a ILP32
Eli Bendersky
2013-01-25
Add back a RUN line removed by mistake by a previous commit
Eli Bendersky
2013-01-25
Add instruction encodings / disassembly support for l4r instructions.
Richard Osborne
2013-01-25
LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...
Nadav Rotem
2013-01-25
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
Eli Bendersky
2013-01-25
Use const reference instead of vector copying.
Jakub Staszak
2013-01-25
Add an accessor method to get the slot's index. This will limit the use of At...
Bill Wendling
2013-01-25
Use the correct format in the STW / SETPSC instruction names.
Richard Osborne
2013-01-25
Fix order of operands for crc8_l4r
Richard Osborne
2013-01-25
When encountering an unknown file format, ObjectFile::createObjectFile should
Eli Bendersky
2013-01-25
This is no trule.
David Blaikie
2013-01-25
Improve the !add TableGen test case.
Hal Finkel
2013-01-25
Add command-line flags for DWARF dumping.
Eli Bendersky
2013-01-25
Add instruction encodings / disassembly support for l5r instructions.
Richard Osborne
2013-01-25
Fixed typo.
Michael Gottesman
2013-01-25
Fix order of operands for l5r instructions.
Richard Osborne
2013-01-25
Use correct mnemonic / instruction name for ldivu.
Richard Osborne
2013-01-25
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2013-01-25
added ability to dynamically change the ExportList of an already
Pedro Artigas
2013-01-25
Added new section to the git-svn getting started section that provides a
Michael Gottesman
2013-01-25
LoopVectorizer: Refactor more code to use the IRBuilder.
Nadav Rotem
2013-01-25
Use xcrun to find the right compiler when building llvmCore. <rdar://12801151>
Bob Wilson
2013-01-25
Refactor some code to use the IRBuilder.
Nadav Rotem
2013-01-25
Rename variable to be more comprehensible and follow naming convention
Eli Bendersky
2013-01-25
APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...
Benjamin Kramer
2013-01-25
Disable MSVC's warning about noreturn destructors
Reid Kleckner
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
ArrayRef reverse iterators.
Andrew Trick
2013-01-25
whitespace
Andrew Trick
2013-01-25
lit/ShUtil.py: Deprecate '!' in shell expression. It is not sh-compatible.
NAKAMURA Takumi
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
[prev]
[next]