index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a performance bug in the Linker.
Rafael Espindola
2013-05-04
2
-11
/
+25
*
Implement Linker::LinkModules with Linker::linkInModule.
Rafael Espindola
2013-05-04
1
-8
/
+9
*
Now that Linker.cpp is almost empty, merge it into LinkModules.cpp.
Rafael Espindola
2013-05-04
3
-37
/
+9
*
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
3
-79
/
+23
*
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
3
-13
/
+2
*
Don't store the context in the Linker.
Rafael Espindola
2013-05-04
2
-3
/
+0
*
Remove unused members and constructor arguments.
Rafael Espindola
2013-05-04
3
-20
/
+9
*
Add missing header.
Rafael Espindola
2013-05-04
1
-0
/
+1
*
Delete dead code from the linker.
Rafael Espindola
2013-05-04
2
-64
/
+0
*
Use consistent function names.
Krzysztof Parzyszek
2013-05-04
3
-3
/
+3
*
Tabs to spaces. No functionality change.
Nick Lewycky
2013-05-04
1
-3
/
+3
*
Revert r181009.
Amara Emerson
2013-05-03
10
-606
/
+140
*
Remove some uneeded pseudos in the presence of the naked function attribute.
Reed Kotler
2013-05-03
2
-2
/
+37
*
Delete test instead.
Amara Emerson
2013-05-03
1
-47
/
+0
*
Temporarily disable failing test.
Amara Emerson
2013-05-03
1
-0
/
+1
*
Remove this hack. We can support this better with function attributes.
Bill Wendling
2013-05-03
1
-1
/
+1
*
[PowerPC] Avoid using '$' in generated assembler code
Ulrich Weigand
2013-05-03
1
-2
/
+2
*
[PowerPC] Parse platform-specifc variant kinds in AsmParser
Ulrich Weigand
2013-05-03
2
-0
/
+129
*
[PowerPC] Add some Book II instructions to AsmParser
Ulrich Weigand
2013-05-03
3
-0
/
+75
*
[PowerPC] Support extended mnemonics in AsmParser
Ulrich Weigand
2013-05-03
3
-0
/
+473
*
[PowerPC] Add assembler parser
Ulrich Weigand
2013-05-03
15
-16
/
+2147
*
Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper func...
Shuxin Yang
2013-05-03
1
-169
/
+194
*
[mips] Split the DSP control register and define one register for each field of
Akira Hatanaka
2013-05-03
6
-199
/
+261
*
LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...
Nadav Rotem
2013-05-03
2
-20
/
+77
*
R600: Expand vector or, shl, srl, and xor nodes
Tom Stellard
2013-05-03
5
-0
/
+60
*
R600: BFI_INT is a vector-only instruction
Tom Stellard
2013-05-03
1
-1
/
+1
*
R600: Add pattern for SHA-256 Ma function
Tom Stellard
2013-05-03
4
-0
/
+35
*
R600: Clean up comments in Processors.td
Tom Stellard
2013-05-03
1
-5
/
+1
*
Autoconf: Compile cxxabi.h in C++ mode.
Benjamin Kramer
2013-05-03
2
-6
/
+448
*
RegionInfo: Do not crash if unreachable block is found
Tobias Grosser
2013-05-03
2
-1
/
+31
*
CMake: cxxabi.h is only available to C++ compilers, use the right check macro.
Benjamin Kramer
2013-05-03
1
-1
/
+2
*
Remove comment that no target supports 128-bit IEEE floats
Richard Sandiford
2013-05-03
1
-5
/
+5
*
[SystemZ] Add MCJIT support
Richard Sandiford
2013-05-03
4
-0
/
+113
*
[SystemZ] Support System Z as host architecture
Ulrich Weigand
2013-05-03
1
-0
/
+9
*
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-03
11
-140
/
+652
*
[SystemZ] Add ELF relocation support
Richard Sandiford
2013-05-03
3
-0
/
+165
*
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-05-03
2
-0
/
+9
*
X86: Add target description for btver2; make autodetection logic aware of AVX.
Benjamin Kramer
2013-05-03
2
-4
/
+14
*
Added pocl and TCE blurbs to the ReleaseNotes.
Pekka Jaaskelainen
2013-05-03
1
-0
/
+36
*
Unbreaking the non-x86 build bots by protecting the AVX test code properly.
Aaron Ballman
2013-05-03
1
-0
/
+4
*
Correctly testing for AVX support in x86 based off code from Hosts.cpp.
Aaron Ballman
2013-05-03
1
-1
/
+18
*
[mips] Remove "Commutative" from property list of non-commutative intrinsics.
Akira Hatanaka
2013-05-03
1
-8
/
+8
*
Fix missing include in Hexagon code for Release+Asserts
Reid Kleckner
2013-05-03
1
-0
/
+1
*
In MC asm parsing, account for the possibility of whitespace within
John McCall
2013-05-03
2
-19
/
+24
*
[mips] Handle reading, writing or copying of ccond field of DSP control
Akira Hatanaka
2013-05-02
4
-1
/
+80
*
Remove redundant flag.
Bill Wendling
2013-05-02
1
-1
/
+1
*
reverting r180953
Jyotsna Verma
2013-05-02
5
-305
/
+404
*
R600: Signed literals are 64bits wide
Vincent Lejeune
2013-05-02
2
-3
/
+168
*
R600: If previous bundle is dot4, PV valid chan is always X
Vincent Lejeune
2013-05-02
2
-38
/
+295
*
R600: Add a test to check that use_kill is emitted
Vincent Lejeune
2013-05-02
1
-0
/
+1
[next]