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
/
MC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove function printMipsSymbolRef.
Akira Hatanaka
2011-11-15
1
-35
/
+0
*
Tidy up. 80 columns.
Jim Grosbach
2011-11-15
5
-28
/
+34
*
Disable generation of compact unwind encodings. <rdar://problem/10441578>
Bob Wilson
2011-11-14
1
-1
/
+2
*
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-12
2
-18
/
+1
*
Remove FIXME comment that should have been removed with r144351.
Bob Wilson
2011-11-11
1
-1
/
+0
*
Clients are responsible for initializing the targets, remove it from the disa...
Benjamin Kramer
2011-11-11
4
-32
/
+1
*
Reenable compact unwinding now that <rdar://problem/10430076> is fixed.
Bill Wendling
2011-11-11
1
-1
/
+1
*
Disable compact unwind generation until I can solve the codegen problems.
Bill Wendling
2011-11-11
1
-1
/
+2
*
build/MCDisassembler: Fix required libraries list of MCDisassembler to use
Daniel Dunbar
2011-11-10
1
-1
/
+3
*
Simplify code. No functionality change.
Benjamin Kramer
2011-11-09
1
-8
/
+2
*
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-09
1
-12
/
+0
*
Emit the compact unwind *if* we have a compact unwind encoding.
Bill Wendling
2011-11-08
1
-1
/
+1
*
MC/COFF: Correctly emit the size of an empty string table.
Michael J. Spencer
2011-11-08
1
-0
/
+1
*
Simplify some uses of utohexstr.
Benjamin Kramer
2011-11-07
1
-3
/
+2
*
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
1
-2
/
+24
*
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
2011-11-06
1
-2
/
+1
*
Twinify.
Benjamin Kramer
2011-11-05
1
-16
/
+13
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
2
-4
/
+13
*
Add mips ELF relocation types. Patch by Jack Carter!
Bruno Cardoso Lopes
2011-11-04
1
-6
/
+55
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
3
-0
/
+69
*
Replace tabs I added in this new line of code with spaces.
Kevin Enderby
2011-11-02
1
-1
/
+1
*
Fixed a bug in the code to create a dwarf file and directory table entires when
Kevin Enderby
2011-11-01
1
-2
/
+4
*
First part of support for generating dwarf for assembly source files with the
Kevin Enderby
2011-11-01
2
-0
/
+26
*
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-27
2
-0
/
+2
*
Trailing whitespace.
Jim Grosbach
2011-10-26
1
-2
/
+2
*
On an ELF system, ".debug_str" is mergeable and contains null terminated strings
Nick Lewycky
2011-10-26
1
-2
/
+3
*
This is the first of several patches for Mips direct object generation.
Bruno Cardoso Lopes
2011-10-25
2
-0
/
+39
*
Fix parsing of a line with only a # in it.
Rafael Espindola
2011-10-19
1
-1
/
+2
*
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-17
7
-33
/
+75
*
Let printf do the formatting instead aligning strings ourselves.
Benjamin Kramer
2011-10-16
1
-11
/
+10
*
Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.
Benjamin Kramer
2011-10-16
1
-0
/
+4
*
PR11143: Save the old diagnostic handler and call it when munging diagnostics...
Benjamin Kramer
2011-10-16
1
-3
/
+15
*
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
1
-5
/
+3
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
1
-11
/
+12
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
3
-28
/
+24
*
Disable code/data region symbols on ELF targets, where different mapping symb...
Owen Anderson
2011-10-14
1
-1
/
+1
*
Finish supporting cpp #file/line comments in assembler for error messages. So
Kevin Enderby
2011-10-12
1
-5
/
+64
*
Hoist vector.size() computation out of the loop. No functionality change.
Nick Lewycky
2011-10-12
1
-1
/
+2
*
Also create a shndx even if there are no symbols. This lets us test
Nick Lewycky
2011-10-11
1
-0
/
+3
*
MCAtom extending methods need to extend the range of the atom as well.
Owen Anderson
2011-10-10
1
-0
/
+18
*
Don't emit the symbol table entry for the .symtab_shndx section either.
Nick Lewycky
2011-10-07
1
-1
/
+2
*
Remove extraneous curlies. No functionality change.
Nick Lewycky
2011-10-07
1
-2
/
+1
*
Don't emit a shstrtabindex in the reserved range. Spotted by inspection and
Nick Lewycky
2011-10-07
1
-1
/
+1
*
Clarify/fix typo. No functionality change.
Nick Lewycky
2011-10-07
1
-2
/
+2
*
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
4
-1
/
+101
*
Adding back support for printing operands symbolically to ARM's new disassembler
Kevin Enderby
2011-10-04
2
-3
/
+3
*
Add definition of MipsELFObjectWriter.
Akira Hatanaka
2011-09-30
2
-0
/
+33
*
Sort CMakeLists.txt.
Benjamin Kramer
2011-09-24
1
-7
/
+5
*
PR10989: Don't print .hidden on Windows.
Eli Friedman
2011-09-23
1
-1
/
+2
*
Add new files to CMake.
Owen Anderson
2011-09-22
1
-0
/
+2
[next]