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
*
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
*
Add Binary flag to raw_fd_ostream constructor.
Daniel Dunbar
2008-11-13
1
-1
/
+6
*
Symbol visibility is unsupported on cygwin too.
Anton Korobeynikov
2008-10-31
1
-1
/
+1
*
Canonicalize sext(i1) to i1?-1:0, and update various instcombine
Dan Gohman
2008-10-30
1
-0
/
+46
*
Revert r58411. The user needs to #define this when using the JITMemoryManager...
Bill Wendling
2008-10-30
1
-0
/
+5
*
Revert part of r58048. It was breaking on SnowLeopard claiming that
Bill Wendling
2008-10-30
1
-5
/
+0
*
Fix the name of the include guard to match the filename.
Dan Gohman
2008-10-28
1
-2
/
+2
*
CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.
Oscar Fuentes
2008-10-25
1
-0
/
+13
*
Added raw_fd_ostream::close().
Ted Kremenek
2008-10-23
1
-0
/
+3
*
Changes to make the Windows build work...
Steve Naroff
2008-10-23
1
-3
/
+13
*
Introduce INT64_C macro and unbreak LLVM on MSVC.
Argyrios Kyrtzidis
2008-10-23
1
-0
/
+3
*
Clear raw_fd_ostream error string on success and explain behavior in
Daniel Dunbar
2008-10-21
1
-4
/
+5
*
Rename IRBuilder::IsNonNull -> IsNotNull in response to feedback.
Daniel Dunbar
2008-10-02
1
-2
/
+2
*
Add IRBuilder::{CreateIsNull, CreateIsNonNull} helper methods.
Daniel Dunbar
2008-09-27
1
-0
/
+17
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-3
/
+3
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-2
/
+2
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+134
*
plug memleak: destroy internal buffer
Nuno Lopes
2008-09-02
1
-1
/
+4
[next]