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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...
Kostya Serebryany
2012-11-28
2
-1
/
+3
*
Add back support for reading and parsing 'deplibs'.
Bill Wendling
2012-11-28
1
-0
/
+3
*
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
1
-21
/
+87
*
misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.
Andrew Trick
2012-11-28
1
-0
/
+0
*
Add brief support for the fission .debug_info.dwo section for
Eric Christopher
2012-11-28
1
-0
/
+7
*
Rearrange ordering of sections.
Eric Christopher
2012-11-28
1
-9
/
+10
*
Move and comment accessor routines.
Eric Christopher
2012-11-28
1
-12
/
+15
*
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-28
1
-3
/
+0
*
Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.
Jakob Stoklund Olesen
2012-11-28
1
-102
/
+27
*
Fix comment formatting in RuntimeDyld.h
Andrew Kaylor
2012-11-27
1
-23
/
+21
*
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-27
1
-0
/
+176
*
Test commit only modifying comments
Pedro Artigas
2012-11-27
1
-3
/
+3
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
2
-2
/
+7
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
2
-25
/
+0
*
Make PrintReg constructor explicit to prevent weird implicit conversions from...
Craig Topper
2012-11-27
1
-1
/
+2
*
llvm/CodeGen: Remove empty files in r168659.
NAKAMURA Takumi
2012-11-27
1
-0
/
+0
*
Remove unused MachineLoopRanges analysis.
Jakub Staszak
2012-11-27
3
-116
/
+0
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
4
-9
/
+10
*
Fast-math optimization: fold multiply by zero
Michael Ilseman
2012-11-27
1
-0
/
+9
*
Fast-math flags for the bitcode
Michael Ilseman
2012-11-27
1
-0
/
+10
*
Fast-math interfaces for Instructions
Michael Ilseman
2012-11-27
1
-0
/
+51
*
Fast-math flags added to FPMathOperator.
Michael Ilseman
2012-11-27
1
-0
/
+116
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
4
-10
/
+9
*
Decouple MCInstBuilder from the streamer per Eli's request.
Benjamin Kramer
2012-11-26
1
-4
/
+2
*
Add MCInstBuilder, a utility class to simplify MCInst creation similar to Mac...
Benjamin Kramer
2012-11-26
1
-0
/
+70
*
Code Custodian:
Joe Abbey
2012-11-25
4
-71
/
+72
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
2
-5
/
+25
*
Further cleanups. Thanks for Sean Silva for noticing it.
Rafael Espindola
2012-11-25
1
-24
/
+12
*
Add an extra slash so doxygen comments will be properly recognized.
Craig Topper
2012-11-25
1
-13
/
+13
*
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-11-24
1
-0
/
+7
*
Change the representation of MCCFIInstruction.
Rafael Espindola
2012-11-24
1
-42
/
+35
*
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
1
-16
/
+16
*
Move a bit of duplicated code into a helper function.
Rafael Espindola
2012-11-24
1
-0
/
+1
*
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-24
1
-16
/
+88
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
2
-2
/
+3
*
Remove unused parameter Penalty from the BoundsChecking pass.
Joey Gouly
2012-11-23
1
-3
/
+1
*
Add more functions to the target library information.
Meador Inge
2012-11-22
1
-0
/
+24
*
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-21
1
-1
/
+5
*
test commit: added a few comments
Preston Briggs
2012-11-21
1
-0
/
+10
*
removes a few "const" qualifiers
Sebastian Pop
2012-11-20
1
-9
/
+9
*
Remove some dead code.
Eric Christopher
2012-11-20
1
-19
/
+0
*
Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the
Chandler Carruth
2012-11-20
1
-1
/
+1
*
Fix physical register liveness calculations:
Tim Northover
2012-11-20
1
-4
/
+1
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
1
-12
/
+10
*
80-column and whitespace fixups.
Eric Christopher
2012-11-20
1
-43
/
+43
*
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
1
-0
/
+4
*
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
1
-2
/
+2
*
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-11-19
1
-4
/
+4
*
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
1
-0
/
+3
*
Some comment fixes.
Bob Wilson
2012-11-19
1
-5
/
+5
[next]