index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AsmParser
Age
Commit message (
Expand
)
Author
2002-09-11
Recently changed getelementptr to use 'long' indexes for sequential types
Chris Lattner
2002-09-10
Use explicit ctor
Chris Lattner
2002-09-10
Tighten up error checking in parser, disallowing instructions that f.e.,
Chris Lattner
2002-08-30
AsmParser now depends on clients to verify that input is well formed
Chris Lattner
2002-08-22
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-21
- Fix asmparser and bytecode reader to not generate loads/stores with idxs
Chris Lattner
2002-08-16
- Remove unused STRING token from lexer & parser
Chris Lattner
2002-08-15
Parse const expr cast instruction the same way the instruction is formed
Chris Lattner
2002-08-15
Move ConstExpr production to unify ConstVal stuff
Chris Lattner
2002-08-15
Fix bug: test/Regression/Assembler/2002-08-15-UnresolvedGlobalReference.ll
Chris Lattner
2002-08-14
Remove support for Not ConstantExpr. This simplifies the unary case to only
Chris Lattner
2002-08-14
AsmParser turns 'not' instructions into 'xor' instructions now.
Chris Lattner
2002-07-30
Cleanup ConstantExpr handling:
Chris Lattner
2002-07-25
Add check to fix bug:
Chris Lattner
2002-07-25
GCC 3.1 changes
Chris Lattner
2002-07-18
* Code cleanups
Chris Lattner
2002-07-18
ConstExpr::getelementptr now takes a vector of Constants not Values
Chris Lattner
2002-07-15
Fix bug: test/Regression/Assembler/2002-07-14-InternalLossage.llx
Chris Lattner
2002-07-14
Added support for parsing expressions constructed from constant values.
Vikram S. Adve
2002-07-14
Declare globals llvmAsmtext and llvmAsmleng for use in the parser.
Vikram S. Adve
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-06-04
* Be more typesafe: cast<x> now no longer discards constness
Chris Lattner
2002-05-22
Support function declarations with either %XXX or "XXX" style for now
Chris Lattner
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
Remove dead code
Chris Lattner
2002-05-03
Allow open/closing curly braces instead of begin/end to define the body of a ...
Chris Lattner
2002-05-02
* Fix a bug (test/Regression/Assembler/2002-05-02-InvalidForwardRef.ll)
Chris Lattner
2002-05-02
The "implementation" is now allowed but not required by the parser. All type
Chris Lattner
2002-04-29
Fix bug: test/Regression/Other/2002-04-29-NameBinding.ll
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-28
Remove dead code
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-08
isLabelType is obsolete
Chris Lattner
2002-04-08
Library bumped up out of Assembly directory
Chris Lattner
2002-04-07
Add a better comment to explain what is going on.
Chris Lattner
2002-04-07
Remove debugging code accidentally checked in!
Chris Lattner
2002-04-07
Add support for hexadecimal FP constants!
Chris Lattner
2002-04-04
s/MethodType/FunctionType
Chris Lattner
2002-04-04
* Make PATypeHolder not take a type argument
Chris Lattner
2002-04-04
Lexer doesn't create typehandle gross stuff now, parser does.
Chris Lattner
2002-03-31
* Fix nondeleted type handle which could cause type pool corruption (and
Chris Lattner
2002-03-26
Change references from Method to Function
Chris Lattner
2002-03-11
Implement TODO for better diagnostic output
Chris Lattner
2002-03-08
Fix bug: test/Regression/2002-03-08-NameCollision2.ll
Chris Lattner
2002-03-08
Fix minor memory leak
Chris Lattner
2002-03-08
Fix for: test/Regression/Assembler/2002-03-08-NameCollision.ll
Chris Lattner
2002-02-20
Close input file if exception is thrown
Chris Lattner
2002-02-20
Change to verifier interface
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
[next]