aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Add in missing #defines for _OpenBSD_ systems.Reid Spencer2006-04-201-0/+12
* Add a new shufflevector instructionChris Lattner2006-04-081-0/+1
* Generate local variable and scope information and equivalent dwarf forms.Jim Laskey2006-03-231-1/+11
* Remove comma from enum list.Jim Laskey2006-03-011-1/+1
* Switch back to using actual dwarf tags. Simplifies code without loss to otherJim Laskey2006-03-011-0/+10
* Qualify dwarf namespace inside llvm namespace.Jim Laskey2006-02-271-0/+4
* Re-orging file.Jim Laskey2006-02-271-411/+495
* Fix typo that caused build failures for things trying to use m_Or.Chris Lattner2006-02-131-2/+2
* Remember plugins should someone like bugpoint want to know them.Andrew Lenharth2006-01-261-0/+2
* Split out Dwarf constants for use outside DwarfWriter.Jim Laskey2006-01-261-0/+432
* This header should not pull in <iostream>Chris Lattner2006-01-221-3/+0
* Support for the insertelement operation.Robert Bocchino2006-01-171-0/+1
* Fix generous source of VC++ truncation warnings.Jeff Cohen2006-01-141-2/+2
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-141-0/+26
* Added an instruction and constant expression for the extractelementRobert Bocchino2006-01-101-0/+1
* 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