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
*
To not barf when an error occurs.
Chris Lattner
2003-11-26
1
-9
/
+9
*
Fix PR147
Chris Lattner
2003-11-25
1
-0
/
+5
*
Check return types of functions
Chris Lattner
2003-11-21
1
-0
/
+3
*
Don't crash on bogus source value
Chris Lattner
2003-11-21
1
-0
/
+3
*
Fix bug PR107, patch contributed by Reid Spencer!
Chris Lattner
2003-11-12
1
-1
/
+26
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
4
-31
/
+53
*
Make sure that PHI node operands are first class types
Chris Lattner
2003-10-30
1
-0
/
+2
*
* Eliminate `using' directive
Misha Brukman
2003-10-23
1
-9
/
+10
*
Added LLVM copyright header.
John Criswell
2003-10-21
3
-0
/
+21
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Eliminate unused class
Chris Lattner
2003-10-19
1
-5
/
+0
*
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-19
2
-3
/
+3
*
New revised variable argument handling support
Chris Lattner
2003-10-18
2
-5
/
+108
*
Tighten up handling of checks for shift instructions
Chris Lattner
2003-10-17
1
-2
/
+4
*
Minor cleanups
Chris Lattner
2003-10-16
1
-30
/
+28
*
Add support for 'weak' linkage.
Chris Lattner
2003-10-16
1
-1
/
+1
*
Decrease usage of use_size()
Chris Lattner
2003-10-15
1
-1
/
+1
*
Regularize header file comments
Chris Lattner
2003-10-13
2
-3
/
+3
*
Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h".
Brian Gaeke
2003-10-10
1
-2
/
+2
*
Reserve space for PHI operands
Chris Lattner
2003-10-10
1
-0
/
+1
*
Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage
Chris Lattner
2003-10-10
2
-1
/
+3
*
Add better checking
Chris Lattner
2003-10-10
1
-0
/
+6
*
The objects mapped are really PATypeHolders, not PATypeHandles
Chris Lattner
2003-10-02
1
-2
/
+2
*
Uppercase the acronym ASCII.
Misha Brukman
2003-09-22
1
-1
/
+1
*
Oops, look at the VOLATILE marker, not the opcode
Chris Lattner
2003-09-08
1
-2
/
+2
*
Add support for the unwind instruction
Chris Lattner
2003-09-08
2
-2
/
+6
*
Parse volatile loads/stores
Chris Lattner
2003-09-08
2
-17
/
+27
*
Remove gross old hacky code that was in there for backwards compatibility
Chris Lattner
2003-09-01
1
-56
/
+9
*
Rename SwitchInst::dest_push_back -> addCase
Chris Lattner
2003-08-23
1
-1
/
+1
*
Accept double quoted strings everwhere we accept a %ABC variable name.
Chris Lattner
2003-08-22
1
-10
/
+8
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
1
-10
/
+10
*
The word `separate' only has one `e'.
Misha Brukman
2003-07-14
1
-1
/
+1
*
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
2
-1
/
+7
*
Add support for a new zeroinitializer token which can be used to get rid of
Chris Lattner
2003-06-28
2
-1
/
+7
*
Detemplatize the PATypeHandle class, which was only really instantiated on 'T...
Chris Lattner
2003-06-18
1
-2
/
+2
*
Fix bugs:
Chris Lattner
2003-05-21
1
-1
/
+3
*
Fix bugs:
Chris Lattner
2003-05-21
1
-0
/
+15
*
Fix bug: Assembler/2003-05-15-SwitchBug.ll
Chris Lattner
2003-05-15
1
-0
/
+5
*
Add support for the new va_arg instruction
Chris Lattner
2003-05-08
2
-1
/
+6
*
Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll
Chris Lattner
2003-04-25
1
-1
/
+19
*
Use a union to cast int to fp
Chris Lattner
2003-04-22
1
-7
/
+9
*
Allow information about the target to be specified in the .ll file
Chris Lattner
2003-04-22
2
-1
/
+28
*
Namespacify
Chris Lattner
2003-04-22
1
-84
/
+84
*
Preserve module source information in the ModuleID
Chris Lattner
2003-04-22
1
-1
/
+2
*
Allow hexadecimal integer constants to be used
Chris Lattner
2003-04-17
1
-5
/
+19
*
Add new linkage types to support a real frontend
Chris Lattner
2003-04-16
3
-15
/
+22
*
Don't allow declaring an external internal variable
Chris Lattner
2003-04-16
1
-28
/
+30
*
Fix bug: Assember2003-04-15-ConstantInitAssertion.llx
Chris Lattner
2003-04-15
1
-2
/
+9
[next]