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
*
Add CallGraphNode::removeAnyCallEdgeTo method
Chris Lattner
2004-09-18
1
-0
/
+5
*
Implement new changeFunction method, nuke a never implemented one.
Chris Lattner
2004-09-18
1
-11
/
+19
*
Make sure to update the list end when an element is removed from it. This
Chris Lattner
2004-09-15
1
-0
/
+4
*
Add an optional argument to PromoteMemToReg
Chris Lattner
2004-09-15
1
-1
/
+5
*
Add an AliasSetTracker::copyValue method
Chris Lattner
2004-09-14
1
-9
/
+19
*
Remove unused pass
Chris Lattner
2004-09-14
1
-23
/
+0
*
Okay, the list of link-time passes wasn't such a hot idea. Its prone to
Reid Spencer
2004-09-14
1
-26
/
+0
*
Adjust to #include movage
Chris Lattner
2004-09-14
1
-2
/
+2
*
Add the GetLibraryPath method.
Reid Spencer
2004-09-13
1
-0
/
+11
*
Add support for the link-time pass list to Modules.
Reid Spencer
2004-09-13
1
-1
/
+30
*
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-13
1
-23
/
+33
*
Clean up the interface and implementation of sys::Program so that it is
Reid Spencer
2004-09-13
1
-22
/
+14
*
* Fix grammar
Misha Brukman
2004-09-12
1
-4
/
+4
*
Fix the replace method to assert if an item was erased from the set but not
Reid Spencer
2004-09-11
1
-2
/
+2
*
Correct the interface of a function to use the correct typedef for an
Reid Spencer
2004-09-11
1
-2
/
+2
*
Implement the remove method for deleting entries from the SetVector.
Reid Spencer
2004-09-11
1
-0
/
+11
*
Make the dependent libraries list use a SetVector instead of a regular
Reid Spencer
2004-09-11
1
-3
/
+4
*
Initial commit of a file to declare the interface for platform independent
Reid Spencer
2004-09-11
1
-0
/
+53
*
Add methods for detecting file types by magic number, getting the file name
Reid Spencer
2004-09-11
1
-1
/
+38
*
Add methods for detecting different kinds of files by their magic number,
Reid Spencer
2004-09-11
1
-0
/
+42
*
Add missing #include
Chris Lattner
2004-09-09
2
-0
/
+2
*
Use a DenseMap for mapping reg->reg. This improves the LiveInterval
Alkis Evlogimenos
2004-09-08
1
-6
/
+7
*
Add HAS_U_INT64_T
Reid Spencer
2004-09-05
1
-0
/
+3
*
I was actually wrong in my "simplification".
Misha Brukman
2004-09-03
1
-2
/
+5
*
Simplify check for uint64_t and u_int64_t
Misha Brukman
2004-09-03
1
-5
/
+2
*
Provide correct definition of uint64_t for platforms that have only
Reid Spencer
2004-09-03
1
-0
/
+12
*
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-03
2
-1
/
+2
*
Added u_int64_t because some systems use that instead of uint64_t.
John Criswell
2004-09-02
1
-0
/
+3
*
Pull in definition of std::unary_function.
Alkis Evlogimenos
2004-09-02
2
-0
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
150
-7104
/
+206
*
Initial commit for platform independent system configuration support.
Reid Spencer
2004-08-31
1
-0
/
+30
*
Update doxygen comment now that getSpillSize is supposed to return value in bits
Nate Begeman
2004-08-29
1
-2
/
+2
*
Put the lib/System interface functions in llvm::sys namespace.
Reid Spencer
2004-08-29
1
-0
/
+2
*
Initial commit of the platform agnostic interface to finding and executing
Reid Spencer
2004-08-29
1
-0
/
+77
*
Add a function to remove whole directorys on fatal signal.
Reid Spencer
2004-08-29
1
-6
/
+14
*
Revise the design of the Path concept per peer review. Too many changes to
Reid Spencer
2004-08-29
1
-118
/
+372
*
Add getLastBlock member. This is useful when growing a densemap keyed
Alkis Evlogimenos
2004-08-27
1
-0
/
+5
*
Add MachineBasicBlock2IndexFunctor. This is useful for densemaps from
Alkis Evlogimenos
2004-08-27
1
-0
/
+10
*
Add size member function.
Alkis Evlogimenos
2004-08-27
3
-0
/
+12
*
Use newly added API in MRegisterInfo and don't expose the allocatable
Alkis Evlogimenos
2004-08-26
1
-4
/
+0
*
Use newly added API in MRegisterInfo.
Alkis Evlogimenos
2004-08-26
1
-0
/
+2
*
Add getAllocatableSet() function.
Alkis Evlogimenos
2004-08-26
1
-0
/
+4
*
Add default index functor (an identity functor). You could use a
Alkis Evlogimenos
2004-08-26
3
-36
/
+54
*
Initial implementation of the Path operating system concept.
Reid Spencer
2004-08-25
2
-0
/
+166
*
Add a function that gets just the dependent libraries from a bytecode file.
Reid Spencer
2004-08-24
1
-7
/
+17
*
Provide a method for wholesale extraction of the dependent libraries.
Reid Spencer
2004-08-24
1
-0
/
+3
*
Give the -time-passes tool option a global storage location so that its
Reid Spencer
2004-08-24
1
-0
/
+5
*
Dump the DependentLibsBlockID, its not a block, its just a list inside the
Reid Spencer
2004-08-21
1
-3
/
+2
*
Add new methods:
Reid Spencer
2004-08-21
1
-0
/
+16
*
Bytecode Analyzer cleanup:
Reid Spencer
2004-08-21
1
-7
/
+9
[next]