projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use function attribute "stackrealign" to decide whether stack
2015-09-10
Hans Wennborg
Re-commit r247216: "Fix Clang-tidy misc-use-override...
commit
|
commitdiff
|
tree
2015-09-10
Hans Wennborg
Revert r247216: "Fix Clang-tidy misc-use-override warnings...
commit
|
commitdiff
|
tree
2015-09-10
Hans Wennborg
Fix Clang-tidy misc-use-override warnings, other minor...
commit
|
commitdiff
|
tree
2015-09-01
Hans Wennborg
DeadArgElim: don't eliminate arguments from naked functions
commit
|
commitdiff
|
tree
2015-08-31
Hans Wennborg
Fix Windows build by including raw_ostream.h
commit
|
commitdiff
|
tree
2015-08-31
Hans Wennborg
Fix CHECK directives that weren't checking.
commit
|
commitdiff
|
tree
2015-08-24
Hans Wennborg
Revert r245355 "Release script: correctly symlink clang...
commit
|
commitdiff
|
tree
2015-08-18
Hans Wennborg
Release script: correctly symlink clang-tools-extra...
commit
|
commitdiff
|
tree
2015-08-17
Hans Wennborg
Doxygen: add build option to use svg instead of png...
commit
|
commitdiff
|
tree
2015-08-12
Hans Wennborg
Docs: keep copyright years up-to-date.
commit
|
commitdiff
|
tree
2015-08-05
Hans Wennborg
test-release.sh: Fix naming of OpenMP runtime tarball
commit
|
commitdiff
|
tree
2015-08-04
Hans Wennborg
Add a -revert option to utils/release/merge.sh
commit
|
commitdiff
|
tree
2015-07-29
Hans Wennborg
test-release.sh: Add option for building the OpenMP...
commit
|
commitdiff
|
tree
2015-07-24
Hans Wennborg
test-release.sh: Defer test errors until the end
commit
|
commitdiff
|
tree
2015-07-22
Hans Wennborg
Fix -Wextra-semi warnings.
commit
|
commitdiff
|
tree
2015-07-20
Hans Wennborg
test-release.sh: don't include /usr/local prefix in...
commit
|
commitdiff
|
tree
2015-07-17
Hans Wennborg
Add libunwind to the release scripts
commit
|
commitdiff
|
tree
2015-07-15
Hans Wennborg
test-release.sh: Run both .o files through sed before...
commit
|
commitdiff
|
tree
2015-07-15
Hans Wennborg
Switch the release script to build with CMake by default...
commit
|
commitdiff
|
tree
2015-07-14
Hans Wennborg
Fix Sphinx error about duplicate label in CommandLine...
commit
|
commitdiff
|
tree
2015-07-14
Hans Wennborg
ReleaseNotes.rst: Bump version to 3.8
commit
|
commitdiff
|
tree
2015-07-14
Hans Wennborg
Update the trunk version to 3.8.0svn.
commit
|
commitdiff
|
tree
2015-07-14
Hans Wennborg
test-release.sh: Remove the InstallDir parameter from...
commit
|
commitdiff
|
tree
2015-07-14
Hans Wennborg
ARMAsmParser: Take MCInst param by const-ref
commit
|
commitdiff
|
tree
2015-07-14
Hans Wennborg
Allocate the IntervalMap in ELF.h on the heap to work...
commit
|
commitdiff
|
tree
2015-06-26
Hans Wennborg
Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile...
commit
|
commitdiff
|
tree
2015-06-22
Hans Wennborg
test-release.sh: Minor fixes.
commit
|
commitdiff
|
tree
2015-06-20
Hans Wennborg
Switch lowering: add heuristic for filling leaf nodes...
commit
|
commitdiff
|
tree
2015-06-18
Hans Wennborg
Switch lowering: enable whole-switch jump tables at...
commit
|
commitdiff
|
tree
2015-06-04
Hans Wennborg
Switch lowering: fix assert in buildBitTests (PR23738)
commit
|
commitdiff
|
tree
2015-06-01
Hans Wennborg
Drop remaining Dragonegg support in release scripts
commit
|
commitdiff
|
tree
2015-05-22
Hans Wennborg
Revert r236894 "[BasicAA] Fix zext & sext handling"
commit
|
commitdiff
|
tree
2015-05-20
Hans Wennborg
Revert r237828 "[X86] Remove unused node after morphing...
commit
|
commitdiff
|
tree
2015-05-19
Hans Wennborg
Revert r237539: "Reapply r237520 with another fix for...
commit
|
commitdiff
|
tree
2015-05-18
Hans Wennborg
Fix llvm::BumpPtrAllocatorImpl::Reset()
commit
|
commitdiff
|
tree
2015-05-08
Hans Wennborg
Switch lowering: cluster adjacent fall-through cases...
commit
|
commitdiff
|
tree
2015-05-07
Hans Wennborg
Switch lowering: handle zero-weight branch probabilities
commit
|
commitdiff
|
tree
2015-05-04
Hans Wennborg
Option parsing: properly handle flag aliases for joined...
commit
|
commitdiff
|
tree
2015-04-30
Hans Wennborg
XFAIL test/CodeGen/Generic/MachineBranchProb.ll on...
commit
|
commitdiff
|
tree
2015-04-30
Hans Wennborg
Switch lowering: use profile info to build weight-balanced...
commit
|
commitdiff
|
tree
2015-04-29
Hans Wennborg
Drop Dragonegg from the release export script
commit
|
commitdiff
|
tree
2015-04-29
Hans Wennborg
Drop Dragonegg support from the release script
commit
|
commitdiff
|
tree
2015-04-28
Hans Wennborg
test-release.sh: Drop some unused command-line options.
commit
|
commitdiff
|
tree
2015-04-27
Hans Wennborg
Switch lowering: use uint32_t for weights everywhere
commit
|
commitdiff
|
tree
2015-04-27
Hans Wennborg
Switch lowering: Take branch weight into account when...
commit
|
commitdiff
|
tree
2015-04-27
Hans Wennborg
Switch lowering: order bit tests by branch weight.
commit
|
commitdiff
|
tree
2015-04-24
Hans Wennborg
SimplifyCFG: Correctly handle switch lookup tables...
commit
|
commitdiff
|
tree
2015-04-24
Hans Wennborg
Switch lowering: fix APInt overflow causing infinite...
commit
|
commitdiff
|
tree
2015-04-23
Hans Wennborg
Re-commit r235560: Switch lowering: extract jump tables...
commit
|
commitdiff
|
tree
2015-04-22
Hans Wennborg
Switch lowering: extract jump tables and bit tests...
commit
|
commitdiff
|
tree
2015-04-16
Hans Wennborg
Revert the switch lowering change (r235101, r235103...
commit
|
commitdiff
|
tree
2015-04-16
Hans Wennborg
Add a triple to test/DebugInfo/unconditional-branch...
commit
|
commitdiff
|
tree
2015-04-16
Hans Wennborg
Add a triple to switch.ll test.
commit
|
commitdiff
|
tree
2015-04-16
Hans Wennborg
Switch lowering: extract jump tables and bit tests...
commit
|
commitdiff
|
tree
2015-03-24
Hans Wennborg
Revert r233062 ""float2int": Add a new pass to demote...
commit
|
commitdiff
|
tree
2015-03-20
Hans Wennborg
SelectionDAGBuilder: Rangeify a loop. NFC.
commit
|
commitdiff
|
tree
2015-03-20
Hans Wennborg
SelectionDAGBuilder::handleJTSwitchCase, simplify loop...
commit
|
commitdiff
|
tree
2015-03-20
Hans Wennborg
Rewrite SelectionDAGBuilder::Clusterify to run in linear...
commit
|
commitdiff
|
tree
2015-03-19
Hans Wennborg
Switch lowering: extract NextBlock function. NFC.
commit
|
commitdiff
|
tree
2015-03-19
Hans Wennborg
Switch lowering: remove unnecessary ConstantInt casts...
commit
|
commitdiff
|
tree
2015-03-19
Hans Wennborg
SelectionDAGBuilder: update comment in HandlePHINodesInSucce...
commit
|
commitdiff
|
tree
2015-03-19
Hans Wennborg
SelectionDAGIsel: Fix comment about terminators being...
commit
|
commitdiff
|
tree
2015-03-05
Hans Wennborg
Revert r231324 "Remove the conditional addition of...
commit
|
commitdiff
|
tree
2015-03-02
Hans Wennborg
export.sh: Make sure umask is not too restrictive ...
commit
|
commitdiff
|
tree
2015-02-24
Hans Wennborg
ReleaseNotes: add notes about VS2014 Update 4 requirement
commit
|
commitdiff
|
tree
2015-02-24
Hans Wennborg
Revert r230280: "Bugfix: SCEVExpander incorrectly marks...
commit
|
commitdiff
|
tree
2015-02-05
Hans Wennborg
LowerSwitch: Use ConstantInt for CaseRange::{Low,High}
commit
|
commitdiff
|
tree
2015-02-05
Hans Wennborg
LowerSwitch: remove default args from CaseRange ctor...
commit
|
commitdiff
|
tree
2015-02-03
Hans Wennborg
[CMake] add_llvm_library: don't use .imp suffix for...
commit
|
commitdiff
|
tree
2015-02-03
Hans Wennborg
Fix ProgramFiles path for 64-bit Windows installer
commit
|
commitdiff
|
tree
2015-01-26
Hans Wennborg
SimplifyCFG: Omit range checks for switch lookup tables...
commit
|
commitdiff
|
tree
2015-01-26
Hans Wennborg
SimplifyCFG: don't remove unreachable default switch...
commit
|
commitdiff
|
tree
2015-01-26
Hans Wennborg
Make ConstantFoldTerminator() handle switches with...
commit
|
commitdiff
|
tree
2015-01-23
Hans Wennborg
LowerSwitch: replace unreachable default with popular...
commit
|
commitdiff
|
tree
2015-01-17
Hans Wennborg
ProgrammersManual.rst: fix a typo
commit
|
commitdiff
|
tree
2015-01-15
Hans Wennborg
utils/release/tag.sh: fix -revision vs. -rc check
commit
|
commitdiff
|
tree
2015-01-14
Hans Wennborg
ReleaseNotes.rst: bump version to 3.7
commit
|
commitdiff
|
tree
2015-01-14
Hans Wennborg
Trunk is now 3.7.0svn
commit
|
commitdiff
|
tree
2015-01-13
Hans Wennborg
Release merge script: don't actually commit the merge
commit
|
commitdiff
|
tree
2015-01-13
Hans Wennborg
Release tag script: add -revision option
commit
|
commitdiff
|
tree
2015-01-13
Hans Wennborg
Release tag script: add -dry-run flag
commit
|
commitdiff
|
tree
2015-01-09
Hans Wennborg
SimplifyCFG: check uses of constant-foldable instrs...
commit
|
commitdiff
|
tree
2015-01-09
Hans Wennborg
ReleaseNotes.rst: these are for 3.6
commit
|
commitdiff
|
tree
2014-12-16
Hans Wennborg
SelectionDAG switch lowering: use 'unsigned' to count...
commit
|
commitdiff
|
tree
2014-12-09
Hans Wennborg
Try fixing MSVC build after r223802
commit
|
commitdiff
|
tree
2014-12-06
Hans Wennborg
Add a proper triple to switch-jump-table.ll
commit
|
commitdiff
|
tree
2014-12-06
Hans Wennborg
SelectionDAG switch lowering: Replace unreachable default...
commit
|
commitdiff
|
tree
2014-12-04
Hans Wennborg
Add some tests for SimplifyCFG's TurnSwitchRangeIntoICmp...
commit
|
commitdiff
|
tree
2014-12-04
Hans Wennborg
Add some tests for SimplifyCFG's ConstantFoldTerminator...
commit
|
commitdiff
|
tree
2014-12-01
Hans Wennborg
Revert r223049, r223050 and r223051 while investigating...
commit
|
commitdiff
|
tree
2014-12-01
Hans Wennborg
SimplifyCFG: Omit range checks for switch lookup tables...
commit
|
commitdiff
|
tree
2014-12-01
Hans Wennborg
SimplifyCFG: don't remove unreachable default switch...
commit
|
commitdiff
|
tree
2014-12-01
Hans Wennborg
SelectionDAG switch lowering: Replace unreachable default...
commit
|
commitdiff
|
tree
2014-11-30
Hans Wennborg
Revert r222965 "Make MultiClass::DefPrototypes own...
commit
|
commitdiff
|
tree
2014-11-30
Hans Wennborg
Qualify one more make_unique call.
commit
|
commitdiff
|
tree
2014-11-30
Hans Wennborg
Speculatively qualify some llvm::make_unique calls...
commit
|
commitdiff
|
tree
2014-11-29
Hans Wennborg
Switch lowering: reformat some for loops etc. NFC
commit
|
commitdiff
|
tree
2014-11-29
Hans Wennborg
Switch lowering: Fix broken 'Figure out which block...
commit
|
commitdiff
|
tree
2014-11-25
Hans Wennborg
Remove useless rdar:// comment from switch_to_lookup_table...
commit
|
commitdiff
|
tree
2014-11-25
Hans Wennborg
LazyValueInfo: Actually re-visit partially solved block...
commit
|
commitdiff
|
tree
next