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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
84
-173
/
+170
*
Give scalar if-converted blocks half the score because they are not always ex...
Nadav Rotem
2012-12-04
1
-5
/
+5
*
Add a comment about the requirement that the Windows.h header be last.
Chandler Carruth
2012-12-04
1
-0
/
+2
*
Add a 'count' field to the DWARF subrange.
Bill Wendling
2012-12-04
2
-3
/
+7
*
Add the last part that is needed for vectorization of if-converted code.
Nadav Rotem
2012-12-04
1
-162
/
+251
*
[asan] add experimental -asan-realign-stack option (true by default, which do...
Kostya Serebryany
2012-12-04
1
-2
/
+7
*
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-12-04
3
-0
/
+7
*
Move all operand definitions into HexagonOperands.td
Jyotsna Verma
2012-12-04
2
-53
/
+57
*
Move generic Hexagon subtarget information into Hexagon.td
Jyotsna Verma
2012-12-04
2
-64
/
+101
*
rdar://12329730 (2nd part, revised)
Shuxin Yang
2012-12-04
1
-1
/
+2
*
ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...
Alexey Samsonov
2012-12-04
1
-3
/
+108
*
Simplify code. No functionality change.
Jakub Staszak
2012-12-04
1
-3
/
+1
*
Stack Alignment: when creating stack objects in MachineFrameInfo, make sure
Manman Ren
2012-12-04
1
-1
/
+24
*
Use dyn_cast instead of isa and cast. No functionality change.
Jakub Staszak
2012-12-04
1
-4
/
+4
*
LoopVectorize.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-12-04
1
-2
/
+2
*
Fix whitespace.
NAKAMURA Takumi
2012-12-04
1
-4
/
+3
*
Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks.
Jakob Stoklund Olesen
2012-12-04
2
-270
/
+0
*
Remove VirtRegMap::getRegAllocPref().
Jakob Stoklund Olesen
2012-12-04
1
-11
/
+0
*
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
2
-1
/
+10
*
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-04
1
-0
/
+44
*
RuntimeDyld: Fix up r169178. MSVC doesn't like "or".
NAKAMURA Takumi
2012-12-04
2
-2
/
+2
*
rdar://12329730 (2nd part)
Shuxin Yang
2012-12-04
2
-1
/
+90
*
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
2
-1
/
+10
*
Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.
Akira Hatanaka
2012-12-03
3
-3
/
+4
*
Classic JIT is still being supported by MIPS, along with MCJIT.
Akira Hatanaka
2012-12-03
3
-11
/
+24
*
Minor tweaking to SmallVector static size.
Michael Ilseman
2012-12-03
1
-1
/
+1
*
minor renaming, documentation and cleanups.
Nadav Rotem
2012-12-03
1
-25
/
+21
*
Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead
Akira Hatanaka
2012-12-03
1
-103
/
+0
*
Use the new getRegAllocationHints() hook from AllocationOrder.
Jakob Stoklund Olesen
2012-12-03
2
-79
/
+49
*
constify the cost API
Nadav Rotem
2012-12-03
1
-7
/
+7
*
IF-conversion: teach the cost-model how to grade if-converted loops.
Nadav Rotem
2012-12-03
1
-15
/
+26
*
Implement ARMBaseRegisterInfo::getRegAllocationHints().
Jakob Stoklund Olesen
2012-12-03
2
-0
/
+65
*
Define store instructions with base+immediate offset addressing mode
Jyotsna Verma
2012-12-03
2
-185
/
+78
*
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
2012-12-03
1
-55
/
+27
*
[Support][FileSystem] Fix open mode in resize_file on Windows.
Michael J. Spencer
2012-12-03
1
-1
/
+1
*
Revert the header sort on this file.
Michael J. Spencer
2012-12-03
1
-1
/
+1
*
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
3
-35
/
+6
*
Now that we have a basic if-conversion infrastructure we can rename the
Nadav Rotem
2012-12-03
1
-18
/
+18
*
Since this SmallVector immediately grows on the next line, don't waste stack ...
Michael Ilseman
2012-12-03
1
-1
/
+1
*
Add a new hook for providing register allocator hints more flexibly.
Jakob Stoklund Olesen
2012-12-03
1
-0
/
+38
*
Define load instructions with base+immediate offset addressing mode
Jyotsna Verma
2012-12-03
1
-203
/
+73
*
Add initial support for IF-conversion. This patch implements the first 1/3,
Nadav Rotem
2012-12-03
1
-134
/
+253
*
Define unsigned const-ext predicates.
Jyotsna Verma
2012-12-03
1
-0
/
+128
*
Removing unnecessary 'else' statement from the predicates defined in HexagonO...
Jyotsna Verma
2012-12-03
1
-48
/
+12
*
Add 'getInt64Field()' method to get the signed integer instead of unsigned.
Bill Wendling
2012-12-03
1
-0
/
+12
*
ASan: add blacklist file to ASan pass options. Clang patch for this will follow.
Alexey Samsonov
2012-12-03
1
-13
/
+22
*
Fix PR12942: Allow two CUs to be generated from the same source file.
Eli Bendersky
2012-12-03
4
-24
/
+33
*
Teach the jump threading optimization to stop scanning the basic block when c...
Nadav Rotem
2012-12-03
1
-5
/
+10
*
Revert r169039, "Aggregate pass execution time report by pass ID instead of p...
Jakob Stoklund Olesen
2012-12-03
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
582
-2655
/
+2627
[next]