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
*
Expose Tokens to target specific assembly parsers.
Daniel Dunbar
2009-07-28
4
-83
/
+101
*
Fix PR4639, a ELF-TLS regression from some of my refactoring.
Chris Lattner
2009-07-28
2
-1
/
+15
*
the apple "ld_classic" linker doesn't support .literal16 in 32-bit
Chris Lattner
2009-07-28
5
-9
/
+16
*
Tweak LLVM emacs style to make default namespace indentation closer to style
Daniel Dunbar
2009-07-28
1
-2
/
+5
*
Add Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.
David Goodwin
2009-07-28
2
-1
/
+29
*
Switch AsmLexer::Lex to returning a reference to the current token.
Daniel Dunbar
2009-07-28
3
-9
/
+6
*
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
*
Drop some AsmLexer methods in favor of their AsmToken equivalents.
Daniel Dunbar
2009-07-28
4
-37
/
+34
*
llvm-mc: Sink token enum into AsmToken.
Daniel Dunbar
2009-07-28
5
-210
/
+213
*
Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used.
Stefanus Du Toit
2009-07-28
2
-12
/
+12
*
tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.
Evan Cheng
2009-07-28
2
-0
/
+31
*
Remove memory corruption bug. string.c_str() was returning a temporary that was
Nick Lewycky
2009-07-28
1
-2
/
+2
*
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
17
-566
/
+635
*
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
64
-1402
/
+1655
*
don't copy TargetLowering.
Chris Lattner
2009-07-28
1
-1
/
+1
*
llvm-mc: Factor AsmToken class out of AsmLexer.
Daniel Dunbar
2009-07-28
2
-83
/
+108
*
Teach instcombine to respect and preserve inbounds. Add inbounds
Dan Gohman
2009-07-28
5
-32
/
+66
*
Fix a small little typo.
Mike Stump
2009-07-28
1
-1
/
+1
*
llvm-mc: Stop uniqueing string tokens, nothing actually uses this.
Daniel Dunbar
2009-07-28
2
-20
/
+4
*
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
2
-12
/
+18
*
Fix a release-asserts warning. Debug functions should be marked used,
Mike Stump
2009-07-27
1
-0
/
+2
*
Pass true to the Internalize parameter of createStandardLTOPasses,
Dan Gohman
2009-07-27
1
-1
/
+1
*
llvm-mc: Implement .abort fully in the front end
Daniel Dunbar
2009-07-27
6
-28
/
+18
*
Avoid build warnings.
Mike Stump
2009-07-27
3
-0
/
+3
*
Add a comment on Value explaining the current getName() behavior.
Daniel Dunbar
2009-07-27
1
-0
/
+6
*
Move ConstantStruct back to 2.5 API.
Owen Anderson
2009-07-27
16
-179
/
+129
*
Add a comment about the "getelementptr null" trick.
Dan Gohman
2009-07-27
1
-0
/
+1
*
Add inbounds to the polygen grammar.
Dan Gohman
2009-07-27
1
-2
/
+3
*
vim syntax highlighting for inbounds keyword.
Dan Gohman
2009-07-27
1
-1
/
+1
*
Add a new keyword 'inbounds' for use with getelementptr. See the
Dan Gohman
2009-07-27
11
-4
/
+83
*
llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.
Daniel Dunbar
2009-07-27
8
-107
/
+115
*
Order unsigned before signed, for consistency.
Dan Gohman
2009-07-27
1
-8
/
+8
*
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
2
-0
/
+10
*
hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating
Chris Lattner
2009-07-27
4
-30
/
+25
*
Move MCContext and friends to StringRef based APIs.
Daniel Dunbar
2009-07-27
4
-13
/
+16
*
simplify #includes.
Chris Lattner
2009-07-27
1
-3
/
+1
*
Move ConstantFP construction back to the 2.5-ish API.
Owen Anderson
2009-07-27
26
-207
/
+188
*
Add an assertion check to raw_ostream's destructor to verify
Dan Gohman
2009-07-27
1
-0
/
+5
*
Fix typo.
Andreas Bolka
2009-07-27
1
-1
/
+1
*
80 columns!
Devang Patel
2009-07-27
1
-5
/
+12
*
Remove TPat. No patterns depend on just isThumb(). Must use either T1Pat (isT...
David Goodwin
2009-07-27
2
-30
/
+26
*
Thanks, Bill!
Sean Callanan
2009-07-27
1
-1
/
+1
*
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
[next]