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
*
CMake: Don't run 'git svn' if there is no .git/svn directory.
Jim Grosbach
2012-12-10
1
-40
/
+42
*
This patch adds statistics for other non-DWARF fragments emitted by
Eli Bendersky
2012-12-10
1
-2
/
+13
*
Use GetUnderlyingObjects in misched
Hal Finkel
2012-12-10
2
-92
/
+244
*
Fix funky copy-pasted grammatical error.
Sean Silva
2012-12-10
1
-9
/
+9
*
Revert "Make '-mtune=x86_64' assume fast unaligned memory accesses."
Chandler Carruth
2012-12-10
1
-2
/
+1
*
Make '-mtune=x86_64' assume fast unaligned memory accesses.
Chandler Carruth
2012-12-10
1
-1
/
+2
*
Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.
Chandler Carruth
2012-12-10
1
-1
/
+1
*
Address a FIXME and update the fast unaligned memory feature for newer
Chandler Carruth
2012-12-10
2
-13
/
+21
*
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
2012-12-10
4
-219
/
+504
*
Teach DAG combine to handle vector add/sub with vectors of all 0s.
Craig Topper
2012-12-10
3
-5
/
+15
*
[CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE.
NAKAMURA Takumi
2012-12-10
1
-2
/
+1
*
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-10
5
-5
/
+7
*
Revert to old behavior until linker can pass export-dynamic option.
Bill Wendling
2012-12-10
1
-1
/
+6
*
Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.
Chandler Carruth
2012-12-10
3
-9
/
+33
*
Documentation: convert ReleaseNotes.html to reST.
Dmitri Gribenko
2012-12-09
5
-881
/
+571
*
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...
Michael Ilseman
2012-12-09
8
-79
/
+80
*
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
5
-2
/
+936
*
Have the bitcode reader/writer just use FPMathOperator's fast math enum directly
Michael Ilseman
2012-12-09
3
-20
/
+10
*
test commit.
Paul Redmond
2012-12-09
1
-1
/
+1
*
So many people have touched this, it doesn't make sense to ascribe authorship...
Chris Lattner
2012-12-09
1
-3
/
+0
*
Use m_OneUse pattern instead of hasOneUse() method.
Jakub Staszak
2012-12-09
1
-7
/
+4
*
docs: Convert GarbageCollection.html to reST
Sean Silva
2012-12-09
3
-1392
/
+1055
*
Remove trailing spaces.
Jakub Staszak
2012-12-09
1
-80
/
+80
*
Documentation: HowToReleaseLLVM.rst: remove trailing whitespace.
Dmitri Gribenko
2012-12-09
1
-18
/
+18
*
Documentation: don't create TOCs manually.
Dmitri Gribenko
2012-12-09
1
-81
/
+4
*
Switch SROA to pop Uses off the back of its visitors' queues.
Chandler Carruth
2012-12-09
1
-10
/
+8
*
Drop the address space limit for tests in the makefile build.
Benjamin Kramer
2012-12-09
1
-2
/
+4
*
Remove extra blank line.
Craig Topper
2012-12-09
1
-1
/
+0
*
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-09
8
-21
/
+680
*
Teach DAG combine to handle vector logical operations with vectors of all 1s ...
Craig Topper
2012-12-08
4
-23
/
+51
*
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-08
8
-633
/
+21
*
Simplify code. Sort includes. No functionality change.
Benjamin Kramer
2012-12-08
1
-6
/
+6
*
Fix Windows build breakage.
Logan Chien
2012-12-08
1
-2
/
+1
*
Fix an inadvertent typo error.
Shuxin Yang
2012-12-08
1
-1
/
+1
*
Fix a use-after-free bug found by ASan. You can't assign a temporary
Chandler Carruth
2012-12-08
1
-2
/
+3
*
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-08
5
-3
/
+21
*
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-12-07
3
-10
/
+31
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
38
-214
/
+214
*
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
4
-17
/
+23
*
When we use the BLEND instruction that uses the MSB as a mask, we can remove
Nadav Rotem
2012-12-07
3
-3
/
+8
*
Remove trailing whitespace
Michael Ilseman
2012-12-07
1
-22
/
+22
*
In hexagon convertToHardwareLoop, don't deref end() iterator
Matthew Curtis
2012-12-07
2
-8
/
+15
*
Mark ImmutableMap::remove/add() const.
Ted Kremenek
2012-12-07
1
-2
/
+2
*
Fixed some grammar and punctuation error.
John Criswell
2012-12-07
1
-5
/
+5
*
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
7
-99
/
+102
*
X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.
Nadav Rotem
2012-12-07
4
-8
/
+9
*
Add separate statistics for Data and Inst fragments emitted during relaxation.
Eli Bendersky
2012-12-07
2
-5
/
+6
*
Some common functionality from WinCOFFStreamer::EmitAssignment can be now
Eli Bendersky
2012-12-07
1
-3
/
+1
*
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
7
-29
/
+6
*
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
19
-39
/
+515
[next]