projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Expose the RTDyldMemoryManager through the C API. This allows clients of
[oota-llvm.git]
/
lib
/
2013-05-22
Filip Pizlo
Expose the RTDyldMemoryManager through the C API. This...
tree
|
commitdiff
2013-05-22
Rafael Espindola
Attempt to fix the mingw32 bot.
tree
|
commitdiff
2013-05-22
Rafael Espindola
s/u_int32_t/uint32_t/
tree
|
commitdiff
2013-05-22
Rafael Espindola
Fix warning in non-assert build.
tree
|
commitdiff
2013-05-21
Reed Kotler
Mips16 does not use register scavenger from TargetRegis...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Put RTDyldMemoryManager into its own file, and make...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Roll out r182411 and 182412 because it's still broken.
tree
|
commitdiff
2013-05-21
Filip Pizlo
Fix busted comment. This conditional include block...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Put RTDyldMemoryManager into its own file, and make...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Roll out r182407 and r182408 because they broke builds.
tree
|
commitdiff
2013-05-21
Filip Pizlo
Expose the RTDyldMemoryManager through the C API. This...
tree
|
commitdiff
2013-05-21
Filip Pizlo
Put RTDyldMemoryManager into its own file, and make...
tree
|
commitdiff
2013-05-21
Akira Hatanaka
[mips] Rename option to make it compatible with gcc.
tree
|
commitdiff
2013-05-21
Akira Hatanaka
[mips] Add instruction selection patterns for blez...
tree
|
commitdiff
2013-05-21
Justin Holewinski
[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
tree
|
commitdiff
2013-05-21
Jyotsna Verma
Hexagon: SelectionDAG should not use MVT::Other to...
tree
|
commitdiff
2013-05-21
Justin Holewinski
Drop @llvm.annotation and @llvm.ptr.annotation intrinsi...
tree
|
commitdiff
2013-05-21
Hal Finkel
Fix PPC branch selection for counter-based branches
tree
|
commitdiff
2013-05-21
Elena Demikhovsky
removed commented lines
tree
|
commitdiff
2013-05-21
Evgeniy Stepanov
[msan] A no-op implementation of VarArg handling.
tree
|
commitdiff
2013-05-21
Elena Demikhovsky
Removed SSEPacked domain from all forms (AVX, SSE,...
tree
|
commitdiff
2013-05-21
Benjamin Kramer
X86: When emulating unsigned PCMPGTQ with PCMPGTD,...
tree
|
commitdiff
2013-05-21
Benjamin Kramer
DAGCombine: Avoid an edge case where it tried to create...
tree
|
commitdiff
2013-05-21
Richard Sandiford
Fix indentation
tree
|
commitdiff
2013-05-21
Eric Christopher
Add cmake bits for md5.
tree
|
commitdiff
2013-05-21
Eric Christopher
Add an md5 library derived from a public domain impleme...
tree
|
commitdiff
2013-05-21
Manman Ren
Dwarf: use a single line table to generate assembly...
tree
|
commitdiff
2013-05-21
Reed Kotler
Add some additional functions to the list of helper...
tree
|
commitdiff
2013-05-20
David Blaikie
PR14606: Debug Info for namespace aliases/DW_TAG_import...
tree
|
commitdiff
2013-05-20
Bill Wendling
The DWARF EH pass doesn't need the TargetMachine, only...
tree
|
commitdiff
2013-05-20
Bill Wendling
No need to store the TargetMachine variable in this...
tree
|
commitdiff
2013-05-20
Bill Wendling
Remove unused #include.
tree
|
commitdiff
2013-05-20
Hal Finkel
Rename LoopSimplify.h to LoopUtils.h
tree
|
commitdiff
2013-05-20
Akira Hatanaka
[mips] Add (setne $lhs, 0) instruction selection pattern.
tree
|
commitdiff
2013-05-20
Akira Hatanaka
[mips] Trap on integer division by zero.
tree
|
commitdiff
2013-05-20
Hal Finkel
Remove copied preheader insertion logic from PPCCTRLoops
tree
|
commitdiff
2013-05-20
Hal Finkel
Expose InsertPreheaderForLoop from LoopSimplify to...
tree
|
commitdiff
2013-05-20
Justin Holewinski
[NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter...
tree
|
commitdiff
2013-05-20
Justin Holewinski
[NVPTX] Add programmatic interface to NVVMReflect pass
tree
|
commitdiff
2013-05-20
Hal Finkel
Rename PPC MTCTRse to MTCTRloop
tree
|
commitdiff
2013-05-20
Hal Finkel
Add a PPCCTRLoops verification pass
tree
|
commitdiff
2013-05-20
Benjamin Kramer
R600: Fix bug detected by GCC warning.
tree
|
commitdiff
2013-05-20
Tom Stellard
R600/SI: Use a multiclass for MUBUF_Load_Helper
tree
|
commitdiff
2013-05-20
Tom Stellard
R600/SI: Add a pattern for S_LOAD_DWORDX2_* instructions
tree
|
commitdiff
2013-05-20
Tom Stellard
R600/SI: Add pattern for rotr
tree
|
commitdiff
2013-05-20
Tom Stellard
R600: Swap the legality of rotl and rotr
tree
|
commitdiff
2013-05-20
Tom Stellard
R600/SI: Add patterns for 64-bit shift operations
tree
|
commitdiff
2013-05-20
Tom Stellard
R600/SI: Use the same names for VOP3 operands and encod...
tree
|
commitdiff
2013-05-20
Tom Stellard
R600/SI: Make fitsRegClass() operands const
tree
|
commitdiff
2013-05-20
Mihai Popa
VSTn instructions have a number of encoding constraints...
tree
|
commitdiff
2013-05-20
Mihai Popa
Q registers are encoded in fields of the same length...
tree
|
commitdiff
2013-05-20
Richard Sandiford
[SystemZ] Add long branch pass
tree
|
commitdiff
2013-05-20
Justin Holewinski
[NVPTX] Add GenericToNVVM IR converter to better handle...
tree
|
commitdiff
2013-05-20
Justin Holewinski
[NVPTX] Fix i1 kernel parameters and global variables...
tree
|
commitdiff
2013-05-20
Stepan Dyatkovskiy
PR15868 fix.
tree
|
commitdiff
2013-05-20
Jakob Stoklund Olesen
Also expand 64-bit bitcasts.
tree
|
commitdiff
2013-05-20
Jakob Stoklund Olesen
Implement spill and fill of I64Regs.
tree
|
commitdiff
2013-05-20
Jakob Stoklund Olesen
Mark i64 SETCC as expand so it is turned into a SELECT_CC.
tree
|
commitdiff
2013-05-19
Benjamin Kramer
Replace some bit operations with simpler ones. No funct...
tree
|
commitdiff
2013-05-19
Jakob Stoklund Olesen
Don't use %g0 to materialize 0 directly.
tree
|
commitdiff
2013-05-19
Jakob Stoklund Olesen
Select i64 values with %icc conditions.
tree
|
commitdiff
2013-05-19
Bob Wilson
Remove declaration of __clear_cache for __APPLE__....
tree
|
commitdiff
2013-05-19
Jakob Stoklund Olesen
Add floating point selects on %xcc predicates.
tree
|
commitdiff
2013-05-19
Jakob Stoklund Olesen
Implement SPselectfcc for i64 operands.
tree
|
commitdiff
2013-05-19
Venkatraman Govind...
[Sparc] Rearrange integer registers' allocation order...
tree
|
commitdiff
2013-05-19
Jakob Stoklund Olesen
Handle i64 FrameIndex nodes in SPARC v9 mode.
tree
|
commitdiff
2013-05-19
Tim Northover
AArch64: make RuntimeDyld relocations idempotent
tree
|
commitdiff
2013-05-19
Tim Northover
Invalidate instruction cache when setting memory to...
tree
|
commitdiff
2013-05-18
David Majnemer
isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2...
tree
|
commitdiff
2013-05-18
Arnold Schwaighofer
LoopVectorize: Handle single edge PHIs
tree
|
commitdiff
2013-05-18
Hal Finkel
Check InlineAsm clobbers in PPCCTRLoops
tree
|
commitdiff
2013-05-18
Tim Northover
AArch64: add CMake dependency to fix very parallel...
tree
|
commitdiff
2013-05-18
David Majnemer
X86: Bad peephole interaction between adc, MOV32r0
tree
|
commitdiff
2013-05-18
Matt Arsenault
Remove duplicated comment
tree
|
commitdiff
2013-05-18
Matt Arsenault
Add LLVMContext argument to getSetCCResultType
tree
|
commitdiff
2013-05-17
JF Bastien
Support unaligned load/store on more ARM targets
tree
|
commitdiff
2013-05-17
Rafael Espindola
Convert obj2yaml to use yamlio.
tree
|
commitdiff
2013-05-17
Rafael Espindola
Fix the build in c++11 mode.
tree
|
commitdiff
2013-05-17
Matt Arsenault
Replace redundant code
tree
|
commitdiff
2013-05-17
Matt Arsenault
Add missing -*- C++ -*- to headers
tree
|
commitdiff
2013-05-17
Vincent Lejeune
R600: Lower int_load_input to copyFromReg instead of...
tree
|
commitdiff
2013-05-17
Vincent Lejeune
R600: Use bottom up scheduling algorithm
tree
|
commitdiff
2013-05-17
Vincent Lejeune
R600: Use depth first scheduling algorithm
tree
|
commitdiff
2013-05-17
Vincent Lejeune
R600: Replace big texture opcode switch in scheduler...
tree
|
commitdiff
2013-05-17
Vincent Lejeune
R600: Relax some vector constraints on Dot4.
tree
|
commitdiff
2013-05-17
Vincent Lejeune
R600: Improve texture handling
tree
|
commitdiff
2013-05-17
Vincent Lejeune
R600: Rename 128 bit registers.
tree
|
commitdiff
2013-05-17
Vincent Lejeune
R600: Some factorization
tree
|
commitdiff
2013-05-17
Vincent Lejeune
R600: Factorize Fetch size limit inside AMDGPUSubTarget
tree
|
commitdiff
2013-05-17
Vincent Lejeune
R600: prettier dump of clamp
tree
|
commitdiff
2013-05-17
Tom Stellard
R600: Fix encoding for R600 family GPUs
tree
|
commitdiff
2013-05-17
Tom Stellard
R600: Pass MCSubtargetInfo reference to R600CodeEmitter
tree
|
commitdiff
2013-05-17
Venkatraman Govind...
[Sparc] Implements hasReservedCallFrame and hasFP.
tree
|
commitdiff
2013-05-17
Benjamin Kramer
X86: Make shuffle -> shift conversion more aggressive...
tree
|
commitdiff
2013-05-17
Benjamin Kramer
LoopVectorize: Simplify code. No functionality change.
tree
|
commitdiff
2013-05-17
David Tweed
r182085 introduced a change that triggered an assertion...
tree
|
commitdiff
2013-05-17
Ulrich Weigand
[PowerPC] Fix hi/lo encoding in old-style code emitter
tree
|
commitdiff
2013-05-17
Ulrich Weigand
[PowerPC] Merge/rename PPC fixup types
tree
|
commitdiff
2013-05-17
Ulrich Weigand
[PowerPC] Fix processing of ha16/lo16 fixups
tree
|
commitdiff
2013-05-17
Benjamin Kramer
Don't cast away constness.
tree
|
commitdiff
next