aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Allow per-character control over what target assemblers allow in symbolChris Lattner2005-11-101-0/+17
* Add a new option for targets that accept quoted labels.Chris Lattner2005-11-101-7/+17
* Remove M, which is dead. Eliminate a dead typedef. Add comments.Chris Lattner2005-11-101-6/+12
* This method is no longer staticChris Lattner2005-11-101-2/+1
* minor interface changes.Chris Lattner2005-11-101-3/+4
* Eliminate use of sed in Visual Studio builds.Jeff Cohen2005-10-261-0/+1
* Move the END_WITH_NULL marker. Vladimir suggests that this works better withChris Lattner2005-10-241-7/+2
* Work around GCC's dislike of attributes on function definitions.Jeff Cohen2005-10-231-1/+6
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-232-1/+8
* Fix errors when compiling with -pedanticChris Lattner2005-10-141-5/+5
* Remove prolific source of VC++ truncation warnings.Jeff Cohen2005-10-071-1/+2
* Annotate nodes with their addresses if a graph requests it.Chris Lattner2005-10-011-2/+13
* add a methodChris Lattner2005-10-011-0/+6
* Reverting change moving to selection dag graph.Jim Laskey2005-09-301-1/+1
* Add the node name (thus the address) to node label.Jim Laskey2005-09-301-1/+1
* Make this slightly more efficient by pushing actual type information downChris Lattner2005-09-271-8/+11
* change proto slightlyChris Lattner2005-09-241-1/+2
* Add support for count trailing zeroes, and population count. These areNate Begeman2005-08-311-5/+37
* Change unsigned lng to unsigned.Jim Laskey2005-08-261-7/+7
* Added cl::bits option type (bit vectors). See "Collecting options as a setJim Laskey2005-08-251-0/+182
* Recommended to use std::algorithms instead.Jim Laskey2005-08-251-78/+0
* Added support for generic linear/binary search.Jim Laskey2005-08-251-0/+78
* include/llvm/Support/MathExtras.hJim Laskey2005-08-171-4/+4
* Added support for converting raw bits to FP, and FP to raw bits. The intentJim Laskey2005-08-171-0/+44
* Fix an obvious bug in the Log2 stuff that broke SingleSource/UnitTests/2005-0...Chris Lattner2005-08-031-1/+1
* Wrap comments to 80 cols, fix code sequence for CountLeadingZeros_64 onChris Lattner2005-08-031-19/+20
* Fix another bug in the clz patch that caused miscompilations when !gcc4Chris Lattner2005-08-031-2/+2
* Fix the non-gcc 4.0 paths for countleadingzerosChris Lattner2005-08-021-29/+35
* Fix inverted conditionalsChris Lattner2005-08-021-2/+2
* Fix the non-gcc 4.0 path to compileChris Lattner2005-08-021-5/+7
* Consolidate all of the various log2 computing functions into MathExtras.h.Chris Lattner2005-08-021-18/+131
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-274-8/+8
* For PR540:Reid Spencer2005-07-124-165/+23
* Final Changes For PR495:Reid Spencer2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-071-1/+1
* header file changes for varargsAndrew Lenharth2005-06-181-1/+0
* Make sure a variable is initialized before use to clean up a warning fromReid Spencer2005-06-181-1/+2
* silence a huge number of bogus warnings with GCC 4 on Reid's tester.Chris Lattner2005-06-171-1/+2
* Don't lie to the casual reader about Value subclassing from Annotable.Reid Spencer2005-06-151-2/+1
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-151-4/+4
* Add support for explicit calling conventionsChris Lattner2005-05-061-0/+5
* Convert tabs to spacesMisha Brukman2005-04-221-5/+5
* Change some old-style casts to C++ style casts to avoid warnings in XPSReid Spencer2005-04-221-4/+4
* Remove trailing whitespaceMisha Brukman2005-04-2132-216/+216
* Use static_cast and #include Instructions.hChris Lattner2005-03-091-6/+10
* Fix this to create a recursive mutex. Patch by Evan Jones!Chris Lattner2005-02-271-4/+27
* Rename include guard, patch contributed by Evan Jones!Chris Lattner2005-02-272-4/+4
* Move private helper function into the only .cpp file that uses it.Chris Lattner2005-02-131-18/+0
* Switch from using an ilist for uses to using a custom doubly linked list.Chris Lattner2005-02-011-10/+5
* There is no reason to include ostream here, include iosfwd instead.Chris Lattner2005-01-291-14/+14