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
*
remove some dead std::ostream using code.
Chris Lattner
2009-12-03
1
-2
/
+0
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
4
-2
/
+4
*
This initial code is meant to convert TargetData to use an AbstractTypesUser so
Bill Wendling
2009-12-03
1
-2
/
+1
*
Skeleton for MachineInstr level SSA updater.
Evan Cheng
2009-12-02
1
-0
/
+99
*
Factor the stack alignment calculations out into a target independent pass.
Jim Grosbach
2009-12-02
2
-1
/
+18
*
Add utility routine to create subprogram definition entry from subprogram dec...
Devang Patel
2009-12-01
1
-0
/
+4
*
Add edge source labels to SelectionDAG graphs, now that the graph printing
Dan Gohman
2009-12-01
1
-0
/
+5
*
Move PHIElimination::isLiveOut method to LiveVariables.
Jakob Stoklund Olesen
2009-12-01
1
-0
/
+5
*
typo
Gabor Greif
2009-12-01
1
-1
/
+1
*
demonstrate usage of Cases() mapping several strings to the same value; remov...
Gabor Greif
2009-12-01
1
-16
/
+16
*
Remove the gcc builtins from the intrinsics, we'll lower them
Eric Christopher
2009-12-01
1
-2
/
+2
*
Fix PR5614: parts of a physical register def may be killed the rest.
Evan Cheng
2009-12-01
1
-2
/
+7
*
Fix typos in comments.
Dan Gohman
2009-11-30
1
-2
/
+2
*
Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable
Bob Wilson
2009-11-30
1
-4
/
+0
*
Fix odd declaration.
Benjamin Kramer
2009-11-30
1
-1
/
+1
*
Remove forgotten ShortNames in Trie and CompilationGraph
Tobias Grosser
2009-11-30
1
-2
/
+1
*
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
3
-15
/
+23
*
Instantiate DefaultDOTGraphTraits
Tobias Grosser
2009-11-30
3
-24
/
+43
*
Do not point edge heads to source labels
Tobias Grosser
2009-11-30
1
-6
/
+2
*
Only print edgeSourceLabels if they are not empty
Tobias Grosser
2009-11-30
1
-13
/
+39
*
Small PostDominatorTree improvements
Tobias Grosser
2009-11-30
1
-1
/
+4
*
Remove ":" after BB name in -view-cfg-only
Tobias Grosser
2009-11-30
1
-1
/
+1
*
Added support to allow clients to custom widen. For X86, custom widen vectors...
Mon P Wang
2009-11-30
1
-0
/
+8
*
mark all the 'foo with overflow' intrinsics as readnone.
Chris Lattner
2009-11-29
1
-6
/
+12
*
Enhance InsertPHITranslatedPointer to be able to return a list of newly
Chris Lattner
2009-11-28
1
-2
/
+3
*
Rework InsertPHITranslatedPointer to handle the recursive case, this
Chris Lattner
2009-11-27
1
-5
/
+14
*
factor some logic out of instcombine into a new SimplifyAddInst method.
Chris Lattner
2009-11-27
1
-0
/
+5
*
teach GVN's load PRE to insert computations of the address in predecessors
Chris Lattner
2009-11-27
1
-0
/
+7
*
Fix phi translation in load PRE to agree with the phi
Chris Lattner
2009-11-27
1
-0
/
+7
*
factor some instcombine simplifications for getelementptr out to a new
Chris Lattner
2009-11-27
1
-0
/
+5
*
Rename new TailDuplicationPass to avoid name conflict with the old one.
Bob Wilson
2009-11-26
1
-2
/
+2
*
Implement PR1143 (at -m64) by making basicaa look through extensions. We
Chris Lattner
2009-11-26
1
-0
/
+6
*
move DecomposeGEPExpression out into ValueTracking.cpp
Chris Lattner
2009-11-26
1
-0
/
+15
*
Split tail duplication into a separate pass. This is needed to avoid
Bob Wilson
2009-11-26
2
-0
/
+10
*
Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...
Viktor Kutuzov
2009-11-25
1
-7
/
+0
*
Use StringRef (again) in DebugInfo interface.
Devang Patel
2009-11-25
1
-41
/
+41
*
Adjust comments to new semantics.
Edward O'Callaghan
2009-11-25
1
-3
/
+3
*
API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...
Edward O'Callaghan
2009-11-25
1
-3
/
+5
*
Add the rest of the build system logic for optional target disassemblers
Daniel Dunbar
2009-11-25
1
-0
/
+14
*
Add CMake and configure logic to create llvm/Config/Disassemblers.defs.
Daniel Dunbar
2009-11-25
1
-0
/
+29
*
Refactor target hook for tail duplication as requested by Chris.
Bob Wilson
2009-11-24
1
-6
/
+3
*
Use StringRef instead of std::string in DIEString.
Devang Patel
2009-11-24
1
-1
/
+1
*
Remove DebugLabelFolder pass. It is not used by dwarf writer anymore.
Devang Patel
2009-11-24
2
-21
/
+0
*
Fix comments as pre-post review for rev.89765.
Edward O'Callaghan
2009-11-24
1
-2
/
+2
*
Provide Path::isSpecialFile interface for PR5568.
Edward O'Callaghan
2009-11-24
1
-0
/
+5
*
Emit pubtypes.
Devang Patel
2009-11-24
1
-0
/
+6
*
* Move stub allocation inside the JITEmitter, instead of exposing a
Jeffrey Yasskin
2009-11-23
1
-10
/
+17
*
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-23
2
-21
/
+2
*
Allow more than one stub to be being generated at the same time.
Jeffrey Yasskin
2009-11-23
2
-21
/
+51
*
Add CreateLocation varinat that accepts MDNode (with a default value).
Devang Patel
2009-11-23
1
-0
/
+4
[next]