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
*
Allow per-character control over what target assemblers allow in symbol
Chris Lattner
2005-11-10
1
-0
/
+17
*
Add a new option for targets that accept quoted labels.
Chris Lattner
2005-11-10
1
-7
/
+17
*
Remove M, which is dead. Eliminate a dead typedef. Add comments.
Chris Lattner
2005-11-10
1
-6
/
+12
*
This method is no longer static
Chris Lattner
2005-11-10
1
-2
/
+1
*
minor interface changes.
Chris Lattner
2005-11-10
1
-3
/
+4
*
Eliminate use of sed in Visual Studio builds.
Jeff Cohen
2005-10-26
1
-0
/
+1
*
Move the END_WITH_NULL marker. Vladimir suggests that this works better with
Chris Lattner
2005-10-24
1
-7
/
+2
*
Work around GCC's dislike of attributes on function definitions.
Jeff Cohen
2005-10-23
1
-1
/
+6
*
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-10-23
2
-1
/
+8
*
Fix errors when compiling with -pedantic
Chris Lattner
2005-10-14
1
-5
/
+5
*
Remove prolific source of VC++ truncation warnings.
Jeff Cohen
2005-10-07
1
-1
/
+2
*
Annotate nodes with their addresses if a graph requests it.
Chris Lattner
2005-10-01
1
-2
/
+13
*
add a method
Chris Lattner
2005-10-01
1
-0
/
+6
*
Reverting change moving to selection dag graph.
Jim Laskey
2005-09-30
1
-1
/
+1
*
Add the node name (thus the address) to node label.
Jim Laskey
2005-09-30
1
-1
/
+1
*
Make this slightly more efficient by pushing actual type information down
Chris Lattner
2005-09-27
1
-8
/
+11
*
change proto slightly
Chris Lattner
2005-09-24
1
-1
/
+2
*
Add support for count trailing zeroes, and population count. These are
Nate Begeman
2005-08-31
1
-5
/
+37
*
Change unsigned lng to unsigned.
Jim Laskey
2005-08-26
1
-7
/
+7
*
Added cl::bits option type (bit vectors). See "Collecting options as a set
Jim Laskey
2005-08-25
1
-0
/
+182
*
Recommended to use std::algorithms instead.
Jim Laskey
2005-08-25
1
-78
/
+0
*
Added support for generic linear/binary search.
Jim Laskey
2005-08-25
1
-0
/
+78
*
include/llvm/Support/MathExtras.h
Jim Laskey
2005-08-17
1
-4
/
+4
*
Added support for converting raw bits to FP, and FP to raw bits. The intent
Jim Laskey
2005-08-17
1
-0
/
+44
*
Fix an obvious bug in the Log2 stuff that broke SingleSource/UnitTests/2005-0...
Chris Lattner
2005-08-03
1
-1
/
+1
*
Wrap comments to 80 cols, fix code sequence for CountLeadingZeros_64 on
Chris Lattner
2005-08-03
1
-19
/
+20
*
Fix another bug in the clz patch that caused miscompilations when !gcc4
Chris Lattner
2005-08-03
1
-2
/
+2
*
Fix the non-gcc 4.0 paths for countleadingzeros
Chris Lattner
2005-08-02
1
-29
/
+35
*
Fix inverted conditionals
Chris Lattner
2005-08-02
1
-2
/
+2
*
Fix the non-gcc 4.0 path to compile
Chris Lattner
2005-08-02
1
-5
/
+7
*
Consolidate all of the various log2 computing functions into MathExtras.h.
Chris Lattner
2005-08-02
1
-18
/
+131
*
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-27
4
-8
/
+8
*
For PR540:
Reid Spencer
2005-07-12
4
-165
/
+23
*
Final Changes For PR495:
Reid Spencer
2005-07-08
1
-1
/
+1
*
For PR495:
Reid Spencer
2005-07-07
1
-1
/
+1
*
header file changes for varargs
Andrew Lenharth
2005-06-18
1
-1
/
+0
*
Make sure a variable is initialized before use to clean up a warning from
Reid Spencer
2005-06-18
1
-1
/
+2
*
silence a huge number of bogus warnings with GCC 4 on Reid's tester.
Chris Lattner
2005-06-17
1
-1
/
+2
*
Don't lie to the casual reader about Value subclassing from Annotable.
Reid Spencer
2005-06-15
1
-2
/
+1
*
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-05-15
1
-4
/
+4
*
Add support for explicit calling conventions
Chris Lattner
2005-05-06
1
-0
/
+5
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-5
/
+5
*
Change some old-style casts to C++ style casts to avoid warnings in XPS
Reid Spencer
2005-04-22
1
-4
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-21
32
-216
/
+216
*
Use static_cast and #include Instructions.h
Chris Lattner
2005-03-09
1
-6
/
+10
*
Fix this to create a recursive mutex. Patch by Evan Jones!
Chris Lattner
2005-02-27
1
-4
/
+27
*
Rename include guard, patch contributed by Evan Jones!
Chris Lattner
2005-02-27
2
-4
/
+4
*
Move private helper function into the only .cpp file that uses it.
Chris Lattner
2005-02-13
1
-18
/
+0
*
Switch from using an ilist for uses to using a custom doubly linked list.
Chris Lattner
2005-02-01
1
-10
/
+5
*
There is no reason to include ostream here, include iosfwd instead.
Chris Lattner
2005-01-29
1
-14
/
+14
[next]