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
*
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...
Kostya Serebryany
2012-11-28
2
-25
/
+26
*
Add back support for reading and parsing 'deplibs'.
Bill Wendling
2012-11-28
5
-0
/
+34
*
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
2
-56
/
+222
*
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
Andrew Trick
2012-11-28
2
-2
/
+2
*
misched: better alias analysis.
Andrew Trick
2012-11-28
1
-2
/
+3
*
misched: Debug output fix. Use an always valid iterator.
Andrew Trick
2012-11-28
1
-1
/
+1
*
BBVectorize: Correctly merge SubclassOptionalData
Hal Finkel
2012-11-28
1
-0
/
+1
*
Add brief support for the fission .debug_info.dwo section for
Eric Christopher
2012-11-28
1
-0
/
+5
*
Add comments.
Eric Christopher
2012-11-28
1
-0
/
+4
*
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-28
4
-12
/
+12
*
Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.
Jakob Stoklund Olesen
2012-11-28
3
-691
/
+659
*
Move Target{Instr,Register}Info.cpp into lib/CodeGen.
Jakob Stoklund Olesen
2012-11-28
4
-2
/
+2
*
Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...
Andrew Kaylor
2012-11-28
3
-1
/
+1
*
Revert r168630, r168631, and r168633 as these are causing nightly test failures.
Chad Rosier
2012-11-28
4
-2
/
+4
*
This patch makes medium code model the default for 64-bit PowerPC ELF.
Bill Schmidt
2012-11-27
1
-0
/
+5
*
Attempt to make the comments for dwarf debug look more like
Eric Christopher
2012-11-27
2
-274
/
+200
*
Reapply section moving, make sure string section is output last.
Eric Christopher
2012-11-27
1
-24
/
+54
*
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
1
-9
/
+7
*
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
1
-2
/
+4
*
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
1
-5
/
+6
*
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-27
2
-0
/
+227
*
Modified depends() to recognize that when all levels are "=" and
Preston Briggs
2012-11-27
1
-1
/
+16
*
CSE: allow PerformTrivialCoalescing to check copies across basic block
Manman Ren
2012-11-27
1
-2
/
+0
*
instcombine: Don't replace all uses for instructions with no uses
Meador Inge
2012-11-27
1
-1
/
+1
*
Remove duplicated #includes.
Jakub Staszak
2012-11-27
1
-4
/
+0
*
SCEV: Even if the latch terminator is foldable we can't deduce the result of ...
Benjamin Kramer
2012-11-27
1
-3
/
+4
*
X86: do not fold load instructions such as [V]MOVS[S|D] to other instructions
Manman Ren
2012-11-27
1
-0
/
+15
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
8
-10
/
+235
*
Never use .lcomm on platforms where it does not accept an alignment
Ulrich Weigand
2012-11-27
1
-2
/
+7
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
12
-123
/
+0
*
tsan: instrument atomic nand operation
Dmitry Vyukov
2012-11-27
1
-0
/
+2
*
Revert rearrangement of debug info sections to unblock the bots
Eric Christopher
2012-11-27
1
-59
/
+26
*
Modify depends(Src, Dst, PossiblyLoopIndependent).
Preston Briggs
2012-11-27
1
-0
/
+3
*
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
2
-98
/
+95
*
Remove unneeded #include.
Jakub Staszak
2012-11-27
1
-1
/
+0
*
The section is .debug_line.
Eric Christopher
2012-11-27
1
-1
/
+1
*
Remove unneeded #include.
Jakub Staszak
2012-11-27
1
-1
/
+0
*
llvm/CodeGen: Remove empty files in r168659.
NAKAMURA Takumi
2012-11-27
1
-0
/
+0
*
Code pretification
Joe Abbey
2012-11-27
1
-8
/
+8
*
Remove unused forward declaration.
Jakub Staszak
2012-11-27
1
-1
/
+0
*
Remove unused MachineLoopRanges analysis.
Jakub Staszak
2012-11-27
4
-149
/
+0
*
[arm fast-isel] Appease the machine verifier by using the proper register
Chad Rosier
2012-11-27
1
-4
/
+10
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
1
-24
/
+55
*
Fast-math optimization: fold multiply by zero
Michael Ilseman
2012-11-27
1
-0
/
+39
*
Fast-math flags for the bitcode
Michael Ilseman
2012-11-27
2
-0
/
+27
*
Fast-math flags for LLVM IR parsing and printing
Michael Ilseman
2012-11-27
5
-4
/
+54
*
Make comment names match function names.
Eric Christopher
2012-11-27
1
-3
/
+3
*
Add in sections for the fission case (no change so incorrect) and
Eric Christopher
2012-11-27
1
-1
/
+32
*
Fast-math interfaces for Instructions
Michael Ilseman
2012-11-27
1
-0
/
+84
*
Reorder section output ordering.
Eric Christopher
2012-11-27
1
-25
/
+27
[next]