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
*
Rename file to MachineBasicBlock.h
Chris Lattner
2002-10-28
1
-77
/
+0
*
Add note about state that should be removed when time permits
Chris Lattner
2002-10-28
1
-3
/
+13
*
Fixes to previous checkin
Chris Lattner
2002-10-28
1
-2
/
+3
*
Inline some methods from .cpp files into .h files, minor cleanups
Chris Lattner
2002-10-28
3
-9
/
+16
*
Add prototypes for creation/destruction passes
Chris Lattner
2002-10-28
1
-0
/
+3
*
* Doxygenify comments
Chris Lattner
2002-10-28
1
-17
/
+16
*
This header is renamed to MachineFunction.h
Chris Lattner
2002-10-28
1
-124
/
+0
*
We don't need the forwarding typedef
Chris Lattner
2002-10-28
1
-4
/
+0
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
7
-51
/
+62
*
Add support or other operand types
Chris Lattner
2002-10-27
1
-0
/
+20
*
Prune #includes
Chris Lattner
2002-10-27
2
-10
/
+6
*
Add neccesary #include
Chris Lattner
2002-10-27
2
-0
/
+2
*
Old GCC's don't have an <ostream>
Chris Lattner
2002-10-27
2
-2
/
+2
*
Add #include
Chris Lattner
2002-10-27
2
-0
/
+2
*
Initial checkin of target support for X86 backend.
Chris Lattner
2002-10-25
2
-0
/
+171
*
Initial checkin of Machine Code representation for X86 backend. This will
Chris Lattner
2002-10-25
4
-0
/
+335
*
Fix typo
Chris Lattner
2002-10-25
1
-1
/
+1
*
* Remove unneccesary #includes
Chris Lattner
2002-10-24
2
-10
/
+6
*
Minor cleanups
Chris Lattner
2002-10-23
1
-5
/
+4
*
- Two minor improvements to the MachineInstr class to reduce footprint and
Chris Lattner
2002-10-22
1
-30
/
+41
*
We need to know the call sites each function hosts
Chris Lattner
2002-10-22
2
-2
/
+18
*
Allow modification of callee
Chris Lattner
2002-10-22
2
-0
/
+4
*
Small space optimization: Make MachineOperands take 16 bytes instead of
Chris Lattner
2002-10-22
1
-15
/
+6
*
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-21
1
-11
/
+12
*
Delete unused arguments to DSGraph::cloneInto method
Chris Lattner
2002-10-21
2
-8
/
+2
*
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
Chris Lattner
2002-10-21
4
-48
/
+108
*
Add another copy ctor form
Chris Lattner
2002-10-21
2
-2
/
+12
*
As it turns out, we don't need a fully generic mapping copy ctor, we just need
Chris Lattner
2002-10-21
2
-20
/
+62
*
Make sure to initialize isArray member
Chris Lattner
2002-10-21
2
-4
/
+4
*
Remove a 'using' directives from a header file. Using directives cause
Chris Lattner
2002-10-21
1
-5
/
+4
*
Add a missing std:: qualifier
Chris Lattner
2002-10-21
1
-1
/
+1
*
Two callsites are equivalent even if they are from two completely different
Chris Lattner
2002-10-21
2
-6
/
+2
*
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-21
2
-40
/
+118
*
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
2
-20
/
+22
*
Add isArray flag
Chris Lattner
2002-10-20
2
-12
/
+18
*
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-20
2
-26
/
+10
*
Added a first-class representation for each call site that can be used
Vikram S. Adve
2002-10-20
2
-6
/
+70
*
Convert typerec to be a structure instead of a pair
Chris Lattner
2002-10-18
2
-2
/
+34
*
Don't emit braces around something without outgoing edges
Chris Lattner
2002-10-18
2
-6
/
+10
*
Add interface for mod/ref info to be captures by dsgraphs
Chris Lattner
2002-10-17
2
-4
/
+28
*
* Add data structures to BU pass to keep track of call sites for functions
Chris Lattner
2002-10-17
2
-14
/
+42
*
* Remove a lot of obsolete #if 0'd code
Chris Lattner
2002-10-17
2
-90
/
+10
*
Use the forward declaration for GraphTraits instead of #including
Chris Lattner
2002-10-17
1
-1
/
+2
*
Be const correct. Handle both DSGraph* and const DSGraph*'s
Chris Lattner
2002-10-17
4
-30
/
+82
*
Break up the GraphWriter into smaller chunks to be used in different ways
Chris Lattner
2002-10-17
2
-20
/
+34
*
As wierd as it feels to type it, const void* is more generic than void*
Chris Lattner
2002-10-17
2
-18
/
+38
*
Added partial specialization of GraphTraits for the DominatorTree class.
Joel Stanley
2002-10-16
1
-0
/
+19
*
Allow simple nodes to have outgoing edges
Chris Lattner
2002-10-16
2
-10
/
+32
*
* Factor printing code again, add emitSimpleNode method
Chris Lattner
2002-10-16
2
-16
/
+58
*
* Add new DOTGraphTraits::addCustomGraphFeatures method
Chris Lattner
2002-10-16
4
-0
/
+26
[next]