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
*
lli/RecordingMemoryManager: Free allocated sections in the destructor to sati...
NAKAMURA Takumi
2013-01-24
2
-1
/
+12
*
Revert r173342 temporarily. It appears to cause a very late miscompile
Chandler Carruth
2013-01-24
2
-47
/
+9
*
Plug TTI into the speculation logic, giving it a real cost interface
Chandler Carruth
2013-01-24
2
-9
/
+47
*
Address a large chunk of this FIXME by accumulating the cost for
Chandler Carruth
2013-01-24
2
-8
/
+48
*
Switch the constant expression speculation cost evaluation away from
Chandler Carruth
2013-01-24
2
-7
/
+36
*
Rephrase the speculating scan of the conditional BB to be phrased in
Chandler Carruth
2013-01-24
1
-19
/
+16
*
[asan] fix 32-bit builds
Kostya Serebryany
2013-01-24
1
-3
/
+3
*
Simplify the PHI node operand rewriting.
Chandler Carruth
2013-01-24
1
-42
/
+35
*
[asan] adaptive redzones for globals (the larger the global the larger is the...
Kostya Serebryany
2013-01-24
2
-3
/
+70
*
Give the basic block variables here names based on the if-then-end
Chandler Carruth
2013-01-24
1
-32
/
+33
*
Lift a cheap early exit test above loops and other complex early exit
Chandler Carruth
2013-01-24
1
-5
/
+5
*
Spiff up the comment on this method, making the example a bit more
Chandler Carruth
2013-01-24
1
-16
/
+35
*
MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...
NAKAMURA Takumi
2013-01-24
1
-0
/
+6
*
MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]
NAKAMURA Takumi
2013-01-24
1
-2
/
+2
*
MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-01-24
1
-3
/
+5
*
Remove trailing whitespace.
Craig Topper
2013-01-24
1
-134
/
+134
*
Add asserts to SmallVector so that calls to front() and back() only succeed
Richard Trieu
2013-01-24
1
-0
/
+4
*
The next phase of Mips16 hard float implementation.
Reed Kotler
2013-01-24
3
-36
/
+502
*
MachineScheduler: enable biasCriticalPath for all DAGs.
Andrew Trick
2013-01-24
1
-0
/
+4
*
MIsched: Added biasCriticalPath.
Andrew Trick
2013-01-24
2
-0
/
+19
*
[ELF] Add R_X86_64_IRELATIVE.
Michael J. Spencer
2013-01-24
1
-1
/
+2
*
Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.
Bill Wendling
2013-01-24
3
-7
/
+17
*
Cleanup the AttributeSetNodes that we create.
Bill Wendling
2013-01-24
1
-0
/
+7
*
Create a new class: AttributeSetNode.
Bill Wendling
2013-01-24
4
-1
/
+112
*
Push down the conversion of the alignment from the bit mask to a real number ...
Bill Wendling
2013-01-23
1
-4
/
+6
*
Remove dead methods.
Bill Wendling
2013-01-23
3
-29
/
+0
*
Fix small typo
Eli Bendersky
2013-01-23
1
-1
/
+1
*
R600: Add a llvm.R600.store.swizzle intrinsics
Tom Stellard
2013-01-23
3
-2
/
+31
*
R600: Simplify stream outputs intrinsic
Tom Stellard
2013-01-23
5
-47
/
+13
*
ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...
Benjamin Kramer
2013-01-23
1
-18
/
+15
*
ConstantFolding: Evaluate GEP indices in the index type.
Benjamin Kramer
2013-01-23
2
-5
/
+33
*
Add instruction encodings / disassembly support for l6r instructions.
Richard Osborne
2013-01-23
4
-6
/
+39
*
Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.
Chad Rosier
2013-01-23
1
-4
/
+4
*
Remove unused methods and ivars.
Bill Wendling
2013-01-23
1
-11
/
+0
*
Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...
Benjamin Kramer
2013-01-23
2
-1
/
+22
*
InstCombine: Clean up weird code that talks about a modulus that's long gone.
Benjamin Kramer
2013-01-23
1
-6
/
+1
*
Fix powerpc test failure - forgot to initialize stack slot size for PPCLinuxM...
Eli Bendersky
2013-01-23
1
-2
/
+3
*
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-23
7
-16
/
+15
*
NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...
Benjamin Kramer
2013-01-23
1
-3
/
+5
*
Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...
Anton Korobeynikov
2013-01-23
1
-3
/
+17
*
[asan] use ADD instead of OR when applying shadow offset of PowerPC. See http...
Kostya Serebryany
2013-01-23
1
-4
/
+15
*
Initialize the components of this class. Otherwise GCC thinks that Array may be
Duncan Sands
2013-01-23
1
-1
/
+2
*
llvm/unittests: Use OwningPtr to fix --vg-leak.
NAKAMURA Takumi
2013-01-23
4
-6
/
+11
*
IRTests/WaymarkTest.cpp: Fix in --vg-leak.
NAKAMURA Takumi
2013-01-23
1
-0
/
+2
*
IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...
NAKAMURA Takumi
2013-01-23
1
-0
/
+1
*
IRTests/IRBuilderTest.cpp: Let GV added to the module.
NAKAMURA Takumi
2013-01-23
1
-2
/
+2
*
IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...
NAKAMURA Takumi
2013-01-23
1
-6
/
+8
*
Untabify.
NAKAMURA Takumi
2013-01-23
1
-5
/
+5
*
Whitespace.
NAKAMURA Takumi
2013-01-23
1
-1
/
+1
*
DominatorTreeTest.cpp: Add the file header.
NAKAMURA Takumi
2013-01-23
1
-0
/
+9
[next]