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
...
*
Created header file to include minimal forward references needed for
Ted Kremenek
2007-10-25
2
-6
/
+29
*
Fix comment typos.
Duncan Sands
2007-10-25
1
-2
/
+2
*
remove unimplemented ctor, add some comments.
Chris Lattner
2007-10-25
1
-4
/
+3
*
Make it possible for DomTreeBase to be constructed from MachineFunction's as ...
Owen Anderson
2007-10-25
2
-11
/
+15
*
Implemented prototype serialization of pointers, including support
Ted Kremenek
2007-10-25
3
-29
/
+75
*
Split Serialization.h into separate headers: Serialize.h and
Ted Kremenek
2007-10-24
3
-103
/
+137
*
add a nice predicate to check to see if nan
Chris Lattner
2007-10-24
1
-0
/
+1
*
Silenced a VC++ warning.
Hartmut Kaiser
2007-10-24
2
-2
/
+2
*
Added "ReadEnum" and "WriteEnum" to serialization classes.
Ted Kremenek
2007-10-23
1
-3
/
+16
*
Make DomTreeBase not a FunctionPass.
Owen Anderson
2007-10-23
2
-10
/
+23
*
Added preliminary implementation of generic object serialization to bitcode.
Ted Kremenek
2007-10-23
1
-0
/
+115
*
Unbreak the build. Forgot to commit this file.
Owen Anderson
2007-10-23
1
-39
/
+176
*
Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in...
Owen Anderson
2007-10-23
1
-3
/
+25
*
isSubRegOf() is a dup of isSubRegister.
Evan Cheng
2007-10-23
1
-11
/
+0
*
Move the SCEV object factors from being static members of the individual
Dan Gohman
2007-10-22
3
-102
/
+112
*
add a mechanism for the JIT to invoke a function to lazily create functions a...
Chris Lattner
2007-10-22
1
-1
/
+14
*
Reg2Mem cleanup and optimizations:
Anton Korobeynikov
2007-10-21
1
-2
/
+3
*
Add a convenience method for creating EE's.
Chris Lattner
2007-10-21
1
-1
/
+7
*
Local spiller optimization:
Evan Cheng
2007-10-19
1
-2
/
+11
*
rename ExpandOperation to ExpandOperationResult, as suggested
Chris Lattner
2007-10-19
1
-2
/
+2
*
Add support for byval function whose argument is not 32 bit aligned.
Rafael Espindola
2007-10-19
2
-5
/
+17
*
add a new target hook.
Chris Lattner
2007-10-19
1
-0
/
+9
*
More ppcf128 issues (maybe the last)?
Dale Johannesen
2007-10-19
1
-0
/
+4
*
- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...
Evan Cheng
2007-10-18
1
-2
/
+10
*
Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...
Evan Cheng
2007-10-18
1
-6
/
+6
*
Add an uppercase conversion utility function.
Christopher Lamb
2007-10-18
1
-0
/
+8
*
remove dead file
Chris Lattner
2007-10-18
1
-76
/
+0
*
update comment.
Chris Lattner
2007-10-18
1
-1
/
+1
*
Missing 'public' keyword.
Gordon Henriksen
2007-10-18
1
-1
/
+1
*
Really fix PR1734. Carefully track which register uses are sub-register uses by
Evan Cheng
2007-10-18
1
-6
/
+16
*
Remove unnecessary include.
Evan Cheng
2007-10-18
1
-1
/
+0
*
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-18
2
-102
/
+96
*
Changed the return type of type-specific Allocate() methods to return
Ted Kremenek
2007-10-18
2
-3
/
+3
*
ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using
Ted Kremenek
2007-10-17
1
-4
/
+3
*
Removed inclusion of cassert, which is no longer needed.
Ted Kremenek
2007-10-17
1
-2
/
+0
*
Minor cosmetic cleanups in the calculation of alignments for
Ted Kremenek
2007-10-17
1
-3
/
+5
*
Added template function alignof() which provides a clean
Ted Kremenek
2007-10-17
1
-0
/
+7
*
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
1
-71
/
+40
*
Updated StringMap to use llvm::AlignOf to compute the alignment of map
Ted Kremenek
2007-10-17
1
-9
/
+3
*
Added member template functions to MallocAllocator and
Ted Kremenek
2007-10-17
1
-0
/
+12
*
Added llvm::AlignOf, a template class whose purpose is to portably
Ted Kremenek
2007-10-17
1
-0
/
+43
*
Define a helper function ConstantVector::getSplatValue for testing for
Dan Gohman
2007-10-17
1
-0
/
+4
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
8
-19
/
+21
*
Return Expand from getOperationAction for all extended
Duncan Sands
2007-10-17
2
-1
/
+2
*
Apply Chris' suggestions.
Evan Cheng
2007-10-17
1
-1
/
+1
*
Update comments.
Evan Cheng
2007-10-17
1
-4
/
+5
*
Clean up code that calculate MBB live-in's.
Evan Cheng
2007-10-17
1
-0
/
+11
*
Move splitBlock into DomTreeBase from DomTree.
Owen Anderson
2007-10-17
2
-5
/
+106
*
Fix some formatting.
Owen Anderson
2007-10-16
1
-15
/
+21
*
Template DominatorTreeBase by node type. This is the next major step towards
Owen Anderson
2007-10-16
3
-90
/
+285
[prev]
[next]