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
*
switch instructions only allow constantints for their values, be more specific.
Chris Lattner
2005-02-24
1
-7
/
+8
*
add a new method.
Chris Lattner
2005-02-24
1
-1
/
+6
*
Add new method.
Chris Lattner
2005-02-23
1
-2
/
+7
*
remove some more dead templates and a dead macro.
Chris Lattner
2005-02-22
1
-33
/
+0
*
Remove a bunch of dead templates.
Chris Lattner
2005-02-22
1
-73
/
+0
*
Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.
Jeff Cohen
2005-02-19
1
-1
/
+1
*
Map doubles from integers, not the double itself.
Chris Lattner
2005-02-17
1
-1
/
+1
*
Add a new method to make it easy to update graphs.
Chris Lattner
2005-02-15
1
-2
/
+10
*
Move private helper function into the only .cpp file that uses it.
Chris Lattner
2005-02-13
1
-18
/
+0
*
Do not replace ostream << Module*, only ostream << Module&.
Chris Lattner
2005-02-13
1
-5
/
+0
*
Add a new replaceSymbolicValuesWithConcrete method to the SCEV class,
Chris Lattner
2005-02-13
2
-5
/
+59
*
Add some iterators that should have come in long ago
Chris Lattner
2005-02-09
1
-0
/
+10
*
Hopefully fix the build on Darwin with GCC 3.3
Chris Lattner
2005-02-07
1
-1
/
+1
*
Eliminate the explicit opcode field in ConstantExpr, using the SubclassData
Chris Lattner
2005-02-05
1
-13
/
+9
*
Eliminate the explicit volatile fields in LoadInst and StoreInst. This shrinks
Chris Lattner
2005-02-05
1
-12
/
+11
*
SubclassID is really a small field. Split it into half and let subclasses
Chris Lattner
2005-02-05
1
-1
/
+7
*
Add some new members
Chris Lattner
2005-02-04
1
-5
/
+16
*
add new member
Chris Lattner
2005-02-04
1
-0
/
+5
*
Add a new method.
Chris Lattner
2005-02-03
1
-0
/
+9
*
remove dead method
Chris Lattner
2005-02-01
1
-3
/
+0
*
Switch from using an ilist for uses to using a custom doubly linked list.
Chris Lattner
2005-02-01
3
-118
/
+79
*
* Make some methods more const correct.
Chris Lattner
2005-01-30
3
-12
/
+23
*
Improve spelling
Chris Lattner
2005-01-30
2
-4
/
+4
*
Improve conformance with the Misha spelling benchmark suite
Chris Lattner
2005-01-30
6
-24
/
+24
*
Adjust to ilist changes.
Chris Lattner
2005-01-29
1
-13
/
+25
*
Adjust to ilist changes.
Chris Lattner
2005-01-29
3
-3
/
+6
*
Adjust to changes in ilist
Chris Lattner
2005-01-29
3
-11
/
+15
*
Rename createNode -> createSentinal.
Chris Lattner
2005-01-29
1
-3
/
+4
*
There is no reason to include ostream here, include iosfwd instead.
Chris Lattner
2005-01-29
1
-14
/
+14
*
Fix quotes.
Chris Lattner
2005-01-29
1
-1
/
+1
*
Unbreak VC++ build
Jeff Cohen
2005-01-29
1
-0
/
+1
*
Memory used is a delta between memuse at the start of the time and the
Chris Lattner
2005-01-29
1
-2
/
+2
*
Adjust to changes in the User class.
Chris Lattner
2005-01-29
4
-21
/
+30
*
Adjust to changes in the User class. Introduce a new UnaryInstruction
Chris Lattner
2005-01-29
1
-21
/
+76
*
Adjust to user changes.
Chris Lattner
2005-01-29
1
-4
/
+3
*
Many changes to cope with the User.h changes. Instructions now generally
Chris Lattner
2005-01-29
1
-232
/
+304
*
Adjust to User.h changes.
Chris Lattner
2005-01-29
2
-8
/
+12
*
Instead of storing operands as std::vector<Use>, just maintain a pointer
Chris Lattner
2005-01-29
1
-32
/
+31
*
Do not clean up if the MappedFile was never used or if the client already
Chris Lattner
2005-01-28
1
-1
/
+1
*
Get VC++ compiling again
Jeff Cohen
2005-01-28
2
-8
/
+0
*
Convert some old C-style casts to C++ style.
Reid Spencer
2005-01-28
1
-2
/
+2
*
Add some methods.
Chris Lattner
2005-01-24
2
-0
/
+23
*
`primitive' has no `a'
Misha Brukman
2005-01-24
1
-1
/
+1
*
Do not return true from isSized for things without a size (like functions and
Chris Lattner
2005-01-24
1
-1
/
+10
*
This giant patch speeds up Type::isSized(). Before, this would have to search
Chris Lattner
2005-01-24
1
-2
/
+1
*
Add an accessor.
Chris Lattner
2005-01-23
1
-1
/
+2
*
Expose more information from register allocation to passes that run after
Chris Lattner
2005-01-23
1
-0
/
+26
*
Give SelectionDAG a TargetLowering instance instead of TM instance.
Chris Lattner
2005-01-23
1
-4
/
+5
*
Remove two dead methods and improve the comments for DiffFilesWithTolerance.
Chris Lattner
2005-01-23
1
-26
/
+10
*
New method.
Chris Lattner
2005-01-23
1
-0
/
+13
[next]