projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2012-11-12
Eric Christopher
Remove unused field.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-12
Michael Liao
Fix PR14314
commit
|
commitdiff
|
tree
|
snapshot
2012-11-12
Craig Topper
Add --enable-werror and --enable-cxx11 to projects...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-12
Justin Holewinski
[NVPTX] Add more precise PTX/SM target attributes
commit
|
commitdiff
|
tree
|
snapshot
2012-11-12
Meador Inge
Delete a stale comment. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Craig Topper
Move some helper methods to being static functions...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Meador Inge
Remove hard-coded constant in Transforms/InstCombine...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Meador Inge
instcombine: Migrate memset optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Nadav Rotem
Update the vectorizer docs.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Meador Inge
instcombine: Migrate memmove optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Meador Inge
instcombine: Migrate memcpy optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Nadav Rotem
Use the isTruncFree and isZExtFree API to figure out...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Nadav Rotem
Fix a comment typo and add comments.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Meador Inge
instcombine: Migrate memcmp optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Meador Inge
instcombine: Migrate strstr optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-11-11
Meador Inge
Add method for replacing instructions to LibCallSimplifier
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Benjamin Kramer
Provide definitions for all functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Meador Inge
instcombine: Migrate strcspn optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Benjamin Kramer
Simplify the SmallVector pretty printer for LLDB a...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Craig Topper
Remove unnecessary subtraction and addition by 1 around...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Duncan Sands
Remove empty directory.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Craig Topper
Tidy up spacing. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Craig Topper
Removed unimplemented method declaration.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Craig Topper
Simplify custom emitter code for pcmp(e/i)str(i/m)...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Evan Cheng
Convert an improper CodeGen test to a MC test.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Meador Inge
instcombine: Query target library information to gate...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Meador Inge
Add more functions to the target library information.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Evan Cheng
xfail a bad test. This is a MC test but it's dependent...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Evan Cheng
Disable the Thumb no-return call optimization:
commit
|
commitdiff
|
tree
|
snapshot
2012-11-10
Craig Topper
Cleanup pcmp(e/i)str(m/i) instruction definitions and...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Justin Holewinski
[NVPTX] Use ABI alignment for parameters when alignment...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Evandro Menezes
Fix issue with invalid flat operand number
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Evandro Menezes
Fix issue with invalid flat operand number
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Anton Korobeynikov
Add ARM TARGET2 relocation. The testcase will follow...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Roman Divacky
Switch FreeBSD/i386 back to 4byte stack alignment....
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Jakob Stoklund...
Fix assertions in updateRegMaskSlots().
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Chad Rosier
Revert r167620; this can be implemented using an existi...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Chad Rosier
Add support for -mstrict-align compiler option for...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Benjamin Kramer
Silence GCC warning about falling off the end of a...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Dmitry Vyukov
tsan: switch to new memory_order constants (ABI compatible)
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Dmitry Vyukov
tsan: instrument all atomics (including fetch_add,...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Nadav Rotem
Add support for memory runtime check. When we can,...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-09
Nadav Rotem
indent
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
NAKAMURA Takumi
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Benjamin Kramer
Drop the limitation to IEEE floating point types from...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Amara Emerson
Recommit modified r167540.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Michael Liao
Add support of RTM from TSX extension
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Meador Inge
instcombine: Migrate strspn optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Eric Christopher
Fix up comment typo and 80-col.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Eric Christopher
Add a relocation visitor to lib object. This works...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Hans Wennborg
Only do switch-to-lookup table transformation when...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Akira Hatanaka
[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Akira Hatanaka
Delete MipsFunctionInfo::NextStackOffset. No functional...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Amara Emerson
Revert r167540 until regression tests are updated.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Bill Wendling
Remove accidental commit.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Hans Wennborg
Fix bad test IR in switch_to_lookup_table.ll
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Amara Emerson
Improve ARM build attribute emission for architectures...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Pawel Wodnicki
fix typo PR1476
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Pawel Wodnicki
fix for PR1476
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Kostya Serebryany
[asan] fix bug 14277 (asan needs to fail with fata...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Andrew Trick
misched: Heuristics based on the machine model.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Andrew Trick
misched: handle on-the-fly regpressure queries better...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Bill Wendling
Add comment describing what's going on here.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Bill Wendling
When we're updating the subprogram scope DIE, we want...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Eli Bendersky
Fix a broken sentence
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Eli Bendersky
Document the -input-file option of FileCheck
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Chad Rosier
[arm fast-isel] Appease the machine verifier by using...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Jakub Staszak
Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Nadav Rotem
Make the helper functions static. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Chad Rosier
Mark the Int_eh_sjlj_dispatchsetup pseudo instruction...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Chad Rosier
[regallocfast] Make sure the MachineRegisterInfo is...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Nadav Rotem
CostModel: add another known vector trunc optimization.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Argyrios Kyrtzidis
[c-index-test] When building with BUILD_CLANG_ONLY...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Nadav Rotem
Cost Model: add tables for some avx type-conversion...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Andrew Kaylor
Fix build error from previous commit.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Andrew Kaylor
Add interface for object-based JIT events.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Daniel Dunbar
MemoryBuffer: Windows doesn't define S_IFIFO.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Alexey Samsonov
docs: use code font for console commands in phabricator...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Michael Liao
Remove tailing whitespaces
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Andrew Trick
misched: TargetSchedule interface for machine resources.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Andrew Trick
misched: Rename RemainingCount to avoid confusion with...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Andrew Trick
ScheduleDAG interface. Added OrderKind to distinguish...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Nadav Rotem
Refactor the getTypeLegalizationCost interface. No...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Nadav Rotem
CostModel: Add tables for the common x86 compares.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Nadav Rotem
Code Model: Improve the accuracy of the zext/sext/trunc...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Richard Smith
Suppress signed/unsigned comparison warning.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Kevin Enderby
Fix for PR14264 cause by commit r167237 which did not...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Daniel Dunbar
MemoryBuffer: Support reading named pipes in getFile().
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Nadav Rotem
Cost Model: Normalize the insert/extract index when...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Nadav Rotem
Cost Model: teach the cost model about expanding integers.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Andrew Kaylor
Add a method to indicate section address re-assignment...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Ulrich Weigand
On PowerPC64, integer return values (as well as argumen...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Nadav Rotem
Implement the cost of abnormal x86 instruction lowering...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Jim Grosbach
lli: Initialize the native asm parser for inline assembly.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Hal Finkel
Add support for the PowerPC-specific inline asm Z const...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Adhemerval...
[PATCH] PowerPC: Expand load extend vector operations
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Rafael Espindola
Add missing this->. Fixes pr14238.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Richard Osborne
Don't infer whether a value is captured in the current...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Chandler Carruth
Add a couple of stubs to the release notes for things...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-05
Eli Bendersky
PR14256: SelectionDAGLowering was renamed to SelectionD...
commit
|
commitdiff
|
tree
|
snapshot
next