index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
Age
Commit message (
Expand
)
Author
2008-10-30
Merge from mainline.
Tanya Lattner
2008-10-07
Mark negative-zero-to-int conversion as Inexact,
Dale Johannesen
2008-10-06
Be more precise about which conversions of NaNs
Dale Johannesen
2008-10-06
Temporarily revert functionality change from my previous patch;
Dale Johannesen
2008-10-06
Mark shortening NaN conversions as Inexact. PR 2856.
Dale Johannesen
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-08-24
Updating VC++ project.
Cedric Venet
2008-08-23
Add raw_stream adaptors that write into an std::string and SmallVector/SmallS...
Chris Lattner
2008-08-23
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
add #include
Chris Lattner
2008-08-23
add a simple mechanism for formatted output. This gives raw_ostream's
Chris Lattner
2008-08-23
Add a clear() method to FoldingSet.
Dan Gohman
2008-08-22
improve support for systems that need unistd.h to get STDOUT_FILENO.
Chris Lattner
2008-08-21
Fix write() when the string being written is larger than the buffer. This br...
Owen Anderson
2008-08-21
Move non-trivial methods out of line to avoid code-size bloat.
Owen Anderson
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-20
Move the fast-path (<=i64) cases of various APInt methods inline
Chris Lattner
2008-08-20
It's not necessary to check if a value is null before delete[].
Dan Gohman
2008-08-17
Get raw_ostream.cpp to compile on MSVC.
Argyrios Kyrtzidis
2008-08-17
Rework the routines that convert AP[S]Int into a string. Now, instead of
Chris Lattner
2008-08-17
remove a dead APInt ctor.
Chris Lattner
2008-08-17
add support for a cout/cerr analog (outs()/errs()) as well as
Chris Lattner
2008-08-17
opening "-" automatically yields stdout.
Chris Lattner
2008-08-17
rename OutputData to 'write' to match ostream.
Chris Lattner
2008-08-17
add a new raw_ostream class which is an extremely high performance ostream that
Chris Lattner
2008-08-12
Avoid repeatedly reallocating the FoldingSetNodeID when searching
Dan Gohman
2008-08-05
Fix several const-correctness issues, resolving some -Wcast-qual warnings.
Dan Gohman
2008-07-28
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2008-07-20
Fix PR2088. Use modulo linear equation solver to compute loop iteration
Wojciech Matyjewicz
2008-07-14
Reapply 53476 and 53480, with a fix so that it properly updates
Dan Gohman
2008-07-12
Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art.
Evan Cheng
2008-07-11
Add support for putting NamedRegionTimers in TimerGroups, and
Dan Gohman
2008-07-11
Use find instead of lower_bound.
Dan Gohman
2008-07-07
Add some basic Pool-allocation infrastructure. This adds a Recycler class,
Dan Gohman
2008-07-01
Add a version of AddString that takes a const char* so we can avoid extraneous
Owen Anderson
2008-06-24
Append to the ActiveTimers std::vector before looking at the timer instead
Dan Gohman
2008-06-23
First step to fix PR2088. Implement routine to compute the
Wojciech Matyjewicz
2008-06-21
Avoid creating a redundant zero APInt.
Dan Gohman
2008-06-17
Consistently set "Buckets[NumBuckets] = reinterpret_cast<void*>(-1)" througho...
Ted Kremenek
2008-06-05
As comments said, for negative value, the arithmetic
Zhou Sheng
2008-05-30
Give a proper error message when a command line option is defined more than
Matthijs Kooijman
2008-05-29
Remove more iostream header includes. Needed to implement a "FlushStream"
Bill Wendling
2008-05-27
Tidy up whitespace in ConstantRange::print output.
Dan Gohman
2008-05-14
Don't assume underlying APInt type is limited
Dale Johannesen
2008-05-14
Remove undefined behavior in hex string->APFloat
Dale Johannesen
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-12
Make firstEightPowers const.
Dan Gohman
2008-05-06
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-02
Suppress -Wshorten-64-to-32 warnings for 64-bit hosts.
Evan Cheng
[next]