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-19
Add a new BitstreamEntry concept, and add two helper methods for walking
Chris Lattner
2013-01-19
Documentation: remove more mentions of Tcl
Dmitri Gribenko
2013-01-19
Documentation: replace some non-ASCII characters by equivalent markup
Dmitri Gribenko
2013-01-19
Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely
Jakub Staszak
2013-01-19
BitstreamReader hasn't aged well. It's been hacked on by various people and
Chris Lattner
2013-01-19
LoopVectorizer: Emit memory checks into their own basic block.
Benjamin Kramer
2013-01-19
On Sandybridge split unaligned 256bit stores into two xmm-sized stores.
Nadav Rotem
2013-01-19
Use MVT instead of EVT when computing shuffle immediates since they can only ...
Craig Topper
2013-01-19
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-19
Fix 80-col and early exit in cost model
Renato Golin
2013-01-19
Remove some register allocation order dependencies.
Jakob Stoklund Olesen
2013-01-18
Fixing behavior of ELFObjectFile::getSymbolFileOffset().
Andrew Kaylor
2013-01-18
Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags
David Greene
2013-01-18
On Sandybridge loading unaligned 256bits using two XMM loads (vmovups and vin...
Nadav Rotem
2013-01-18
Use hexDigitValue in LLLexer.
Jordan Rose
2013-01-18
Improved comment.
Michael Gottesman
2013-01-18
Fixed typo in comment.
Michael Gottesman
2013-01-18
Split out DW_OP_addr for the split debug info DWARF5 proposal.
Eric Christopher
2013-01-18
If the attributes don't exist, just bail for now.
Bill Wendling
2013-01-18
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
Remove unused parameter. Also use the AttributeSet query methods instead of t...
Bill Wendling
2013-01-18
Add llvm::hexDigitValue to convert single characters to hex.
Jordan Rose
2013-01-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
R600: Proper insert S_WAITCNT instructions
Tom Stellard
2013-01-18
R600: Optimize and cleanup KILL on SI
Tom Stellard
2013-01-18
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-18
[Linker] Zap a dead typedef.
Daniel Dunbar
2013-01-18
Silence GCC warning about dropping off a non-void function.
Benjamin Kramer
2013-01-18
[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader depend...
Daniel Dunbar
2013-01-18
[MC/Mach-O] Implement integrated assembler support for linker options.
Daniel Dunbar
2013-01-18
Documentation: remove all mentions of DejaGNU and Tcl
Dmitri Gribenko
2013-01-18
Streamline the mentions of grep and FileCheck in TestingGuide.rst
Eli Bendersky
2013-01-18
The IR linker still depends on the bitcode reader.
Benjamin Kramer
2013-01-18
llvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd RUN not to overwrite %t. I...
NAKAMURA Takumi
2013-01-18
80 columns
Alexey Samsonov
2013-01-18
Move Blacklist.h to include/ to enable use from clang.
Will Dietz
2013-01-18
Add basic command line parsing to TestMain.
Manuel Klimek
2013-01-18
Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 imme...
Craig Topper
2013-01-18
Minor formatting fix. No functional change.
Craig Topper
2013-01-18
Remove support for Tcl test format since nobody uses it
Dmitri Gribenko
2013-01-18
Spelling fix: extened->extended. Trailing whitespace in same function.
Craig Topper
2013-01-18
Make more use of is128BitVector/is256BitVector in place of getSizeInBits() ==...
Craig Topper
2013-01-18
Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...
Craig Topper
2013-01-18
Remove trailing whitespace. Remove new lines between closing brace and 'else'
Craig Topper
2013-01-18
Fixed 80+ violation.
Michael Gottesman
2013-01-18
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
[MC/Mach-O] Add AsmParser support for .linker_option directive.
Daniel Dunbar
2013-01-18
[MC] Expose ParseEscapedString to target AsmParser implementations.
Daniel Dunbar
[prev]
[next]