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
Commit message (
Expand
)
Author
Age
Files
Lines
*
AsmParser now depends on clients to verify that input is well formed
Chris Lattner
2002-08-30
1
-6
/
+0
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
1
-2
/
+2
*
- Fix asmparser and bytecode reader to not generate loads/stores with idxs
Chris Lattner
2002-08-21
1
-3
/
+36
*
- Remove unused STRING token from lexer & parser
Chris Lattner
2002-08-16
3
-47
/
+50
*
Parse const expr cast instruction the same way the instruction is formed
Chris Lattner
2002-08-15
1
-2
/
+5
*
Move ConstExpr production to unify ConstVal stuff
Chris Lattner
2002-08-15
1
-20
/
+20
*
Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.ll
Chris Lattner
2002-08-15
1
-1
/
+13
*
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-08-14
1
-1
/
+1
*
AsmParser turns 'not' instructions into 'xor' instructions now.
Chris Lattner
2002-08-14
2
-25
/
+17
*
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-30
1
-13
/
+30
*
Add check to fix bug:
Chris Lattner
2002-07-25
1
-0
/
+5
*
GCC 3.1 changes
Chris Lattner
2002-07-25
2
-2
/
+2
*
* Code cleanups
Chris Lattner
2002-07-18
1
-20
/
+16
*
ConstExpr::getelementptr now takes a vector of Constants not Values
Chris Lattner
2002-07-18
1
-1
/
+11
*
Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llx
Chris Lattner
2002-07-15
1
-0
/
+5
*
Added support for parsing expressions constructed from constant values.
Vikram S. Adve
2002-07-14
1
-20
/
+62
*
Declare globals llvmAsmtext and llvmAsmleng for use in the parser.
Vikram S. Adve
2002-07-14
1
-0
/
+2
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
2
-29
/
+28
*
* Be more typesafe: cast<x> now no longer discards constness
Chris Lattner
2002-06-04
1
-61
/
+61
*
Support function declarations with either %XXX or "XXX" style for now
Chris Lattner
2002-05-22
1
-2
/
+4
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-5
/
+5
*
Remove dead code
Chris Lattner
2002-05-06
1
-6
/
+0
*
Allow open/closing curly braces instead of begin/end to define the body of a ...
Chris Lattner
2002-05-03
2
-3
/
+7
*
* Fix a bug (test/Regression/Assembler/2002-05-02-InvalidForwardRef.ll)
Chris Lattner
2002-05-02
1
-2
/
+3
*
The "implementation" is now allowed but not required by the parser. All type
Chris Lattner
2002-05-02
1
-30
/
+32
*
Fix bug: test/Regression/Other/2002-04-29-NameBinding.ll
Chris Lattner
2002-04-29
1
-12
/
+1
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
3
-9
/
+0
*
Remove dead code
Chris Lattner
2002-04-28
2
-15
/
+3
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-18
/
+18
*
isLabelType is obsolete
Chris Lattner
2002-04-08
1
-1
/
+1
*
Library bumped up out of Assembly directory
Chris Lattner
2002-04-08
1
-1
/
+1
*
Add a better comment to explain what is going on.
Chris Lattner
2002-04-07
1
-1
/
+4
*
Remove debugging code accidentally checked in!
Chris Lattner
2002-04-07
1
-1
/
+0
*
Add support for hexadecimal FP constants!
Chris Lattner
2002-04-07
1
-7
/
+35
*
s/MethodType/FunctionType
Chris Lattner
2002-04-04
1
-6
/
+6
*
* Make PATypeHolder not take a type argument
Chris Lattner
2002-04-04
1
-47
/
+37
*
Lexer doesn't create typehandle gross stuff now, parser does.
Chris Lattner
2002-04-04
1
-6
/
+1
*
* Fix nondeleted type handle which could cause type pool corruption (and
Chris Lattner
2002-03-31
1
-1
/
+4
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-80
/
+82
*
Implement TODO for better diagnostic output
Chris Lattner
2002-03-11
1
-4
/
+8
*
Fix bug: test/Regression/2002-03-08-NameCollision2.ll
Chris Lattner
2002-03-08
1
-4
/
+9
*
Fix minor memory leak
Chris Lattner
2002-03-08
1
-0
/
+6
*
Fix for: test/Regression/Assembler/2002-03-08-NameCollision.ll
Chris Lattner
2002-03-08
1
-14
/
+23
*
Close input file if exception is thrown
Chris Lattner
2002-02-20
1
-6
/
+10
*
Change to verifier interface
Chris Lattner
2002-02-20
1
-9
/
+3
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
3
-37
/
+32
*
* Fix cases where we were calling Type->getName() instead of Type->getDescrip...
Chris Lattner
2001-12-14
1
-21
/
+12
*
Allow hyphens in identifier names
Chris Lattner
2001-12-04
1
-2
/
+2
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
2
-7
/
+8
[next]