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
*
Move X86 instruction parsing into X86/AsmParser.
Daniel Dunbar
2009-07-28
6
-303
/
+271
*
Clarify getName() comment.
Devang Patel
2009-07-28
1
-4
/
+4
*
Output the EH TType format and base offset only if there are types that we're
Bill Wendling
2009-07-28
1
-6
/
+15
*
Make expression parsing and error/warning reporting available through the
Daniel Dunbar
2009-07-28
2
-24
/
+57
*
Fix a fixme; don't take binaries from the working directory.
Benjamin Kramer
2009-07-28
1
-3
/
+3
*
Remove unused method.
Devang Patel
2009-07-28
2
-18
/
+0
*
Output the correct format for Darwin.
Bill Wendling
2009-07-28
1
-5
/
+7
*
fix unittest
Benjamin Kramer
2009-07-28
1
-1
/
+1
*
Use the preferred EH data format for the preferred EH data format.
Bill Wendling
2009-07-28
1
-2
/
+2
*
Darwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect | DW_EH_PE_sdata4) when we're
Bill Wendling
2009-07-28
1
-2
/
+5
*
Remove unused parameter name.
Bill Wendling
2009-07-28
1
-1
/
+1
*
Rename MDNode.h header. It defines MDnode and other metadata classes.
Devang Patel
2009-07-28
21
-55
/
+66
*
Fix a typo.
Evan Cheng
2009-07-28
1
-1
/
+1
*
Return ConstantVector to 2.5 API.
Owen Anderson
2009-07-28
21
-138
/
+122
*
In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is un...
Evan Cheng
2009-07-28
6
-19
/
+8
*
Remove support for ORN to workaround <rdar://problem/7096522>.
David Goodwin
2009-07-28
3
-3
/
+7
*
Provide generic MCAsmParser when constructing target specific parsers.
Daniel Dunbar
2009-07-28
4
-36
/
+50
*
Add DebugInfoEnumerator to collect debug info.
Devang Patel
2009-07-28
2
-0
/
+170
*
Simplify LDA-internal interface.
Andreas Bolka
2009-07-28
2
-13
/
+9
*
Add LDA statistics.
Andreas Bolka
2009-07-28
1
-0
/
+14
*
Minor factoring, naming and formatting cleanups.
Andreas Bolka
2009-07-28
1
-24
/
+29
*
Handle null and file symbol on doInitialization
Bruno Cardoso Lopes
2009-07-28
2
-9
/
+8
*
more simplifications and cleanup. :)
Chris Lattner
2009-07-28
1
-18
/
+17
*
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
24
-221
/
+177
*
Switch X86 assembly parser to using the generic lexer interface.
Daniel Dunbar
2009-07-28
1
-28
/
+28
*
Add workaround for <rdar://problem/7098328>.
David Goodwin
2009-07-28
2
-3
/
+4
*
fix testcase for previous patch.
Chris Lattner
2009-07-28
1
-1
/
+1
*
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
[next]