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
*
First version of Polly release notes for 3.2
Tobias Grosser
2012-11-19
1
-5
/
+14
*
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
3
-115
/
+118
*
Some comment fixes.
Bob Wilson
2012-11-19
2
-6
/
+6
*
Move else onto line with preceding closing brace.
Craig Topper
2012-11-19
1
-2
/
+1
*
Remove the last bit of constant folding from LinearizeExprTree (most of it was
Duncan Sands
2012-11-18
1
-11
/
+0
*
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
Duncan Sands
2012-11-18
2
-6
/
+43
*
SystemLibrary.rst: remove reference to a bug that was closed long time ago
Dmitri Gribenko
2012-11-18
1
-5
/
+0
*
Documentation: convert SystemLibrary documentation to reST
Dmitri Gribenko
2012-11-18
3
-318
/
+258
*
Documentation: remove a copy of the FileCheck man page from TestingGuide
Dmitri Gribenko
2012-11-18
1
-194
/
+4
*
Documentation: use a :doc: link instead of an absolute http:// link.
Dmitri Gribenko
2012-11-18
1
-2
/
+2
*
Documentation: fix broken link.
Dmitri Gribenko
2012-11-18
1
-2
/
+2
*
Use a full triple for a PPC test case for asm syntax.
Andrew Trick
2012-11-18
1
-3
/
+3
*
MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...
NAKAMURA Takumi
2012-11-18
8
-7
/
+20
*
test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.
NAKAMURA Takumi
2012-11-18
1
-36
/
+36
*
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-11-18
2
-1
/
+18
*
docs: CodingStandards should follow the coding standards.
Sean Silva
2012-11-17
1
-20
/
+20
*
Bump sphinx config to 3.3.
Benjamin Kramer
2012-11-17
1
-2
/
+2
*
Kick off 3.3 cycle for LLVM trunk.
Benjamin Kramer
2012-11-17
3
-13
/
+13
*
docs: Add link to HowToSetUpLLVMStyleRTTI
Sean Silva
2012-11-17
1
-1
/
+2
*
Typo
James Molloy
2012-11-17
1
-1
/
+1
*
Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...
James Molloy
2012-11-17
3
-0
/
+179
*
Plug a memory leak in the GCOV profiling emitter, which never released the ed...
Benjamin Kramer
2012-11-17
1
-5
/
+5
*
really fix permissions
Pawel Wodnicki
2012-11-17
1
-0
/
+0
*
fix permissions
Pawel Wodnicki
2012-11-17
1
-1
/
+1
*
adding whose code is it anywa tools
Pawel Wodnicki
2012-11-17
1
-0
/
+125
*
Removing utf-8 smart quote and trailing whitespace
Joe Abbey
2012-11-17
1
-2
/
+2
*
Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...
Joe Abbey
2012-11-17
1
-0
/
+12
*
Silence the buildbots for this test while I figure out the triple
Andrew Trick
2012-11-17
1
-2
/
+2
*
Broaden isSchedulingBoundary to check aliases of SP.
Andrew Trick
2012-11-17
2
-1
/
+35
*
Phi speculation improvement for BasicAA
Hal Finkel
2012-11-17
2
-3
/
+83
*
Per agreement with Doug, take ownership of Clang's libSema.
Richard Smith
2012-11-17
1
-1
/
+5
*
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...
Eli Friedman
2012-11-17
3
-0
/
+10
*
[fast-isel] Add the -verify-machineinstrs to these test cases. The remaining
Chad Rosier
2012-11-17
8
-15
/
+15
*
LoopVectorizer: Add initial support for pointer induction variables (for exam...
Nadav Rotem
2012-11-17
2
-35
/
+127
*
Initial implementation of MipsTargetLowering::isLegalAddressingMode.
Akira Hatanaka
2012-11-17
3
-0
/
+63
*
Rename methods like PairSRegs() to createSRegpairNode() to meet our coding
Weiming Zhao
2012-11-17
1
-40
/
+34
*
Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...
Evan Cheng
2012-11-17
2
-33
/
+67
*
Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).
Andrew Kaylor
2012-11-17
2
-2
/
+2
*
Claim ownership of MCJIT
Andrew Kaylor
2012-11-16
1
-0
/
+4
*
Add some basic support for the fission addr forms to DebugInfo.
Eric Christopher
2012-11-16
1
-0
/
+10
*
Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).
Andrew Kaylor
2012-11-16
7
-7
/
+7
*
Add constant definitions for fission dwarf attributes, forms, etc.
Eric Christopher
2012-11-16
1
-3
/
+26
*
Claim the driver.
Chad Rosier
2012-11-16
1
-1
/
+1
*
Remove default public copy ctors.
Benjamin Kramer
2012-11-16
1
-6
/
+0
*
Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).
Andrew Kaylor
2012-11-16
7
-0
/
+7
*
Remove trailing spaces.
Jakub Staszak
2012-11-16
1
-70
/
+70
*
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
8
-103
/
+227
*
Use array_pod_sort instead of std::sort.
Andrew Trick
2012-11-16
1
-41
/
+36
*
typo
Andrew Trick
2012-11-16
1
-3
/
+3
*
Add myself as owner of XCore Backend.
Richard Osborne
2012-11-16
1
-0
/
+4
[next]