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
2003-10-23
* Eliminate `using' directive
Misha Brukman
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-19
Eliminate unused class
Chris Lattner
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-18
New revised variable argument handling support
Chris Lattner
2003-10-17
Tighten up handling of checks for shift instructions
Chris Lattner
2003-10-16
Minor cleanups
Chris Lattner
2003-10-16
Add support for 'weak' linkage.
Chris Lattner
2003-10-15
Decrease usage of use_size()
Chris Lattner
2003-10-13
Regularize header file comments
Chris Lattner
2003-10-10
Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".
Brian Gaeke
2003-10-10
Reserve space for PHI operands
Chris Lattner
2003-10-10
Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage
Chris Lattner
2003-10-10
Add better checking
Chris Lattner
2003-10-02
The objects mapped are really PATypeHolders, not PATypeHandles
Chris Lattner
2003-09-22
Uppercase the acronym ASCII.
Misha Brukman
2003-09-08
Oops, look at the VOLATILE marker, not the opcode
Chris Lattner
2003-09-08
Add support for the unwind instruction
Chris Lattner
2003-09-08
Parse volatile loads/stores
Chris Lattner
2003-09-01
Remove gross old hacky code that was in there for backwards compatibility
Chris Lattner
2003-08-23
Rename SwitchInst::dest_push_back -> addCase
Chris Lattner
2003-08-22
Accept double quoted strings everwhere we accept a %ABC variable name.
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-07-23
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-28
Add support for a new zeroinitializer token which can be used to get rid of
Chris Lattner
2003-06-18
Detemplatize the PATypeHandle class, which was only really instantiated on 'T...
Chris Lattner
2003-05-21
Fix bugs:
Chris Lattner
2003-05-21
Fix bugs:
Chris Lattner
2003-05-15
Fix bug: Assembler/2003-05-15-SwitchBug.ll
Chris Lattner
2003-05-08
Add support for the new va_arg instruction
Chris Lattner
2003-04-25
Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll
Chris Lattner
2003-04-22
Use a union to cast int to fp
Chris Lattner
2003-04-22
Allow information about the target to be specified in the .ll file
Chris Lattner
2003-04-22
Namespacify
Chris Lattner
2003-04-22
Preserve module source information in the ModuleID
Chris Lattner
2003-04-17
Allow hexadecimal integer constants to be used
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
Don't allow declaring an external internal variable
Chris Lattner
2003-04-15
Fix bug: Assember2003-04-15-ConstantInitAssertion.llx
Chris Lattner
2003-03-03
Fix bug: Assembler/2003-03-03-DuplicateConstant.ll
Chris Lattner
2003-02-02
Fix bug: Assembler/2003-02-02-ConstGlobal.ll
Chris Lattner
2003-01-30
Fix bug: Assembler/2003-01-30-UnsignedString.ll
Chris Lattner
2002-12-02
Ignore generated files Lexer.cpp and llvmAsmParser.*
Misha Brukman
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-10-15
- Fix bug: Assembler/2002-10-15-NameClash.ll
Chris Lattner
2002-10-14
This loop executed exactly one time, turn it into straightline code
Chris Lattner
[next]