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
/
llvmAsmParser.y
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-28
/
+27
*
* 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
1
-2
/
+6
*
* 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
1
-5
/
+0
*
Remove dead code
Chris Lattner
2002-04-28
1
-5
/
+0
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-18
/
+18
*
* Make PATypeHolder not take a type argument
Chris Lattner
2002-04-04
1
-47
/
+37
*
* 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
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-27
/
+20
*
* Fix cases where we were calling Type->getName() instead of Type->getDescrip...
Chris Lattner
2001-12-14
1
-21
/
+12
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-3
/
+4
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-39
/
+39
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
1
-6
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-2
/
+2
*
Implement support for internal methods
Chris Lattner
2001-11-26
1
-26
/
+28
*
Implement array indexing with uints
Chris Lattner
2001-11-26
1
-16
/
+17
*
Improve some debugging code
Chris Lattner
2001-11-02
1
-6
/
+9
*
Remove ugly subclass of Opaque type
Chris Lattner
2001-10-22
1
-6
/
+4
*
Fix bug with
Chris Lattner
2001-10-22
1
-24
/
+57
*
Two changes:
Chris Lattner
2001-10-21
1
-19
/
+2
*
Fix bug caused by:
Chris Lattner
2001-10-21
1
-2
/
+2
*
Add support for And, XOR, and Or
Chris Lattner
2001-10-20
1
-2
/
+3
*
It is valid to have unsigned arrays as constants... the linker may initialize...
Chris Lattner
2001-10-20
1
-5
/
+0
*
Simplify some code
Chris Lattner
2001-10-16
1
-26
/
+27
*
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-15
1
-5
/
+5
*
* Add support for forward references of global variable addresses
Chris Lattner
2001-10-13
1
-110
/
+283
*
Add comment
Chris Lattner
2001-10-03
1
-0
/
+6
*
Support multiple global's definitions
Chris Lattner
2001-10-03
1
-23
/
+13
*
Allow duplicate constant values as long as they are compatible.
Chris Lattner
2001-10-03
1
-36
/
+62
*
Add check to make sure that we dont reference MEthodType's directly
Chris Lattner
2001-10-03
1
-0
/
+3
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-11
/
+20
*
First try at a horrible global value reference wrapper
Chris Lattner
2001-10-03
1
-19
/
+40
*
Clean up parser, fix a bug that prevented this from working:
Chris Lattner
2001-10-03
1
-66
/
+52
*
* Add support for null as a constant
Chris Lattner
2001-10-03
1
-28
/
+58
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-6
/
+5
[next]