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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert vector to smallvector: 4% speedup.
Chris Lattner
2006-08-16
1
-1
/
+1
*
silence a warning.
Chris Lattner
2006-08-16
1
-0
/
+1
*
Added my home web page.
Bill Wendling
2006-08-16
1
-1
/
+1
*
Change the use_list to be a smallvector instead of a vector. This reduces
Chris Lattner
2006-08-16
2
-3
/
+4
*
Use the appropriate typedef
Chris Lattner
2006-08-16
1
-2
/
+1
*
Patches to correct several bugs in llvmc.
Reid Spencer
2006-08-16
4
-7
/
+58
*
Declare the callee saved regs
Rafael Espindola
2006-08-16
6
-14
/
+60
*
SelectNodeTo() may return a SDOperand that is different from the input.
Evan Cheng
2006-08-16
5
-57
/
+37
*
RET_FLAG has an optional input flag, but it does not produce a flag result.
Evan Cheng
2006-08-16
1
-8
/
+2
*
Fix a thinko noticed by Chandler Carruth.
Reid Spencer
2006-08-16
1
-2
/
+3
*
add a way to have multiple modules in a JIT :)
Chris Lattner
2006-08-16
1
-1
/
+7
*
add a note
Chris Lattner
2006-08-16
1
-0
/
+13
*
initial changes to support JIT'ing from multiple module providers, implicitly
Chris Lattner
2006-08-16
5
-66
/
+175
*
Bugfixes for smallvector when the element size is small and N is small.
Chris Lattner
2006-08-16
1
-4
/
+17
*
Add a section on how to build an RPM package as an optional release
Reid Spencer
2006-08-16
1
-7
/
+23
*
Add llvm.spec to the list of files to be configured.
Reid Spencer
2006-08-16
2
-1
/
+7
*
Add .PHONY targets for building source and binary RPM packages. You can
Reid Spencer
2006-08-16
1
-0
/
+7
*
Transform the LLVM RPM spec file to be a configured file. This allows us
Reid Spencer
2006-08-16
2
-80
/
+18
*
Fix PowerPC/2006-08-15-SelectionCrash.ll and simplify selection code.
Chris Lattner
2006-08-15
1
-93
/
+63
*
New testcase
Chris Lattner
2006-08-15
1
-0
/
+38
*
The generated runloop shouldn't require Select to update 'Result'. In fact
Chris Lattner
2006-08-15
1
-3
/
+6
*
allow Select to return the node being selected if RAU isn't needed.
Chris Lattner
2006-08-15
1
-1
/
+1
*
Start using SDVTList more consistently
Chris Lattner
2006-08-15
5
-90
/
+103
*
add a new SDVTList type and new SelectionDAG::getVTList methods to streamline
Chris Lattner
2006-08-15
2
-77
/
+116
*
Fixed the awkward description of the -find-bugs option for bugpoint.
Patrick Jenkins
2006-08-15
1
-1
/
+1
*
Fixed the awkward description of -find-bugs in the "Advice for using bugpoint...
Patrick Jenkins
2006-08-15
1
-1
/
+1
*
Added option description for -find-bugs.
Patrick Jenkins
2006-08-15
1
-0
/
+5
*
This commit mentions -find-bugs under the advice for using bugpoints section ...
Patrick Jenkins
2006-08-15
1
-0
/
+6
*
Adding FindBugs.cpp so the -find-bugs option will work.
Patrick Jenkins
2006-08-15
1
-0
/
+119
*
This commit adds a new feature called find-bugs. The find-bugs option can be ...
Patrick Jenkins
2006-08-15
5
-26
/
+73
*
Haste-o discovered after.
Jim Laskey
2006-08-15
1
-1
/
+1
*
Hypos pointed out by Jakob Praher.
Jim Laskey
2006-08-15
1
-5
/
+5
*
Typo.
Jim Laskey
2006-08-15
1
-1
/
+1
*
Okay, make the prose match the example too.
Reid Spencer
2006-08-15
1
-6
/
+7
*
Some more correction to the examples, thanks to Chris Lattner.
Reid Spencer
2006-08-15
1
-4
/
+7
*
Simplify this a little bit.
Reid Spencer
2006-08-15
1
-7
/
+5
*
This script takes arguments so remove the check for number of arguments,
Reid Spencer
2006-08-15
1
-7
/
+5
*
Fix an example.
Reid Spencer
2006-08-15
1
-1
/
+1
*
Clarify the first question.
Reid Spencer
2006-08-15
1
-5
/
+17
*
Rearrange things for clarity, don't talk about "dereferencing" when we
Reid Spencer
2006-08-15
1
-48
/
+90
*
Add a link to the GEP faq.
Chris Lattner
2006-08-15
1
-2
/
+6
*
Add a link in a prominant location.
Chris Lattner
2006-08-15
1
-0
/
+10
*
Make getNodeValueTypes methods public.
Chris Lattner
2006-08-14
1
-6
/
+8
*
eliminate use of getNode that takes vector of valuetypes.
Chris Lattner
2006-08-14
2
-30
/
+30
*
untabify
Devang Patel
2006-08-14
1
-15
/
+15
*
Add a new getNode() method that takes a pointer to an already-intern'd list
Chris Lattner
2006-08-14
3
-103
/
+88
*
Avoid extra string copy.
Devang Patel
2006-08-14
1
-2
/
+3
*
For PR876:
Reid Spencer
2006-08-14
1
-1
/
+1
*
For PR876:
Reid Spencer
2006-08-14
1
-1
/
+1
*
Use mangler, instead of addUnderscore(), to get mangled name.
Devang Patel
2006-08-14
2
-16
/
+28
[prev]
[next]