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
*
Add support for compilers with arg dependent name lookup, contributed by
Chris Lattner
2004-12-08
1
-1
/
+2
*
For PR409: \
Reid Spencer
2004-12-06
1
-0
/
+2
*
Fix PR463
Chris Lattner
2004-11-28
1
-1
/
+4
*
Make sure that the yacc and lex output are specified as BUILT_SOURCES.
Reid Spencer
2004-10-28
1
-8
/
+7
*
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-27
1
-1
/
+1
*
Plug a memory leak in the asmparser. It turns out that we were leaking
Chris Lattner
2004-10-26
1
-1
/
+1
*
We won't use automake
Reid Spencer
2004-10-22
2
-695
/
+0
*
Initial automake generated Makefile template
Reid Spencer
2004-10-18
1
-0
/
+675
*
Parse undef and unreachable
Chris Lattner
2004-10-16
3
-4
/
+24
*
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-13
1
-4
/
+5
*
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-10
1
-0
/
+19
*
Add a check to avoid an assertion on malformed input
Chris Lattner
2004-10-09
1
-0
/
+3
*
Okay, the list of link-time passes wasn't such a hot idea. Its prone to
Reid Spencer
2004-09-14
2
-17
/
+1
*
Add support for the link-time pass list to Modules.
Reid Spencer
2004-09-13
2
-1
/
+17
*
Changes For Bug 352
Reid Spencer
2004-09-01
2
-2
/
+2
*
Examine the type code in the setcc class of instructions and if it
Reid Spencer
2004-08-21
1
-0
/
+4
*
quish a warning
Chris Lattner
2004-08-20
1
-1
/
+1
*
Packed types, brought to you by Brad Jones
Brian Gaeke
2004-08-20
1
-2
/
+68
*
Work around PR424 for old c/c++ frontends.
Chris Lattner
2004-08-17
1
-3
/
+29
*
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-29
2
-7
/
+4
*
Fix bug in previous patch :(
Chris Lattner
2004-07-26
1
-6
/
+12
*
Fix an extremely serious regression that was causing LLVM basic blocks to be
Chris Lattner
2004-07-26
1
-0
/
+6
*
Adjust to new Module.h interface for dependent libraries
Reid Spencer
2004-07-25
1
-8
/
+7
*
bug 263:
Reid Spencer
2004-07-25
1
-1
/
+22
*
bug 263:
Reid Spencer
2004-07-25
1
-0
/
+2
*
bug 122:
Reid Spencer
2004-07-18
1
-48
/
+47
*
Fix the regressions handling unnamed global variables
Chris Lattner
2004-07-16
1
-2
/
+5
*
This is logically part of the last patch. Just more really horrible code
Chris Lattner
2004-07-14
1
-17
/
+0
*
** Finally DeclareNewGlobalValue is dead!
Chris Lattner
2004-07-14
1
-125
/
+90
*
* Fairly substantial change. Instead of creating new globalvariables, then
Chris Lattner
2004-07-14
1
-14
/
+49
*
Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing us
Chris Lattner
2004-07-14
1
-55
/
+38
*
Fix a regression from last night. Apparently the CFE is broken and outputs
Chris Lattner
2004-07-14
1
-6
/
+16
*
Pull out code shared between GV forward-decl and definition processing.
Chris Lattner
2004-07-14
1
-50
/
+37
*
Simplify code. Do not allow functions to be redefined more than once.
Chris Lattner
2004-07-14
1
-26
/
+9
*
Remove a gross and crufty "feature" that was never documented and doesn't work.
Chris Lattner
2004-07-14
2
-7
/
+1
*
Finegrainify namespacification
Chris Lattner
2004-07-14
1
-6
/
+4
*
Revamp handling of labels. In particular, if we create a forward reference
Chris Lattner
2004-07-14
1
-22
/
+71
*
Split the basic block handling case out of getVal into getBBVal.
Chris Lattner
2004-07-14
1
-34
/
+40
*
Fine-grainify namespacification, prune #include
Chris Lattner
2004-07-13
1
-6
/
+2
*
Fix typeo and refactor bb productions to make it possible for us to reuse any
Chris Lattner
2004-07-13
1
-11
/
+12
*
Eliminate some mega-cruft here. There is no reason to DERIVE FROM IR CLASSES
Chris Lattner
2004-07-13
2
-67
/
+26
*
Inline the now trivial setValueNameInternal function into both callers
Chris Lattner
2004-07-13
1
-13
/
+10
*
Now that basic blocks are eagerly inserted into the Function, we can use
Chris Lattner
2004-07-13
1
-60
/
+12
*
A couple of substantial cleanup fixes:
Chris Lattner
2004-07-13
1
-47
/
+72
*
Replace a bunch of complex ConstantPointerRef referring code with simple
Chris Lattner
2004-07-13
1
-11
/
+3
*
Don't call Type::setName()
Chris Lattner
2004-07-09
1
-1
/
+1
*
Eliminate uses of the UniqueID field on Type objects
Chris Lattner
2004-07-08
1
-23
/
+18
*
- remove use of isa<Type>(Val) since there's no inheritance relationship
Reid Spencer
2004-07-04
1
-4
/
+3
*
Remove use of Type::TypeTy which is no longer defined. This change needed
Reid Spencer
2004-07-04
1
-1
/
+1
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
2
-3
/
+3
[next]