index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate local variable and scope information and equivalent dwarf forms.
Jim Laskey
2006-03-23
1
-1
/
+11
*
Remove comma from enum list.
Jim Laskey
2006-03-01
1
-1
/
+1
*
Switch back to using actual dwarf tags. Simplifies code without loss to other
Jim Laskey
2006-03-01
1
-0
/
+10
*
Qualify dwarf namespace inside llvm namespace.
Jim Laskey
2006-02-27
1
-0
/
+4
*
Re-orging file.
Jim Laskey
2006-02-27
1
-411
/
+495
*
Fix typo that caused build failures for things trying to use m_Or.
Chris Lattner
2006-02-13
1
-2
/
+2
*
Remember plugins should someone like bugpoint want to know them.
Andrew Lenharth
2006-01-26
1
-0
/
+2
*
Split out Dwarf constants for use outside DwarfWriter.
Jim Laskey
2006-01-26
1
-0
/
+432
*
This header should not pull in <iostream>
Chris Lattner
2006-01-22
1
-3
/
+0
*
Support for the insertelement operation.
Robert Bocchino
2006-01-17
1
-0
/
+1
*
Fix generous source of VC++ truncation warnings.
Jeff Cohen
2006-01-14
1
-2
/
+2
*
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2006-01-14
1
-0
/
+26
*
Added an instruction and constant expression for the extractelement
Robert Bocchino
2006-01-10
1
-0
/
+1
*
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
[next]