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-05-04
AArch64: support literal pool access in large memory model.
Tim Northover
2013-05-04
AArch64: support large code model for jump-tables
Tim Northover
2013-05-04
AArch64: implement support for blockaddress in large code model
Tim Northover
2013-05-04
AArch64: implement large code model access to global variables.
Tim Northover
2013-05-04
[XCore] Use static relocation model by default.
Richard Osborne
2013-05-04
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-05-04
Fix a performance bug in the Linker.
Rafael Espindola
2013-05-04
Implement Linker::LinkModules with Linker::linkInModule.
Rafael Espindola
2013-05-04
Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.
Rafael Espindola
2013-05-04
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
Don't store the context in the Linker.
Rafael Espindola
2013-05-04
Remove unused members and constructor arguments.
Rafael Espindola
2013-05-04
Delete dead code from the linker.
Rafael Espindola
2013-05-04
Use consistent function names.
Krzysztof Parzyszek
2013-05-04
Tabs to spaces. No functionality change.
Nick Lewycky
2013-05-03
Revert r181009.
Amara Emerson
2013-05-03
Remove some uneeded pseudos in the presence of the naked function attribute.
Reed Kotler
2013-05-03
[PowerPC] Avoid using '$' in generated assembler code
Ulrich Weigand
2013-05-03
[PowerPC] Parse platform-specifc variant kinds in AsmParser
Ulrich Weigand
2013-05-03
[PowerPC] Add some Book II instructions to AsmParser
Ulrich Weigand
2013-05-03
[PowerPC] Support extended mnemonics in AsmParser
Ulrich Weigand
2013-05-03
[PowerPC] Add assembler parser
Ulrich Weigand
2013-05-03
Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...
Shuxin Yang
2013-05-03
[mips] Split the DSP control register and define one register for each field of
Akira Hatanaka
2013-05-03
LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...
Nadav Rotem
2013-05-03
R600: Expand vector or, shl, srl, and xor nodes
Tom Stellard
2013-05-03
R600: BFI_INT is a vector-only instruction
Tom Stellard
2013-05-03
R600: Add pattern for SHA-256 Ma function
Tom Stellard
2013-05-03
R600: Clean up comments in Processors.td
Tom Stellard
2013-05-03
RegionInfo: Do not crash if unreachable block is found
Tobias Grosser
2013-05-03
[SystemZ] Add MCJIT support
Richard Sandiford
2013-05-03
[SystemZ] Support System Z as host architecture
Ulrich Weigand
2013-05-03
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-05-03
X86: Add target description for btver2; make autodetection logic aware of AVX.
Benjamin Kramer
2013-05-03
Unbreaking the non-x86 build bots by protecting the AVX test code properly.
Aaron Ballman
2013-05-03
Correctly testing for AVX support in x86 based off code from Hosts.cpp.
Aaron Ballman
2013-05-03
Fix missing include in Hexagon code for Release+Asserts
Reid Kleckner
2013-05-03
In MC asm parsing, account for the possibility of whitespace within
John McCall
2013-05-02
[mips] Handle reading, writing or copying of ccond field of DSP control
Akira Hatanaka
2013-05-02
reverting r180953
Jyotsna Verma
2013-05-02
R600: Signed literals are 64bits wide
Vincent Lejeune
2013-05-02
R600: If previous bundle is dot4, PV valid chan is always X
Vincent Lejeune
2013-05-02
R600: Improve asmPrint of ALU clause
Vincent Lejeune
2013-05-02
R600: Prettier asmPrint of Alu
Vincent Lejeune
2013-05-02
Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.
Jyotsna Verma
2013-05-02
[GV] Remove dead code which is really difficult to decipher.
Shuxin Yang
2013-05-02
Hexagon - Add peephole optimizations for zero extends.
Pranav Bhandarkar
2013-05-02
[mips] Fix the head Mips16RegisterInfo.cpp comment
Richard Sandiford
[next]