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
...
*
RelocVisitor::visit(): Set hasError in the default path.
NAKAMURA Takumi
2013-01-26
1
-0
/
+1
*
fix use of std::std. it's ordered set.
Reed Kotler
2013-01-26
1
-3
/
+3
*
DWARFDebugLine.cpp: Fix true path. Did you forget "return true" here?
NAKAMURA Takumi
2013-01-26
1
-0
/
+2
*
Add DIContext::getLineInfoForAddressRange() function and test. This function...
Andrew Kaylor
2013-01-26
8
-8
/
+191
*
Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib...
Bill Wendling
2013-01-26
3
-69
/
+75
*
A port of the Visual Studio 2012 debugger visualizers for common LLVM and cla...
Aaron Ballman
2013-01-25
1
-0
/
+181
*
llvm/test/CMakeLists.txt: Add a dependency to llvm-rtdyld in check-llvm.
NAKAMURA Takumi
2013-01-25
1
-0
/
+1
*
Remove unused variables, silences -Wunused-variable
Dmitri Gribenko
2013-01-25
1
-4
/
+2
*
Remove dead method.
Bill Wendling
2013-01-25
2
-12
/
+0
*
Remove some introspection functions.
Bill Wendling
2013-01-25
10
-94
/
+143
*
Initial implementation of PPCTargetTransformInfo
Hal Finkel
2013-01-25
7
-0
/
+277
*
Fix a warning in the new DWARFheader. Add a new line at the end of the file.
Nadav Rotem
2013-01-25
1
-1
/
+2
*
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
13
-11
/
+137
*
Add file to CMakeLists (file added in r173505)
Dmitri Gribenko
2013-01-25
1
-0
/
+1
*
XFAIL close-stderr on win32
Reid Kleckner
2013-01-25
1
-0
/
+3
*
Set the +x bit on two batch scripts
Reid Kleckner
2013-01-25
2
-0
/
+0
*
Add parens to suppress an MSVC 2012 << precedence warning
Reid Kleckner
2013-01-25
1
-1
/
+1
*
FileCheck-ify some grep tests
Reid Kleckner
2013-01-25
3
-7
/
+10
*
Add an insert() method to MapVector. Adds the first MapVector unit test.
Nick Lewycky
2013-01-25
2
-0
/
+54
*
In this patch, we teach X86_64TargetMachine that it has a ILP32
Eli Bendersky
2013-01-25
6
-22
/
+82
*
Add back a RUN line removed by mistake by a previous commit
Eli Bendersky
2013-01-25
1
-0
/
+1
*
Add instruction encodings / disassembly support for l4r instructions.
Richard Osborne
2013-01-25
4
-18
/
+94
*
LoopVectorize: Refactor the code that vectorizes loads/stores to remove dupli...
Nadav Rotem
2013-01-25
1
-145
/
+113
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
6
-8
/
+8
*
Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,
Eli Bendersky
2013-01-25
41
-45
/
+44
*
Use const reference instead of vector copying.
Jakub Staszak
2013-01-25
1
-1
/
+2
*
Add an accessor method to get the slot's index. This will limit the use of At...
Bill Wendling
2013-01-25
4
-12
/
+25
*
Use the correct format in the STW / SETPSC instruction names.
Richard Osborne
2013-01-25
3
-9
/
+9
*
Fix order of operands for crc8_l4r
Richard Osborne
2013-01-25
4
-27
/
+48
*
When encountering an unknown file format, ObjectFile::createObjectFile should
Eli Bendersky
2013-01-25
2
-1
/
+8
*
This is no trule.
David Blaikie
2013-01-25
1
-1
/
+1
*
Improve the !add TableGen test case.
Hal Finkel
2013-01-25
1
-0
/
+3
*
Add command-line flags for DWARF dumping.
Eli Bendersky
2013-01-25
5
-65
/
+131
*
Add instruction encodings / disassembly support for l5r instructions.
Richard Osborne
2013-01-25
4
-12
/
+66
*
Fixed typo.
Michael Gottesman
2013-01-25
1
-2
/
+2
*
Fix order of operands for l5r instructions.
Richard Osborne
2013-01-25
2
-18
/
+22
*
Use correct mnemonic / instruction name for ldivu.
Richard Osborne
2013-01-25
1
-4
/
+3
*
LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
2013-01-25
1
-26
/
+17
*
added ability to dynamically change the ExportList of an already
Pedro Artigas
2013-01-25
1
-0
/
+10
*
Added new section to the git-svn getting started section that provides a
Michael Gottesman
2013-01-25
1
-0
/
+28
*
LoopVectorizer: Refactor more code to use the IRBuilder.
Nadav Rotem
2013-01-25
1
-24
/
+25
*
Use xcrun to find the right compiler when building llvmCore. <rdar://12801151>
Bob Wilson
2013-01-25
1
-0
/
+3
*
Refactor some code to use the IRBuilder.
Nadav Rotem
2013-01-25
1
-20
/
+21
*
Rename variable to be more comprehensible and follow naming convention
Eli Bendersky
2013-01-25
1
-4
/
+4
*
APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...
Benjamin Kramer
2013-01-25
2
-0
/
+32
*
Disable MSVC's warning about noreturn destructors
Reid Kleckner
2013-01-25
1
-0
/
+1
*
Fix MSVC 2012 warning about a 32-bit shift that should be 64-bit
Reid Kleckner
2013-01-25
1
-2
/
+2
*
[msan] A comment on ICmp handling logic.
Evgeniy Stepanov
2013-01-25
1
-0
/
+3
*
[msan] Implement exact shadow propagation for relational ICmp.
Evgeniy Stepanov
2013-01-25
2
-3
/
+101
*
This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,
Preston Gurd
2013-01-25
2
-9
/
+9
[prev]
[next]