projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Simplify the interface of AnalyzeGlobal a bit and rename to analyzeGlobal.
[oota-llvm.git]
/
include
/
2013-10-17
Daniel Sanders
[mips][msa] Added lsa instruction
tree
|
commitdiff
2013-10-17
Daniel Sanders
[mips][msa] Removed ldx.[bhwd] and stx.[bhwd].
tree
|
commitdiff
2013-10-17
Filip Pizlo
Expose install_fatal_error_handler() through the C...
tree
|
commitdiff
2013-10-17
Jack Carter
[projects/test-suite] White space and long line fixes.
tree
|
commitdiff
2013-10-16
Anders Waldenborg
llvm-c: Add LLVMDumpType
tree
|
commitdiff
2013-10-16
Chad Rosier
[AArch64] Add support for NEON scalar negate instruction.
tree
|
commitdiff
2013-10-16
Chad Rosier
[AArch64] Add support for NEON scalar absolute value...
tree
|
commitdiff
2013-10-16
Rafael Espindola
Allow repeated registration again.
tree
|
commitdiff
2013-10-16
Rafael Espindola
Fix MCDataAtom never calling remap when adding data.
tree
|
commitdiff
2013-10-16
Anders Waldenborg
[llvm-c] Add LLVMPrintModuleToString.
tree
|
commitdiff
2013-10-16
Chad Rosier
Update comment.
tree
|
commitdiff
2013-10-16
Rafael Espindola
Assert on duplicate registration. Don't depend on funct...
tree
|
commitdiff
2013-10-16
Chad Rosier
[AArch64] Add support for NEON scalar signed saturating...
tree
|
commitdiff
2013-10-16
Bill Wendling
Add a 'deleteModule' method to the Linker class.
tree
|
commitdiff
2013-10-16
Will Dietz
TypeFinder: prefer iterative algorithm to keep stack...
tree
|
commitdiff
2013-10-16
Rafael Espindola
Add support for metadata representing .ident directives.
tree
|
commitdiff
2013-10-16
Rafael Espindola
Add a MCAsmInfoELF class and factor some code into it.
tree
|
commitdiff
2013-10-16
Rafael Espindola
Move .ident handling to MCStreamer.
tree
|
commitdiff
2013-10-16
Andrew Kaylor
Adding support for deregistering EH frames with MCJIT.
tree
|
commitdiff
2013-10-15
NAKAMURA Takumi
Support/FileSystem.h: Remove a trailing comma in enum...
tree
|
commitdiff
2013-10-15
Rui Ueyama
Path: Recognize Windows compiled resource file.
tree
|
commitdiff
2013-10-15
Eric Christopher
Reformat.
tree
|
commitdiff
2013-10-15
Anders Waldenborg
Revert "Add AllTargetsBindings sublibrary" as it breaks...
tree
|
commitdiff
2013-10-15
Anders Waldenborg
Add AllTargetsBindings sublibrary instead of having...
tree
|
commitdiff
2013-10-15
Craig Topper
Remove x86_sse42_crc32_64_8 intrinsic. It has no functi...
tree
|
commitdiff
2013-10-15
Chandler Carruth
Simplify formatting and sort these. No functionality...
tree
|
commitdiff
2013-10-14
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2013-10-14
Andrew Trick
Fix the ExecutionDepsFix pass to handle AVX instructions.
tree
|
commitdiff
2013-10-14
Andrew Trick
LiveRegUnits: Use *MBB for consistency and convenience.
tree
|
commitdiff
2013-10-14
Andrew Trick
Use a SparseSet in LiveRegUnits.
tree
|
commitdiff
2013-10-14
Andrew Trick
Move LiveRegUnits implementation into .cpp. Comment...
tree
|
commitdiff
2013-10-14
Andrew Trick
Remove extra indentation in LiveRegUnits.
tree
|
commitdiff
2013-10-14
Andrew Trick
Convert LiveRegUnits methods to the current convention...
tree
|
commitdiff
2013-10-14
Rafael Espindola
Remove the now unused strong phi elimination pass.
tree
|
commitdiff
2013-10-14
Chad Rosier
[AArch64] Add support for NEON scalar integer compare...
tree
|
commitdiff
2013-10-13
Will Dietz
MC: Don't assume incoming StringRef's are null terminated.
tree
|
commitdiff
2013-10-12
Will Dietz
Add missing #include's to cctype when using isdigit...
tree
|
commitdiff
2013-10-11
Andrew Kaylor
Adding multiple object support to MCJIT EH frame handling
tree
|
commitdiff
2013-10-11
Matthias Braun
Introduce ad hoc liveness tracking utility: LiveRegUnits
tree
|
commitdiff
2013-10-11
Quentin Colombet
[DAGCombiner] Reapply load slicing (192471) with a...
tree
|
commitdiff
2013-10-11
Quentin Colombet
[DAGCombiner] Revert load slicing (r192471), until...
tree
|
commitdiff
2013-10-11
Quentin Colombet
[DAGCombiner] Slice a big load in two loads when the...
tree
|
commitdiff
2013-10-11
Justin Holewinski
Make AsmPrinter::emitImplicitDef a virtual method so...
tree
|
commitdiff
2013-10-10
Matthias Braun
Print register in LiveInterval::print()
tree
|
commitdiff
2013-10-10
Matthias Braun
Represent RegUnit liveness with LiveRange instance
tree
|
commitdiff
2013-10-10
Matthias Braun
Work on LiveRange instead of LiveInterval where possible
tree
|
commitdiff
2013-10-10
Matthias Braun
Pass LiveQueryResult by value
tree
|
commitdiff
2013-10-10
Matthias Braun
Refactor LiveInterval: introduce new LiveRange class
tree
|
commitdiff
2013-10-10
Matthias Braun
Rename LiveRange to LiveInterval::Segment
tree
|
commitdiff
2013-10-10
Matthias Braun
Rename parameter: defined regs are not incoming.
tree
|
commitdiff
2013-10-10
Sriram Murali
test commit
tree
|
commitdiff
2013-10-10
Matt Arsenault
Fix grammar / missing words
tree
|
commitdiff
2013-10-10
Manman Ren
Debug Info: In DIBuilder, the context field of subprogr...
tree
|
commitdiff
2013-10-10
Hao Liu
Implement AArch64 vector load/store multiple N-element...
tree
|
commitdiff
2013-10-10
Rafael Espindola
Revert "Implement AArch64 vector load/store multiple...
tree
|
commitdiff
2013-10-10
Hao Liu
Implement AArch64 vector load/store multiple N-element...
tree
|
commitdiff
2013-10-09
Rui Ueyama
Revert "llvm-c: Make target initializer functions exter...
tree
|
commitdiff
2013-10-09
Manman Ren
Debug Info: In DIBuilder, the context and type fields...
tree
|
commitdiff
2013-10-09
Anders Waldenborg
llvm-c: Make target initializer functions external...
tree
|
commitdiff
2013-10-09
Benjamin Kramer
Flip the ownership of MCStreamer and MCTargetStreamer.
tree
|
commitdiff
2013-10-09
Rafael Espindola
Add a GlobalAlias::isValidLinkage to reduce code duplic...
tree
|
commitdiff
2013-10-09
Elena Demikhovsky
AVX-512: Added VRCP28 and VRSQRT28 instructions and...
tree
|
commitdiff
2013-10-08
Chad Rosier
[AArch64] Add support for NEON scalar floating-point...
tree
|
commitdiff
2013-10-08
Matt Arsenault
Fix duplicated assertions.
tree
|
commitdiff
2013-10-08
Chad Rosier
[AArch64] Add support for NEON scalar signed/unsigned...
tree
|
commitdiff
2013-10-08
Reid Kleckner
Explicitly request unsigned enum types when desired
tree
|
commitdiff
2013-10-08
Manman Ren
Move DIRef::getName out of line.
tree
|
commitdiff
2013-10-08
Benjamin Kramer
IRBuilder: Downgrade InsertPointGuard's instruction...
tree
|
commitdiff
2013-10-08
Rafael Espindola
Add a MCTargetStreamer interface.
tree
|
commitdiff
2013-10-08
Nick Kledzik
update mach-o EXPORT_SYMBOL_* names
tree
|
commitdiff
2013-10-07
Richard Mitton
Formally added an explicit enum for DWARF TLS support...
tree
|
commitdiff
2013-10-07
Matt Arsenault
Change objectsize intrinsic to accept different address...
tree
|
commitdiff
2013-10-07
Rafael Espindola
Remove dead code.
tree
|
commitdiff
2013-10-07
Rafael Espindola
Fix the documentation of getDefaultSubtargetFeatures.
tree
|
commitdiff
2013-10-07
David Majnemer
Revert "Revert "Windows: Add support for unicode comman...
tree
|
commitdiff
2013-10-06
David Majnemer
Revert "Windows: Add support for unicode command lines"
tree
|
commitdiff
2013-10-06
David Majnemer
Windows: Add support for unicode command lines
tree
|
commitdiff
2013-10-06
Elena Demikhovsky
AVX-512: added scalar convert instructions and intrinsics.
tree
|
commitdiff
2013-10-06
Simon Atanasyan
[Mips] Add MIPS program header types.
tree
|
commitdiff
2013-10-05
Craig Topper
Remove unneeded TBM intrinsics. The arithmetic/logical...
tree
|
commitdiff
2013-10-05
Rafael Espindola
Remove some really nasty uses of hasRawTextSupport.
tree
|
commitdiff
2013-10-05
Jiangning Liu
Implement aarch64 neon instruction set AdvSIMD (Across).
tree
|
commitdiff
2013-10-05
Craig Topper
Add OPC_CheckChildSame0-3 to the DAG isel matcher....
tree
|
commitdiff
2013-10-05
Manman Ren
Debug Info: In DIBuilder, the derived-from field of...
tree
|
commitdiff
2013-10-04
Eric Christopher
Pull this out for a bit of readability.
tree
|
commitdiff
2013-10-04
Eric Christopher
Reformat.
tree
|
commitdiff
2013-10-04
Eric Christopher
Formatting.
tree
|
commitdiff
2013-10-04
Jack Carter
reverting per request
tree
|
commitdiff
2013-10-04
Jack Carter
[MC][AsmParser] Hook for post assembly file processing
tree
|
commitdiff
2013-10-04
Eric Christopher
Temporarily revert r191792 as it is causing some LTO...
tree
|
commitdiff
2013-10-04
Craig Topper
Revert r191940 to see if it fixes the build bots.
tree
|
commitdiff
2013-10-04
Craig Topper
Add OPC_CheckChildSame0-3 to the DAG isel matcher....
tree
|
commitdiff
2013-10-04
Andrew Kaylor
Adding support and tests for multiple module handling...
tree
|
commitdiff
2013-10-03
Matt Arsenault
Rename DataLayout variables TD -> DL
tree
|
commitdiff
2013-10-03
Rafael Espindola
Optimize linkonce_odr unnamed_addr functions during...
tree
|
commitdiff
2013-10-03
Craig Topper
Add patterns for selecting TBM instructions from logica...
tree
|
commitdiff
2013-10-03
Pete Cooper
Add v4f16 to supported value types.
tree
|
commitdiff
2013-10-02
Quentin Colombet
[llvm-c][Disassembler] Add an option to print latency...
tree
|
commitdiff
2013-10-02
Chandler Carruth
Remove the very substantial, largely unmaintained legac...
tree
|
commitdiff
2013-10-02
Rafael Espindola
Fix option parsing in the gold plugin.
tree
|
commitdiff
next