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
*
Add some convenience methods for querying function attributes.
Bill Wendling
2013-02-18
1
-0
/
+8
*
X86FrameLowering.cpp: Fixup. Sorry for the breakage.
NAKAMURA Takumi
2013-02-18
1
-1
/
+1
*
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
10
-20
/
+18
*
X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2013-02-18
1
-2
/
+1
*
Remove a useless assert.
Chad Rosier
2013-02-18
1
-1
/
+0
*
Comment out the rdar number.
Chad Rosier
2013-02-18
1
-1
/
+1
*
[fast-isel] Remove an invalid assert.
Chad Rosier
2013-02-18
2
-1
/
+7
*
Fix a 32/64 bit incompatibility in the HiPE prologue generation.
Benjamin Kramer
2013-02-18
1
-1
/
+1
*
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-18
5
-5
/
+236
*
[ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.
Chad Rosier
2013-02-18
1
-2
/
+1
*
Use llvm::cast instead of reinterpret_cast.
Jakub Staszak
2013-02-18
1
-8
/
+8
*
Add front/back/erase to MapVector.
Douglas Gregor
2013-02-18
1
-0
/
+15
*
R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern
Vincent Lejeune
2013-02-18
8
-23
/
+34
*
R600: Support for TBO
Vincent Lejeune
2013-02-18
3
-1
/
+58
*
R600: Increase number of ArrayBase Reg to 32
Vincent Lejeune
2013-02-18
1
-2
/
+2
*
[asan] revert r175266 as it breaks code with packed structures. supporting lo...
Kostya Serebryany
2013-02-18
2
-2
/
+2
*
Futureproof AttrBuild if we ever have more than 64 attr enum values.
Benjamin Kramer
2013-02-18
2
-19
/
+17
*
Revert CMake version bump since we don't actually need 2.8.6 any more.
Tim Northover
2013-02-18
1
-1
/
+1
*
Note minimum required version of CMake
Tim Northover
2013-02-18
1
-1
/
+1
*
AArch64: adjust tests which rely on a default JIT
Tim Northover
2013-02-18
3
-2
/
+14
*
Add `unsigned DISubprogram::getFlags() const` for DragonEgg.
David Blaikie
2013-02-18
1
-0
/
+4
*
Add `DIFile DISubprogram::getFile() const` for DragonEgg.
David Blaikie
2013-02-18
1
-0
/
+4
*
DIBuilder: Correct the null/0 type of trailing fields in struct debug info.
David Blaikie
2013-02-18
1
-2
/
+2
*
DIBuilder: Add function and method definitions to the list of all subprograms
David Blaikie
2013-02-18
1
-1
/
+4
*
[ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...
NAKAMURA Takumi
2013-02-18
1
-0
/
+1
*
Narrow the return types of a few DIBuilder utility functions.
David Blaikie
2013-02-18
2
-64
/
+64
*
Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.
Reed Kotler
2013-02-18
2
-0
/
+104
*
Expand pseudo/macro BteqzT8SltuX16 . There is no test case because
Reed Kotler
2013-02-18
2
-0
/
+7
*
Expand pseudo/macro BteqzT8SltX16.
Reed Kotler
2013-02-18
2
-0
/
+101
*
Expand macro/pseudo BteqzT8CmpX16.
Reed Kotler
2013-02-18
2
-0
/
+99
*
Spelling corrections
Alex Rosenberg
2013-02-18
1
-26
/
+26
*
Beginning of expanding all current mips16 macro/pseudo instruction sequences.
Reed Kotler
2013-02-18
4
-3
/
+129
*
X86: Add a note.
Benjamin Kramer
2013-02-17
1
-0
/
+9
*
[XCore] Add missing 2r instructions.
Richard Osborne
2013-02-17
4
-1
/
+44
*
[XCore] Add TSETR instruction.
Richard Osborne
2013-02-17
4
-1
/
+37
*
[XCore] Add missing u10 / lu10 instructions.
Richard Osborne
2013-02-17
2
-1
/
+24
*
[XCore] Add missing u6 / lu6 instructions.
Richard Osborne
2013-02-17
2
-2
/
+54
*
Return false instead of 0.
Jakub Staszak
2013-02-17
1
-1
/
+1
*
Force a cpu for test. It failed on atom due to different scheduling decisions.
Benjamin Kramer
2013-02-17
1
-1
/
+1
*
AArch64: Avoid shifts by 64, that's undefined behavior.
Benjamin Kramer
2013-02-17
1
-3
/
+3
*
Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
2013-02-17
2
-0
/
+53
*
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-17
2
-4
/
+105
*
Make the visibility of LLVMPPCCompilationCallback work with GCC.
Benjamin Kramer
2013-02-17
1
-1
/
+1
*
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
3
-21
/
+18
*
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
2
-2
/
+2
*
Fix a conversion from a forward iterator to a reverse iterator in
Cameron Zwarich
2013-02-17
1
-6
/
+7
*
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-17
3
-0
/
+80
*
The transform is:
Bill Wendling
2013-02-16
3
-23
/
+26
*
Clean up mips16 td file in preparation for massive pseudo lowering work.
Reed Kotler
2013-02-16
1
-71
/
+68
*
Documentation: correct syntax (one missing comma, one extra comma)
Dmitri Gribenko
2013-02-16
1
-2
/
+2
[next]