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
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove VirtRegMap::getRegAllocPref().
Jakob Stoklund Olesen
2012-12-04
1
-3
/
+0
*
Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.
Jakob Stoklund Olesen
2012-12-04
1
-3
/
+1
*
Stack Alignment: move functions from header file MachineFrameInfo.h.
Manman Ren
2012-12-04
1
-24
/
+4
*
Add VirtRegMap::hasKnownPreference().
Jakob Stoklund Olesen
2012-12-03
1
-0
/
+5
*
minor renaming, documentation and cleanups.
Nadav Rotem
2012-12-03
1
-1
/
+1
*
[Support] Make FileOutputBuffer work on Windows.
Michael J. Spencer
2012-12-03
1
-32
/
+26
*
moves doInitialization and doFinalization to the Pass class and removes some ...
Pedro Artigas
2012-12-03
5
-35
/
+21
*
Add a getMemorySize() function for DenseSet.
Argyrios Kyrtzidis
2012-12-03
1
-0
/
+1
*
Add a new hook for providing register allocator hints more flexibly.
Jakob Stoklund Olesen
2012-12-03
1
-0
/
+21
*
Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.
Argyrios Kyrtzidis
2012-12-03
2
-16
/
+32
*
Add 'getInt64Field()' method to get the signed integer instead of unsigned.
Bill Wendling
2012-12-03
1
-0
/
+1
*
ASan: add blacklist file to ASan pass options. Clang patch for this will follow.
Alexey Samsonov
2012-12-03
1
-2
/
+5
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
178
-317
/
+302
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
7
-2
/
+10
*
Remove bugzilla link.
James Molloy
2012-12-01
1
-2
/
+1
*
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
1
-1
/
+6
*
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-30
1
-0
/
+4
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
11
-32
/
+32
*
Separate out the tests for whether the compiler suports R-value
Chandler Carruth
2012-11-30
2
-3
/
+15
*
More strict error checking in parseSpecifier + simplified code.
Patrik Hagglund
2012-11-30
1
-3
/
+3
*
Add the rest of the experimental fission sections to MC.
Eric Christopher
2012-11-30
1
-1
/
+16
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
2
-4
/
+4
*
Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
Jordan Rose
2012-11-30
2
-2
/
+17
*
Update comment for malloc being a library call now, rather than an instruction.
Dan Gohman
2012-11-29
1
-2
/
+2
*
copyFastMathFlags utility and test case
Michael Ilseman
2012-11-29
1
-0
/
+3
*
Whitespace.
Chad Rosier
2012-11-29
1
-1
/
+1
*
Fix 80-column violations.
Chad Rosier
2012-11-29
1
-6
/
+6
*
rdar://12100355 (part 1)
Shuxin Yang
2012-11-29
2
-1
/
+18
*
Fix a memory leak in MachOObjectFile.
Jim Grosbach
2012-11-29
1
-2
/
+2
*
Add options to AddressSanitizer passes to make them configurable by frontend.
Alexey Samsonov
2012-11-29
1
-2
/
+4
*
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
3
-10
/
+5
*
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-29
1
-0
/
+5
*
Initial commit of MemorySanitizer.
Evgeniy Stepanov
2012-11-29
2
-0
/
+3
*
Use MCPhysReg for RegisterClassInfo allocation orders.
Jakob Stoklund Olesen
2012-11-29
1
-3
/
+3
*
Add an MCPhysReg typedef to replace naked uint16_t.
Jakob Stoklund Olesen
2012-11-29
2
-13
/
+17
*
Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...
Shuxin Yang
2012-11-29
1
-1
/
+1
*
Fast-math: Extend IRBuilder to have settable FastMathFlags to create instruct...
Michael Ilseman
2012-11-28
1
-22
/
+43
*
Fast-math comments and convenience method
Michael Ilseman
2012-11-28
1
-0
/
+6
*
Make the LiveRegMatrix analysis available to targets.
Jakob Stoklund Olesen
2012-11-28
3
-0
/
+543
*
Add backreference matching capabilities to Support/Regex, with
Eli Bendersky
2012-11-28
1
-5
/
+10
*
[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
[next]