index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-27
1
-9
/
+6
*
MC-COFF: Drop empty sections, and label symbols. Convert relocations
Michael J. Spencer
2010-09-27
1
-82
/
+163
*
Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put
Rafael Espindola
2010-09-25
2
-11
/
+72
*
Reapply 114678 and 114667. Reverting them did not fix the bot:
Rafael Espindola
2010-09-24
1
-2
/
+5
*
Revert 114678 and 114667 to see if
Rafael Espindola
2010-09-24
1
-5
/
+2
*
MC/AsmParser: Handle a missed case of floating literals in the lexer.
Daniel Dunbar
2010-09-24
1
-1
/
+1
*
MC/AsmParser: Support .single and .double for embedding floating point literals.
Daniel Dunbar
2010-09-24
1
-0
/
+56
*
MC/Lexer: Add 'Real' token type for floating point literals.
Daniel Dunbar
2010-09-24
1
-5
/
+24
*
MC: Add missing ')' in diagnostic.
Daniel Dunbar
2010-09-24
1
-1
/
+1
*
Correctly handle weak undefined symbols. Before we would get a invalid binding
Rafael Espindola
2010-09-23
1
-5
/
+20
*
Correctly compute the offset of the symbol. Forgot these bits from the
Rafael Espindola
2010-09-23
1
-1
/
+4
*
Represent relocations against local symbols as relocations against the section
Rafael Espindola
2010-09-23
1
-1
/
+1
*
Fix the FIXME.
Rafael Espindola
2010-09-23
1
-1
/
+1
*
Fixed a crash in the enhanced disassembler where
Sean Callanan
2010-09-23
1
-0
/
+2
*
Add support for ELF PLT references for ARM MC asm printing. Adding a
Jim Grosbach
2010-09-22
1
-3
/
+6
*
Avoid some Mach-O specific alignment being done on ELF.
Rafael Espindola
2010-09-22
5
-23
/
+28
*
allow target-specific label suffixes, patch by Yuri Gribov!
Chris Lattner
2010-09-22
2
-1
/
+2
*
Fix typo and add a FIXME.
Rafael Espindola
2010-09-22
1
-1
/
+2
*
grammar tweakage
Jim Grosbach
2010-09-22
1
-2
/
+2
*
remove trailing whitespace
Jim Grosbach
2010-09-22
1
-31
/
+31
*
Correctly align bss.
Rafael Espindola
2010-09-22
1
-0
/
+6
*
fix rdar://8456417 - llvm-mc can't do basic math
Chris Lattner
2010-09-22
1
-21
/
+22
*
Revert unrelated change that was accidentally included in the previous commit.
Rafael Espindola
2010-09-21
1
-4
/
+1
*
Implement support for .local and its "interesting" interactions with .comm.
Rafael Espindola
2010-09-21
3
-11
/
+36
*
Produce a R_X86_64_32 when the value is >=0.
Rafael Espindola
2010-09-20
1
-2
/
+5
*
Make sure the STT_FILE symbol is the first one in the symbol table.
Rafael Espindola
2010-09-18
1
-0
/
+13
*
Avoid relocations in a common case.
Rafael Espindola
2010-09-17
1
-1
/
+10
*
Fix an MSVC warning.
Daniel Dunbar
2010-09-17
1
-0
/
+3
*
MC/Mach-O/i386: Fix a crash in relocation handling.
Daniel Dunbar
2010-09-17
1
-1
/
+2
*
MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the
Daniel Dunbar
2010-09-17
1
-2
/
+81
*
Print the address of sections as 0 and create the metadata sections in the
Rafael Espindola
2010-09-16
1
-33
/
+24
*
Make sure that names like .note.GNU-stack are accepted as valid section names.
Rafael Espindola
2010-09-16
1
-2
/
+37
*
Add support for the .zero directive.
Rafael Espindola
2010-09-16
1
-0
/
+22
*
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-09-15
9
-9
/
+73
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-2
/
+1
*
Factoring and potential bug fix. The elf "flags" cannot be used as masks.
Rafael Espindola
2010-09-13
1
-14
/
+37
*
Add support for leb128 of absolute expressions.
Rafael Espindola
2010-09-11
2
-23
/
+49
*
fix the asmparser so that the target is responsible for skipping to
Chris Lattner
2010-09-11
1
-1
/
+3
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-1
/
+2
*
llvm-mc: Don't crash when using -n and we see a directive before the initial ...
Daniel Dunbar
2010-09-09
1
-0
/
+30
*
llvm-mc: Make sure we exit != 0 if any errors are encountered.
Daniel Dunbar
2010-09-09
1
-8
/
+10
*
MCELF: Write relocation fragments in the right endian.
Benjamin Kramer
2010-09-09
1
-5
/
+26
*
Make ELF OS ABI dependent on the OS from target triple.
Roman Divacky
2010-09-09
1
-4
/
+13
*
MC: Give a (lame) hard error if a .org directive would create an unreasonably
Daniel Dunbar
2010-09-09
1
-1
/
+1
*
ELF_STB_Local is 0 so setting and checking it must be done specially
Roman Divacky
2010-09-08
2
-3
/
+5
*
Unresolved weak symbols have value equal zero.
Roman Divacky
2010-09-08
1
-1
/
+1
*
change the MC "ParseInstruction" interface to make it the
Chris Lattner
2010-09-08
1
-7
/
+0
*
MCELF: Align symtab, relocation sections and section headers properly. Patch ...
Benjamin Kramer
2010-09-06
1
-12
/
+24
*
Get rid of "passing signed into unsigned parameter" warning on PPC.
Bill Wendling
2010-09-03
1
-1
/
+1
*
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
Benjamin Kramer
2010-09-02
5
-1
/
+15
[next]