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
...
*
Add utility functions for marking parameters as noalias or nocapture.
Nick Lewycky
2009-01-04
1
-12
/
+39
*
XFAIL this test. The xform was removed.
Bill Wendling
2009-01-04
1
-0
/
+1
*
Revert this transform. It was causing some dramatic slowdowns in a few tests....
Bill Wendling
2009-01-04
1
-31
/
+0
*
Add several more unimplemented operator overloads to ilist_iterator
Dan Gohman
2009-01-04
1
-4
/
+16
*
The llvm::ELFWriter::EmitGlobal() method is calling the
Bill Wendling
2009-01-04
1
-0
/
+1
*
add #include guards, thanks Dan.
Chris Lattner
2009-01-04
1
-0
/
+5
*
Use softtabstop instead of redefining tabstop.
Dan Gohman
2009-01-04
1
-1
/
+1
*
Switch the vimrc file from smartindent to cindent, which is
Dan Gohman
2009-01-04
1
-2
/
+3
*
Revert r61598 as it does nothing.
Bill Wendling
2009-01-03
1
-1
/
+2
*
Fix a DAGCombiner abort on an invalid shift count constant. This fixes PR3250.
Dan Gohman
2009-01-03
2
-0
/
+19
*
CommuteNodesToReducePressure() is now removed.
Dan Gohman
2009-01-03
1
-1
/
+0
*
Remove the code from the scheduler that commuted two-address
Dan Gohman
2009-01-03
3
-74
/
+0
*
Any void readonly functions are provably dead, don't waste time adding
Nick Lewycky
2009-01-03
1
-14
/
+0
*
improve test and address Misha's comments
Nuno Lopes
2009-01-03
1
-43
/
+34
*
Add Intel processors core i7 and atom.
Evan Cheng
2009-01-03
2
-1
/
+4
*
Fix PR3210: Detect more Intel processors. Patch by Torok Edwin.
Evan Cheng
2009-01-03
1
-2
/
+15
*
* Wrap command line flag in <tt>
Misha Brukman
2009-01-03
1
-3
/
+7
*
We know it's always a SCEVConstant if it gets here, so just cast it and
Nick Lewycky
2009-01-03
1
-6
/
+2
*
Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1.
Bill Wendling
2009-01-03
1
-2
/
+0
*
Make sure that 'ranlib' runs only after 'ar' is completed.
Bill Wendling
2009-01-03
1
-2
/
+1
*
CellSPU:
Scott Michel
2009-01-03
4
-110
/
+123
*
Reassign the buffer to the pointer so that we don't overwrite memory.
Bill Wendling
2009-01-02
1
-0
/
+2
*
Alphabetized #includes.
Misha Brukman
2009-01-02
2
-4
/
+3
*
Down with trailing whitespace!
Misha Brukman
2009-01-02
5
-67
/
+66
*
VerifyLineLength() actually takes a max length parameter.
Misha Brukman
2009-01-02
1
-1
/
+3
*
Added some basic lint tools for C++ and generic lint tool applicable to all
Misha Brukman
2009-01-02
4
-0
/
+168
*
- Make copyRegToReg use the "LR" assembler synonym for "OR". Makes finding
Scott Michel
2009-01-02
1
-38
/
+50
*
* Alphabetized system headers per the style guide
Misha Brukman
2009-01-02
4
-12
/
+10
*
Don't try to analyze this "backward" case. This is overly conservative
Nick Lewycky
2009-01-02
2
-0
/
+52
*
So *this* is where all the trailing whitespace in file header comments come
Misha Brukman
2009-01-02
1
-2
/
+2
*
Remove comma at end of enumerator list.
Daniel Dunbar
2009-01-02
1
-1
/
+1
*
Remove bison specific Makefile bits for AsmParser.
Daniel Dunbar
2009-01-02
1
-12
/
+0
*
Deleted trailing whitespace; no functional changes.
Misha Brukman
2009-01-02
1
-61
/
+61
*
vimrc
Misha Brukman
2009-01-02
3
-7
/
+20
*
We also removed gtest-all.cc from the distribution tarball.
Misha Brukman
2009-01-02
1
-3
/
+2
*
Load tracking means that the value analyzed may
Duncan Sands
2009-01-02
1
-2
/
+8
*
fist short at a new unit test for ImmutableSets. no bugs found, though :P
Nuno Lopes
2009-01-02
1
-0
/
+208
*
make 'make clean' remove test binaries as well
Nuno Lopes
2009-01-02
1
-0
/
+3
*
ignore build dirs
Nuno Lopes
2009-01-02
0
-0
/
+0
*
When calculating 'nocapture' argument attributes, allow
Duncan Sands
2009-01-02
2
-21
/
+83
*
Improve comments and reorganize a bit - no functionality
Duncan Sands
2009-01-02
1
-56
/
+44
*
Deleted too many properties: restore some.
Duncan Sands
2009-01-02
0
-0
/
+0
*
Fix a really horrible typo, which caused undefined behavior.
Chris Lattner
2009-01-02
1
-1
/
+1
*
Remove the "ignore" property on this directory.
Duncan Sands
2009-01-02
0
-0
/
+0
*
minor cleanups and comment improvements.
Chris Lattner
2009-01-02
2
-196
/
+149
*
add a #include to hopefully get the x86-64-linux buildbot building.
Chris Lattner
2009-01-02
1
-0
/
+1
*
Remove lex/bison support from makefile.rules.
Chris Lattner
2009-01-02
1
-111
/
+5
*
update the cmakefile. This is a "best guess", I haven't tested this.
Chris Lattner
2009-01-02
1
-28
/
+2
*
lex and bison aren't needed to build llvm anymore.
Chris Lattner
2009-01-02
4
-31
/
+2
*
new non-ambiguous syntax.
Chris Lattner
2009-01-02
1
-1
/
+1
[prev]
[next]