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
/
llvm
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed Allocate to use size_t instead of unsigned.
Mon P Wang
2009-03-10
1
-2
/
+2
*
Add an explicit keyword.
Dan Gohman
2009-03-10
1
-1
/
+1
*
Fixed rounding up EltSize
Mon P Wang
2009-03-10
1
-1
/
+1
*
PR3478: raw_ostream should not buffer stderr
Daniel Dunbar
2009-03-10
1
-4
/
+18
*
Add C++ marker.
Daniel Dunbar
2009-03-10
1
-1
/
+1
*
Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}.
Daniel Dunbar
2009-03-06
1
-4
/
+36
*
ooops, forgot to include the pointless-write eliminator in my previous checkin
Gabor Greif
2009-03-04
1
-0
/
+1
*
add some helper classes for building light-weight symbolic stack traces
Chris Lattner
2009-03-04
1
-0
/
+65
*
Give sentinel traits the right to determine the policy where the sentinel is ...
Gabor Greif
2009-03-04
1
-0
/
+3
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
22
-202
/
+202
*
allow TimeRegion to take a potentially-null pointer to a
Chris Lattner
2009-02-18
1
-4
/
+9
*
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
1
-0
/
+2
*
Add llvm::RoundUpToAlignment.
Daniel Dunbar
2009-02-16
1
-0
/
+12
*
Deallocate() methods now take a 'const void*' instead of a 'void *', matching...
Ted Kremenek
2009-02-06
1
-4
/
+3
*
add a method to BumpPtrAllocator that allows allocating elements
Chris Lattner
2009-02-03
1
-0
/
+14
*
Improve -fno-opt style option processing to not require an extra
Mike Stump
2009-02-02
1
-34
/
+25
*
Add opposite_of and inverse_opt to support -fno- style options. This
Mike Stump
2009-01-30
1
-0
/
+33
*
Add method raw_fd_ostream::seek() for random access within a file.
Ted Kremenek
2009-01-26
1
-1
/
+5
*
Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...
Devang Patel
2009-01-23
1
-1
/
+5
*
introduce a useful abstraction to find out if a Use is in the call position o...
Gabor Greif
2009-01-22
1
-0
/
+4
*
Do not use host floating point types when emitting
Dale Johannesen
2009-01-21
1
-2
/
+6
*
indentation...
Devang Patel
2009-01-20
1
-5
/
+5
*
Need only one set of debug info versions enum.
Devang Patel
2009-01-20
1
-0
/
+11
*
make comparisons a bist faster
Gabor Greif
2009-01-17
1
-5
/
+3
*
Support for multi-valued options in CommandLine
Mikhail Glushenkov
2009-01-16
1
-2
/
+21
*
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
2
-29
/
+56
*
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
1
-66
/
+66
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+2
*
Add member template MallocAllocator::Allocate(Num) (to match the same functio...
Ted Kremenek
2009-01-14
1
-0
/
+5
*
Remove some dead code from the days llvm had type planes.
Rafael Espindola
2009-01-12
1
-5
/
+0
*
drats! remove tabs
Gabor Greif
2009-01-11
1
-1
/
+1
*
simplify CallSite helper class to not consult the Instruction's
Gabor Greif
2009-01-11
1
-21
/
+38
*
remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.h
Chris Lattner
2009-01-07
1
-151
/
+0
*
no need to negate the APInt for 0.
Chris Lattner
2009-01-06
1
-1
/
+1
*
Change m_ConstantInt and m_SelectCst to take their constant integers
Chris Lattner
2009-01-05
1
-11
/
+10
*
make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.
Chris Lattner
2009-01-05
1
-1
/
+10
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
9
-11
/
+3
*
add #include guards, thanks Dan.
Chris Lattner
2009-01-04
1
-0
/
+5
*
* Alphabetized system headers per the style guide
Misha Brukman
2009-01-02
2
-8
/
+6
*
newline at end of phile
Chris Lattner
2008-12-09
1
-1
/
+2
*
pred_iterator got a lot slower since use-diet landed. This is a
Chris Lattner
2008-12-09
1
-0
/
+56
*
Have raw_fd_ostream keep track of the position in the file to make tell() go ...
Ted Kremenek
2008-12-04
1
-1
/
+4
*
Add 'tell' method to raw_fd_ostream that clients can use to query the current...
Ted Kremenek
2008-11-26
1
-1
/
+4
*
change AnnotationManager to use 'const char*' instead of std::string. this fi...
Nuno Lopes
2008-11-26
1
-4
/
+3
*
Roll back rev 59890, since Chris says this can never happen.
Scott Michel
2008-11-23
1
-1
/
+1
*
Check for NULL before traversing the isa<> type hierarchy checking with a
Scott Michel
2008-11-22
1
-1
/
+1
*
add a write method.
Chris Lattner
2008-11-19
1
-0
/
+6
*
add a new m_Specific pattern that matches only if we have a specific Value*.
Chris Lattner
2008-11-16
1
-0
/
+15
*
add a new template for matching a select between two constants.
Chris Lattner
2008-11-16
1
-0
/
+11
*
Clean up some strange whitespace.
Nick Lewycky
2008-11-15
1
-7
/
+6
[next]