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
/
lib
/
AsmParser
/
ParserInternals.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-7
/
+9
*
Implement full unescaping of escaped hex characters in all quoted identifiers
Reid Spencer
2007-05-22
1
-23
/
+17
*
For PR1146:
Reid Spencer
2007-04-09
1
-3
/
+4
*
Add and Operator== method to ValID so equality can be done properly for
Reid Spencer
2007-03-19
1
-0
/
+20
*
For PR645:
Reid Spencer
2007-01-26
1
-14
/
+24
*
For PR1043:
Zhou Sheng
2007-01-11
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-12-31
1
-0
/
+23
*
Remove backwards compatibility goop. Now implemented in llvm-upgrade.
Reid Spencer
2006-12-03
1
-52
/
+0
*
Implement signedness caching for values, value lists, constants and
Reid Spencer
2006-11-28
1
-7
/
+16
*
For PR950:
Reid Spencer
2006-11-27
1
-4
/
+5
*
For PR950:
Reid Spencer
2006-11-19
1
-0
/
+26
*
For PR950:
Reid Spencer
2006-10-26
1
-0
/
+16
*
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-09-28
1
-2
/
+2
*
For PR797:
Reid Spencer
2006-08-18
1
-9
/
+5
*
Parse inline asm objects
Chris Lattner
2006-01-25
1
-2
/
+25
*
Implement Regression/Assembler/2005-12-21-ZeroInitVector.ll
Chris Lattner
2005-12-21
1
-1
/
+7
*
Give the asmparser the ability to parse strings. Patch contributed by
Chris Lattner
2005-05-20
1
-1
/
+11
*
* Remove trailing whitespace
Misha Brukman
2005-04-21
1
-7
/
+7
*
Parse undef and unreachable
Chris Lattner
2004-10-16
1
-1
/
+7
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
1
-2
/
+2
*
Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSES
Chris Lattner
2004-07-13
1
-54
/
+0
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-2
/
+2
*
Minor cleanups, plug a minor memory leak
Chris Lattner
2003-12-23
1
-2
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-4
/
+10
*
Added LLVM copyright header.
John Criswell
2003-10-21
1
-0
/
+7
*
Eliminate unused class
Chris Lattner
2003-10-19
1
-5
/
+0
*
Regularize header file comments
Chris Lattner
2003-10-13
1
-1
/
+1
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
1
-1
/
+1
*
include/llvm/DataTypes.h includes this #define so we don't need it anymore
Chris Lattner
2002-09-13
1
-2
/
+0
*
- Remove unused STRING token from lexer & parser
Chris Lattner
2002-08-16
1
-1
/
+12
*
Declare globals llvmAsmtext and llvmAsmleng for use in the parser.
Vikram S. Adve
2002-07-14
1
-0
/
+2
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-3
/
+0
*
Remove dead code
Chris Lattner
2002-04-28
1
-10
/
+3
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
isLabelType is obsolete
Chris Lattner
2002-04-08
1
-1
/
+1
*
s/MethodType/FunctionType
Chris Lattner
2002-04-04
1
-6
/
+6
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-9
/
+10
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-4
/
+4
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-1
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Implement support for internal methods
Chris Lattner
2001-11-26
1
-1
/
+2
*
Remove ugly subclass of Opaque type
Chris Lattner
2001-10-22
1
-10
/
+0
*
Simplify some code
Chris Lattner
2001-10-16
1
-3
/
+0
*
Add operator< to ValID's so that they can be put in map's
Chris Lattner
2001-10-13
1
-0
/
+14
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-2
/
+12
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-4
/
+1
*
Implement constant pointers, and null specifically in the parser, bytecode wr...
Chris Lattner
2001-09-30
1
-16
/
+28
*
Add support for forward referencing types
Chris Lattner
2001-09-07
1
-3
/
+13
*
* Enable the use of escaped literal strings
Chris Lattner
2001-07-28
1
-17
/
+37
[next]