index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-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
2001-12-14
* Fix cases where we were calling Type->getName() instead of Type->getDescrip...
Chris Lattner
2001-12-04
Allow hyphens in identifier names
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Implement support for internal methods
Chris Lattner
2001-11-26
Implement array indexing with uints
Chris Lattner
2001-11-02
Improve some debugging code
Chris Lattner
2001-11-01
Support floating point numbers in expodential form so that small numbers don'...
Chris Lattner
2001-10-23
Negative FP constants... whodathunkit.
Chris Lattner
2001-10-22
Remove ugly subclass of Opaque type
Chris Lattner
2001-10-22
Fix bug with
Chris Lattner
2001-10-21
Two changes:
Chris Lattner
2001-10-21
Fix bug caused by:
Chris Lattner
2001-10-20
Add support for And, XOR, and Or
Chris Lattner
2001-10-20
It is valid to have unsigned arrays as constants... the linker may initialize...
Chris Lattner
2001-10-16
Simplify some code
Chris Lattner
2001-10-15
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-13
* Add support for forward references of global variable addresses
Chris Lattner
2001-10-13
Add operator< to ValID's so that they can be put in map's
Chris Lattner
2001-10-13
Remove exception specification
Chris Lattner
2001-10-13
Support the new Invoke instruction
Chris Lattner
[next]