projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
X86: peephole optimization to remove cmp instruction
[oota-llvm.git]
/
lib
/
MC
/
2012-07-05
Akira Hatanaka
Enable target dependent directive parsing to hook befor...
tree
|
commitdiff
2012-07-03
NAKAMURA Takumi
MCContext.cpp: Fixup for my odd previous commit. No...
tree
|
commitdiff
2012-07-03
NAKAMURA Takumi
MCContext::GetDwarfFile(): Make FileName parsing tolera...
tree
|
commitdiff
2012-06-27
Jack Carter
The ELF relocation record format is different for N64
tree
|
commitdiff
2012-06-22
Evan Cheng
EmitZerofill should take a 64-bit size or else it's...
tree
|
commitdiff
2012-06-22
Rafael Espindola
Remove another duplicated variable. We only need one...
tree
|
commitdiff
2012-06-22
Rafael Espindola
Fix a FIXME: DwarfRequiresRelocationForSectionOffset...
tree
|
commitdiff
2012-06-22
Nick Lewycky
Emit relocations for DW_AT_location entries on systems...
tree
|
commitdiff
2012-06-16
Rafael Espindola
Implement irpc. Extracted from a patch by the PaX team...
tree
|
commitdiff
2012-06-15
Rafael Espindola
Factor macro argument parsing into helper methods and...
tree
|
commitdiff
2012-06-06
Benjamin Kramer
Add accessors for all private members of DisasmContext.
tree
|
commitdiff
2012-06-05
Andrew Trick
misched: Added MultiIssueItineraries.
tree
|
commitdiff
2012-06-04
Roman Divacky
Implement local-exec TLS on PowerPC.
tree
|
commitdiff
2012-06-03
Rafael Espindola
Represent .rept as an anonymous macro. This removes...
tree
|
commitdiff
2012-06-03
Rafael Espindola
Add a typedef to simplify the code a bit. Not functiona...
tree
|
commitdiff
2012-06-02
Benjamin Kramer
Fix typos found by github.com/lyda/misspell-check
tree
|
commitdiff
2012-05-31
Eric Christopher
Fix typo in assembly directive. Noticed by inspection.
tree
|
commitdiff
2012-05-25
Jakob Stoklund Olesen
Compress MCRegisterInfo register name tables.
tree
|
commitdiff
2012-05-24
Craig Topper
Mark some static arrays as const.
tree
|
commitdiff
2012-05-18
Jim Grosbach
Refactor data-in-code annotations.
tree
|
commitdiff
2012-05-12
Benjamin Kramer
Fix spacing after if.
tree
|
commitdiff
2012-05-12
Rafael Espindola
Add support for the .rept directive. Patch by Vladmir...
tree
|
commitdiff
2012-05-12
Benjamin Kramer
ELF: Add support for the asm .version directive.
tree
|
commitdiff
2012-05-12
Benjamin Kramer
AsmParser: Add support for the .purgem directive.
tree
|
commitdiff
2012-05-12
Benjamin Kramer
AsmParser: Give a nice error message for .code16gcc...
tree
|
commitdiff
2012-05-12
Benjamin Kramer
AsmParser: ignore the .extern directive.
tree
|
commitdiff
2012-05-12
Benjamin Kramer
AsmParser: Add support for .ifc and .ifnc directives.
tree
|
commitdiff
2012-05-12
Benjamin Kramer
AsmParser: Add support for .ifb and .ifnb directives.
tree
|
commitdiff
2012-05-11
Jim Grosbach
Tidy up. Trailing whitespace.
tree
|
commitdiff
2012-05-05
Jim Grosbach
Nuke a few dead remnants of the CBE.
tree
|
commitdiff
2012-05-01
Jim Grosbach
MC: Unknown assembler directives are now hard errors.
tree
|
commitdiff
2012-05-01
Jim Grosbach
MC: Remove errant EatToEndOfStatement() in asm parser.
tree
|
commitdiff
2012-04-16
Jim Grosbach
MC assembly parser handling for trailing comma in macro...
tree
|
commitdiff
2012-04-11
Benjamin Kramer
Compute hashes directly with hash_combine instead of...
tree
|
commitdiff
2012-04-10
David Chisnall
Use the correct section types on Solaris for unwind...
tree
|
commitdiff
2012-04-07
Sean Hunt
Output UTF-8-encoded characters as identifier character...
tree
|
commitdiff
2012-04-06
Sean Callanan
Fixed two leaks in the MC disassembler. The MC
tree
|
commitdiff
2012-04-02
Benjamin Kramer
Move getOpcodeName from the various target InstPrinters...
tree
|
commitdiff
2012-04-02
Craig Topper
Make MCInstrInfo available to the MCInstPrinter. This...
tree
|
commitdiff
2012-03-27
Craig Topper
Prune some includes
tree
|
commitdiff
2012-03-26
Craig Topper
Prune some includes and forward declarations.
tree
|
commitdiff
2012-03-23
Akira Hatanaka
Add a hook in MCELFObjectTargetWriter to allow targets...
tree
|
commitdiff
2012-03-20
Jim Grosbach
Assembler should accept redefinitions of unused variabl...
tree
|
commitdiff
2012-03-20
Jim Grosbach
Tidy up.
tree
|
commitdiff
2012-03-17
Jim Grosbach
MC asm parser macro argument count was wrong when empty.
tree
|
commitdiff
2012-03-15
Michael J. Spencer
Implement relocation-overflow behavior for PE/COFF.
tree
|
commitdiff
2012-03-05
Jim Grosbach
Make MCRegisterInfo available to the the MCInstPrinter.
tree
|
commitdiff
2012-03-03
Rafael Espindola
Correctly initialize LineSectionSymbol. Thanks to Dunca...
tree
|
commitdiff
2012-02-29
Derek Schuff
Make MemoryObject accessor members const again
tree
|
commitdiff
2012-02-28
Rafael Espindola
On ELF, create relocations to the abbreviation and...
tree
|
commitdiff
2012-02-27
Jim Grosbach
ARM BL/BLX instruction fixups should use relocations.
tree
|
commitdiff
2012-02-25
Eric Christopher
Grammar-o.
tree
|
commitdiff
2012-02-24
Jim Grosbach
ARM Thumb symbol references in assembly need the low...
tree
|
commitdiff
2012-02-23
Michael J. Spencer
Emit global ctors into .CRT$XCU instead of .ctors on...
tree
|
commitdiff
2012-02-23
Benjamin Kramer
Bump SmallString to the minimum required amount for...
tree
|
commitdiff
2012-02-22
Daniel Dunbar
MC: Fix the MCNullStreamer which was broken in r147763.
tree
|
commitdiff
2012-02-21
Chandler Carruth
Switch the llvm::Triple class to immediately parse...
tree
|
commitdiff
2012-02-19
Ahmed Charles
Remove dead code. Improve llvm_unreachable text. Simpli...
tree
|
commitdiff
2012-02-17
Kevin Enderby
Fix typo in comment ldopen() -> dlopen().
tree
|
commitdiff
2012-02-17
Kevin Enderby
Put back the initializing the targets in the disassembl...
tree
|
commitdiff
2012-02-17
David Chisnall
Generate the correct EH frame section types on Solaris...
tree
|
commitdiff
2012-02-17
David Chisnall
Revert r150814. It turns out that there is a good...
tree
|
commitdiff
2012-02-17
David Chisnall
Don't lazily allocate eh_frame. We're not lazily alloc...
tree
|
commitdiff
2012-02-15
David Meyer
For ELF, also call fixSymbolsInTLSFixups() on expressio...
tree
|
commitdiff
2012-02-11
Anton Korobeynikov
Add support for implicit TLS model used with MS VC...
tree
|
commitdiff
2012-02-07
Craig Topper
Convert assert(0) to llvm_unreachable
tree
|
commitdiff
2012-02-06
Derek Schuff
Enable streaming of bitcode
tree
|
commitdiff
2012-02-04
Sean Callanan
Modified the Enhanced Disassembler to create and
tree
|
commitdiff
2012-02-03
Akira Hatanaka
Add a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
tree
|
commitdiff
2012-01-31
Kevin Enderby
Fixed a crash in llvm-mc for Mach-O when a symbol diffe...
tree
|
commitdiff
2012-01-31
Devang Patel
Add assembler dialect attribute in asm parser which...
tree
|
commitdiff
2012-01-28
Benjamin Kramer
Silence GCC's -Wreturn-type warning.
tree
|
commitdiff
2012-01-28
Rafael Espindola
Small improvement to the recursion detection logic...
tree
|
commitdiff
2012-01-28
Rafael Espindola
Handle recursive variable definitions directly. This...
tree
|
commitdiff
2012-01-27
Jim Grosbach
Source information in 'expected relocatable expression...
tree
|
commitdiff
2012-01-27
Jim Grosbach
Better diagnostic for malformed .org assembly directive.
tree
|
commitdiff
2012-01-26
Jim Grosbach
Tidy up.
tree
|
commitdiff
2012-01-26
Jim Grosbach
Add simple support for keeping MCFixup source information.
tree
|
commitdiff
2012-01-26
Jim Grosbach
Add SourceMgr to MCContext for backend diagnostics.
tree
|
commitdiff
2012-01-26
James Molloy
Add support for the R_ARM_TARGET1 relocation, which...
tree
|
commitdiff
2012-01-25
Anton Korobeynikov
Properly emit ctors / dtors with priorities into desire...
tree
|
commitdiff
2012-01-24
Jim Grosbach
ARM Darwin symbol ref differences w/o subsection-via...
tree
|
commitdiff
2012-01-23
Rafael Espindola
Add support for .cfi_signal_frame. Fixes pr11762.
tree
|
commitdiff
2012-01-20
David Blaikie
More dead code removal (using -Wunreachable-code)
tree
|
commitdiff
2012-01-20
Benjamin Kramer
Add missing breaks to switch.
tree
|
commitdiff
2012-01-20
Benjamin Kramer
Remove a bunch of unused variable assignments.
tree
|
commitdiff
2012-01-19
Owen Anderson
Add a dump() implementation for sub-instruction MCOperands.
tree
|
commitdiff
2012-01-18
Jim Grosbach
MCAssembler tweak for determining when a symbol differe...
tree
|
commitdiff
2012-01-18
Jim Grosbach
Tidy up. MCAsmBackend naming conventions.
tree
|
commitdiff
2012-01-18
Jim Grosbach
Move some ARM specific MCAssmebler bits into the ARMAsm...
tree
|
commitdiff
2012-01-17
Jim Grosbach
MC tweak symbol difference resolution for non-local...
tree
|
commitdiff
2012-01-11
Kevin Enderby
The error check for using -g with a .s file already...
tree
|
commitdiff
2012-01-10
Devang Patel
Let asm parser query asm syntax dialect.
tree
|
commitdiff
2012-01-10
Kevin Enderby
This is the matching change for the data structure...
tree
|
commitdiff
2012-01-10
Benjamin Kramer
Fix some leftover control reaches end of non-void funct...
tree
|
commitdiff
2012-01-10
Chandler Carruth
Add 'llvm_unreachable' to passify GCC's understanding...
tree
|
commitdiff
2012-01-10
Kevin Enderby
Various crash reporting tools have a problem with the...
tree
|
commitdiff
2012-01-10
David Blaikie
Remove unnecessary default cases in switches that cover...
tree
|
commitdiff
2012-01-10
Rafael Espindola
Remove the logging streamer.
tree
|
commitdiff
2012-01-09
Rafael Espindola
Don't print an unused label before .cfi_endproc.
tree
|
commitdiff
next