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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add reload and remat backscheduling. This is disabled by default. Use
David Greene
2009-07-28
1
-26
/
+150
*
fix unused variable warning
Chris Lattner
2009-07-28
1
-1
/
+1
*
tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.
Evan Cheng
2009-07-28
1
-0
/
+5
*
Code clean up. No functionality changes.
Evan Cheng
2009-07-28
1
-21
/
+32
*
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-28
16
-566
/
+607
*
fix a casting problem on the llvm-x86_64-linux tester
Chris Lattner
2009-07-28
1
-1
/
+1
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
57
-1255
/
+1452
*
don't copy TargetLowering.
Chris Lattner
2009-07-28
1
-1
/
+1
*
Teach instcombine to respect and preserve inbounds. Add inbounds
Dan Gohman
2009-07-28
2
-22
/
+56
*
Fix a small little typo.
Mike Stump
2009-07-28
1
-1
/
+1
*
Replace dyn_castGetElementPtr with dyn_cast<GEPOperator>.
Dan Gohman
2009-07-28
1
-15
/
+5
*
Grab the LLVMContext and parent Module of SI ahead of the
Dan Gohman
2009-07-28
1
-3
/
+4
*
ORN does not require (and can not have) the ".w" suffix. "Orthogonality" is a...
David Goodwin
2009-07-27
1
-7
/
+13
*
Fix a release-asserts warning. Debug functions should be marked used,
Mike Stump
2009-07-27
1
-0
/
+2
*
llvm-mc: Implement .abort fully in the front end
Daniel Dunbar
2009-07-27
1
-10
/
+0
*
Avoid build warnings.
Mike Stump
2009-07-27
3
-0
/
+3
*
Move ConstantStruct back to 2.5 API.
Owen Anderson
2009-07-27
13
-166
/
+121
*
Add a comment about the "getelementptr null" trick.
Dan Gohman
2009-07-27
1
-0
/
+1
*
Add a new keyword 'inbounds' for use with getelementptr. See the
Dan Gohman
2009-07-27
6
-2
/
+30
*
llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.
Daniel Dunbar
2009-07-27
2
-7
/
+7
*
Unbreak build.
Daniel Dunbar
2009-07-27
1
-2
/
+0
*
Make raw_null_ostream flush its buffer in its destructor, so that
Dan Gohman
2009-07-27
1
-0
/
+9
*
hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating
Chris Lattner
2009-07-27
3
-30
/
+12
*
Move MCContext and friends to StringRef based APIs.
Daniel Dunbar
2009-07-27
1
-6
/
+6
*
Move ConstantFP construction back to the 2.5-ish API.
Owen Anderson
2009-07-27
17
-164
/
+147
*
Add an assertion check to raw_ostream's destructor to verify
Dan Gohman
2009-07-27
1
-0
/
+5
*
Remove TPat. No patterns depend on just isThumb(). Must use either T1Pat (isT...
David Goodwin
2009-07-27
2
-30
/
+26
*
fix comment
Bruno Cardoso Lopes
2009-07-27
1
-1
/
+1
*
add module identifier to the elf object file
Bruno Cardoso Lopes
2009-07-27
3
-9
/
+26
*
Sink getSectionPrefixForUniqueGlobal down into the TAI
Chris Lattner
2009-07-27
3
-111
/
+148
*
remove dead code.
Chris Lattner
2009-07-27
2
-6
/
+3
*
Handle external symbols for ELF and add some static methods to ELFSym
Bruno Cardoso Lopes
2009-07-27
4
-46
/
+155
*
More DCE.
Evan Cheng
2009-07-27
4
-17
/
+1
*
convertToThreeAddress can't handle Thumb2 instructions (which don't have same...
Evan Cheng
2009-07-27
1
-10
/
+7
*
Initialize mdnNext.
Devang Patel
2009-07-27
1
-1
/
+1
*
Get rid of more dead code.
Evan Cheng
2009-07-27
5
-9
/
+1
*
Cosmetic change.
Evan Cheng
2009-07-27
1
-2
/
+4
*
Clean up.
Evan Cheng
2009-07-27
2
-5
/
+6
*
Get rid of some more getOpcode calls.
Evan Cheng
2009-07-27
6
-33
/
+46
*
Fix build.
Mike Stump
2009-07-27
1
-0
/
+1
*
Remove duplicate entries while printing decls for external symbols.
Sanjiv Gupta
2009-07-27
1
-2
/
+23
*
CMake: make sure that the *.inc files for libSystem show up in the resulting
Douglas Gregor
2009-07-27
1
-0
/
+23
*
add an explanatory comment about why we drop these in readonly and
Chris Lattner
2009-07-27
1
-2
/
+6
*
Do not seed mstadata into the value map.
Devang Patel
2009-07-27
1
-25
/
+4
*
make COFF work like ELF and macho, by splitting out into its own
Chris Lattner
2009-07-27
3
-67
/
+83
*
don't create default text/data sections for all targets.
Chris Lattner
2009-07-27
1
-2
/
+0
*
Apparently alpha doesn't use ElfTargetAsmInfo (?)
Chris Lattner
2009-07-27
1
-0
/
+3
*
Thumb-2 does not have RSC.
David Goodwin
2009-07-27
1
-34
/
+1
*
Add ".w" suffix for wide thumb-2 instructions.
David Goodwin
2009-07-27
1
-45
/
+43
*
inline a method.
Chris Lattner
2009-07-27
1
-28
/
+24
[next]